(mac-handle-toolbar-switch-mode): Add explicit
[emacs.git] / lisp / ChangeLog
blob1bfbc6f346061f1725b26f1382325fe7b2312a07
1 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4         argument to tool-bar-mode call.
6 2007-08-27  Glenn Morris  <rgm@gnu.org>
8         * diff-mode.el (diff-find-file-name): Only accept regular files,
9         to rule out /dev/null, directories, etc.
11 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
13         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
14         safe-local-variable setting.
15         * progmodes/perl-mode.el (perl-indent-level): Likewise.
17 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
20         of buffers in uniquify-managed.
22         * simple.el (invisible-p): Rename from text-invisible-p.
23         Update callers.
25 2007-08-25  Alan Mackenzie  <acm@muc.de>
27         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
28         new language variable.
30         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
31         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
32         "extern" etc., rather than BOI.  Fix addition of spurious
33         syntactic-symbol 'defun-block-intro, replacing it with
34         'innamespace, etc.
36 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
38         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
39         Don't behave differently when executed via M-x.  Add doc string.
41 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
43         * files.el (backup-buffer-copy): Don't wrap delete in
44         condition-case, only try to delete if file exists.
46 2007-08-24  Glenn Morris  <rgm@gnu.org>
48         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
50 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
53         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
54         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
55         (cperl-etags-goto-tag-location): Use new style backquotes.
57         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
58         (dynamic-completion-table): Use it it.
60         * net/browse-url.el: Remove spurious * in custom docstrings.
61         (browse-url-filename-alist): Use new-style backquote.
63         * emacs-lisp/backquote.el (backquote-unquote-symbol)
64         (backquote-splice-symbol): Clarify they're not new-style unquotes.
66         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
67         (\,@): Backslash the , and ,@ which are not new-style unquotes.
69         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
71         * net/socks.el (socks-username/password-auth-filter):
72         Remove unused vars `state' and `desired-len'.
73         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
74         (socks-wait-for-state-change): Use new-style backquotes.
76         * pcvs.el (cvs-mode-status): Fix long-standing typo.
78         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
79         backquotes after each `read' rather than once per buffer.
81         * dframe.el: Remove spurious * in custom docstrings.
82         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
83         (dframe-xemacs20p): Remove, inline at the sole use point.
84         (defface): Don't defvar the face, don't use old-style backquote.
85         (defcustom): Don't use old-style backquote.
86         (dframe-frame-parameter, dframe-mouse-event-p):
87         Make it obvious that it's always defined.
88         (dframe-popup-kludge): New function to replace
89         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
90         (dframe-frame-mode, dframe-set-timer-internal)
91         (dframe-mouse-set-point): Remove use of with-no-warnings from
92         XEmacs-specific code.
93         (dframe-set-timer-internal): Fix very old bug with
94         post-command-idle-hook.
96         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
98 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
100         * image-mode.el (image-minor-mode): Use image-mode-text-map.
102 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
104         * sort.el (sort-fold-case, sort-numeric-base): Mark as
105         safe-local-variable.
107 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
109         * net/browse-url.el (browse-url-emacs): New function.
111 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
114         warning if the file uses old style backquotes.
116         * emacs-lisp/bytecomp.el (byte-compile-log-file)
117         (byte-recompile-directory, byte-compile-file)
118         (byte-compile-from-buffer): Use with-current-buffer.
120         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
121         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
122         (line-move-1, line-move-finish, line-move-to-column)
123         (move-end-of-line, move-beginning-of-line): Use new name.
125 2007-08-22  Glenn Morris  <rgm@gnu.org>
127         * files.el (backup-buffer-copy): Check backup directory is
128         writable, to avoid infloop deleting old backup.
130         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
131         movemail related variables.
132         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
133         will now be set before this is called.
135 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
139         * progmodes/ada-mode.el: Fix up comment style in header.
140         (ada-check-emacs-version): Remove.
141         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
142         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
143         to try and quieten the byte-compiler.
144         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
146         * vc.el (vc-annotate-warp-version): Don't use previous-line.
148 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
150         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
151         extracted from `eval-last-sexp-1'.
152         (eval-last-sexp-1): Call `preceding-sexp'.
154 2007-08-19  Glenn Morris  <rgm@gnu.org>
156         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
157         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
158         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
159         shadow files messing up the compilation.
161 2007-08-18  Glenn Morris  <rgm@gnu.org>
163         * progmodes/scheme.el (scheme-mode-variables):
164         Set font-lock-comment-start-skip.
166 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
168         * progmodes/ada-mode.el (ada-create-syntax-table):
169         Move set-syntax-table from here to ...
170         (ada-mode): ... here.  Don't change global value of comment-multi-line.
171         Call new function ada-initialize-syntax-table-properties.
172         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
173         (ada-deactivate-properties, ada-initialize-properties):
174         Replace by new functions ...
175         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
176         (ada-initialize-syntax-table-properties): ... to set up syntax-table
177         properties uniformly, independently from whether font-lock-mode
178         is enabled or not.  Handle read-only buffers and do not change
179         undo-list when setting syntax-table properties.
180         (ada-after-change-function): Use ada-set-syntax-table-properties.
182 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
184         * progmode/cperl-mode.el (cperl-look-at-leading-count)
185         (cperl-find-pods-heres): Fix an error when typing expressions like
186         `s{a}{b}'.
188 2007-08-17  Glenn Morris  <rgm@gnu.org>
190         * progmodes/compile.el (compilation-get-file-structure): Make use
191         of the directory part when checking for an existing entry, to
192         handle files with same basename in different directories.
194 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
196         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
197         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
198         (ps-paragraph-spacing): Docstring fix.
200 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * smerge-mode.el (smerge-resolve): New arg `safe'.
203         (smerge-resolve-all, smerge-batch-resolve): New function.
204         (smerge-refine): Make sure `diff' returns the expected result.
205         (smerge-parsep-re): New const.
206         (smerge-mode): Use it to adjust paragraph-separate.
208         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
209         Correctly match / regexp matchers as first char on a line when
210         fontifying only that line.
212         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
214 2007-08-16  Glenn Morris  <rgm@gnu.org>
216         * ps-print.el (ps-font-size): Doc fix.
218 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * vc-bzr.el: Don't fiddle with vc-handled-backend.
221         (vc-bzr-registered): Don't redundantly protect against
222         file-error.  Actually use the format-specific code.
223         (vc-bzr-buffer-nonblank-p): Remove.
224         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
226 2007-08-15  Glenn Morris  <rgm@gnu.org>
228         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
229         sloppier, for the sake of GNU Mailman.
230         (rmail-digest-rfc1153): Initialize `result' correctly.
232 2007-08-14  Glenn Morris  <rgm@gnu.org>
234         * simple.el (bad-packages-alist): New constant.
235         (bad-package-check): New function.  Together, these two add
236         elements to `after-load-alist' to check for problematic external
237         packages.
238         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
240 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
242         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
243         optional quotes around files in NEED-UPDATE . REMOVED case.
245         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
246         (ada-treat-cmd-string): Improve error message.
247         (ada-do-file-completion): Call `ada-require-project-file', so
248         project variables are set properly.
249         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
250         (ada-gnatfind-buffer-name): New constant.
251         (ada-find-any-references): Use new constant.  Set buffer name
252         properly in compilation-start.  Toggle read-only properly.
253         (ada-find-in-src-path): Fix spelling error in docstring.
255         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
256         by zero error.
258 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
260         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
262 2007-08-12  Richard Stallman  <rms@gnu.org>
264         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
265         (cvs-execute-single-file): Use new name split-string-and-unquote.
266         (cvs-header-msg): Use new name combine-and-quote-strings.
268         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
270         * progmodes/gud.el (gud-common-init): Use new name
271         split-string-and-unquote.
273         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
274         in javac regexp.
276         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
277         combine-and-quote-strings and split-string-and-unquote.
279         * subr.el (combine-and-quote-strings): Rename from strings->string.
280         (split-string-and-unquote): Rename from string->strings.
282 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
285         to buffer-local settings.
287         * emacs-lisp/backquote.el (backquote-delay-process): New function.
288         (backquote-process): Add internal arg `level'.  Use the two to
289         correctly handle nested backquotes.
291 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
293         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
294         (vc-bzr-state-words): Add "kind changed" state word.
295         (vc-bzr-status): New function.  Return Bzr idea of file status,
296         which is different from VC's.
297         (vc-bzr-state): Use vc-bzr-status.
298         (vc-workfile-unchanged-p): Use vc-bzr-status.
299         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
300         (vc-dired-state): Process "kind changed" state word.
302 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
304         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
306         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
307         Move from vc-default-find-file-not-found-hook.
309 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
311         * url/url-auth.el (url-basic-auth): When prompting for username
312         and password, default to the username and password in the URL.
314 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * man.el: Remove spurious * in docstrings.
317         Merge defvars and toplevel setq-defaults.
318         (Man-highlight-references0): Limit=nil rather than point-max.
319         (Man-mode-map): Move initialization into the declaration.
320         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
321         (Man-view-header-file): Use expand-file-name rather than concat.
322         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
324         * man.el (Man-next-section): Make sure we do not move backward.
326 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
328         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
329         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
330         ps-print-color-p is neither nil nor black-white.  Reported by Christian
331         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
333 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * files.el (auto-mode-alist): Use the purecopied text (duh!).
337 2007-08-08  Andreas Schwab  <schwab@suse.de>
339         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
340         self-insert-command, not self-insert.
342 2007-08-08  Glenn Morris  <rgm@gnu.org>
344         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
346         * Replace `iff' in doc-strings and comments.
348         * help-mode.el (help-make-xrefs): Search for symbol constituents,
349         rather than just `-'.
351 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
353         * dired.el (dired-pop-to-buffer):
354         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
355         * calendar/calendar.el (generate-calendar-window):
356         * progmodes/compile.el (compilation-set-window-height):
357         * textmodes/two-column.el (2C-two-columns, 2C-merge):
358         Use window-full-width-p instead of comparing frame-width and
359         window-width.
361         * progmodes/compile.el (compilation-find-buffer): Remove extra
362         argument in call to compilation-buffer-internal-p.
364 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
366         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
367         parameters IDENTIFICATION and CONNECTED.
368         (tramp-handle-insert-file-contents): VISIT must be handled after
369         insertion of the local copy.  Reported by Peter Gordon
370         <peter@pg-consultants.com>.
371         (tramp-file-name-handler): No special handling for
372         `expand-file-name'.  But for `file-name-as-directory'.
373         (tramp-find-shell, tramp-open-connection-telnet)
374         (tramp-open-connection-rsh, tramp-open-connection-su)
375         (tramp-open-connection-multi)
376         (tramp-open-connection-setup-interactive-shell): Guard against
377         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
378         <steve@sxemacs.org>.
379         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
380         the hint.
382         * net/trampver.el: Update release number.
384 2007-08-07  Tom Tromey  <tromey@redhat.com>
386         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
387         Add safe-local-variable property.
389 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
391         * image-mode.el (image-toggle-display): Use image-refresh.
393         * longlines.el (longlines-decoded): New variable.
394         (longlines-mode): Avoid encoding or decoding the buffer twice.
396 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
398         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
399         unofficial version.
400         (vc-bzr-command): Remove redundant setting of process-connection-type.
401         (vc-bzr-admin-checkout-format-file): Add autoload.
402         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
403         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
404         (vc-bzr-registered): Compare dirstate format tag with known good
405         value, abort parsing if match fails.  Warn user in docstring.
406         (vc-bzr-workfile-version): Case for different Bzr branch formats.
407         See bzrlib/branch.py in Bzr sources.
408         (vc-bzr-diff): First argument FILES may be a string rather than a list.
409         (vc-bzr-shell-command): Remove in favor of
410         vc-bzr-command-discarding-stderr.
411         (vc-bzr-command-discarding-stderr): New function.
413 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
415         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
416         program, and return nil
417         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
418         (vc-bzr-state): Look for path names relative to the repository
419         root after status keyword.
420         (vc-bzr-file-name-relative): New function.
421         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
422         depend on it.
423         (vc-bzr-admin-dirname, ...-checkout-format-file)
424         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
425         files that we now parse directly for speed.
426         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
427         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
428         (vc-bzr-state): "bzr status" successful only if exitcode is 0
429         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
430         Bzr warnings, so we must discard it.
431         (vc-bzr-workfile-version): Speedup counting lines from
432         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
433         if that file doesn't exist.
434         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
435         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
436         (not ".bzr"!) to `vc-directory-exclusion-list'
437         (vc-bzr-shell-command): New function.
439 2007-08-06  Tom Tromey  <tromey@redhat.com>
441         * diff-mode.el (diff-unified->context, diff-reverse-direction)
442         (diff-fixup-modifs): Typo in docstring.
444 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
446         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
447         count-screen-lines.
448         (tpu-edt-off): Disable relevant pieces of advice.
450         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
451         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
452         (newline, newline-and-indent, do-auto-fill): Use advice instead of
453         redefining the function.
454         (tpu-set-scroll-margins): Activate the pieces of advice.
456 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
458         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
459         process-filter.
461 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
463         * help.el (resize-temp-buffer-window): Use window-full-width-p
464         instead of comparing frame-width and window-width.
466 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
468         * term.el: Honor term-default-fg-color and term-default-bg-color
469         settings when modifying term-current-face.
470         (term-default-fg-color, term-default-bg-color): Initialize from
471         default term-current-face.
472         (term-mode, term-reset-terminal): Set term-current-face with
473         term-default-fg-color and term-default-bg-color.
474         (term-handle-colors-array): term-current-face has term-default-fg-color
475         and term-default-bg-color after reset escape sequence.
476         (term-handle-colors-array): Set term-current-color with
477         term-default-fg/bg-color instead of ansi-term-color-vector when the
478         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
480 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
482         * files.el (set-auto-mode): Handle also remote files wrt
483         `auto-mode-alist'.
485         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
486         remote identification.
488 2007-08-04  Glenn Morris  <rgm@gnu.org>
490         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
491         zero, not nil, when the library is first loaded.  Check for a file
492         that has been modified on disk.
494         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
495         Remove duplicate defvar preventing initialization.
496         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
498 2007-08-03  Miles Bader  <miles@gnu.org>
500         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
501         backend names for new backends to `Git', `Hg', and `Bzr'.
502         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
503         not `HG'.
504         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
505         name, not `GIT'.
506         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
507         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
509 2007-08-03  Glenn Morris  <rgm@gnu.org>
511         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
513 2007-08-02  Richard Stallman  <rms@gnu.org>
515         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
516         to update deleted flag.
518         * cus-edit.el (customize-apropos, customize-apropos-options)
519         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
521         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
523         * startup.el (fancy-splash-head, startup-echo-area-message):
524         Change message text.
526         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
527         All callers use line-move.
529         * progmodes/compile.el (compilation-find-buffer): Return current
530         buffer immediately if suitable.
531         (compile, compilation-buffer-name, compilation-start): Doc fixes.
533 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
535         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
536         Make it more discriminating and more useful.
537         (vc-bzr-root-dir): Use new name.
538         (vc-bzr-registered): Use new name and look at the dirstate file to
539         determine if it's registered or not without running `bzr'.
541 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
543         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
545 2007-07-31  Drew Adams  <drew.adams@oracle.com>
547         * cus-edit.el (custom-group-value-create, custom-goto-parent):
548         Fix parent groups link.
550 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
552         * faces.el (face-normalize-spec): New function.
553         (frame-set-background-mode): Normalize face-spec before calling
554         face-spec-match-p.
556 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * vc-bzr.el: New file (copied from the trunk).
560         * vc-hooks.el (vc-handled-backends): Add BZR.
561         (vc-find-file-hook): Failsafe if the backend's `registered'
562         function burps.
564         * server.el (server-window): Add switch-to-buffer-other-frame option.
566 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
568         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
569         (vc-git-revision-completion-table): Enable.
571         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
573         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
575         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
576         (vc-hg-registered): Set the vc-state property.
578         * diff-mode.el (diff-mode-menu): New entries.
580 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
582         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
583         (diff-file-kill): Use it.
584         (diff-beginning-of-hunk): Add arg `try-harder' using it.
585         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
586         Use it so they find the hunk even when we're in the file header.
588         * vc.el: Add new VC operation `revision-completion-table'.
589         (vc-default-revision-completion-table): New function.
590         (vc-version-diff, vc-version-other-window): Use it to provide
591         completion of revision names if the backend provides it.
593         * vc-arch.el (vc-arch--version-completion-table)
594         (vc-arch-revision-completion-table): New functions to provide
595         completion of revision names.
597         * vc-cvs.el: Require CL.
598         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
599         New functions to provide completion of revision names.
601 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
603         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
604         (copyright-fix-years, copyright): Correctly handle the case where
605         copyright-limit is nil.
607 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
609         * progmodes/python.el (run-python): Fix path separator under w32.
611 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
613         * vc-git.el: New File.
615 2007-07-28  Alan Mackenzie  <acm@muc.de>
617         Fix problem with modes derived from CC Mode:
618         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
619         macro to cc-langs.
620         (c-init-language-vars-for): Remove call to above macro.
621         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
622         been moved to here.
623         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
625 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
627         * net/trampver.el: Fix the `coding' cookie.
629 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
631         * add-log.el (change-log-redate): Remove (not needed anymore and
632         doesn't appear to work).
634 2007-07-25  Glenn Morris  <rgm@gnu.org>
636         * Relicense all FSF files to GPLv3 or later.
638         * COPYING: Switch to GPLv3.
640 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
642         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
643         Replace it with another one which disables undo before calling
644         erase-buffer and then turns it back on if needed.
646 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
648         * ps-print.el: Problem with foreground and background color when
649         printing a buffer with and without faces.  Reported by Christian
650         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
651         (ps-print-version): New version 6.7.5.
652         (ps-default-fg): Change default value to nil, so black color is used
653         when a face does not specify a foreground color.
654         (ps-default-bg): Change default value to nil, so white color is used
655         for background color.
656         (ps-begin-job): Fix code.
658 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
660         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
662 2007-07-24  Alan Mackenzie  <acm@muc.de>
664         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
665         Initialise byte-compile-unresolved-functions before rather than
666         after a compilation.
667         (byte-compile-unresolved-functions): Amplify doc string.
669 2007-07-24  Glenn Morris  <rgm@gnu.org>
671         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
672         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
673         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
674         (cal-tex-cursor-week, cal-tex-cursor-week2)
675         (cal-tex-cursor-week-iso, cal-tex-week-hours)
676         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
677         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
678         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
680 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
682         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
684 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
686         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
687         underlying file is uptodate.
689 2007-07-23  Richard Stallman  <rms@gnu.org>
691         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
693 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
696         (sh-font-lock-flush-syntax-ppss-cache): New funs.
697         (sh-font-lock-syntactic-keywords): Use them to distinguish the
698         different possible cases for \'.
699         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
701         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
702         `file' from which to start the search and fix case where `file' is the
703         current directory and the root as well.
705         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
706         name for buffer-file-name if it refers to a directory.
708 2007-07-22  Jason Rumney  <jasonr@gnu.org>
710         * w32-fns.el (set-default-process-coding-system): Use dos line ends
711         for input to cmdproxy on all versions of Windows.
712         Use dos line ends for input to plink.
714         * comint.el (comint-simple-send): Concat newline before sending.
715         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
717 2007-07-22  Juri Linkov  <juri@jurta.org>
719         * isearch.el (isearch-edit-string): Save old point and
720         isearch-other-end to old-point and old-other-end before reading
721         the search string from minibuffer.  After exiting minibuffer set
722         point to old-other-end if point and the search direction is the
723         same as before reading the search string.
724         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
725         to isearch-other-end.  Instead of isearch-search-and-update call
726         three functions isearch-search, isearch-push-state and isearch-update.
728 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
730         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
731         destroying an existing buffer.
733 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
735         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
737         * term/x-win.el (x-handle-no-bitmap-icon): New function.
739 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
741         * textmodes/reftex.el (reftex-access-parse-file): Create parse
742         file in a way that does not interfere with recentf.
744 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
746         * image-dired.el (image-dired-sane-db-file): New func.
747         (image-dired-write-tags, image-dired-remove-tag)
748         (image-dired-list-tags, image-dired-write-comments)
749         (image-dired-get-comment, image-dired-mark-tagged-files)
750         (image-dired-create-gallery-lists): Call new func.
751         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
753 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
755         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
756         (vc-hg-dir-state): Fix loop.
757         (vc-hg-print-log): Fix expected return value for vc-hg-command.
758         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
759         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
760         (vc-hg-revert): Likewise.
761         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
763 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
765         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
766         case of alignment under a constant symbol, find and consider
767         the sexp actually at indentation to be the "last sexp".
769 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
771         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
772         (install): Use them to copy all *.el files before *.elc.
773         (clean): Don't delete *~.
775 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
777         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
779 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
781         * vc-hg.el (vc-hg-registered): Replace if with when.
782         (vc-hg-state): Deal with nonexistent files.
784 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
786         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
787         (follow-delete-other-windows-and-split, follow-recenter)
788         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
789         (follow-redisplay, follow-estimate-first-window-start)
790         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
791         Fix typos in docstrings.
793 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
795         * bookmark.el (bookmark-show-all-annotations):
796         Make sure each inserted annotation ends with newline.
798         (bookmark-maybe-sort-alist): Don't modify
799         bookmark-alist.  Instead, if not sorting, simply return it.
800         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
801         for its return value, not for its side effect.
803 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
805         * vc.el: Add more info about the vc-registered function.
807 2007-07-16  David Kastrup  <dak@gnu.org>
809         * emacs-lisp/advice.el (defadvice): Doc fix.
811 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
813         * subr.el (when, unless): Doc fix.
815 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
817         * vc-hg.el (vc-hg-state): Handle removed files.
818         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
819         (vc-hg-checkout): Re-enable.
821 2007-07-15  Richard Stallman  <rms@gnu.org>
823         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
825         * tutorial.el (tutorial--find-changed-keys):
826         Handle C-x specially like ESC.
828 2007-07-15  Roland McGrath  <roland@frob.com>
830         * add-log.el (add-change-log-entry): Check add-log-full-name
831         and add-log-mailing-address later, after change-log-mode-hook.
833 2007-07-15  Richard Stallman  <rms@gnu.org>
835         * isearch.el (isearch-mode, isearch-done):
836         Delete unintended code in previous change.
838         * ps-print.el (ps-default-bg): Change to White.
840 2007-07-15  Aaron Hawley  <aaronh@garden.org>
842         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
844 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
846         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
847         when handling the terminating event.
849 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
851         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
853 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
855         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
856         (install): Use them to copy all *.el files before *.elc.
858 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
860         * replace.el (match): Use yellow1 instead of yellow.
862         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
864         * pcvs-info.el (cvs-unknown): Likewise.
866 2007-07-12  Davis Herring  <herring@lanl.gov>
868         * desktop.el (desktop-buffer-info, desktop-save):
869         Use `desktop-dirname' instead of `dirname'.
871 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
873         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
875         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
877 2007-07-10  Richard Stallman  <rms@gnu.org>
879         * emacs-lisp/lisp-mode.el (eval-defun):
880         Explain special handling of `defface'.
882 2007-07-09  Richard Stallman  <rms@gnu.org>
884         * isearch.el (isearch-edit-string): Call to isearch-push-state
885         after the search.
887 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
889         * cus-start.el (file-coding-system-alist): Fix custom type.
891 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
893         * longlines.el (longlines-wrap-region): Avoid marking buffer as
894         modified.
895         (longlines-auto-wrap, longlines-window-change-function):
896         Remove unnecessary calls to set-buffer-modified-p.
898 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
900         * vc.el (vc-default-log-view-mode): New function.
901         (vc-print-log): Add new `log-view-mode' VC operation.
903 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
905         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
906         Rename and move to...
908         * subr.el (strings->string, string->strings): ...here.
910         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
911         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
913         * progmodes/gud.el (gud-common-init): Call string->strings instead
914         of split-string.
916 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
918         * term/w32-win.el (menu-bar-open): New function.
919         Bind <f10> to it.
921 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
923         * log-view.el (log-view-mode-menu): New menu.
925 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
927         * vc-hg.el: New file.
929 2007-07-06  Andreas Schwab  <schwab@suse.de>
931         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
932         dynamic bindings around the evaluation of the expression.
933         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
935 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
937         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
938         file names.
940 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
942         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
944         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
945         event is not a cons cell.  Do not unread drag-mouse-1 events.
946         Select right window in check whether space was stolen from
947         window above.
949 2007-07-01  Richard Stallman  <rms@gnu.org>
951         * files.el (find-file-visit-truename): Fix safe-local-variable value.
953 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
955         * generic-x.el (generic-define-mswindows-modes)
956         (generic-define-unix-modes, apache-log-generic-mode)
957         (bat-generic-mode-keymap, java-manifest-generic-mode)
958         (show-tabs-generic-mode): Fix typos in docstrings.
960 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
962         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
963         replace-regexp-in-string.
965 2007-06-28  Andreas Schwab  <schwab@suse.de>
967         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
968         $(lisp)/subdirs.el.
970 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
972         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
973         the speedbar frame if nil; that deletes the current frame or
974         causes an error if it is the only frame.
975         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
977 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
979         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
980         directory where the desktop file was found, as the docstring says.
981         (desktop-kill): Use `read-directory-name'.
983         * desktop.el (desktop-load-locked-desktop): New option.
984         (desktop-read): Use it.
985         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
986         Use `when'.
988 2007-06-24  Davis Herring  <herring@lanl.gov>
990         * desktop.el (desktop-save-mode-off): New function.
991         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
992         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
993         (desktop-claim-lock, desktop-release-lock): New functions.
994         (desktop-kill): Tell `desktop-save' that this is the last save.
995         Release the lock afterwards.
996         (desktop-buffer-info): New function.
997         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
998         says to.  Detect conflicts, and manage the lock.
999         (desktop-read): Detect conflicts.  Manage the lock.
1001 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1003         * ls-lisp.el (insert-directory): If an invalid regexp error is
1004         thrown, try using FILE as a literal file name, not a wildcard.
1005         Check for FILE as an existing file, not just a directory.
1007 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1009         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1010         `header-line-format' when reentering ruler mode.
1012 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1014         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1015         FILE exists as a directory.
1017 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1020         (vera-font-lock-match-item): Fix doc string.
1021         (vera-in-comment-p): Remove unused function.
1022         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1023         use `syntax-ppss'.
1024         (vera-forward-syntactic-ws): Fix argument order.
1025         (vera-prepare-search): Use `with-syntax-table'.
1026         (vera-indent-line): Fix doc string.
1027         (vera-electric-tab): Fix doc string.
1028         (vera-expand-abbrev): Define alias instead of using `fset'.
1029         (vera-comment-uncomment-region): Use `comment-start-skip'.
1031 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1033         * progmodes/vera-mode.el: New file.
1035 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1037         * ido.el (ido-find-file-in-dir): Don't signal an error for
1038         empty directories.
1040 2007-06-18  Alan Mackenzie  <acm@muc.de>
1042         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1043         When removing lines, also remove the \n.  Correction of patch of
1044         2007-04-21.
1046 2007-06-17  Glenn Morris  <rgm@gnu.org>
1048         * lpr.el (lpr-page-header-switches): Move %s to separate element
1049         for correct quoting.  Doc fix.
1051 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1053         * term/xterm.el (terminal-init-xterm): Escape parens in character
1054         constants.
1056 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1058         * scroll-lock.el (scroll-lock-mode): Doc fix.
1060 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1063         half-activated, forcefully activate it completely.
1065 2007-06-11  Richard Stallman  <rms@gnu.org>
1067         * cus-edit.el (custom-variable-type): Doc fix.
1069 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1071         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1073 2007-06-09  Davis Herring  <herring@lanl.gov>
1075         * desktop.el (desktop-minor-mode-table): Doc fix.
1077 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1079         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1080         (image-next-line, image-previous-line, image-scroll-up)
1081         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1082         New functions.
1083         (image-mode-map): Remap motion commands.
1084         (image-mode-text-map): New keymap for viewing images as text.
1085         (image-mode): Use image-mode-map.
1086         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1088 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1090         Sync with Tramp 2.0.56.
1092         * net/tramp.el:
1093         * net/tramp-ftp.el:
1094         * net/tramp-smb.el:
1095         * net/tramp-util.el:
1096         * net/tramp-vc.el:
1097         Don't load cl.el, because that pollutes the namespace.  Replace cl
1098         macros by their implementations where necessary.  Requested by
1099         Richard Stallman <rms@gnu.org>.
1101         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1102         doesn't exist.
1103         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1104         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1105         (tramp-file-name-p, tramp-file-name-multi-method)
1106         (tramp-file-name-method, tramp-file-name-user)
1107         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1108         replacing defstruct `tramp-file-name'.
1109         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1110         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1111         Apply `vector' instead of `make-tramp-file-name'.
1112         (tramp-handle-make-auto-save-file-name):
1113         Apply `tramp-temporary-file-directory' for compatibility reasons.
1114         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1115         because of XEmacs.
1116         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1117         started.
1119 2007-06-07  David Kastrup  <dak@gnu.org>
1121         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1122         Change default to `top'.
1124 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1126         * dired.el (dired-mode-map): Remove spurious separator.
1128 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1130         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1132         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1133         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1135 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1137         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1138         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1140 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1142         * progmodes/ebrowse.el (ebrowse-member-table):
1143         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1145 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1147         * pgg.el (pgg-sign-region, pgg-sign):
1148         * ses.el (ses-call-printer):
1149         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1150         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1152 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1154         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1155         (tar-get-descriptor): Handle type 55, an extended pax header.
1157 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * textmodes/css-mode.el: New file.
1161 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1163         * net/socks.el: New file, taken from w3 repository.
1164         (top): Update Copyright.  Don't load cl.el.
1165         (all): Replace `case' by `cond', `string-to-int' by
1166         `string-to-number', and `process-kill-without-query' by
1167         `set-process-query-on-exit-flag'.
1168         (socks-char-int): Remove defalias and all occurrences.
1170 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1172         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1173         (sort-coding-systems, search-unencodable-char): Doc fixes.
1174         (coding-system-change-eol-conversion, set-default-coding-systems)
1175         (prefer-coding-system, find-multibyte-characters, princ-list)
1176         (leim-list-entry-regexp, set-input-method, locale-language-names)
1177         (input-method-exit-on-first-char, exit-language-environment-hook)
1178         (locale-charset-language-names): Fix typos in docstrings.
1180 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1182         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1183         `switch-to-buffer' has returned succesfully.
1184         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1185         window is dedicated (it could iconify the frame).
1187 2007-06-05  Glenn Morris  <rgm@gnu.org>
1189         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1191 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1193         * files.el (auto-mode-alist): Add lower-priority match for names
1194         like ChangeLog.old.
1196 2007-06-04  Andreas Schwab  <schwab@suse.de>
1198         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1200 2007-06-04  Davis Herring  <herring@lanl.gov>
1202         * calendar/timeclock.el: Update version number.
1203         (timeclock-modeline-display): Mention timeclock-use-display-time
1204         in explanatory message.
1205         (timeclock-log): Suppress warnings when finding the log.
1206         Don't check for a nil project twice.  Run hooks after killing the
1207         buffer (if applicable).
1208         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1209         was geometric).  All uses changed.
1210         (timeclock-generate-report): Support prefix argument.
1212 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1214         * man.el (Man-next-section): Don't consider the last line of the
1215         page as being part of any section.
1217 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1219         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1220         modified flag of buffer.  Use `inhibit-modification-hooks'.
1222 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1224         * mail/mail-extr.el (mail-extract-address-components):
1225         Recognize non-ASCII characters except for NBSP as words.
1227 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1229         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1231 2007-06-04  Michael Olson  <mwolson@gnu.org>
1233         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1234         died and we are trying to send a signal to it.
1236 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1238         * emacs-lisp/easy-mmode.el (define-minor-mode)
1239         (easy-mmode-define-navigation): Fix typos in docstrings.
1241         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1242         Fix typos in docstrings.
1243         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1244         (compilation-finish-function): Fix typo in obsolescence declaration.
1246         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1248 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1250         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1251         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1253         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1255         * longlines.el (longlines-mode): Make longlines-auto-wrap
1256         buffer-local.  Add hooks unconditionally.
1257         (longlines-auto-wrap): Toggle wrapping.
1258         (longlines-after-change-function)
1259         (longlines-post-command-function): Check longlines-auto-wrap.
1261 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1263         * Version 22.1 released.
1265 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1267         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1268         changes.
1270 2007-05-31  Richard Stallman  <rms@gnu.org>
1272         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1274 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1276         * textmodes/table.el (table--point-entered-cell-function)
1277         (table--point-left-cell-function):
1278         Bind `inhibit-point-motion-hooks' to t.
1280 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1282         * emacs-lisp/rx.el (rx): Doc fix.
1284 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1286         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1288 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1290         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1291         as the end of the ChangeLog paragraph when it ends without a line
1292         termination.
1294 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * textmodes/fill.el (canonically-space-region): Make the second arg
1297         a marker if it's not already the case.
1299         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1300         (xterm-mouse-event): Use it.
1302 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1304         * vc-hooks.el (vc-find-root): Fix file attribute test.
1306 2007-05-24  Richard Stallman  <rms@gnu.org>
1308         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1309         Don't let opoint be nil.
1310         (flyspell-emacs-popup): Explicit error if no dialogs.
1312 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1314         * tar-mode.el (tar-file-name-handler): New function.
1315         (tar-extract): Bind file-name-handler-alist to it to force
1316         find-buffer-file-type-coding-system behave as if the file being
1317         extracted existed.  Use last-coding-system-used to force
1318         buffer-file-coding-system to what decode-coding-region actually
1319         used to decode the file.
1321 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1323         * progmodes/compile.el (compilation-handle-exit):
1324         `compilation-finish-function' may change the current buffer.
1326 2007-05-22  Richard Stallman  <rms@gnu.org>
1328         * files.el (set-auto-mode): Doc fix.
1330 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1332         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1334 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1336         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1337         (rcirc-print): Handle `window-width'.
1338         (rcirc-buffer-maximum-lines): Doc fix.
1340 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1342         * info.el (Info-fontify-node): Match https also.
1344 2007-05-18  Richard Stallman  <rms@gnu.org>
1346         * simple.el (push-mark): Doc fix.
1348 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1350         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1351         tpu-global-map.
1352         (tpu-original-global-map): Delete variable.
1353         (tpu-control-keys-map): New keymap variable.
1354         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1355         setting keymapping directly.
1356         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1357         tpu-global-map.
1358         (tpu-edt-on): Activate the tpu-global-map.
1359         (tpu-edt-off): Deactivate the tpu-global-map.
1361 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1363         * textmodes/ispell.el (ispell-get-word): Return markers
1364         for start and end positions.
1365         (ispell-word): Assume END is a marker.
1367 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1369         * ps-print.el: Use default color when foreground or background color
1370         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1371         (ps-print-version): New version 6.7.4.
1372         (ps-rgb-color): New argument.  Use default color when color is
1373         unspecified.
1374         (ps-begin-job): Fix code.
1376 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1378         * textmodes/ispell.el (ispell-start-process): Defend against bad
1379         default-directory.
1381 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1385 2007-05-16  Richard Stallman  <rms@gnu.org>
1387         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1389 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1392         Move the *ml, Postscript, and XmCD entries to the fallback part.
1394         * files.el (magic-fallback-mode-alist):
1395         Rename from file-start-mode-alist.
1397 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1399         * progmodes/compile.el (compilation-handle-exit): Quote first
1400         argument of `run-hook-with-args'.
1402 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1404         * buff-menu.el (Buffer-menu-sort-column):
1405         * dabbrev.el (dabbrev-upcase-means-case-search):
1406         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1407         * info.el (Info-current-subfile):
1408         * ls-lisp.el (ls-lisp-verbosity):
1409         * msb.el (msb-menu-cond):
1410         * pcvs.el (cvs-dired-use-hook):
1411         * simple.el (set-mark-command-repeat-pop):
1412         * time.el (display-time-24hr-format, display-time-mail-file):
1413         Doc fixes.
1415         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1416         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1418         * view.el (view-inhibit-help-message): Fix typo in docstring.
1419         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1421 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1423         * mail/rmail.el (rmail-convert-to-babyl-format):
1424         Check content-transfer-encoding _last_, because we need its position
1425         in base64-header-field-end.
1427 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1429         * files.el (mode-require-final-newline, require-final-newline)
1430         (enable-local-variables, enable-local-eval): Doc fixes.
1432 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1434         * progmodes/python.el (python-font-lock-keywords)
1435         (python-open-block-statement-p, python-mode): Add support for the new
1436         "with" keyword.
1438 2007-05-10  Richard Stallman  <rms@gnu.org>
1440         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1441         (iso-cvt-write-only): Likewise.
1443         * emacs-lisp/easy-mmode.el (define-minor-mode):
1444         Fix generated doc string.
1446         * startup.el (fancy-splash-text): Add URL of guided tour.
1447         Adjust horizontal and vertical whitespace.
1449         * progmodes/compile.el (compilation-handle-exit):
1450         Use run-hook-with-args to run compilation-finish-functions.
1452         * files.el (file-start-mode-alist): New variable.
1453         (magic-mode-regexp-match-limit): Doc fix.
1454         (set-auto-mode): Handle file-start-mode-alist.
1455         A little cleanup of structure.
1457 2007-05-10  Davis Herring  <herring@lanl.gov>
1459         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1460         workday specifications.
1461         (timeclock-log): Don't kill the log buffer if it already existed.
1463 2007-05-08  Richard Stallman  <rms@gnu.org>
1465         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1466         Don't include non-self-insert commands in the exception for `-'.
1468 2007-05-08  David Reitter  <david.reitter@gmail.com>
1470         * progmodes/python.el (python-guess-indent): Check non-nullness
1471         before comparing indent against the 2..8 interval.
1473 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1475         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1476         available.
1478 2007-05-06  Richard Stallman  <rms@gnu.org>
1480         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1482 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1484         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1485         disconnections.
1487 2007-05-01  Romain Francoise  <romain@orebokech.com>
1489         * dired-x.el: Revert 2007-04-06 change.
1491 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1493         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1494         don't put stop on toolbar.
1496 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1498         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1500 2007-04-29  Richard Stallman  <rms@gnu.org>
1502         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1504 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1506         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1507         than 1.
1509 2007-04-28  Richard Stallman  <rms@gnu.org>
1511         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1513 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1515         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1517 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1519         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1520         instead of $(lisp)/mh-e.
1522         * textmodes/fill.el (fill-paragraph): Doc fix.
1524 2007-04-28  Glenn Morris  <rgm@gnu.org>
1526         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1527         (image-dired-cmd-create-temp-image-options): Replace option
1528         +profile "*" with -strip.
1530 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1532         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1533         Use window-start and window-end.
1535 2007-04-26  Glenn Morris  <rgm@gnu.org>
1537         * progmodes/python.el: Restore file pending consideration of legal
1538         status.
1540 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1542         * locate.el (locate-in-alternate-database): Doc fix.
1544 2007-04-26  Glenn Morris  <rgm@gnu.org>
1546         * button.el (button): Use underline if supported, else fall back
1547         to color.
1549 2007-04-25  Richard Stallman  <rms@gnu.org>
1551         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1553 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1555         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1556         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1557         pushing mark.
1558         (idlwave-current-routine): Don't push mark.
1560 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1562         * image-dired.el (image-dired-display-image): Derive image-type from
1563         filename rather than assuming jpeg, in case no resizing was needed.
1565 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1567         * custom.el (defface): Doc fix.
1569 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1571         * progmodes/python.el: Remove due to unclear legal issues.
1573 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1575         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1576         Don't re-query for each cleared BP.
1577         (idlwave-shell-clear-bp): Optionally skip BP query.
1578         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1579         of set-window-buffer, which incorrectly moves displayed region.
1581 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1583         * calc/calc.el (calc-bug-address): Update maintainer's address.
1584         * calc/*: Update maintainer's address.
1586 2007-04-23  Richard Stallman  <rms@gnu.org>
1588         * simple.el (set-mark-command-repeat-pop): Doc fix.
1589         Put in `editing-basics' group.
1591 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1593         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1594         New functions.
1595         (Info-mode-line-node-keymap): Bind mouse commands to
1596         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1598 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1600         * locate.el (locate-local-prompt): New var.
1601         (locate-prompt-for-command): Doc fix.
1602         (locate-prompt-for-search-string): New function.
1603         (locate): New optional arg.  Make locate-local-prompt
1604         buffer-local.  Use locate-prompt-for-search-string.
1605         (locate-with-filter): New optional arg.
1606         Use locate-prompt-for-search-string.
1607         (locate-update): Bind locate-prompt-for-command.
1609 2007-04-23  Glenn Morris  <rgm@gnu.org>
1611         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1613 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1615         * button.el (button): Inherit from link face on a tty.
1617 2007-04-23  Glenn Morris  <rgm@gnu.org>
1619         * button.el (button): Use color for this face on a tty.
1621         * files.el (magic-mode-alist): Allow for carriage-returns in
1622         html-mode and sgml-mode entries.
1624 2007-04-22  Richard Stallman  <rms@gnu.org>
1626         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1627         Improve doc string of generated command.
1629         * subr.el (read-number): Catch errors.
1631         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1633 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1635         * image-dired.el: Rename from thumbnails.el.  All instances of
1636         "thumbnails" replaced with "image-dired".
1638         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1639         "image-dired".
1641 2007-04-22  Kim F. Storm  <storm@cua.dk>
1643         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1644         Don't use kill-line.
1646 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1648         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1649         error message.
1651 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1653         * dired.el: Rename "tumme" to "thumbnails".
1655         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1656         replaced with "thumbnails".
1658 2007-04-22  Glenn Morris  <rgm@gnu.org>
1660         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1661         and give it the risky-local-variable property.
1663         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1664         before defining it.
1666 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1668         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1669         Use delete-region instead of kill-line.
1671 2007-04-21  Alan Mackenzie  <acm@muc.de>
1673         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1674         `kill-region' by `delete-region'.
1676 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1678         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1679         instead of kill-region.
1681         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1682         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1683         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1684         and kill-line.
1686         * progmodes/vhdl-mode.el (vhdl-template-type)
1687         (vhdl-template-record, vhdl-template-nature)
1688         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1689         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1690         Use delete-region instead of kill-word and kill-line.
1692 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1694         * dired-x.el (dired-virtual-mode): Doc fix.
1696 2007-04-21  Richard Stallman  <rms@gnu.org>
1698         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1700         * subr.el (read-number): Doc fix.
1702         * simple.el (pop-to-mark-command): Display message "mark popped"
1703         if point does not move.
1704         (set-mark-command): Doc fix.
1706 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1708         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1709         (locate-local-filter, locate-local-search): New vars.
1710         (locate): Make variables local.
1711         (locate-update): Bind locate-buffer-name.  Call locate using
1712         locate-local-filter and locate-local-search.
1714 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1716         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1717         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1718         (hi-lock-mode): Update docstring.
1720 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1723         fill-nobreak-predicate when the break is past fill-column.
1725 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1727         * locate.el (locate): Output from shell-command should go in the
1728         current buffer rather than *Shell Command Output*.
1730 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1732         * paren.el (show-paren-function): Fix last fix.
1734 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1736         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1737         (archive-lzh-summarize): Add optional start arg for where to start
1738         looking at the archive.
1739         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1741         * international/mule.el (auto-coding-alist): no-conversion for .exe
1742         and .EXE.
1744 2007-04-19  Alan Mackenzie  <acm@muc.de>
1746         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1747         function return type contains "struct", "union", etc.
1748         c-end-of-defun goes too far forward.
1750 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1752         * paren.el (show-paren-function): Reset window-start to avoid
1753         recentering.
1755 2007-04-19  Glenn Morris  <rgm@gnu.org>
1757         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1759 2007-04-18  Glenn Morris  <rgm@gnu.org>
1761         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1762         :set function.
1763         (diary-list-entries): Only switch to diary-mode from
1764         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1765         diary-mode set header-line-format, in case of any customization.
1767 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1769         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1770         is less than the length of parse-time-syntax.
1772 2007-04-17  David Kastrup  <dak@gnu.org>
1774         * replace.el (query-replace-regexp-eval): Deprecate.
1776 2007-04-17  Alan Mackenzie  <acm@muc.de>
1778         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1779         point too close to EOB, leave point at EOB rather than last `}'.
1781 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1783         * textmodes/bibtex.el (bibtex-include-OPTkey)
1784         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1785         Fix defcustom.
1787 2007-04-17  Glenn Morris  <rgm@gnu.org>
1789         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1790         be encoded, fall back to current year.
1792 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1794         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1795         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1796         M "MSDOS".
1798 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1800         * progmodes/python.el (python-end-of-block): Avoid looping forever
1801         if python-next-statement fails.
1803 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1805         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1807 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1809         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1810         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1812 2007-04-15  Jay Belanger  <belanger@truman.edu>
1814         * calc/calc.el (calc-version): New function.
1815         (calc-trail-mode): Shorten the title.
1817 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1819         * mail/footnote.el (footnote-style): Clarify docstring to state
1820         that customizing this only applies to future footnotes.
1822 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1824         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1825         (bibtex-make-field): Check that INIT is a string. Use functionp.
1827 2007-04-14  Glenn Morris  <rgm@gnu.org>
1829         * complete.el (PC-goto-end): New buffer-local variable.
1830         (PC-do-completion-end): Make buffer-local.
1831         (partial-completion-mode) <choose-completion-string-functions>:
1832         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1833         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1834         doc string.  Set PC-goto-end for choose-completion.
1835         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1836         PC-do-completion.
1838         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1839         arg to bibtex-make-field.
1840         (bibtex-make-field): Add optional fourth arg NODELIM.
1841         Insert delimiters around INIT unless this arg is non-nil.
1843 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1845         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1846         global map isn't modified.
1848 2007-04-14  Glenn Morris  <rgm@gnu.org>
1850         * calendar/appt.el (appt-disp-window): Do not split small windows.
1851         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1853 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1855         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1857         * files.el: Ditto.
1859 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1861         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1863         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1864         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1865         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1866         (term-pager-help): Fix typos in docstrings.
1868         * wid-edit.el (widget-documentation): Fix typo in docstring.
1870         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1871         Fix typos in error messages.
1873 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1875         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1876         window marked as dedicated.
1878         * mail/footnote.el (footnote-latin-string): New variable.
1879         (footnote-latin-regexp): Redefine as regexp alternative.
1880         (Footnote-latin): Use footnote-latin-string instead of
1881         footnote-latin-regexp.
1883 2007-04-13  Glenn Morris  <rgm@gnu.org>
1885         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1886         inherited keymaps.
1888 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1890         * outline.el (outline-get-next-sibling): Clarify docstring.
1891         (outline-get-last-sibling): Handle case where we are at the first
1892         heading.  Clarify docstring.
1894 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1896         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1897         length as stop button to lessen flicker.
1898         (jdb): Add gud-print.
1899         (gud-find-expr): Jdb prints the expression with the value, so
1900         don't insert it in the output.
1902 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1904         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1905         case hex.  Do not try to decode non-hex letters.
1907 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1909         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1910         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1911         (byte-optimize-form-code-walker): Evaluate pure function calls if
1912         possible.
1913         (byte-optimize-all-constp): New function.
1915         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1916         Improve numeric argument case.
1917         (byte-compile-backward-char, byte-compile-backward-word):
1918         New functions, performing rewriting previously done in byte-opt.el.
1919         Fix their "Fixme" item (restriction to numeric arguments).
1921 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1923         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1924         with dolist.
1925         (after-init-hook): Don't quote lambda.
1926         (desktop-first-buffer): Don't wrap it in eval-when-compile.
1927         (desktop-internal-v2s): Remove unused var `el'.
1928         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1929         desktop-restore-file-buffer.
1930         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1931         desktop-create-buffer.
1933 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
1935         * woman.el (woman-decode-buffer): Postpone macro-set check...
1936         (woman-decode-region): ...to here.
1938 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
1940         * startup.el (tty-handle-args): Use %S to log ARGS.
1942 2007-04-10  Glenn Morris  <rgm@gnu.org>
1944         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1945         it is obsolete and has no effect.
1947         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1948         byte-compiler.
1950         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1951         obsolete function make-local-hook.
1953         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1954         start to quieten byte-compiler.
1956 2007-04-10  Markus Triska  <markus.triska@gmx.at>
1958         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1959         to bytecomp.el as byte-compile-char-before).
1960         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1961         New function (modified replacement for byte-optimize-char-before in
1962         byte-opt.el).
1964 2007-04-09  Alan Mackenzie  <acm@muc.de>
1966         * startup.el (inhibit-splash-screen): Emphatically state that it
1967         can't be set in site-start.el.
1969 2007-04-09  Masatake YAMATO  <jet@gyve.org>
1971         * progmodes/cc-subword.el (c-capitalize-subword): More closely
1972         mimic the behavior of `capitalize-word'.  Do not move point with a
1973         negative argument.  Based on tiny change by Paul Curry.
1975 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
1977         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1978         Don't move point if ARG is negative.
1980 2007-04-09  Alan Mackenzie  <acm@muc.de>
1982         Changes to make `narrow-to-defun' and `mark-defun' work properly
1983         in CC Mode:
1985         * progmodes/cc-defs.el (c-beginning-of-defun-1):
1986         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1987         Bind beginning/end-of-defun-function to nil around calls to
1988         beginning/end-of-defun.
1990         * progmodes/cc-langs.el (beginning-of-defun-function)
1991         (end-of-defun-function): New c-lang-setvar's.
1993         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1994         (setq arg 1))" to enable non-interactive call.
1996 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
1998         * simple.el (set-mark-command): Doc fix.
2000 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2002         * progmodes/gud.el (gdb): Restore existing session if user
2003         tries to start a second one in graphical mode.
2005 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2007         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2009 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2011         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2012         Add binding for C-M-SPC.
2014 2007-04-08  Richard Stallman  <rms@gnu.org>
2016         * pcomplete.el (pcomplete-read-event): One single definition,
2017         and not a defsubst.
2019 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2021         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2022         byte-compiler warning "value unused".
2024 2007-04-08  Andreas Schwab  <schwab@suse.de>
2026         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2028 2007-04-07  Glenn Morris  <rgm@gnu.org>
2030         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2031         Autoload these functions.
2032         (diary-date-forms): Add a custom :set form.
2034         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2035         before first use.
2036         (diary-font-lock-keywords): New function with old code for
2037         initialization of variable of same name.
2039 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2041         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2042         clean-up: only insert space when on identifier, etc.
2044 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2046         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2048         * net/tls.el (open-tls-stream): Properly handle case where there
2049         is no associated buffer.
2051 2007-04-07  Glenn Morris  <rgm@gnu.org>
2053         * ffap.el (ffap-file-at-point): Lower the priority of the
2054         ffap-ftp-sans-slash-regexp check.
2056 2007-04-06  Alan Mackenzie  <acm@muc.de>
2058         Fix fontification of labels, and other things with ":".
2060         * progmodes/cc-engine.el (c-forward-label): The function now
2061         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2062         the former t.
2064         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2065         new return code from c-forward-label, fontifying tokens properly.
2066         Add some general comments throughout the file.
2068 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2070         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2071         Revert 2006-01-27 change.
2073         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2075         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2077         * desktop.el (desktop-create-buffer, desktop-save):
2078         Revert 2004-11-12 change for lack of copyright papers.
2080         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2081         (dired-guess-default): Respect case.
2083         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2085         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2086         was originally checked in as byte-optimize-concat on 1997-11-02.
2088         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2089         1995-05-19 doc changes.
2091 2007-04-06  Kim F. Storm  <storm@cua.dk>
2093         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2094         (unload-feature): Update interactive spec accordingly.
2096         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2098 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2100         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2101         capture.  Restore the table in the same buffer.
2103         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2105 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2107         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2108         Print entire form.
2110 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2112         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2113         for low-color displays.
2115 2007-04-05  Glenn Morris  <rgm@gnu.org>
2117         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2118         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2119         Seed random number generator on loading.
2121         * emacs-lisp/authors.el (top-level): Provide self.
2123         * play/animate.el (top-level): Provide self.
2125 2007-04-04  Alan Mackenzie  <acm@muc.de>
2127         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2128         to mention c-syntactic-indentation.
2130 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2132         * subr.el (with-case-table): New macro.
2134         * international/mule.el (ascii-case-table): New var.
2136         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2137         downcasing.
2139 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2141         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2143         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2144         of the window if we're outside it e.g menu-bar.
2146         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2147         window if we're outside it e.g menu-bar.
2149 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2151         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2152         decode base-64 encoded body if its content-type is something other
2153         than text/* or message/*.
2155 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2157         * simple.el (activate-mark-hook): Fix typo in docstring.
2159 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2161         * tmm.el (tmm-c-prompt): Initialize.
2162         (tmm-menubar): Deal with extended menu-items at top level.
2163         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2164         (tmm-prompt): Handle visibility of top level menu-items.
2166         * progmodes/gud.el (gud-menu-map): Simplify.
2167         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2168         menubar.
2170 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2172         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2174         * comint.el (comint-send-input): Widen the buffer first.
2176         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2178 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2181         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2183         * newcomment.el (comment-search-forward): Discard comment starters
2184         before point.
2186 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2188         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2190 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2192         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2193         when downcasing.
2195         * button.el (previous-button): Rewrite to account for adjacent buttons.
2197 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2199         * progmodes/idlwave.el (idlwave-auto-fill):
2200         Revert paragraph-separate change.
2202         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2203         Simplify module calc.
2204         (idlwave-shell-set-bp-in-module): Compute module.
2206 2007-03-31  Glenn Morris  <rgm@gnu.org>
2208         * emacs-lisp/timer.el (run-at-time): Doc fix.
2210         * emacs-lisp/warnings.el (display-warning): If we create the
2211         buffer displaying the warning, disable undo there.
2213 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2215         * net/tramp.el (tramp-register-file-name-handler)
2216         (tramp-register-completion-file-name-handler): New defsubst,
2217         derived from `tramp-register-file-name-handlers'.  The split is
2218         necessary because Tramp's file name handlers must be registered at
2219         different startup places.
2221 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2223         * progmodes/hideshow.el (turn-off-hideshow): New function.
2224         (hs-minor-mode): Use it instead of a lambda expression in
2225         change-major-mode-hook.
2227 2007-03-31  David Kastrup  <dak@gnu.org>
2229         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2230         corresponding to MANPATH_MAP entries.
2231         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2232         (woman-parse-man.conf): Use more discriminating man.conf name.
2233         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2234         (woman-manpath): Doc fix and type fix.
2235         (woman-cached-data): Check for MANPATH_MAP entries.
2236         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2238 2007-03-31  Stuart Herring  <herring@lanl.gov>
2240         * emacs-lisp/sregex.el (sregexq): Doc fix.
2242 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2244         * flymake.el (flymake-err-line-patterns): Doc fix.
2246 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2248         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2249         Move to the right.
2251 2007-03-30  Alan Mackenzie  <acm@muc.de>
2253         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2255 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2257         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2258         Use it, passed in explicitly, instead of from the dynamic binding.
2259         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2261 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2263         * simple.el (blink-matching-open): When in minibuffer, don't
2264         search for a match inside the prompt.
2266 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2268         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2269         (tmm-prompt): Don't make the mouse user select the first menu
2270         item twice.
2272 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2274         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2275         SIGUSR1 and SIGUSR2.
2277 2007-03-29  Kim F. Storm  <storm@cua.dk>
2279         * ido.el (ido-read-internal): When reading file or dir, only override
2280         minibuffer-local-filename-completion-map, otherwise only override
2281         minibuffer-local-completion-map.
2283 2007-03-29  Glenn Morris  <rgm@gnu.org>
2285         * complete.el (partial-completion-mode): Set PC-do-completion-end
2286         to nil after use.
2287         (PC-lisp-complete-symbol): Create and use a marker at `end',
2288         rather than using point-marker.
2290 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2292         * simple.el (next-error-highlight): Doc fix.
2293         (compose-mail): Revert 2007-03-19 change.
2295 2007-03-28  Richard Stallman  <rms@gnu.org>
2297         * emacs-lisp/edebug.el (edebug-display): Don't go to
2298         edebug-outside-buffer if it is dead.
2300 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2302         * view.el (view-mode): Fix typos in docstring.
2304 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2306         * recentf.el (recentf-save-file): Add a custom :set function.
2308 2007-03-28  Glenn Morris  <rgm@gnu.org>
2310         * complete.el (PC-do-completion-end): New variable.
2311         (partial-completion-mode) <choose-completion-string-functions>:
2312         Use PC-do-completion-end in the non-minibuffer case to replace the
2313         correct amount of text.
2314         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2315         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2316         to deal with improvements inserted after point.
2318 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * button.el (make-text-button): Add explicit `button' property.
2321         (default-button): Don't put a `button' property on it.
2323         * progmodes/python.el (python-mode): Skip comments when parsing.
2325         * vc-arch.el (vc-with-current-file-buffer): New macro.
2326         (vc-arch-file-source-p): Use it to avoid infloop.
2328 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2330         * emacs-lisp/lisp.el (lisp-complete-symbol):
2331         Fix call to get-buffer-window to find windows in other frames.
2333 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2336         Fix calls to get-buffer-window to find windows in other frames.
2337         Reported by David Hansen <david.hansen@gmx.net>.
2339 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2341         * info.el (Info-display-images-node): On a text-only terminal,
2342         show the "text" or "alt" parts of the image blobs.
2344 2007-03-27  Glenn Morris  <rgm@gnu.org>
2346         * complete.el (PC-do-completion): Compute completion-base-size in
2347         the non-filename case, rather than setting to nil.
2348         (PC-lisp-complete-end): New variable.
2349         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2350         original end in a series of consecutive invocations.
2352         * calendar/calendar.el (calendar-mode-hook): Declare it.
2354         * calendar/diary-lib.el (diary-live-p): Do not check for
2355         diary-selective-display.
2357 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * replace.el (occur-next-error): *Occur* might not be displayed in the
2360         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2362 2007-03-26  Richard Stallman  <rms@gnu.org>
2364         * textmodes/flyspell.el (flyspell-large-region):
2365         Use ispell-call-process-region.
2367 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2369         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2370         Use prin1 instead of princ.
2372 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2374         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2375         Merge in X resources before global face.
2377         * progmodes/compile.el (compilation-start): Save compilation-directory
2378         rather than default-directory as local var.
2379         (compilation-directory): Mark as safe local var.
2381         * files.el: Don't mark default-directory as a safe local var.
2383 2007-03-25  Alan Mackenzie  <acm@muc.de>
2385         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2386         * progmodes/cc-engine.el: Fix typo.
2388 2007-03-25  Juri Linkov  <juri@jurta.org>
2390         * compare-w.el (compare-windows): Rename customization group
2391         `compare-w' to `compare-windows'.
2392         (compare-windows-whitespace, compare-ignore-whitespace)
2393         (compare-ignore-case, compare-windows-sync)
2394         (compare-windows-sync-string-size, compare-windows-recenter)
2395         (compare-windows-highlight, compare-windows): Change group name in
2396         the `group' tag from `compare-w' to `compare-windows'.
2397         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2399 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2401         * expand.el: Change example to always enable abbrev-mode,
2402         and remove redundant `function'.
2403         (expand-abbrev-hook): Add autoload cookie.
2405 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2407         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2408         (testcover-mark-all, testcover-unmark-all): Add prompts to
2409         interactive specs.
2411 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2413         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2414         Use file size in bytes for auto-revert-tail-pos not characters.
2416 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2418         * vc-rcs.el (vc-rcs-annotate-command):
2419         Set text property :vc-annotate-prefix on the annotation text.
2420         (vc-rcs-annotate-time): Instead of searching for ": ",
2421         search for end of text propertized with :vc-annotate-prefix.
2423 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2425         * whitespace.el (top level): Remove calls putting
2426         permanent-local nil property since these are no-ops.
2428         * man.el (Man-support-local-filenames): Assure that
2429         default-directory exists when doing call-process.
2431 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2433         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2434         Fix omission bug: Use m4-program-options to construct shell command.
2436 2007-03-23  David Kastrup  <dak@gnu.org>
2438         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2439         Use `mapcar' rather than `mapcan' to silence compiler warning.
2441 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2443         * textmodes/reftex.el, textmodes/reftex-vars.el,
2444         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2445         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2446         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2447         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2448         * textmodes/reftex-auc.el: Add maintainer address.
2450 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2452         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2453         Make sure that `global-font-lock-mode' does not turn on font-lock
2454         in these buffers.
2456 2007-03-21  Kim F. Storm  <storm@cua.dk>
2458         * xt-mouse.el (xt-mouse-epoch): New variable.
2459         (xterm-mouse-event): Use float-time.
2461 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2463         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2464         current-time.
2466 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2468         * complete.el (read-file-name-internal): Don't add the final > if the
2469         completion is not finished (re-application of this patch, which was
2470         accidentally undone by Eli).
2472 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2474         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2475         clicks in describe-key and describe-key-briefly advice a little better.
2477 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2479         * server.el (server-process-filter): Cancel any pending isearch.
2481 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2483         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2484         (icalendar--get-unfolded-buffer): Define actual arguments rather
2485         than just using &rest.  Check replace-in-string is fbound.
2486         (icalendar-import-buffer): Doc fix.
2487         (icalendar--convert-ical-to-diary): Set diary-file.
2488         Check diary-file before inserting final newline.
2489         (icalendar--add-diary-entry): Return diary-file.
2491 2007-03-21  Glenn Morris  <rgm@gnu.org>
2493         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2494         (diary-display-hook): Add custom :set function.
2496         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2497         Add custom :set function.
2498         (diary-header-line-format): Doc fix.
2499         (diary-set-maybe-redraw): New function.
2500         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2501         (diary-list-entries): Always run diary-mode.
2503 2007-03-20  Kenichi Handa  <handa@m17n.org>
2505         * international/quail.el (quail-setup-completion-buf): Make the
2506         completion buffer read-only.
2507         (quail-completion): Adjusted for the above change.  Leave the
2508         modified flag nil.
2510 2007-03-20  David Kastrup  <dak@gnu.org>
2512         * files.el (magic-mode-alist): Require literal "%!PS" string for
2513         magic postscript file detection.
2515 2007-03-20  Richard Stallman  <rms@gnu.org>
2517         * textmodes/ispell.el (ispell-call-process): New function.
2518         Defends against bad `default-directory.'
2519         (ispell-check-version, ispell-find-aspell-dictionaries)
2520         (ispell-get-aspell-config-value, lookup-words): Call it.
2521         (ispell-call-process-region): New function.
2522         (ispell-send-string): Call it.
2524 2007-03-20  Andreas Schwab  <schwab@suse.de>
2526         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2527         (finder-data): Likewise.
2528         (autoloads): Likewise.
2530 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2532         * files.el (basic-save-buffer): Do not set visited filename when
2533         the corresponding directory does not exist or the specified
2534         filename is that of an existing directory.
2536 2007-03-20  Glenn Morris  <rgm@gnu.org>
2538         * calendar/diary-lib.el (diary-live-p): New function.
2539         (number-of-diary-entries): Add a :set function to redisplay diary
2540         when necessary.
2542 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2544         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2545         from client program, mev, to compute mouse event.
2547 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2549         * faces.el (momentary): Face removed; unused due to reversion of
2550         2007-01-04 changes by Kevin Rodgers.
2552         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2553         Suggested by Johan Bockg\e,Ae\e(Brd.
2555 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2557         * font-lock.el (lisp-font-lock-keywords-1):
2558         Highlight define-globalized-minor-mode as a keyword.
2560 2007-03-19  Kim F. Storm  <storm@cua.dk>
2562         * calc/calc-forms.el (math-std-daylight-savings)
2563         (math-std-daylight-savings-old): Doc fix.
2565 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2567         * progmodes/python.el (python-default-template): Doc fix.
2568         (python-buffer): Fix typo in docstring.
2570         * isearchb.el (isearchb-follow-char):
2571         * subr.el (def-edebug-spec): Fix typo in docstring.
2573 2007-03-19  Richard Stallman  <rms@gnu.org>
2575         * files.el (default-directory): Mark safe.
2576         (basic-save-buffer-2): Put proper dir name in error message.
2578         * simple.el (compose-mail): Run switch-function after
2579         setting up the mail buffer.
2581         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2583 2007-03-18  Jay Belanger  <belanger@truman.edu>
2585         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2586         (math-std-daylight-savings-new): Rename from
2587         `math-std-daylight-savings'.
2588         (math-std-daylight-savings-old): Rename from old value of
2589         `math-std-daylight-savings'.
2590         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2591         `math-std-daylight-savings-old' depending on the year.
2593 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2595         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2596         zero-width regexps as invalid but rather at least count them correctly.
2598 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2600         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2601         don't wait more if there is output available to process.
2603 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2605         * progmodes/compile.el (compilation-find-file): Revert change
2606         from 2006-07-18 to allow completion of directory names.
2607         Reported by John Carter <john.carter@tait.co.nz>.
2609 2007-03-18  Kim F. Storm  <storm@cua.dk>
2611         * subr.el (when, unless): Doc fix.
2613 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2615         * net/tls.el (tls-program): Doc fix.
2617 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2619         * autorevert.el (auto-revert-tail-handler):
2620         Call after-revert-hook.
2622 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2624         * simple.el (switch-to-completions): No error if search for \n\n fails.
2626 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2628         * simple.el (line-move-1):
2629         Respect `inhibit-line-move-field-capture' property.
2631 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2633         * comint.el (comint-arguments): Mark backslash-escaped chars.
2634         (comint-delim-arg): Don't treat them as delimiters.
2636 2007-03-12  Kim F. Storm  <storm@cua.dk>
2637         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2639 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2641         * tempo.el (tempo-insert): Deal with 'r> if it appears
2642         specified with a prompt argument.
2644 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2646         * textmodes/org.el (org-set-font-lock-defaults):
2647         Handle narrow table columns correctly.
2649 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2651         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2652         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2653         Return to use of the -no-properties variants.  There was
2654         consensus on emacs-devel that the speed of these variants was
2655         prefered since we are usually parsing files (from the internet
2656         or on disk) instead of XML created in Emacs.
2658         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2659         Add customize option.
2661 2007-03-12  Glenn Morris  <rgm@gnu.org>
2663         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2664         North American rule.  Replace "daylight savings" with "daylight
2665         saving" in doc.
2667         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2668         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2669         "daylight saving" in text.
2671         * woman.el (woman-change-fonts): Tweak previous change by using
2672         woman-request-regexp rather than "^\\.".
2674         * startup.el (command-line-1): Make insertion of
2675         initial-scratch-message not depend on scratch being selected.
2677 2007-03-11  Juri Linkov  <juri@jurta.org>
2679         * replace.el (match): Use yellow background on light-bg terminals.
2681 2007-03-11  Richard Stallman  <rms@gnu.org>
2683         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2684         Correctly compute line number.
2686 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2688         * type-break.el (type-break-get-previous-count):
2689         Repeat previous change here.
2691 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2693         * progmodes/grep.el (grep-find-ignored-directories):
2694         Add .git and .bzr to list.
2696 2007-03-11  Andreas Schwab  <schwab@suse.de>
2698         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2700 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2704 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2706         * faces.el (face-set-after-frame-default): Recalculate face
2707         customizations after applying X resources.
2709 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2711         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2712         (rcirc-keepalive-seconds): Remove variable.
2713         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2714         (rcirc-process, rcirc-user-disconnect): New variables.
2715         (rcirc-connect): Initalize new variables.
2716         (rcirc-keepalive): Don't send keepalive pings before connection
2717         is completed.
2718         (rcirc-sentinel): Do mark all channels with activity when
2719         connection is dropped.  Run hook with process buffer local.
2720         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2721         (rcirc-buffer-process): Return value of rcirc-process if
2722         rcirc-server-buffer is nil.
2723         (rcirc-server-name): Return the reported server name.
2724         (rcirc-update-prompt): Simplify computation of the server name.
2725         (rcirc-format-response-string): Likewise.
2726         (rcirc-handler-001): Mark server as connected, record the reported
2727         server name, and schedule a timeout.
2728         (rcirc-track-nick): Add a spec for the tty class.
2729         (rcirc-user-non-nick): Remove function.
2730         (rcirc-nick-prefix-chars): Add variable.
2731         (rcirc-user-nick): Use above variable.
2733 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2735         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2736         Bind deactivate-mark to nil.
2738 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2740         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2741         that buffer contents get erased during completion.
2743 2007-03-10  Glenn Morris  <rgm@gnu.org>
2745         * woman.el (woman-change-fonts): Add a hack to deal with
2746         font-escape followed by "." at start of a line.
2747         (woman2-IP): Add a hack to deal with consecutive requests.
2748         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2750 2007-03-10  Alan Mackenzie  <acm@muc.de>
2752         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2754 2007-03-09  Richard Stallman  <rms@gnu.org>
2756         * abbrev.el (abbrev): Add `provide'.
2758 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2760         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2762 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2764         * complete.el (PC-try-completion): New function.
2765         (PC-do-completion, read-file-name-internal): Use it instead of
2766         try-completion.
2768 2007-03-08  Alan Mackenzie  <acm@muc.de>
2770         Remove stale tokens from `c-found-types' cache.
2772         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2773         (c-unfind-coalesced-tokens, c-before-change): New functions.
2774         (c-maybe-stale-found-type): New variable.
2776         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2777         (c-trim-found-types): New functions.
2779 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2781         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2782         (debug-ignored-errors): Add entry from smerge-match-conflict.
2784 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2786         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2787         special help topics for keywords.
2788         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2789         etc. Assistant command.
2791 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2793         * replace.el (occur-engine): Move buffer-undo-list binding...
2794         (occur-1): ...to here.
2796         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2798         * simple.el (minibuffer-completing-symbol): New var.
2799         (eval-expression): Use it.
2800         (completion-setup-function): Don't bind completion-base-size when
2801         completing a symbol in the minibuffer.
2803 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2805         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2806         tries to start a second session in graphical mode.
2808 2007-03-07  Miles Bader  <miles@gnu.org>
2810         * international/isearch-x.el
2811         (isearch-process-search-multibyte-characters):
2812         Strip text-properties from PROMPT to avoid an error from read-string.
2814 2007-03-07  Kim F. Storm  <storm@cua.dk>
2816         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2817         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2819 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2821         * complete.el (PC-do-completion): Delete duplicates in the list of
2822         possible completions.
2824 2007-03-07  Glenn Morris  <rgm@gnu.org>
2826         * ses.el (ses-mode): Doc fix.
2828 2007-03-06  Kim F. Storm  <storm@cua.dk>
2830         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2832 2007-03-06  Kenichi Handa  <handa@m17n.org>
2834         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2836 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         * simple.el (completion-setup-function): Improve last fix so it doesn't
2839         set it to a relative directory name either.
2841 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2843         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2845 2007-03-05  Richard Stallman  <rms@gnu.org>
2847         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2849         * files.el (find-file-noselect): No error if file no longer exists.
2850         Display a message and avoid other questions.
2852 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2855         as not to use an invisible window and to create a window if none exist.
2857         * progmodes/python.el (python-send-command): Restart proc if necessary.
2858         (python-proc): Simplify.
2860 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2862         * pcomplete.el (pcomplete-show-completions): Search all frames for
2863         completions buffer.
2865 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2867         * cus-edit.el (customize-save-variable): Clear customized-value
2868         property (saved values are now put in theme-value property).
2869         (customize-set-variable): Doc fix.
2871         * complete.el (PC-do-completion): If completion-ignore-case is
2872         non-nil, replace field with completion string before exiting.
2874 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2876         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2877         Append its extension to the resulting temporary file name.
2878         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2880         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2881         (tramp-smb-handle-write-region): Apply it.
2883 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2885         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2886         Redo previous change.
2888 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2890         * diff-mode.el (diff-mode): Doc fix.
2892 2007-03-05  Kenichi Handa  <handa@m17n.org>
2894         * international/characters.el: Set category `l' (latin)
2895         for more characters.
2897 2007-03-04  Kim F. Storm  <storm@cua.dk>
2899         * emacs-lisp/authors.el (authors-aliases): Add alias.
2901 2007-03-04  Glenn Morris  <rgm@gnu.org>
2903         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2904         all when switching major mode.
2905         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2906         (hs-block-start-mdata-select, hs-block-end-regexp)
2907         (hs-forward-sexp-func, hs-adjust-block-beginning):
2908         Do not make these variables permanent-local.
2910 2007-03-04  Richard Stallman  <rms@gnu.org>
2912         * progmodes/cperl-mode.el (cperl-mode):
2913         Modify cperl-compilation-error-regexp-alist by appending.
2915         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2916         (edebug-mode): Add the hook.
2917         (edebug-recursive-edit): Remove the hook on exiting.
2919         * type-break.el (type-break-get-previous-time):
2920         Handle end-of-file errors specially
2921         so they don't get reported wrong in .emacs.
2923         * startup.el (fancy-splash-text): Clarify text.
2925         * simple.el (beginning-of-buffer, end-of-buffer):
2926         Avoid treating plain C-u like numeric arg.
2928         * simple.el (completion-setup-function): Don't set
2929         default-directory to nil.
2931         * shell.el (shell-dirstack-query): Doc fix.
2933         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2934         Don't select the window -- pass it to primitives instead.
2936         * faces.el (minibuffer-prompt): Use medium blue by default.
2938 2007-03-04  David Kastrup  <dak@gnu.org>
2940         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2941         Preserve 16 as default value for "seconds" when customizing.
2943 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
2945         * textmodes/org.el (org-self-insert-command)
2946         (orgtbl-self-insert-command, org-delete-char)
2947         (org-delete-backward-char): Set the `flyspell-delayed' property.
2949 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
2951         * international/mule.el (find-auto-coding): Don't search for
2952         line-ending characters past the end of the tail.
2954 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
2956         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2957         Jump to the line where new score has been uploaded.
2959         * play/tetris.el (tetris-move-bottom, tetris-move-left)
2960         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2961         Do nothing when the game is paused.
2963 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
2965         * textmodes/org.el (org-set-tags): Prevent slipping of point
2966         during completion.
2968 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2970         * isearch.el (isearch-message-prefix):
2971         Use minibuffer-prompt-properties.
2973 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2975         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2976         (ps-setup): Print which Emacsen is running ps-print package.
2978 2007-03-01  Stuart Herring  <herring@lanl.gov>
2980         * files.el (set-auto-mode-0): Use `indirect-function'.
2981         (hack-one-local-variable): Don't reapply current major mode.
2983 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2985         * progmodes/python.el (python-quote-syntax): Don't bother with
2986         syntax-ppss-context.
2987         (python-fill-paragraph): Make sure that fenced-string delimiters that
2988         stand on their own line stay there.
2990 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2992         * replace.el (perform-replace): Propertize message.
2994 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
2996         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2997         invisible heading.
2999 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3001         * net/tramp.el (tramp-file-name-handler): Revert last change.
3003 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3005         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3006         Correct doc strings.
3008 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3010         * replace.el (perform-replace): Undo forward-char immediately if
3011         non-adjacent search fails.
3013 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         * version.el (emacs-major-version, emacs-minor-version):
3016         string-to-int -> string-to-number.
3018 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3020         * help.el (where-is): Fail gracefully when not passed a command.
3022 2007-02-28  Stuart Herring  <herring@lanl.gov>
3024         * find-lisp.el (find-lisp-default-directory-predicate):
3025         Fix bug: Do symlink check on expanded filename.
3027 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3029         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3030         changes during replacement.
3031         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3033 2007-02-28  Lars Hansen  <larsh@soem.dk>
3035         * desktop.el: Delete header line listing me as maintainer.
3037 2007-02-28  Glenn Morris  <rgm@gnu.org>
3039         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3040         the menus case.
3042 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3044         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3045         hooks to avoid confusion when combining after-change calls.
3047 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3049         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3050         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3051         (allout-distinctive-bullets-string): Add info about bullet conventions.
3052         (allout-mode): Add info about distinctive vs plain bullets.
3054 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3056         * textmodes/org.el (org-archive-subtree): Quote variable name.
3057         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3059 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3061         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3062         (gud-bashdb-command-name, bashdb): Remove.
3063         (gud, gud-menu-map): Remove references to bash/bashdb.
3065 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3067         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3068         keyword for Python 2.5.
3070 2007-02-26  Romain Francoise  <romain@orebokech.com>
3072         * net/net-utils.el (whois-server-tld): Update server for .org.
3073         (whois-server-list): Add whois.publicinterestregistry.net.
3074         (whois-guess-server): Fix formatting in docstring.
3076 2007-02-26  Kim F. Storm  <storm@cua.dk>
3078         * mouse.el (mouse-show-mark): Run hooks and perform command
3079         remapping for mouse-region-delete-keys.
3081 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3083         * font-core.el (font-lock-mode): Doc fix.
3085 2007-02-25  Kim F. Storm  <storm@cua.dk>
3087         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3088         Add selected buffer to buffer-name-history.
3089         (ido-file-internal): Set this-command to fallback command.
3090         Add file names to file-name-history.
3092         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3093         Apply minibuffer-prompt-properties.
3095 2007-02-25  Andreas Schwab  <schwab@suse.de>
3097         * files.el (hack-one-local-variable-eval-safep): Correct handling
3098         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3100 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3102         * textmodes/org.el (org-table-overlay-coordinates)
3103         (org-table-toggle-coordinate-overlays): New functions.
3104         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3105         New variables.
3106         (org-startup-with-deadline-check): Remove option.
3107         (org-mode): Remove deadline check on startup.
3108         (org-table-limit-column-width): Remove option.
3109         (org-table-formula-numbers-only): Remove option.
3110         (org-link-style, org-link-format): Remove options.
3111         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3112         (org-export-ascii-show-new-buffer)
3113         (org-export-html-show-new-buffer): Remove options.
3114         (org-activate-links): Remove camel option.
3115         (org-file-link-context-use-camel-case): Remove option.
3116         (org-camel-regexp): Remove variable.
3117         (org-activate-camels): Remove function.
3118         (org-store-link): Remove Camel stuff.
3119         (org-make-org-heading-camel): Remove function.
3120         (org-open-at-point): Remove camel stuff.
3121         (org-link-search): Remove camel stuff.
3122         (org-camel-to-words): Function removed.
3123         (org-get-agenda-file-buffer): Make sure we prepare the base
3124         buffers, not any indirect buffers.
3125         (org-sort-entries): Sort top-level when not on a headline, and no
3126         active region.
3127         (org-in-regexp): New function.
3128         (org-search-not-self): Rename from `org-search-not-link'.
3129         (org-open-link-marker): New variable.
3130         (org-open-at-point): Set `org-open-link-marker'.
3131         (org-print-icalendar-entries): Fixe bug with excluding DONE
3132         entries from the exported list.
3133         (org-edit-formula-lisp-indent): New command.
3134         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3135         (orgtbl-to-latex, orgtbl-insert-radio-table)
3136         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3137         (orgtbl-radio-table-templates): New option.
3138         (org-store-link-props):
3139         (org-remember-templates): More possibilities to insert info
3140         into templates.
3141         (org-remember-apply-template): Make use of the extended
3142         template capabilities.
3143         (org-remember-redo-template): New command.
3144         (org-upgrade-old-links)
3145         (org-table-modify-formulas, org-table-replace-in-formulas)
3146         (org-table-find-dataline)
3147         (org-table-get-vertical-vector): Remove functions.
3148         (org-table-remove-rectangle-highlight)
3149         (org-time-stamp-format, org-toggle-log-option)
3150         (org-table-highlight-rectangle)
3151         (org-table-iterate, org-table-make-reference):
3152         (org-translate-time, org-tree-to-indirect-buffer)
3153         (org-table-field-info, org-table-fix-formulas)
3154         (org-table-force-dataline, org-table-get-descriptor-line)
3155         (org-table-get-range)
3156         (org-skip-comments, org-sort)
3157         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3158         (org-table-current-dline, org-table-current-field-formula)
3159         (org-table-edit-backward-field)
3160         (org-table-edit-formulas-post-command)
3161         (org-table-edit-line-down, org-table-edit-line-up)
3162         (org-agenda-archive)
3163         (org-agenda-clock-cancel)
3164         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3165         (org-agenda-open-link, org-agenda-show-new-time)
3166         (org-agenda-skip-subtree-when-regexp-matches)
3167         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3168         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3169         (org-do-sort, org-file-image-p, org-find-overlays)
3170         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3171         (org-highlight-until-next-command, org-isearch-end)
3172         (org-match-any-p, org-next-link, org-previous-link):
3173         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3174         (org-rewrite-old-row-references)
3175         (org-isearch-post-command)
3176         (org-table-edit-move, org-table-edit-next-field)
3177         (org-table-edit-scroll, org-table-edit-scroll-down)
3178         (org-set-frame-title, org-show-reference)
3179         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3180         (org-show-variable): Remove command.
3181         (org-add-log-maybe): New arguments STATE, FINDPOS
3182         (org-table-sort-lines): Rewrite from scratch.
3183         (org-link-search): New argument AVOID-POS.
3184         (org-print-icalendar-entries): Remove argument CATEGORY.
3185         (org-run-agenda-series): Remove argument WONDOW.
3186         (org-next-link, org-previous-link): New commands.
3187         (org-agenda-date-format): New option.
3188         (org-table-iterate): New command.
3189         (org-table-modify-formulas)
3190         (org-table-replace-in-formulas): Remove functions.
3191         (org-table-fix-formulas): New function.
3192         (org-table-insert-column, org-table-delete-column)
3193         (org-table-move-column): Use `org-table-fix-formulas'.
3194         (org-follow-gnus-link): Patch from Bastien/Leo.
3195         (org-table-current-field-formula): New function.
3196         (org-file-image-p): New function.
3197         (org-agenda-show-new-time): New function.
3198         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3199         (org-with-remote-undo): New macro.
3200         (org-agenda-undo): New command.
3201         (org-verify-change-for-undo): New function.
3202         (org-time-stamp-format): New function.
3203         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3204         by user.
3205         (org-match-any-p): New function.
3206         (org-make-tags-matcher): Handle regular expressions for tag and
3207         todo matches.
3208         (org-read-date): Accept "+N" as input for a date relative to the
3209         current date.
3210         (org-remove-subtree-entries-from-agenda): New function.
3211         (org-agenda-archive, org-agenda-kill):
3212         Use `org-remove-subtree-entries-from-agenda'.
3213         (org-do-sort, org-sort-entries): New functions.
3214         (org-sort): New command.
3215         (org-table-sort-lines): Use `org-do-sort'.
3216         (org-fix-decoded-time): New function.
3217         (org-table-number-regexp): Require 0x... to identify as number
3218         in tables.
3219         (org-startup-options): New keywords for note taking.
3220         (org-upgrade-old-links): Remove function.
3221         (org-get-repeat): New function.
3222         (org-show-context): Also show siblings on current level.
3223         (org-show-siblings): New function.
3224         (org-isearch-end, org-isearch-post-command): New functions.
3225         (org-show-siblings): New option.
3226         (org-show-context): Use `org-show-siblings'.
3227         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3228         to be bound, because user may just use elisp.
3230 2007-02-24  Kim F. Storm  <storm@cua.dk>
3232         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3233         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3235 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3237         * startup.el (command-line): Also check if the abbrev file is readable.
3239 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3241         * net/tls.el (tls-certtool-program): Fix custom type.
3243         * mail/feedmail.el (feedmail-message-id-generator)
3244         (feedmail-date-generator): Fix custom types.
3246         * mail/rmail.el (rmail-message-filter): Fix custom type.
3248 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3250         * startup.el (command-line): If simple.el cannot be found, proceed
3251         with a warning message.
3253 2007-02-24  Kenichi Handa  <handa@m17n.org>
3255         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3256         case that BEG is a string.
3258 2007-02-24  Chris Moore  <dooglus@gmail.com>
3260         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3261         * pgg-pgp.el (pgg-pgp-encrypt-region):
3262         * pgg-gpg.el (pgg-gpg-encrypt-region):
3263         Check pgg-encrypt-for-me if no other recipients.
3265 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3267         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3269         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3270         shell-quote-argument.
3272 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3274         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3275         from the comint buffer instead of the temporary one.
3277 2007-02-23  David Reitter  <david.reitter@gmail.com>
3279         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3280         storing it in recentf-exclude.
3282 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3284         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3285         in splash screen.
3287 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3289         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3290         commands, for restart.
3291         (idlwave-shell-current-module): Fix handling of module name by type.
3292         (idlwave-shell-break-in): Update type handling.
3293         (idlwave-shell-bp-get): Encode type in BP structure.
3294         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3295         (idlwave-shell-module-source-query): Query routine info based on type.
3296         Fix path parsing for non-compiled files.
3297         (idlwave-shell-module-source-filter): Don't signal error in filter
3298         if no source found.
3299         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3300         filter race.
3302 2007-02-22  Kim F. Storm  <storm@cua.dk>
3304         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3305         (editable-field): Document need to put some text before the %v
3306         escape in :format string.
3308 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3310         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3311         (vc-svn-use-edit): Remove unused config var.
3312         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3314         * outline.el (hide-sublevels): Keep empty last line, if available.
3316         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3317         rather than the corresponding unicode char, to make the code
3318         more readable.
3320 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3322         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3323         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3324         (speedbar-item-info-tag-helper): Doc fixes.
3326 2007-02-19  Kenichi Handa  <handa@m17n.org>
3328         * international/mule-cmds.el (locale-language-names):
3329         Map "eo" to "Esperanto".
3331         * language/european.el ("Esperanto"): New language environment.
3333 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3335         * simple.el (kill-line): Doc fix.
3337 2007-02-17  Kim F. Storm  <storm@cua.dk>
3339         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3340         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3341         (bindat--unpack-group, bindat--pack-group):
3342         Handle vectors with optional element type.
3344 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3346         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3347         if PASSPHRASE is given.
3349 2007-02-17  Chris Moore  <dooglus@gmail.com>
3351         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3352         Recognize backups of bz2 compressed files.
3354 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3356         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3357         to nil to speed up lookup of the symbol in index nodes.
3359 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3361         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3362         Add indentation for the constants of Lisp.
3364 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3366         * ps-print.el: Use (defvar <foo>) where applicable.
3367         (ps-print-emacs-type): Remove.
3368         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3369         (ps-frame-parameter): Align its call-convention with frame-parameter.
3370         (ps-begin-job): Adjust calls to it appropriately.
3371         (ps-setup): Don't print ps-print-emacs-type.
3372         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3373         Define in such a way that it's obvious that it's defined.
3374         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3375         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3376         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3378 2007-02-15  Alan Mackenzie  <acm@muc.de>
3380         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3381         an empty one-line C-style comment, post-position point properly.
3383 2007-02-15  Chris Moore  <dooglus@gmail.com>
3385         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3386         (isearch-lazy-highlight-new-loop): Bind it.
3387         (isearch-lazy-highlight-search): Use it.
3389         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3391 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         * font-lock.el (font-lock-extend-region-wholelines):
3394         Only return non-nil if the region has really been changed.
3395         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3397 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3399         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3400         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3401         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3403 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3405         * faces.el (color-values): Revert changes to docstring from
3406         2007-01-31 and 2000-09-07.
3408         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3409         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3410         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3411         (ispell-help): Fix typos in docstring and output message.
3413 2007-02-14  Kim F. Storm  <storm@cua.dk>
3415         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3416         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3417         (grep): Fix lgrep reference.
3419         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3420         (standard-display-underline): Use make-glyph-code.
3422         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3424         * international/latin1-disp.el (latin1-display-char):
3425         Use make-glyph-code.
3427 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3429         * ehelp.el (with-electric-help, electric-help-exit)
3430         (electric-help-retain): Doc fixes.
3432         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3433         (byte-compile-file): Doc fixes.
3435 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3437         * term/mac-win.el: Change all uses of
3438         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3439         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3440         (mac-ae-get-url): Call select-frame-set-input-focus.
3441         (mac-dnd-handle-drag-n-drop-event): Don't call
3442         select-frame-set-input-focus.
3444 2007-02-13  Kenichi Handa  <handa@m17n.org>
3446         * international/characters.el: Fix documentation of category `a'.
3448 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3450         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3452 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3454         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3455         (tramp-get-remote-ln): Handle error case.
3456         Reported by Chris Moore <dooglus@gmail.com>.
3458 2007-02-11  Kim F. Storm  <storm@cua.dk>
3460         * bindings.el (ctl-x-map): Remove register compatibility bindings
3461         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3463 2007-02-11  Richard Stallman  <rms@gnu.org>
3465         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3466         in load history.
3468         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3469         condition -- don't fail to stop at endpos.
3471 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3473         * textmodes/org.el (org-agenda-get-todos)
3474         (org-agenda-get-timestamps, org-agenda-get-closed)
3475         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3476         (org-agenda-get-blocks, org-format-agenda-item)
3477         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3478         from `category' to `org-category'.
3480 2007-02-11  Kenichi Handa  <handa@m17n.org>
3482         * international/titdic-cnv.el (titdic-convert): Force files be written
3483         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3484         (miscdic-convert): Force files be written with Unix-like eol format.
3486 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3488         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3490         * calculator.el (calculator-prompt): Doc fix.
3491         (calculator-mode-map): Fix typo in menu entry.
3493 2007-02-10  Jay Belanger  <belanger@truman.edu>
3495         * calculator.el (calculator): Do more extensive checking for when
3496         3 lines should be used for the calculator.
3498 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3500         * info-look.el (info-lookup-make-completions):
3501         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3502         index nodes.
3504         * info.el (Info-fontify-maximum-menu-size): Document the effect
3505         of a nil value.
3506         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3507         non-nil before using it as size.
3509 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3511         * subr.el (insert-for-yank-1): Prevent read-only properties from
3512         interfering with text property operations.
3514         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3516         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3517         (image-type-auto-detected-p): Fail if another match is found in
3518         auto-mode-alist.
3520         * files.el (magic-mode-alist): Call image-mode instead of
3521         image-mode-maybe for autodetected images.
3523 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3525         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3526         Fix typos in docstrings.
3527         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3529 2007-02-09  Kim F. Storm  <storm@cua.dk>
3531         * emacs-lisp/float-sup.el: Remove obsolete comment.
3533 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3535         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3537 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3539         * simple.el: Revert previous change, at request of RMS:
3540         (fundamental-mode-hook): Remove.
3541         (fundamental-mode): Run after-change-major-mode-hooks manually,
3542         and don't run the now-nonexistent fundamental-mode-hook.
3544 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3546         * simple.el (fundamental-mode-hook): Declare new hook.
3547         (fundamental-mode): Run the new dedicated hook, and don't run
3548         after-change-major-mode-hooks manually anymore.
3550 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3552         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3553         added columns of chars.  Remove support for the "no-meta-info" format.
3554         Prompted by Romain Francoise <romain@orebokech.com>.
3556 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3558         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3559         (gdb-mouse-until, gdb-mouse-jump): Use it.
3561 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3563         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3564         work when there is just an assembler buffer (no source buffer).
3566 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3568         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3569         just because the diff was produced using "-p" (--show-c-function).
3571 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3573         * faces.el (frame-set-background-mode): Use `color-values' and
3574         `display-color-p', not `x-color-values' and `x-display-color-p'.
3575         (face-valid-attribute-values): Use `defined-colors' instead of
3576         `x-defined-colors'.
3578 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3580         * ps-print.ps: The ps-print commands without face printing should not
3581         print background color.  Reported by Leo <sdl.web@gmail.com>.
3582         (ps-print-version): New version 6.7.3.
3583         (ps-begin-job): New arg.  Fix ps-default-background and
3584         ps-default-foreground initialization.
3585         (ps-face-attributes): Fix doc string.
3586         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3588         * printing.el: Fix ps-print link.
3590 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3592         * faces.el (face-set-after-frame-default): Compile attributes to
3593         be set by frame parameters before merging in X resources.
3595 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3597         * simple.el (blink-matching-paren-dont-ignore-comments):
3598         (blink-matching-paren-on-screen): Doc fixes.
3600 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3602         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3604 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3606         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3607         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3608         entries like `defun'.  Return nil.
3610 2007-02-05  Kim F. Storm  <storm@cua.dk>
3612         * ido.el: Doc fixes.
3614 2007-02-04  David Kastrup  <dak@gnu.org>
3616         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3617         `mpuz-allow-double-multiplicator' is non-zero, and correct
3618         calculation of `min'.
3620 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3622         * wid-edit.el (widget-default-create): Insert new text at the
3623         :from marker _after_ the marker, not before it.
3625 2007-02-04  Alan Mackenzie  <acm@muc.de>
3627         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3628         containing it is re-indented.
3630 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3632         * net/newsticker.el (newsticker--insert-image): Update docstring,
3633         and insert the image directly.
3634         (newsticker--buffer-redraw): Update docstring.
3636         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3637         Rename from define-global-minor-mode.
3639         * progmodes/cwarn.el (global-cwarn-mode):
3640         * emacs-lisp/autoload.el (make-autoload):
3641         * hi-lock.el (global-hi-lock-mode):
3642         * font-core.el (global-font-lock-mode): All callers changed.
3644 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3646         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3647         Don't copy @ignore lines into menu descriptions.
3648         (texinfo-multi-file-update): Goto the @node line before attempting
3649         to pluck the node name.
3650         (texinfo-multiple-files-update): Reverse the optional arguments'
3651         order, as per the doc string and the `interactive' form.
3653 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3655         * image-mode.el: Use autoload to avoid overriding disabled setting
3656         applied in .emacs.
3658 2007-02-03  Alan Mackenzie  <acm@muc.de>
3660         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3661         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3662         adjacent paren groups).
3664 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3666         * progmodes/ebnf2ps.el: Doc fixes.
3667         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3669 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3671         * dired-x.el (dired-do-relsymlink): Add reference to
3672         dired-do-symlink.  Add an autoload cookie.
3674         * dired-aux.el (dired-do-symlink): Add reference to
3675         dired-do-relsymlink.
3677 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3679         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3680         <left-fringe mouse-3>: New bindings.
3682 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3684         * newsticker.el (newsticker-version): Changed to "1.10".
3685         (newsticker--set-customvar): Doc string.
3686         (newsticker-new-item-face): Doc string.
3687         (newsticker-mode): Initialize `invisibility-spec' with t.
3688         (newsticker-mode-map): Added
3689         `newsticker-mark-all-items-at-point-as-read'.
3690         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3691         (newsticker-w3m-show-inline-images): Do not call
3692         `w3m-remove-image'.
3693         (newsticker--buffer-after-w3m-insert-image): New advice for
3694         w3m-insert-image to cache images.
3695         (newsticker-next-item-same-feed): New.
3696         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3697         (newsticker-mark-all-items-of-feed-as-read): New.
3698         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3699         (newsticker-mark-item-at-point-as-read): Doc string.
3700         (newsticker-mark-item-at-point-as-read): Use new functions.
3701         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3702         `newsticker-mark-item-at-point-as-read'.
3703         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3704         (newsticker--sentinel): Yet another xml-parser workaround.
3705         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3706         days.
3707         (newsticker--buffer-do-insert-text): Fix.
3708         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3709         (newsticker--buffer-make-item-completely-visible):
3710         `switch-to-buffer' not necessary.
3712 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3714         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3715         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3716         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3717         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3718         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3720 2007-02-02  Kenichi Handa  <handa@m17n.org>
3722         * international/quail.el (quail-show-key): Fix an error message.
3724 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3726         * faces.el (set-face-underline-p, modify-face): Rename arg
3727         UNDERLINE-P to UNDERLINE (it is not a flag).
3729 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3731         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3732         when adding gdb-speedbar-update to gdb-input-queue.
3734 2007-02-01  Kenichi Handa  <handa@m17n.org>
3736         * international/quail.el (quail-show-key): Signal an error if the
3737         current input method is not using Quail.
3739 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3741         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3742         Trim leading whitespace in sysvar names.
3744 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3746         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3748 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3750         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3752 2007-01-31  Romain Francoise  <romain@orebokech.com>
3754         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3755         previous change to this file.
3757 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3759         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3760         image-mode.
3762         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3763         interfering with attempt to set major mode from modified
3764         auto-mode-alist.
3766 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3768         * faces.el (color-values): Doc fix.
3769         (face-differs-from-default-p): Don't check :foreground twice.
3771 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3773         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3775 2007-01-31  Kenichi Handa  <handa@m17n.org>
3777         * international/quail.el (quail-store-decode-map-key): Store a
3778         translated character too.
3779         (quail-char-equal-p): New function.
3780         (quail-find-key1): Check character equality by quail-char-equal-p.
3781         (quail-decode-map-generated): New variable.
3782         (quail-find-key): Check quail-decode-map-generated and re-generate
3783         a decode map if necessary.
3785 2007-01-30  Richard Stallman  <rms@gnu.org>
3787         * tutorial.el (tutorial--detailed-help): Make the list of
3788         changed keys look nicer.
3790 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3792         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3793         (gdb-var-delete): Use it.
3794         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3795         `in_scope'.
3797 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3799         * files.el (get-free-disk-space): Return nil for remote directories.
3801         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3802         instead of "dir".
3804 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3806         * type-break.el (type-break-catch-up-event): New function.
3807         (type-break-demo-hanoi, type-break-demo-life)
3808         (type-break-demo-boring): Use it.
3810         * image-mode.el (image-mode): Don't automatically view as image.
3811         (image-toggle-display): Add `disabled' property.
3813 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3815         * isearchb.el (isearchb-iswitchb):
3816         * ps-print.el (ps-build-face-reference):
3817         * emacs-lisp/shadow.el (list-load-path-shadows):
3818         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3819         * international/mule.el (find-auto-coding):
3820         * mail/supercite.el (sc-attrib-selection-list):
3821         * progmodes/cc-defs.el (c-emacs-features):
3822         * progmodes/cc-vars.el (c-offsets-alist):
3823         * progmodes/flymake.el
3824         (flymake-init-create-temp-source-and-master-buffer-copy):
3825         Fix typos in docstrings (some suggested by Chris Moore).
3827         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3828         (vhdl-get-library-unit, vhdl-corresponding-begin)
3829         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3830         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3831         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3832         (vhdl-font-lock-match-item): Fix typos in docstrings.
3833         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3834         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3835         (vhdl-speedbar-insert-project-hierarchy):
3836         Improve argument/docstring consistency.
3838 2007-01-29  Kenichi Handa  <handa@m17n.org>
3840         * international/titdic-cnv.el (py-converter): Fix previous change.
3842 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3844         * jka-compr.el (jka-compr-partial-uncompress)
3845         (jka-compr-call-process): Rebind default-directory if it is
3846         invalid.  Suggested by Chris Moore.
3848         * comint.el (comint-insert-input): Handle situation where the
3849         selected buffer is not the clicked buffer.
3851 2007-01-29  Kenichi Handa  <handa@m17n.org>
3853         * international/ja-dic-cnv.el (skkdic-convert):
3854         Add byte-compile-disable-print-circle:t at the head.
3856         * international/titdic-cnv.el (tit-process-header):
3857         Add byte-compile-disable-print-circle:t at the head.
3858         (miscdic-convert): Likewise.
3859         (py-converter): Skip the header comments.
3861         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3862         New variable.
3863         (byte-compile-output-file-form): Bing print-circle to nil if
3864         byte-compile-output-file-form is not nil.
3865         (byte-compile-output-docform): Likewise.
3867 2007-01-28  Kim F. Storm  <storm@cua.dk>
3869         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3870         Declare earlier to avoid byte compiler warnings.
3872 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3874         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3876 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3878         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3879         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3880         when calling update-game-score program.  Remove unnecessary
3881         save-excursion.
3883         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3885 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3887         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3888         avoid compiler warning.
3889         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3890         might have values other than "true" or "false".
3892 2007-01-28  Richard Stallman  <rms@gnu.org>
3894         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3895         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3897         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3899         * image.el (image-type-header-regexps): Make GIF regex more specific.
3901         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3902         Don't check `backspace'.
3903         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3904         in Fundamental mode.
3906         * startup.el (fancy-splash-text, normal-splash-screen):
3907         Mention C-g.
3909         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3910         when inserting in buffer.
3912         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3913         inside the if.
3915 2007-01-27  Richard Stallman  <rms@gnu.org>
3917         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3919 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
3921         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3922         enum/union/struct/class definition.
3923         Revert change to call `forward-sexp' multiple times.
3925 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
3927         * files.el (hack-local-variables-confirm): Don't keep trying to
3928         read an event from an empty kbd macro.
3930 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3932         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3934 2007-01-27  Ben North  <ben@redfrontdoor.org>
3936         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
3937         the arg CHILDREN -> WHICH.
3939 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
3941         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3942         default-directory to a sane value when calling start-process.
3944 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3946         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3947         (ls-lisp-format-time-list): Doc fix.  Mention
3948         ls-lisp-use-localized-time-format.
3949         (ls-lisp-format-time): Use ls-lisp-format-time-list if
3950         ls-lisp-use-localized-time-format is non-nil, even if a valid
3951         locale is defined.
3953 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
3955         * jka-compr.el (jka-compr-shell): Doc fix.
3957         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3959 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3961         * ps-print.ps: Fix background height.
3962         (ps-print-version): New version 6.7.2.
3964 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
3966         * makefile.w32-in (finder-data, custom-deps): Depend on
3967         $(lisp)/loaddefs.el.
3969 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3971         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3973 2007-01-24  Miles Bader  <miles@gnu.org>
3975         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3976         (byte-compile-output-docform): Bind `print-circle' to t.
3978 2007-01-24  Kenichi Handa  <handa@m17n.org>
3980         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3981         file name of the original SKK dictionary file.
3983 2007-01-24  Kim F. Storm  <storm@cua.dk>
3985         * ido.el (ido-initial-position): New variable.
3986         (ido-read-internal): Set it if default item is specified.
3987         (ido-minibuffer-setup): Position cursor accordingly if set.
3988         (ido-edit-input): C-e moves to end of input if not already there.
3989         (ido-magic-backward-char): C-b does like M-b if prev char is /.
3990         Don't switch to buffer mode if repeating C-b at start of input.
3991         (ido-toggle-ignore): C-a only toggles ignore at start or end of
3992         input; else it moves to start of input.
3993         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3994         not at end of input, delete rest of input, rather than normal op.
3996 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3998         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4000         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4001         of message.  Activate mark.
4002         (ediff-activate-mark): Set transient-mark-mode to t.
4004         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4006 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4008         * help-fns.el (describe-variable): Don't suppress display of
4009         buffer local value when the value is "large".
4011 2007-01-22  Kim F. Storm  <storm@cua.dk>
4013         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4014         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4015         (ido-tidy): Use ido-active.
4017 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4019         * hexl.el (hexl-mode-exit): Add missing quote.
4021 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4023         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4024         (mac-ae-keyboard-modifiers): New function.
4025         (mac-handle-toolbar-switch-mode): Use it.
4026         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4027         if keyboard modifiers on drop contain option key.
4028         (mac-dnd-drop-data): Add optional argument `action'.
4029         (special-event-map): Remove binding for M-drag-n-drop.
4031 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4033         * add-log.el (add-log-current-defun): Use CC Mode functions to
4034         find the beginning and end of a defun.
4036 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4038         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4039         (gdb-var-create-handler): Handle value field in GDB output of
4040         -var-create.
4041         (gdb-max-frames): New variable.
4042         (gdb-stack-buffer, gdb-frames-select): Use it.
4043         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4044         if necessary.
4045         (gdb-get-frame-number): Simplify.
4047 2007-01-21  Glenn Morris  <rgm@gnu.org>
4049         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4050         Update copyrights.
4052 2007-01-21  Alan Mackenzie  <acm@muc.de>
4054         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4055         handling of K&R stuff.
4057 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4059         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4061 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4063         * ps-print.el: Handle frame parameters (background and/or foreground
4064         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4065         (ps-print-version): New version 6.7.1.
4066         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4067         (ps-frame-parameter): New fun.
4068         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4069         Fix doc and customization.
4070         (ps-begin-job): Get frame parameters (background and/or foreground
4071         colors).
4072         (ps-do-despool): Ensure ps-printer-name has a valid value.
4074 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4076         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4077         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4078         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4079         mean unlimited.
4081 2007-01-20  Alan Mackenzie  <acm@muc.de>
4083         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4084         much more rigorous analysis of putative K&R regions.
4086 2007-01-20  Alan Mackenzie  <acm@muc.de>
4088         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4089         New functions.
4091 2007-01-20  Alan Mackenzie  <acm@muc.de>
4093         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4094         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4095         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4096         * progmodes/cc-vars.el: Add my name.
4098 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4100         * files.el (find-alternate-file): Revert query message to Emacs 21
4101         version.
4103 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4105         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4106         the doc string how to use personal abbrevs without electric
4107         keywords.
4109 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4111         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4112         Fixed cursor position when toggle abbreviated display.
4114 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4116         * t-mouse.el: Update copyright following assignment by
4117         Alessandro Rubini.
4119 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4121         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4122         (type-break-demo-boring): Call read-event instead of read-char.
4124 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4126         * progmodes/compile.el: Add handling for makepplog.
4128 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4130         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4131         aspell dictionaries are initialized when called non-interactively.
4133 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4135         * progmodes/compile.el (compilation-loop): New arg limit.
4136         Handle case where the first error is at point-min.
4137         (compilation-next-error): New arg to compilation-loop call.
4139 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4141         * info.el (Info-default-dirs): Change default info dir to
4142         share/info.
4144         * paths.el (Info-default-directory-list): Ditto.
4146 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4148         * hexl.el (hexl-before-revert-hook): New function.
4149         (hexl-mode): Use it.
4150         (hexl-after-revert-hook): Just call hexl-mode.
4151         (hexl-mode-exit): Remove before-revert-hook.
4153 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4157 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4159         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4160         by "-" in francais7 otherchars entry.
4161         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4162         otherchars entry.
4164 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4166         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4167         path.  Rewrite function in `cond' style for readability.
4169         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4170         (The path shortening, that is, not the rearrarangement.)
4172 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4174         * term/mac-win.el (mac-ae-quit-application): New function.
4175         (mac-apple-event-map): Bind "quit application" Apple event to it.
4177 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4179         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4180         than the program's output.
4182 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4184         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4185         (kmacro-start-macro-or-insert-counter)
4186         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4187         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4189         * longlines.el (longlines-show-hard-newlines):
4190         * ruler-mode.el (ruler-mode-ruler):
4191         * emulation/keypad.el (keypad-setup):
4192         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4193         Fix typo in docstring.
4195 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4197         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4198         Remove redirect character ">".
4200 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4202         * replace.el (perform-replace): Remove leftover code.
4204 2007-01-12  Richard Stallman  <rms@gnu.org>
4206         * replace.el (perform-replace): Don't clear NODENT when computing
4207         the replacement string.
4209 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4211         * net/tramp.el (tramp-handle-file-local-copy):
4212         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4213         <christopher.ian.moore@gmail.com>.
4215 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4217         * diff-mode.el (diff-sanity-check-context-hunk-half)
4218         (diff-sanity-check-hunk): New functions.
4219         (diff-find-source-location): Use'em to check the hunks are well-formed.
4221         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4222         activate undo when undo is not active.
4223         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4225 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4227         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4228         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4229         (ffap-url-at-point): Use char-classes rather than "a-z".
4231 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4233         * ediff-init.el (ediff-autostore-merges):
4234         * textmodes/fill.el (fill-region): Doc fix.
4236 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4238         * server.el (server-ensure-safe-dir): UIDs may be floats.
4240 2007-01-10  Richard Stallman  <rms@gnu.org>
4242         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4243         around calls to directory-files.
4245         * subr.el (momentary-string-display): Use save-excursion.
4247         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4248         argument, but read it as `X' does.
4250 2007-01-09  Juri Linkov  <juri@jurta.org>
4252         * info.el (Info-fontify-node): Don't hide node names of index entries.
4254         * faces.el (momentary): Change :group to basic-faces where all
4255         basic faces belong to.  Add :version.
4257 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4259         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4260         keybinding is found.
4261         (tutorial--find-changed-keys): Never treat null keybinding as a
4262         remapping.
4264 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4266         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4268 2007-01-09  Kenichi Handa  <handa@m17n.org>
4270         * international/mule-cmds.el
4271         (select-safe-coding-system-interactively): Fix message.
4273 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4275         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4276         (tramp-process-actions): Add optional parameter TIMEOUT.
4277         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4278         (tramp-open-connection-su): Add timeout of 60".
4280 2007-01-09  Richard Stallman  <rms@gnu.org>
4282         * progmodes/compile.el (compile): Doc fix.
4284 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4286         * tumme.el (tumme-display-thumb): Doc fix.
4288 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4290         * battery.el (battery-search-for-one-match-in-files):
4291         * bindings.el (mode-line-minor-mode-help):
4292         * x-dnd.el (x-dnd-types-alist):
4293         * calendar/icalendar.el (icalendar-import-buffer):
4294         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4296         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4298 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4300         * replace.el (replace-regexp): Fix typo in docstring.
4302 2007-01-07  Alan Mackenzie  <acm@muc.de>
4304         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4305         Amend doc-string and comments.
4307 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4309         * files.el (abbreviate-file-name): Doc fix.
4311 2007-01-06  Markus Triska  <triska@gmx.at>
4313         * subr.el (split-string): Remove spurious ")" from doc string.
4315 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4317         * textmodes/table.el (table--warn-incompatibility):
4318         Use display-warning instead of momentary-string-display.
4320 2007-01-05  Richard Stallman  <rms@gnu.org>
4322         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4324         * simple.el (backward-kill-word): Doc fix.
4326 2007-01-05  Romain Francoise  <romain@orebokech.com>
4328         * international/mule.el (sgml-html-meta-auto-coding-function):
4329         Ensure that the buffer contains a HTML document.
4331 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4333         * faces.el (momentary): Move here ...
4334         * subr.el (momentary): ... from here.
4336 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4338         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4339         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4340         large structures/arrays.
4342 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4344         * files.el (find-file-noselect-1, set-visited-file-name):
4345         Allow backup-enable-predicate to be nil.
4347 2007-01-04  Andreas Schwab  <schwab@suse.de>
4349         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4350         last change.
4352 2007-01-03  Richard Stallman  <rms@gnu.org>
4354         * woman.el (woman-decode-buffer): Clarify error message.
4356 2007-01-03  Alan Mackenzie  <acm@muc.de>
4358         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4360 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4362         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4364 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4366         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4368 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4370         * emulation/viper.el (viper-custom-file-name, viper-mode):
4371         Fix typos in docstrings.
4373         * subr.el (momentary-string-display): After moving point, set POS
4374         variable to it to avoid later errors once the buffer is modified.
4375         Doc fix.
4377 2007-01-02  Alan Mackenzie  <acm@muc.de>
4379         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4380         check that the "*/" is present before trying to manipulate it.
4382 2007-01-02  Richard Stallman  <rms@gnu.org>
4384         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4386         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4387         Fix format of value.
4389         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4390         Change messages accordingly.
4391         (customize-customized): Now alias.
4393 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4395         * files.el (version-control): Doc fix.
4397 2007-01-01  Alan Mackenzie  <acm@muc.de>
4399         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4400         Check the format of c-state-cache is valid for an optimisation before
4401         using it.
4403         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4404         are at a statement within a macro".  Other changes so that only
4405         the first continuation line in a macro gets the symbol
4406         `cpp-define-intro', the others getting `statement', or whatever.
4408         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4409         a string, preserve whitespace.  Add a backslash only when also in
4410         a macro.
4412         * progmodes/cc-defs.el: Correct typos.
4414         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4415         new line after an escaped EOL in a string.
4417         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4418         label when it directly follows "else", "do", ....
4420         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4421         angle brackets (as seen in "explicit specialisations" of C++
4422         templates).
4424         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4425         in the doc-string.
4427         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4428         when the comment ender looks like "=========*/" and is alone on
4429         its line.
4431         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4432         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4433         for the old name.
4435         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4436         c-\(beginning\|end\)-of-defun by default.
4438         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4439         New line-up function, for the DEFUN macro in the Emacs C sources.
4440         Only used in "gnu" style.
4442         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4443         the "gnu" style.
4445         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4446         clean-up comment-close-slash also to work when there's a comment
4447         terminator on the line.
4448         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4449         these for large arg - only take account of top level {..}, except
4450         for initial and final adjustments.  M-- C-M-[ae] now go to the
4451         right defuns when the starting point is between defuns.  They use
4452         the four new functions:
4453         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4454         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4455         support c-\(beginning\|end\)-of-defun.
4457         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4458         expressions more rigorously, to exclude bit-field specifiers from
4459         being classed as labels.
4460         (c-forward-label): When analyzing a ":" within a macro, be careful
4461         about using c-forward-syntactic-ws at the macro beginning.
4462         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4463         stmt boundary, check for "operator=", etc.
4465         * progmodes/cc-mode.el (c-postprocess-file-styles):
4466         Bind inhibit-read-only to t, around the call to
4467         c-remove-any-local-eval-or-mode-variables, so that it works on a
4468         RO file.
4470         * progmodes/cc-defs.el (c-version): Update the version number to
4471         "5.31.4".
4473 2007-01-01  Richard Stallman  <rms@gnu.org>
4475         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4476         only if we restored isearch-window-configuration.
4478 2006-12-31  Romain Francoise  <romain@orebokech.com>
4480         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4482 2006-12-31  Kim F. Storm  <storm@cua.dk>
4484         * files.el (auto-mode-case-fold): New defcustom.
4485         (set-auto-mode): If non-nil, perform second case-sensitive pass
4486         through auto-mode-alist if first pass failed.
4488 2006-12-30  Richard Stallman  <rms@gnu.org>
4490         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4492 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4494         * allout.el (allout-encrypt-string): Handle symmetric-key
4495         passphrase caching but leave keypair caching to pgg.
4497 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4499         Sync with Tramp 2.0.55.
4501         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4502         `integerp'.  `char-equal' could fail else in case of negative
4503         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4504         (top): Check for `font-lock-add-keywords' before calling; it
4505         doesn't exist under XEmacs.
4506         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4507         (tramp-completion-mode): Remove clause (not
4508         tramp-unified-filenames), because the function is called in other
4509         context too, where this check results in wrong results in the
4510         XEmacs case on Windows.
4511         (tramp-touch): UTC handling is not possible for XEmacs.
4513 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4515         * scroll-bar.el (previous-scroll-bar-mode): New variable
4516         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4517         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4519         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4521 2006-12-30  Richard Stallman  <rms@gnu.org>
4523         * files.el (make-backup-file-name-1): Precompute abs name
4524         but don't lose the relative name.
4526         * international/mule-cmds.el (select-safe-coding-system-interactively):
4527         Fix message.
4529 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4531         * files.el (backup-buffer): Show entire backup file name in msg.
4533 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4535         * image.el (image-type-header-regexps, image-type-from-data)
4536         (image-type-from-buffer, image-type-from-file-header):
4537         Revert changes from 2006-12-26.
4538         (image-type-auto-detectable): New variable.
4539         (image-type-auto-detected-p): New function.
4541         * files.el (magic-mode-alist): Detect image files with
4542         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4544 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4546         * dired.el (dired-sort-other): Move test for dired-mode...
4547         (dired-sort-set-modeline): ...to here.
4549 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4551         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4552         change.  Suggested by Stefan Monnier.
4554 2006-12-29  Kim F. Storm  <storm@cua.dk>
4556         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4557         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4559 2006-12-27  Kim F. Storm  <storm@cua.dk>
4561         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4562         so it doesn't accidentally match an fsf.org mail address.
4563         (authors-renamed-files-alist): Add tcover-*.el.
4565 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * vc-arch.el (vc-arch-find-version): New function.
4569         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4570         composed of arbitrary characters (even /) in some systems.
4572 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4574         * international/mule-cmds.el (select-safe-coding-system-interactively):
4575         Improve the message in the *Warning* buffer.
4577 2006-12-27  Kim F. Storm  <storm@cua.dk>
4579         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4580         current buffer, it is ok to be first.
4582 2006-12-27  Kenichi Handa  <handa@m17n.org>
4584         * international/mule-cmds.el (select-safe-coding-system-interactively):
4585         Use face `link' for problematic chars.
4587 2006-12-27  Kenichi Handa  <handa@m17n.org>
4589         * international/mule-cmds.el (select-safe-coding-system-interactively):
4590         Improve the message in *Warning* buffer.
4592 2006-12-27  Kim F. Storm  <storm@cua.dk>
4594         * ido.el (ido-set-matches-1): Never put current buffer first if
4595         there are other matches.
4597 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4599         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4600         expressions.
4601         (gdb-var-delete): Handle duplicate names.  Print message for non
4602         root expressions.
4603         (gdb-partial-output-name): Start buffer name with a space.
4604         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4605         buffer name.
4607 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4609         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4610         last footnote when `footnote-spaced-footnotes' is nil.
4612 2006-12-26  Richard Stallman  <rms@gnu.org>
4614         * cus-edit.el (custom-browse-sort-alphabetically)
4615         (custom-buffer-sort-alphabetically)
4616         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4618         * image.el (image-type-header-regexps): Change element format
4619         to include third item NOT-ALWAYS.
4620         (image-type-from-data): Handle new format.
4621         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4622         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4624 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4626         * add-log.el (add-log-current-defun): Call `forward-sexp'
4627         multiple times to pick a member function name defined as
4628         part of nested classes/namespaces.
4630 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4632         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4633         which keymap should be used to change menu.  It does not affect any
4634         existent code.
4636 2006-12-26  Richard Stallman  <rms@gnu.org>
4638         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4639         rather than for being in a minibuffer window.
4641 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4643         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4644         locale-coding-system.
4645         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4646         LF.
4648 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4650         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4651         (sql-mode-syntax-table): Disable double quoted strings.
4652         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4654 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4656         * startup.el (fancy-splash-last-input-event): New variable.
4657         (fancy-splash-special-event-action): New function.
4658         (fancy-splash-screens): Temporarily bind special events to it.
4659         Execute command for saved special event before exiting from
4660         recursive editing.
4662         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4663         New functions.
4664         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4665         Use mac-unread-string.
4667 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4669         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4670         an optimized comment regexp if `comment-start-skip' uses a ^.
4671         * bs.el (bs--up): Remove interactive spec.
4673 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4675         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4676         Suggested by James Cloos.
4678 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4680         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4681         in March.
4682         (calendar-dst-ends): Default to first Sunday in November.
4684 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4686         * allout.el (allout-encrypt-string): Inhibit use of agent within
4687         body of let form where encryption happens.  Acknowledge non-use of
4688         gpg-agent in docstring.
4689         (allout-toggle-subtree-encryption): Acknowledge non-use of
4690         gpg-agent in docstring.
4692 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4694         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4696 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4698         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4699         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4701         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4702         in hooks.
4703         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4704         actually modify buffer; ignore errors if occur.
4706 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4708         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4709         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4710         formatting.
4712 2006-12-23  Richard Stallman  <rms@gnu.org>
4714         * simple.el (delete-horizontal-space): Doc fix.
4716 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4718         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4719         explicitly in a recursive Make, not implicitly through prerequisites,
4720         since the latter is wrong under parallel builds.
4722 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4724         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4726 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4728         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4729         message string.
4731 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4733         * outline.el (outline-next-visible-heading): Fix the case with a
4734         header at end-of-file with no final newline.
4736 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4738         * indent.el (tab-always-indent): Doc fix.
4740 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4742         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4743         (Info-fontify-node): Do fontify indices.
4745         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4746         to the Emacs Lisp reference manual.
4747         (tutorial--tab-map): Remove.  All callers changed.
4748         (tutorial--find-changed-keys): New elt QUIET, used to...
4749         (tutorial--display-changes): ...ensure that warning messages are
4750         only issued once per changed key.
4751         (tutorial--remove-remarks): Delete unused code-path.
4752         (lang-strings): Remove extraneous formatting.
4753         (tutorial--save-tutorial): Prompt before saving tutorial state.
4755 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4757         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4758         Replace '?\ ' by '?\s' throughout.
4759         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4760         `help' custom group.
4761         (tutorial--key-description): New function.
4762         (tutorial--display-changes): Remove redundant arg.  Scan for all
4763         key sequences to avoid false matches.  Cleanup.
4764         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4765         reduce homedir pollution.
4766         (help-with-tutorial): Call tutorial--display-changes with no arg.
4768 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4770         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4772 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4774         * net/tramp.el (tramp-default-method): We still need to check for
4775         `executable-find', because it is not bound under Emacs 20.
4776         (tramp-handle-file-name-completion)
4777         (tramp-completion-handle-file-name-completion): Handle optional
4778         parameter PREDICATE.
4779         (tramp-find-default-method): Add code for default values.
4781 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4783         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4784         make gud-go send "continue".
4786 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4788         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4789         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4791 2006-12-19  Kim F. Storm  <storm@cua.dk>
4793         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4794         instead of global-map.
4796         * files.el (magic-mode-alist): Allow matching file type by
4797         calling a function at bob.  Check for image types by calling
4798         image-type-from-buffer.  Suggested by Juanma Barranquero.
4799         (set-auto-mode): Do it.
4801 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4803         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4804         Remove "ControlMaster" option from the other `scp*' methods.
4805         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4807 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4809         * textmodes/org.el (org-mode): Show context after isearch.
4810         (org-show-siblings): New function.
4811         (org-show-context): Use `org-show-siblings'.
4813 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4815         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4816         Use syntax-ppss-toplevel-pos.
4818 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4820         * textmodes/org.el (org-current-line): Make sure that lines are
4821         counted from beginning of buffer.
4822         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4823         lines are counted from beginning of buffer.
4825 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4827         * info.el (Info-build-node-completions): Signal error if tag-table
4828         marker is not found.
4830         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4832 2006-12-17  Alan Mackenzie  <acm@muc.de>
4834         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4835         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4836         Based on code by Martin Rudalics.
4838         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4839         open-paren-in-column-0-is-defun-start to nil any more.
4841 2006-12-17  Richard Stallman  <rms@gnu.org>
4843         * simple.el (delete-horizontal-space): Use prefix arg.
4845         * help-fns.el (describe-variable): Improve blank separator lines.
4847         * files.el (magic-mode-alist): Mark as risky.
4849         * files.el (make-backup-file-name-1):
4850         Expand backup-directory explicitly.
4852 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4854         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4855         check whether package password.el is loaded, or Pageant is running.
4857 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4859         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4860         (icalendar--rris): First try Emacs, then XEmacs.
4861         (icalendar--convert-ical-to-diary): Doc fix.
4862         Insert newline at end of target file.
4864 2006-12-17  Kim F. Storm  <storm@cua.dk>
4866         * outline.el (outline-isearch-open-invisible-function): New defvar.
4867         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4868         overlay property instead of outline-isearch-open-invisible.
4870 2006-12-16  Kim F. Storm  <storm@cua.dk>
4872         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4873         if ido-directory-too-big is set on entry.
4874         (ido-toggle-ignore, ido-completion-help): Print message while
4875         reading big directory.
4877 2006-12-15  Richard Stallman  <rms@gnu.org>
4879         * shell.el (shell): Doc fix.
4881 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4883         * emulation/edt.el (edt-xserver):
4884         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4885         to fix a problem on Cygwin.
4887         * emulation/edt.el
4888         * emulation/edt-mapper.el
4889         * emulation/edt-lk201.el
4890         * emulation/edt-pc.el
4891         * emulation/edt-vt100.el: Update maintainer's email address.
4893 2006-12-15  Simon Marshall  <simon@gnu.org>
4895         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4897 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4899         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4900         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4901         instead of mac-atsu-font-table.
4902         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4904 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4906         * align.el (align-match-tex-pattern): Fix a rare bug which
4907         hanged Emacs.
4909 2006-12-14  Richard Stallman  <rms@gnu.org>
4911         * startup.el (use-fancy-splash-screens-p): Use frame-height
4912         instead of window-height.  Pass frame to image-size.
4914 2006-12-13  Kenichi Handa  <handa@m17n.org>
4916         * international/mule-cmds.el (set-locale-environment):
4917         Set default-sendmail-coding-system too.
4919 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
4921         * progmodes/idlw-help.el: Fix copyright notice.
4923 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4925         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4927 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4929         * subr.el (unread-command-char): Reformat obsolescence info.
4931 2006-12-11  Richard Stallman  <rms@gnu.org>
4933         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4934         about calls to cl-struct-setf-expander.
4936 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4938         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4939         (ediff-combination-pattern): Fix typo in docstring.
4941         * textmodes/refer.el (refer-find-entry): Doc fix.
4942         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4943         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4944         Fix tipos in docstrings.
4946         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4948 2006-12-10  Kim F. Storm  <storm@cua.dk>
4950         * ido.el (ido-init-completion-maps): Remap backward-kill-word
4951         instead of binding M-backspace.
4953 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
4955         * replace.el (replace-match-data, replace-match-maybe-edit):
4956         * calc/calc-aent.el (calc-eval-error):
4957         * emulation/vi.el (vi-char-argument):
4958         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4959         (c-vsemi-status-unknown-p-fn): Doc fixes.
4961 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4963         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4964         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
4966 2006-12-10  Masatake YAMATO  <jet@gyve.org>
4968         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4970 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
4972         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4974         * man.el (Man-xref-button-action): New function.  If the
4975         `Man-target-string' button property is a function, assume it
4976         accepts a position argument.
4977         (Man-abstract-xref-man-page): Use it.
4978         (Man-default-man-entry): New optional arg POS.
4980         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4981         symlink arrows read-only and non-rear-sticky.
4983 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
4985         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4986         (wdired-search-and-rename): Simplify code.
4987         (wdired-preprocess-files, wdired-preprocess-perms): Make
4988         read-only property of preceding character rear-nonsticky to
4989         avoid that it can be modified.  Put old-name and old-link
4990         properties on character preceding name and replace
4991         put-text-property by add-text-properties.
4992         (wdired-get-filename, wdired-get-previous-link): Get old-name
4993         and old-link properties from character preceding name and
4994         simplify code.
4995         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4996         (wdired-perms-to-number): Make local-map property
4997         rear-nonsticky to avoid that text following permissions may be
4998         modified.  Use add-text-properties instead of put-text-property
4999         when changing a permission bit.
5000         (wdired-change-to-dired-mode): Remove stickiness properties.
5002 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5004         * international/mule-cmds.el (register-input-method): Doc fix.
5006 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5008         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5010 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5012         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5013         Force buffer local defs evaluation on local variables loading.
5014         (flyspell-mode-on, flyspell-mode-off): Use it in
5015         `hack-local-variables-hook'.
5017 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5019         * emacs-lisp/find-func.el (find-variable): Doc fix.
5021         * help-fns.el (variable-at-point): Doc fix.
5023         * w32-fns.el (w32-append-code-lines): New function.
5025 2006-12-09  Romain Francoise  <romain@orebokech.com>
5027         * comint.el (comint-insert-input): Delete obsolete comment.
5029 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5032         current frame, in case we're connected to several displays.
5034 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5036         * frame.el (other-frame): Doc fix.
5037         (set-frame-parameter): Fix typo in docstring.
5039 2006-12-07  Kim F. Storm  <storm@cua.dk>
5041         * info.el (Info-index): Strip leading colon from topic.
5043 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5045         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5046         to pointers.
5048 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5050         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5051         Trim out spurious class inheritance "None" entries.
5053 2006-12-05  Kim F. Storm  <storm@cua.dk>
5055         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5056         (cua-paste-pop): Rework last change for
5057         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5058         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5059         text inserted by the last M-y command.
5061 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5063         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5064         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5066         * shell.el (shell): Search the start file in ~/.emacs.d as
5067         `init_SHELLNAME.sh' instead.
5069 2006-12-05  Glenn Morris  <rgm@gnu.org>
5071         * progmodes/cperl-mode.el (cperl-mode)
5072         * progmodes/f90.el (f90-mode-abbrev-table)
5073         * progmodes/fortran.el (fortran-mode-abbrev-table)
5074         * progmodes/octave-mod.el (octave-abbrev-table)
5075         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5076         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5078         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5079         clear abbrev table, else saved abbrevs will not be restored.
5081 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5083         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5084         the call to `make-obsolete-variable', not in the docstring.
5086 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5088         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5090 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5092         * progmodes/ebnf-abn.el:
5093         * progmodes/ebnf-bnf.el:
5094         * progmodes/ebnf-dtd.el:
5095         * progmodes/ebnf-ebx.el:
5096         * progmodes/ebnf-iso.el:
5097         * progmodes/ebnf-otz.el:
5098         * progmodes/ebnf-yac.el:
5099         * progmodes/ebnf2ps.el:
5100         * delim-col.el:
5101         * printing.el:
5102         * ps-bdf.el:
5103         * ps-mule.el:
5104         * ps-print.el: Remove 'Time-stamp' comment mark.
5106         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5107         'easy-menu-add-item' when called in Emacs 21 or higher.
5109 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5111         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5112         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5114 2006-12-04  Kim F. Storm  <storm@cua.dk>
5116         * bindings.el (global-map): Bind [signal t] to ignore, to have
5117         user signals ignored by default.
5119 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5121         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5122         Unicode data file pointed to by `describe-char-unicodedata-file'.
5124 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5127         O(n^2) regexp-search by anchoring the search.
5129 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5131         * whitespace.el (whitespace-cleanup-internal): Use current
5132         argument for recursive call.
5134 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5136         * net/tramp.el (tramp-methods): Add "ControlPath" and
5137         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5138         Andreas Schwab <schwab@suse.de>.
5139         (tramp-do-copy-or-rename-file-out-of-band)
5140         (tramp-open-connection-rsh): Compute format spec for ?t.
5141         (tramp-process-actions): Trace command parameters.
5143 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5145         * simple.el (toggle-truncate-lines): Clarify doc string.
5147         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5148         (gdb-speedbar-expand-node): Use it.
5150 2006-12-04  Richard Stallman  <rms@gnu.org>
5152         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5154         * dired.el (dired-revert): Turn off dired-after-readin-hook
5155         around call to dired-readin.
5157         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5158         to echo area messages.
5159         <indicate-empty-lines, case-fold-search>:
5160         Add "globally" to Help string.
5161         <case-fold-search>: MESSAGE arg need not say "globally".
5162         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5164 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5166         * outline.el (outline-end-of-subtree): Don't leave an empty
5167         line hidden as we would a real next heading.
5169 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5171         * allout.el (allout-ascend): Add an optional argument to preserve
5172         original position of point when unsuccessful.  Also, fix a
5173         docstring error.
5174         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5175         work again, using allout-ascend's new option.
5176         (allout-setup-mode-map): Extract from allout-mode to initialize
5177         allout-mode-map.  Call it on file load, so the mode docstring
5178         substitutions work even if allout mode has not yet been invoked.
5179         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5180         customizations since the map was last processed.  Also, refine the
5181         docstring so it's ship-shape for release.
5182         (allout-default-layout, allout-beginning-of-line-cycles)
5183         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5184         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5185         (allout-version, allout-layout, allout-infer-body-reindent)
5186         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5187         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5188         (allout-previous-heading, allout-goto-prefix-doublechecked)
5189         (allout-current-bullet-pos, allout-next-sibling-leap)
5190         (allout-pre-command-business, allout-encrypted-type-prefix)
5191         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5192         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5193         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5194         (allout-old-expose-topic, allout-listify-exposed)
5195         (allout-process-exposed, allout-latex-verb-quote)
5196         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5197         (allout-toggle-current-subtree-encryption)
5198         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5199         Remove extraneous open-paren and close paren string escapes.
5201 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5203         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5204         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5205         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5206         Fix typos in docstrings.
5208 2006-12-03  Glenn Morris  <rgm@gnu.org>
5210         * progmodes/cc-align.el
5211         * progmodes/cc-awk.el
5212         * progmodes/cc-cmds.el
5213         * progmodes/cc-compat.el
5214         * progmodes/cc-defs.el
5215         * progmodes/cc-engine.el
5216         * progmodes/cc-langs.el
5217         * progmodes/cc-menus.el
5218         * progmodes/cc-mode.el
5219         * progmodes/cc-styles.el
5220         * progmodes/cc-vars.el
5221         * progmodes/vhdl-mode.el: Fix Copyright format.
5223 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5225         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5226         initial down event.
5228 2006-12-02  Kim F. Storm  <storm@cua.dk>
5230         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5231         (cua-repeat-replace-region): Make M-v more robust.
5232         (cua-paste-pop-rotate-temporarily): New defcustom.
5233         (cua-paste-pop): Use it.
5234         (cua-auto-mark-last-change): New defcustom.
5235         (cua-pop-to-last-change): New helper function.
5236         (cua-set-mark): Use them.
5238 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5240         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5241         mini-buffer message.
5243 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5245         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5247 2006-12-01  Ben North  <ben@redfrontdoor.org>
5249         * paren.el: Fix the highlight overlay extension when the user types a
5250         sequence of char very fast just before the open parenthesis.
5252 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5254         * ps-mule.el: Eliminate Emacs 20 compatibility.
5256         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5257         (ps-print-version): New version 6.7.
5258         (ps-print-quote): Replace '?\ ' by '?\s'.
5260 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5262         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5263         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5264         (hexl-end-of-1k-page): Doc fixes.
5265         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5266         Fix typos in docstrings.
5268 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5270         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5271         locally, i.e. without using file name handlers.
5272         (ido-read-internal): Allow mono letter host names, avoiding the
5273         `c:' problem by testing if the file exists locally.
5274         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5276 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5278         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5279         to avoid bytecomp warnings.
5280         (hexl-mode-old-ruler-function): New variable.
5281         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5282         and `hl-line-range-function' after `require' hl-line.
5283         Then bind `hl-line-range-function' and `hl-line-face'.
5284         Don't require frame.  Don't use `with-no-warnings'.
5285         (hexl-activate-ruler): Store the original value of
5286         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5287         (hexl-mode-exit): Restore the original value of
5288         `ruler-mode-ruler-function'.
5290 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5292         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5293         (hexl-mode-old-hl-line-face): New variable.
5294         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5295         line when exit from the hexl-mode.
5297 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5299         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5300         Doc fixes.
5302         * international/fontset.el (create-fontset-from-ascii-font)
5303         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5304         (fontset-name-p): Fix typo in docstring.
5306         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5308 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5310         * ps-bdf.el: Fix maintainer email.
5312         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5313         compatibility.
5315         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5316         21 compatibility.
5317         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5318         Emacs 20 & 21.
5320 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5322         * progmodes/idlwave.el (idlwave-auto-fill):
5323         Remove paragraph-start let to prevent auto-fill giving up.
5325 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5327         * vt100-led.el (led-state): Fix typo in previous change.
5329 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5331         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5332         Fix interactive spec of the functions getting defined to make them
5333         work as documented.
5335 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5337         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5339 2006-11-28  Kim F. Storm  <storm@cua.dk>
5341         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5342         icomplete-mode is enabled.
5344 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5346         * textmodes/org.el (require): Require gnus-sum during compilation
5347         to avoid problem with a macro call.
5349 2006-11-28  Glenn Morris  <rgm@gnu.org>
5351         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5353         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5354         (fortran-window-create-momentarily): Do not need string-to-char.
5356 2006-11-28  Richard Stallman  <rms@gnu.org>
5358         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5359         Replace incorrect use of assoc-default with a loop.
5361         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5363         * simple.el (next-error-find-buffer): Improve messages.
5365         * files.el (revert-buffer): Special error message if file
5366         is now not readable.
5368         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5369         constructed commands.
5371         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5372         in INSIDE_EMACS.
5374 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5376         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5378         * server.el: Remove spurious * in docstrings.
5379         (server-process-filter): Exit from recursive editing before processing
5380         a new request.
5382 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5384         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5385         line so hidden blocks will be correctly identified.
5387 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5389         * ledit.el (ledit-save-defun, ledit-mode):
5390         * resume.el (resume-emacs-args-buffer):
5391         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5392         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5393         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5394         (command-send-input, command-kill-line):
5395         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5397         * autoarg.el (autoarg-kp-mode): Doc fix.
5399         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5400         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5401         (check-emacs-lock): Doc fix.  Simplify.
5403         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5404         (iimage-mode-buffer): Fix typos in docstring.
5406         * misc.el (zap-up-to-char): Doc fix.
5408         * time-stamp.el: Fix comment and obsolescence string for old
5409         functions.  Use `dolist' instead of `while'.
5411         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5413         * disp-table.el (standard-display-8bit, standard-display-default):
5414         * ebuff-menu.el (electric-buffer-list):
5415         * ehelp.el (electric-help-command-loop):
5416         * font-core.el (font-lock-mode):
5417         * help-macro.el (make-help-screen):
5418         * help.el (describe-minor-mode-completion-table-for-indicator)
5419         (lookup-minor-mode-from-indicator):
5420         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5421         * info-look.el (info-lookup-guess-custom-symbol):
5422         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5423         * longlines.el (longlines-wrap-line):
5424         * macros.el (insert-kbd-macro):
5425         * menu-bar.el (menu-bar-update-buffers):
5426         * misc.el (copy-from-above-command):
5427         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5428         * newcomment.el (comment-indent):
5429         * novice.el (disabled-command-function):
5430         * sort.el (sort-fields-syntax-table):
5431         * subr.el (momentary-string-display):
5432         * tar-mode.el (tar-header-block-summarize)
5433         (tar-clear-modification-flags):
5434         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5435         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5436         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5437         (te-delete-char, te-down-vertically-or-scroll):
5438         * time-stamp.el (time-stamp-string-preprocess):
5439         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5441 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5443         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5444         in GUD mode.
5446         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5447         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5449 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5451         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5453 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5455         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5456         (ada-compile-goto-error): Adapt to new argument profile of
5457         compilation-goto-locus in Emacs 22.  Don't check if the various
5458         compile functions are defined; we already do "(require 'compile)".
5460 2006-11-26  Kim F. Storm  <storm@cua.dk>
5462         * kmacro.el: Fix commentary.
5464 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5466         * progmodes/gud.el (gdb): Explain how to run in text command mode
5467         more clearly.  Say in error message that multiple debugging
5468         requires restarting GDB.
5470 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5472         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5474 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5476         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5477         (flymake-popup-menu): Use it instead of posn-at-point.
5479 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5481         * progmodes/cc-vars.el (c-backslash-column):
5482         Mention c-backslash-max-column in documentation for c-backslash-column.
5484 2006-11-24  Lars Hansen  <larsh@soem.dk>
5486         * net/tramp.el (tramp-default-method): Under Windows, change from
5487         plink to pscp.
5488         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5489         (tramp-actions-copy-out-of-band):
5490         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5491         (tramp-action-out-of-band): Move "Permission denied" handling to
5492         tramp-action-copy-failed.
5493         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5494         process buffer.
5496 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5499         strings to a single string.  Quote `errors-file-name'.
5500         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5501         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5502         Adjust calls.  Use `shell-quote-argument'.
5504         * international/mule.el (load-with-code-conversion)
5505         (with-category-table): Use with-current-buffer.
5506         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5508 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5510         * mail/smtpmail.el (smtpmail-send-it):
5511         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5512         MIME header for the message encoding.
5513         Bind coding-system-for-write around the call to mail-do-fcc.
5514         Use smtpmail-code-conv-from to encode queued mail messages.
5516 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5518         * tabify.el (tabify-regexp): Doc fix.
5520         * net/rcirc.el (rcirc-buffer-maximum-lines):
5521         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5523         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5524         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5525         Fix typos in output messages.
5526         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5528 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5530         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5531         the horse's mouth.
5532         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5534 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5536         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5537         Remove condition-case.
5539 2006-11-23  Glenn Morris  <rgm@gnu.org>
5541         * progmodes/f90.el (f90-comment-indent): Do not move point in
5542         default case.
5544 2006-11-21  Romain Francoise  <romain@orebokech.com>
5546         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5547         from library name (reverts change of 2005-10-25).
5549 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5551         * tutorial.el (tutorial--default-keys): Add newline and
5552         delete-backward-char bindings.
5553         (tutorial--detailed-help): Save excursion when finding keys.
5554         Correct warning string for M-x FOO case.
5555         (tutorial--display-changes): Print special keys in tutorial style.
5556         Tweak search regexp for changed keys.
5558 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5560         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5561         redundant scheme.
5563 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5565         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5566         are new to the list at IANA.  Also added irc, mms, mmsh.
5568 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5570         * progmodes/idlw-help.el (idlwave-html-help-location):
5571         Fail gracefully for missing help packages.
5572         (idlwave-help-assistant-open-link): Open full links.
5573         (idlwave-help-assistant-help-with-topic): Direct help link.
5575         * progmodes/idlwave.el (idlwave-mode):
5576         Set add-log-current-defun-function.
5577         (idlwave-current-routine-fullname): Add, to support add-log.
5578         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5579         to reflect improvements to xml-parse-file.
5580         (idlwave-mode-menu-def): New binding for help-with-topic.
5582         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5583         Handle extra newlines and spaces.
5584         (idlwave-shell-mode-map): Add help-with-topic.
5586 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5588         * tutorial.el (tutorial-warning-face): New face.
5589         (tutorial--detailed-help, tutorial--display-changes): Use it.
5590         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5591         Improve search pattern for occurrences of changed keys.
5593 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5595         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5596         (x-select-text): Set it.
5597         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5598         when checking for newness.
5600 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5602         * subr.el (posn-image):
5603         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5605         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5607 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5609         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5610         Exceptions to the rule "add a space between an identifier and an
5611         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5612         (glasses-parenthesis-exception-p): New.  Check if the region is an
5613         exception regarding to that.
5614         (glasses-make-readable): Use it.
5615         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5616         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5618 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5620         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5622 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5624         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5626         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5627         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5629 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5631         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5632         conditions for function or variable bindings.
5634         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5636         * progmodes/compile.el (compilation-start): Ditto.
5638 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5640         * net/tramp.el (top): cl and custom are always required.
5642 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5644         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5645         cut-buffers with next-selection-coding-system if not nil.
5647 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5649         * textmodes/org.el (org-fix-decoded-time): New function.
5650         (org-display-custom-time): Use `org-fix-decoded-time'.
5652 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5654         * menu-bar.el (menu-bar-games-menu): Remove yow.
5656 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5658         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5659         (org-detach-overlay): Rename from `org-detatch-overlay'.
5660         (org-table-convert-region): Insert space after column separator.
5661         (org-agenda-kill): New command.
5662         (org-metaleft): Call `org-outdent-item' on bullets.
5663         (org-metaright): Call `org-indent-item' on bullets.
5664         (org-timestamp-change): Set `org-last-changed-timestamp'.
5665         (org-current-line): Make sure (bolp) returns correct result.
5666         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5668 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5672 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5674         * mouse.el (global-map): Change 2006-08-16 fix to call
5675         mouse-yank-at-click explicitly, since mouse events are not carried
5676         over into keyboard macros.
5678 2006-11-16  Kim F. Storm  <storm@cua.dk>
5680         * ido.el (ido-file-internal): Use current buffer's file name as default
5681         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5683 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5685         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5686         (allout-inhibit-aberrance-doublecheck): Rename from
5687         allout-during-yank-processing.  All callers changed.
5688         (allout-ascend): Provide for unusual case where some topic after
5689         the first in file is at lower depth than the first.
5690         (allout-shift-in): Ensure the offspring of the new containing
5691         topic are exposed.
5692         (allout-encrypt-string): Preserve the coding-system of the text,
5693         according to that of the containing buffer.
5694         (allout-toggle-subtree-encryption): When the text being encrypted
5695         requires a different coding system, offer to preserve the coding
5696         system using a file local var.
5698 2006-11-15  Simon Marshall  <simon@gnu.org>
5700         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5701         to recognise "T t()" as a function declaration, rather than a
5702         variable instantiation, iff at the top-level or inside a class
5703         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5705 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5707         * progmodes/ada-xref.el (ada-parse-prj-file):
5708         Don't delete project buffer; user may want to edit it.
5709         (ada-xref-set-project-field, ada-xref-current-project-file)
5710         (ada-xref-current-project, ada-show-current-project)
5711         (ada-set-main-compile-application): New functions.
5712         (ada-xref-get-project-field, ada-require-project-file):
5713         Normalize use of ada-prj-default-project-file.
5714         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5715         Normalize use of ada-require-project-file.
5716         (ada-prj-find-prj-file): Improve doc string, comments.
5718         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5719         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5720         (ada-create-menu): Add ada-set-main-compile-application,
5721         ada-show-current-main, ada-show-current-project.
5723 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5726         (inferior-python-mode): Use it.
5728 2006-11-14  Andreas Schwab  <schwab@suse.de>
5730         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5732 2006-11-13  Kim F. Storm  <storm@cua.dk>
5734         * ido.el (ido-copy-current-word): C-o copies region if active.
5736 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5738         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5740 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5742         * ediff.el (ediff-revision):
5743         * files.el (set-visited-file-name):
5744         * mail/rmailout.el (rmail-output-body-to-file):
5745         Use `format', not `message', in `y-or-n-p' call.
5747 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5749         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5750         (org-metaright): Call `org-indent-item' on bullets.
5751         (org-timestamp-change): Set `org-last-changed-timestamp'.
5752         (org-current-line): Make sure (bolp) returns correct result.
5753         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5755 2006-11-12  Richard Stallman  <rms@gnu.org>
5757         * language/european.el (turkish-case-conversion-enable)
5758         (turkish-case-conversion-disable): New functions.
5759         ("Turkish" lang env): Use them.
5761         * international/characters.el (case table):
5762         Do nothing special for i and I.
5764         * subr.el (remove-overlays): Fix last change.
5766         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5767         for visiting the custom file.
5769 2006-11-12  Markus Triska  <triska@gmx.at>
5771         * play/handwrite.el (handwrite): Also process lines not ending
5772         with newline.  Replace some position-fiddling with different
5773         logic.  Improve performance.
5775 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5777         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5778         replacing deleted variable `ada-check-switch'.
5779         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5780         (ada-xref-project-files): Improve doc string.
5781         (ada-find-executable): New function.
5782         (ada-initialize-runtime-library): Use `ada-find-executable'.
5783         (ada-xref-set-default-prj-values): In compile commands, don't need
5784         `ada-cd-command'; `compile' does that more portably.
5785         Use ada-prj-default-check-cmd.
5786         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5787         properties if not specified in project file.
5788         (ada-goto-declaration): Display useful message for new error
5789         'error-file-not-found.
5790         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5791         'error-file-not-found.
5792         (ada-get-all-references): Match latest ali syntax.  Signal new
5793         error 'error-file-not-found.
5794         (ada-find-in-ali): Match latest ali syntax.
5795         (ada-make-filename-from-adaname): Handle different semantics of
5796         gnatkr in GNAT 3.15p vs later.
5798         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5799         ada-procedure-start-regexp.
5800         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5802         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5803         with defvar.
5804         (ada-language-version): Rename ada05 -> ada2005.
5805         (ada-align-region-separate): Add `eval-when-compile'.
5806         (ada-name-regexp): Remove unneeded escapes in regexp character
5807         alternative.
5808         (ada-compile-goto-error-file-linenr-re): New constant.
5809         (ada-matching-start-re): Handle additional cases `declare',
5810         `procedure', `function'.
5811         (ada-compile-goto-error): Handle "... at line nn".
5812         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5813         Delete support for old versions of `align'.
5814         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5815         (ada-check-defun-name): Simplify handling of `declare'.
5816         (ada-goto-matching-start): Handle nested `begin ... end'.
5817         Handle `declare', `protected', `procedure', `function'.
5818         (ada-create-menu): Presence of arm95 is not conditional on using
5819         GNAT compiler.
5821 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5823         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5824         nil in the *RE-Builder* buffer (it causes spurious error messages).
5826         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5827         been set to t, respect it.
5829 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5831         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5832         Delete commented out code for old Emacs versions.  Autoloading of
5833         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5834         (ada-mode-version): Bump version number.
5835         (ada-95-string-keywords, ada-2005-string-keywords)
5836         (ada-2005-keywords, ada-name-regexp): New constant.
5837         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5838         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5839         (ada-package-start-regexp): Support private packages, include package
5840         name (for ada-set-point-accordingly).
5841         (ada-next-procedure, ada-previous-procedure)
5842         (ada-which-function-are-we-in): Match changes to
5843         ada-procedure-start-regexp.
5844         (ada-make-body): Make non-interactive; not a user function.
5845         (ada-make-subprogram-body): Improve doc string.
5847 2006-11-11  Romain Francoise  <romain@orebokech.com>
5849         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5850         `compilation-error-regexp-alist' buffer-local, since we changed
5851         `compilation-error-regexp-alist-alist' locally.
5853 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5855         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5856         to the value of `server-raise-frame'.
5858 2006-11-11  Glenn Morris  <rgm@gnu.org>
5860         * ido.el (ido-enable-prefix)
5861         * ses.el (ses-call-printer-return)
5862         * net/tramp.el (tramp-unified-filenames)
5863         * progmodes/cc-align.el (c-lineup-string-cont)
5864         * progmodes/compile.el (compilation-directory-matcher)
5865         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5866         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5867         (vhdl-clock-rising-edge)
5868         * textmodes/org.el (org-export-with-timestamps)
5869         (org-export-remove-timestamps-from-toc)
5870         (org-export-with-tags): Improve previous doc fixes.
5872 2006-11-11  Richard Stallman  <rms@gnu.org>
5874         * textmodes/flyspell.el (flyspell-mode-map):
5875         Bind C-c $ instead of M-RET.
5877 2006-11-10  Simon Marshall  <simon@gnu.org>
5879         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5880         fontification for "case" and "default" keywords.
5882 2006-11-10  Andreas Schwab  <schwab@suse.de>
5884         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5885         Avoid starting sentence with "nil".
5887 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5889         * server.el (server-raise-frame): New option.
5890         (server-switch-buffer): Use it.
5892 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5894         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5895         with a capital.
5897 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5899         * textmodes/org.el (org-show-hierarchy-above)
5900         (org-show-following-heading): Fix typo in default value.
5901         (org-scan-tags): Make the search case-sensitive.
5902         (org-tags-sparse-tree): Don't overrule
5903         `org-show-following-heading' and `org-show-hierarchy-above'.
5904         (org-reveal): New command.
5905         (org-show-context): Rename from `org-show-hierarchy-above'.
5906         (org-fast-tag-selection-single-key): New option.
5907         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5908         (org-tags-overlay): New variable.
5909         (org-agenda-todo-ignore-deadlines): New option.
5910         ("session"): Add circular data structure `org-mark-ring' to
5911         exceptions list in session.el.
5912         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5913         New options.
5914         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5915         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5916         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5917         (org-finalize-agenda): Activate bracket links in agenda.
5918         (org-at-timestamp-p, org-at-date-range-p): Additional argument
5919         INACTIVE-OK.
5920         (org-show-hierarchy-above, org-show-following-heading):
5921         List values allowed for fine-tuned configuration.
5922         (org-show-hierarchy-above): New argument CONTEXT, use the
5923         fine-tuned settings in `org-show-hierarchy-above' and
5924         `org-show-following-heading'.
5925         (org-display-custom-time): New function.
5926         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5927         (org-display-custom-times, org-time-stamp-custom-formats):
5928         (org-maybe-intangible): New macro.
5929         (org-activate-bracket-links, org-hide-wide-columns):
5930         Use `org-maybe-intangible'.
5931         (org-open-file): Use `shell-quote-argument'.
5932         (org-display-internal-link-with-indirect-buffer): New option.
5933         (org-file-remote-p): Get regexp from list.
5934         (org-link-expand-abbrev): New function.
5935         (org-link-abbrev-alist): New option.
5936         (org-open-at-point, org-cleaned-string-for-export):
5937         Call `org-link-expand-abbrev'.
5938         (org-timeline, org-agenda-list, org-todo-list)
5939         (org-tags-view): Remove the KEEP-MODES argument.
5940         (org-finalize-agenda-hook): New hook.
5941         (org-get-alist-option): New function.
5942         (org-follow-timestamp-link): New function.
5943         (org-open-at-point): Call `org-follow-timestamp-link'.
5944         (org-log-note-marker, org-log-note-purpose)
5945         (org-log-note-window-configuration): New variables.
5946         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5947         (org-log-note-headings): New option.
5948         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5949         (org-store-link): Support for dired-mode.
5950         (org-open-file): Substitute environment variables into filename.
5951         (org-last): New defsubst.
5952         (org-agenda-re-align-tags): New function.
5953         (org-agenda-align-tags-to-column): New option.
5954         (org-agenda-timeline): Group removed.
5955         (org-prepare-agenda, org-prepare-agenda-buffers)
5956         (org-run-agenda-series, org-timeline, org-agenda-list)
5957         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5958         the text property inticating the agenda type.
5959         (org-agenda-post-command-hook): Get agenda type from text property
5960         at point.
5961         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
5962         and obey `org-agenda-overriding-arguments'.
5963         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5964         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5965         (org-agenda-week-view, org-agenda-day-view):
5966         Use `org-agenda-overriding-arguments' to make updating work with
5967         multi-block agendas.
5968         (org-agenda-prefix-format): Allow different formats for the
5969         different agenda entry types.
5970         (org-timeline-prefix-format): Option removed, use
5971         `org-agenda-prefix-format' instead.
5972         (org-prepare-agenda): New function.
5973         (org-select-timeline-window): Option removed, use
5974         `org-select-agenda-window' instead.
5975         (org-respect-restriction): Variable removed.
5976         (org-cmp-tag): New function.
5977         (org-agenda-sorting-strategy, org-entries-lessp):
5978         Implement sorting by last tag.
5979         (org-complete): Better completion in in-buffer option lines.
5980         (org-in-item-p): New function.
5981         (org-org-menu): Add entries for checkboxes.
5982         (org-cycle): Extra brouping in outline-regexp, because it is used
5983         in a search with "^" prepended.
5984         (org-provide-checkbox-statistics): New option.
5985         (org-set-font-lock-defaults): Highlight checkbox statistics.
5986         (org-update-checkbox-count-maybe)
5987         (org-get-checkbox-statistics-face): New functions.
5988         (org-update-checkbox-count): New command.
5989         (org-insert-item, org-toggle-checkbox):
5990         Call `org-update-checkbox-count-maybe'.
5991         (org-export-as-html): XEmacs compatibility for coding system.
5992         (org-force-cycle-archived): New command.
5993         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5994         overrules cycling.
5995         (org-fix-position-after-promote): If the line contains only a todo
5996         keyword, add a final space.
5997         (org-promote-subtree, org-demote-subtree):
5998         Call `org-fix-position-after-promote'.
6000 2006-11-10  Glenn Morris  <rgm@gnu.org>
6002         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6003         date in every year.
6004         (calendar-dst-check-each-year-flag): New customizable variable.
6005         (calendar-dst-find-data): New function, extracted from
6006         calendar-current-time-zone.
6007         (calendar-current-time-zone): Use calendar-dst-find-data.
6008         (calendar-dst-transition-cache): New variable.
6009         (calendar-dst-find-startend, calendar-dst-starts)
6010         (calendar-dst-ends): New functions.
6011         (calendar-daylight-savings-starts)
6012         (calendar-daylight-savings-ends): Change value to use
6013         calendar-dst-starts, calendar-dst-ends; respectively.
6015         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6017         * ido.el (ido-enable-prefix)
6018         * ses.el (ses-call-printer-return)
6019         * net/tramp.el (tramp-unified-filenames)
6020         * progmodes/cc-align.el (c-lineup-string-cont)
6021         * progmodes/compile.el (compilation-directory-matcher)
6022         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6023         * progmodes/gdb-ui.el (gdb-many-windows)
6024         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6025         (vhdl-clock-rising-edge)
6026         * textmodes/org.el (org-export-with-timestamps)
6027         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6028         (org-read-date): Doc fix (Nil -> nil).
6030 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6032         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6033         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6035 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6037         * bs.el (bs--window-for-buffer): Remove.
6038         (bs--show-with-configuration): Use `get-window-with-predicate'
6039         instead of `bs--window-for-buffer'.
6041 2006-11-10  Kenichi Handa  <handa@m17n.org>
6043         * files.el (revert-buffer): Fix previous change.
6045 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6047         * bs.el (bs--redisplay): Fix typo in docstring.
6048         (bs--window-config-coming-from): Make frame-local.
6049         (bs--restore-window-config): New function.
6050         (bs-kill, bs-select, bs-select-other-window)
6051         (bs-select-other-frame): Use it.
6052         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6053         (bs--show-with-configuration): Save the window configuration as a
6054         frame local var, and only if *buffer-selection* is not already
6055         visible on this frame.
6057 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6059         * vc-svn.el (vc-svn-admin-directory): New var.
6060         (vc-svn-registered, vc-svn-responsible-p)
6061         (vc-svn-repository-hostname): Use it.
6062         Suggested by arit93@yahoo.com.
6064 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6066         * ldefs-boot.el: Regenerate.
6068 2006-11-08  Alan Mackenzie  <acm@muc.de>
6070         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6071         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6072         for least nested open-paren.
6074 2006-11-08  Romain Francoise  <romain@orebokech.com>
6076         * subr.el (remove-overlays): Fix typo in last change.
6078 2006-11-08  Richard Stallman  <rms@gnu.org>
6080         * subr.el (remove-overlays): Call overlay-recenter.
6082 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6084         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6085         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6086         behaviour.
6087         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6088         directly.
6090 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6092         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6093         (ido-max-dir-file-cache, ido-decorations)
6094         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6095         (ido-magic-backward-char, ido-enter-dired)
6096         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6097         (ido-list-directory, ido-first-match, ido-only-match)
6098         (ido-subdir, ido-indicator): Fix typos in docstrings.
6099         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6100         (ido-read-internal): Fix typo in error message.
6102 2006-11-08  Kenichi Handa  <handa@m17n.org>
6104         * international/mule-cmds.el (set-default-coding-systems):
6105         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6107 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6109         * makefile.w32-in (setwins): Remove.
6110         (WINS_ALMOST): New macro.
6111         (WINS): Use it.
6112         (autoloads): Don't extract autoloads from files in obsolete/.
6114 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6116         * whitespace.el (whitespace-buffer): Call remove-overlays after
6117         overlay-recenter for performance.  Suggested by Martin Rudalics.
6119 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6121         * net/tramp.el (tramp-default-method): scp is the default method.
6123 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6125         * server.el (server-start): Save also the Emacs pid in the server file.
6127 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6129         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6130         point when displaying a bibtex cross reference in the echo area.
6132 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6134         * international/mule.el (make-char): Fix typo in docstring.
6135         (load-with-code-conversion, charsetp): Doc fixes.
6137         * international/ja-dic-cnv.el (skkdic-convert):
6138         * cus-edit.el (hook): Fix typo in docstring.
6140 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6142         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6143         (custom-mode-link-map): New variable.
6144         (custom-group-link, custom-manual): Use follow-link.
6146 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6148         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6149         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6151 2006-11-06  Richard Stallman  <rms@gnu.org>
6153         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6154         New function broken out of flyspell-correct-word.
6155         (flyspell-mode-map): Bind it to M-RET.
6156         (flyspell-correct-word): Call it.
6158         * textmodes/fill.el (fill-minibuffer-function): New function.
6159         (fill-paragraph): Bind fill-paragraph-function to
6160         fill-minibuffer-function.
6162         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6163         so that they aren't undefined.
6165         * dired.el (dired-readin): Locally bind file-name-coding-system.
6167         * bindings.el: Shorten and clarify usual mode line mouse help string.
6169         * Makefile.in (autoloads): Don't include `obsolete'.
6171 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6173         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6174         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6175         Printing menu if it's not initialized.
6176         (pr-menu-bind): Act on menu-bar-file-menu directly.
6178 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6180         * help.el (view-emacs-news): Fix typo in error message.
6182         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6184         * shadowfile.el (shadow-define-regexp-group)
6185         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6186         (shadow-read-files): Fix typo in message.
6187         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6188         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6189         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6190         (shadow-file-match): Fix typos in docstrings.
6192         * terminal.el (terminal-emulator): Fix typo in message.
6194         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6196         * emacs-lisp/lselect.el (x-kill-primary-selection)
6197         (x-delete-primary-selection, x-copy-primary-selection):
6198         Fix typos in error messages.
6200         * emulation/edt-mapper.el: Fix typo in interactive message.
6202         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6204         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6205         (ispell-help): Fix typos in docstrings.
6206         (ispell-help): Fix typo in output message.
6208         * allout.el (allout-adjust-file-variable)
6209         (allout-passphrase-verifier-string)
6210         (allout-passphrase-hint-string)
6211         (allout-toggle-current-subtree-encryption):
6212         * apropos.el (apropos-synonyms):
6213         * cus-edit.el (hook):
6214         * emacs-lock.el (emacs-lock-from-exiting):
6215         * follow.el (follow-avoid-tail-recenter-p):
6216         * hexl.el (hexl-mode):
6217         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6218         * mouse.el (mouse-set-font):
6219         * resume.el (resume-emacs-args-file):
6220         * rfn-eshadow.el (file-name-shadow-tty-properties):
6221         * t-mouse.el (t-mouse-process, t-mouse-mode):
6222         * emacs-lisp/cust-print.el (custom-print-install)
6223         (custom-print-uninstall, custom-format):
6224         * emacs-lisp/shadow.el (list-load-path-shadows):
6225         * emulation/tpu-edt.el (tpu-help-text)
6226         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6227         (tpu-reset-control-keys):
6228         * emulation/vip.el (vip-emacs-local-map)
6229         (vip-change-mode-to-emacs):
6230         * emulation/viper.el (viper-mode, viper-set-hooks)
6231         (viper-major-mode-modifier-list):
6232         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6233         * emulation/viper-keym.el (viper-emacs-kbd-map)
6234         (viper-toggle-key):
6235         * mail/feedmail.el (feedmail-queue-reminder)
6236         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6237         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6238         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6239         (feedmail-sender-line, feedmail-force-binary-write)
6240         (feedmail-from-line, feedmail-deduce-envelope-from)
6241         (feedmail-x-mailer-line, feedmail-message-id-generator)
6242         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6243         (feedmail-enable-spray, feedmail-spray-this-address)
6244         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6245         (feedmail-queue-runner-confirm-global)
6246         (feedmail-ask-before-queue-prompt)
6247         (feedmail-ask-before-queue-reprompt)
6248         (feedmail-prompt-before-queue-standard-alist)
6249         (feedmail-prompt-before-queue-user-alist)
6250         (feedmail-prompt-before-queue-help-supplement)
6251         (feedmail-queue-use-send-time-for-message-id)
6252         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6253         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6254         (feedmail-mail-send-hook-queued)
6255         (feedmail-confirm-addresses-hook-example)
6256         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6257         (feedmail-queue-runner-mode-setter)
6258         (feedmail-queue-alternative-mail-header-separator)
6259         (feedmail-queue-runner-message-sender)
6260         (feedmail-buffer-eating-function, feedmail-binmail-template)
6261         (feedmail-run-the-queue-no-prompts)
6262         (feedmail-run-the-queue-global-prompt)
6263         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6264         (feedmail-envelope-deducer, feedmail-fiddle-date)
6265         (feedmail-default-message-id-generator)
6266         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6267         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6268         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6269         (vms-pmail-setup):
6270         * play/dunnet.el (dun-help):
6271         * play/handwrite.el (handwrite):
6272         * play/hanoi.el (hanoi-unix-64):
6273         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6274         * textmodes/enriched.el (fixed):
6275         * textmodes/org.el (org-file-apps)
6276         (org-emphasis-regexp-components, org-emphasis-alist):
6277         * textmodes/texinfmt.el (batch-texinfo-format):
6278         Fix typos in docstrings.
6280 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6282         * loadhist.el (read-feature): Don't complete features not loaded
6283         from a file (which make `unload-feature' to fail).
6285 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6287         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6289 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6291         * startup.el (command-line-1): Kill emacs if the last frame is
6292         deleted while evaluating the command-line arguments.
6294 2006-11-05  Richard Stallman  <rms@gnu.org>
6296         * startup.el (init-file-had-error): Add doc string.
6297         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6298         Use fixed-width font for keyboard key descriptions.
6300         * cus-edit.el (custom-save-all): Error if saving in .emacs
6301         and it had an error when loaded.
6303         * dired-aux.el (dired-copy-file-recursive): Catch errors
6304         from recursive copies in the loop, around the recursive call.
6306 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6308         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6309         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6310         `/proc/acpi/thermal_zone/*'.
6311         (battery-search-for-one-match-in-files): New.  Search a regexp in
6312         the content of some files.
6314 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6316         * window.el (mouse-autoselect-window-now): Remove variable.
6317         (mouse-autoselect-window-state): New variable.
6318         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6319         (mouse-autoselect-window-select, handle-select-window):
6320         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6321         Suspend delayed autoselection during menu or popup dialog.
6323         * info-look.el (info-lookup-guess-custom-symbol): New function
6324         for retrieving symbol at point in custom buffers.
6325         (top level) <info-lookup-maybe-add-help>: Add backquote and
6326         comma to ignored characters in regexps of help specifications
6327         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6328         looking up symbols in `...' and after a comma.  Add help
6329         specifications for custom-mode and help-mode.
6331 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6333         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6334         Don't encode body if RAW is non-nil, or if the old encoding is
6335         identical to the new encoding, or if the body contains only
6336         eight-bit-* characters.
6338 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6340         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6341         (faces-sample-overlay): Remove variable.
6342         (describe-face): Insert sample text in the face being described.
6344 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6346         * whitespace.el (whitespace-indent-regexp): Make this match any
6347         multiples of eight spaces near the beginning of a line.
6348         (whitespace-buffer): Use `remove-overlays' instead of
6349         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6350         speed up overlay handling.
6351         (whitespace-buffer-leading, whitespace-buffer-trailing):
6352         Make these functions highlight the text removed by
6353         `whitespace-buffer-leading-cleanup' and
6354         `whitespace-buffer-trailing-cleanup' respectively.
6355         (whitespace-buffer-search): Use `with-local-quit'.
6356         Move `format' out of loop to speed up scanning larger buffers.
6357         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6358         that function is never added to a hook.
6359         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6360         (whitespace-buffer-leading-cleanup)
6361         (whitespace-refresh-rescan-list): Fix docstrings.
6363 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6365         * allout.el (allout-during-yank-processing): Cue for inhibiting
6366         aberrance processing during yanks.
6367         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6368         the amount of yanked topics that can be aberrant.
6369         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6370         a function, and supplement with inihibition of doublechecking
6371         during yanks.
6372         (allout-beginning-of-line, allout-next-heading)
6373         (allout-previous-heading, allout-goto-prefix-doublechecked)
6374         (allout-back-to-current-heading, allout-next-visible-heading)
6375         (allout-next-sibling): Use new allout-do-doublecheck function.
6376         (allout-next-sibling): Ensure we made progress when returning
6377         other than nil.
6378         (allout-rebullet-heading): Preserve text property annotations
6379         indicating the text was hidden, if it was.
6380         (allout-kill-line): Remove any added was-hidden annotations.
6381         (allout-kill-topic): Remove any added was-hidden annotations.
6382         (allout-annotate-hidden): Inhibit adding was-hidden text
6383         properties to the undo list.
6384         (allout-deannotate-hidden): New function to remove was-hidden
6385         annotation.
6386         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6387         (allout-remove-exposure-annotation): Replace by
6388         allout-deannotate-hidden.
6389         (allout-yank-processing): Signal that yank processing is happening
6390         with allout-during-yank-processing.  Also, wrap
6391         allout-unprotected's closer to the text changes, for easier
6392         debugging.  We need to inhibit-field-text-motion explicitly, in
6393         lieu of the encompassing allout-unprotected.
6394         (outlineify-sticky): Adjust criteria for triggering new outline
6395         decorations to presence or absence of any topics, not just a topic
6396         at the beginning of the buffer.
6398 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6400         * bs.el (bs--show-all, bs--redisplay):
6401         * cus-edit.el (custom-unlispify-menu-entries)
6402         (custom-unlispify-tag-names, custom-prompt-variable):
6403         * expand.el (expand-pos):
6404         * speedbar.el (speedbar-generic-list-tag-p):
6405         * wid-edit.el (widget-image-enable):
6406         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6407         * emacs-lisp/find-func.el (find-function-noselect)
6408         (find-function, find-variable-noselect, find-variable)
6409         (find-definition-noselect, find-face-definition):
6410         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6411         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6412         * progmodes/ada-xref.el (ada-find-in-ali):
6413         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6414         * textmodes/org.el (org-copy-subtree):
6415         * textmodes/table.el (table--row-column-insertion-point-p):
6416         Use "non-nil" in docstrings.
6418 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6420         * sort.el (sort-columns): Set the field separator to tab; on
6421         NetBSD, sort complains if "\n" is used as field separator.
6423 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6425         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6427 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6429         * server.el (server-auth-key): Remove.  Replace by a process-property.
6430         (server-start): Don't remove the file of the previous process, but
6431         instead clear out the place for the new file.
6432         (server-start): Set the :auth-key property.
6433         (server-process-filter): Use the :auth-key property.
6435 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6437         * textmodes/org.el (org-mode-map): No longer copy
6438         `outline-mode-map' explicitly - this is already done by
6439         `define-derived-mode'.
6441 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6443         * server.el (server-visit-files): Use `when'.
6444         (server-process-filter): When authentication fails, send error
6445         message to client.  Wrap `process-send-region' in `ignore-errors'
6446         instead of `condition-case', and remove misleading comment.
6448 2006-11-01  Juri Linkov  <juri@jurta.org>
6450         * simple.el (yank): Doc fix.
6452 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * server.el: Try and fit within 80 columns.
6455         (server-start): Make the auth file unreadable by other users.
6457 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6459         * battery.el (battery-linux-proc-acpi): Prevent range error when
6460         `full-capacity' is 0.
6462 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6464         * faces.el (faces-sample-overlay): New defvar.
6465         (faces-sample-overlay): New function to show face sample text.
6466         (describe-face): Use it.
6468 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6470         * progmodes/ada-stmt.el: Change maintainer, apply
6471         whitespace-cleanup, checkdoc.
6472         (ada-func-or-proc-name): Add doc string.
6474         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6475         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6476         strings and comments.
6477         (ada-prj-display-page): Change buffer name to more accurately
6478         reflect function.
6480         * progmodes/ada-xref.el: Change maintainer, apply
6481         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6482         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6483         (ada-compile-current): Don't add newlines to commands.
6485 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6487         * server.el: Add support for TCP sockets.
6488         (server-use-tcp, server-host, server-auth-dir): New options.
6489         (server-auth-key): New variable.
6490         (server-ensure-safe-dir): Create nonexistent parent dirs.
6491         Ignore Unix-style file modes on Windows.
6492         (server-start): Crete a TCP or Unix socket according to the value
6493         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6494         `server-auth-dir' directory.
6495         (server-process-filter): Delete process if authentication
6496         fails (which never happens for Unix sockets).
6498 2006-10-30  David Kastrup  <dak@gnu.org>
6500         * subr.el (add-to-list): Don't continue checking if a match has
6501         been found.
6503 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6505         * tutorial.el: Move defvars to avoid bytecomp warnings.
6506         (tutorial--find-changed-keys): Check if viper-current-state is
6507         bound before using it.
6508         (help-with-tutorial): Check if viper-tutorial is defined before
6509         using it.
6511 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6513         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6515         * tutorial.el: New file.
6516         (help-with-tutorial): Move here from help-fns.el. Added help for
6517         rebound keys.  Fixed resume of tutorial.
6518         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6519         (tutorial--find-changed-keys, tutorial--display-changes)
6520         (tutorial--saved-dir, tutorial--saved-file)
6521         (tutorial--save-tutorial): New functions to support the changes in
6522         help-with-tutorial.
6524 2006-10-30  Kenichi Handa  <handa@m17n.org>
6526         * files.el (revert-buffer): If a unibyte buffer is being reverted
6527         with a coding system for multibyte, set buffer multibyte before
6528         calling insert-file-contents.
6530 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6532         * server.el (server-select-display): Use a dummy buffer to detect when
6533         the frame is later used.
6534         (server-select-display): New function.
6535         (server-process-filter): Use it to detect unused temp frames.
6537 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6539         * progmodes/ada-mode.el: Change maintainer, apply
6540         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6541         (ada-mode-version): New function.
6542         (ada-create-menu): Menu operations are available for all supported
6543         compilers.
6545 2006-10-29  Lars Hansen  <larsh@soem.dk>
6547         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6548         Highlight as keyword.
6549         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6550         Don't call tramp-method-out-of-band-p for local files.
6551         (tramp-touch): Quote file name.
6553 2006-10-28  Glenn Morris  <rgm@gnu.org>
6555         * calendar/calendar.el (cal-html-cursor-month)
6556         (cal-html-cursor-year): Add autoloads for this new package.
6557         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6559 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6561         * calendar/cal-html.el: New file.
6563 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6565         * emacs-lisp/authors.el (authors-aliases): Update.
6567 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6569         * version.el (emacs-version): Bump version number to 22.0.90.
6571 2006-10-26  John W. Eaton  <jwe@octave.org>
6573         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6574         New defvar.
6575         (inferior-octave-resync-dirs): Check to see whether Octave has
6576         built-in variables and set inferior-octave-has-built-in-variables.
6577         Check inferior-octave-has-built-in-variables to decide whether to
6578         send commands that set built-in variables or call functions to
6579         change Octave's behavior.
6580         Send "disp (pwd ())" to Octave instead of just "pwd".
6581         (inferior-octave-startup): Send "more off" to Octave instead of
6582         "page_screen_output = 0".
6584 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6586         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6587         pattern normally.
6589 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6591         * bindings.el (mode-line-mode-menu): Remove bindings for global
6592         minor modes (line/column number) as they are on the menubar.
6594 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6596         * term/w32-win.el (x-handle-name-switch): Doc fix.
6597         (w32-standard-fontset-spec): Fix typo in docstring.
6599         * midnight.el (midnight-buffer-display-time): Doc fix.
6600         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6602 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6604         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6606         * viper-ex.el (ex-read): Quote file argument.
6608         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6610         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6612 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6614         * textmodes/flyspell.el (flyspell-check-region-doublons):
6615         Fix last fix.
6617 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6619         * bindings.el (mode-line-mode-menu): List global minor modes
6620         before local ones.
6622 2006-10-23  Kim F. Storm  <storm@cua.dk>
6624         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6625         (sit-for): If last command was a prefix arg, add the read-ahead
6626         event to unread-command-events as (t . EVENT) so it will be added
6627         to this-command-keys by read-key-sequence.
6629 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6631         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6632         whitespace when checking doublons.
6633         (flyspell-check-region-doublons): Fix doublon regexp.
6634         (flyspell-highlight-incorrect-region): Highlight doublons using
6635         flyspell-duplicate face.
6637         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6639 2006-10-22  John Wiegley  <johnw@newartisans.com>
6641         * progmodes/python.el (python-use-skeletons): python-mode was
6642         auto-inserting templates (for those with abbrev-mode on), not only
6643         by default -- *but without a configuration variable to disable
6644         it*.  This rendered python-mode completely useless for me, so I
6645         have added `python-use-skeletons', which is now off by default.
6647 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6649         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6650         font-lock-multiline is auto-local (it's not).
6651         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6652         initialized before calling cperl-init-faces.
6654 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6656         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6657         gdb-stack-position a value when there is no fringe.
6659         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6660         indicator if not visiting a file.
6662 2006-10-20  David Kastrup  <dak@gnu.org>
6664         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6665         operation would still cause some window to collapse later.
6667 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6670         side-effect due to mixing various backends's file properties.
6672         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6673         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6674         Return `filename's status if applicable.  Update callers.
6676 2006-10-19  Kenichi Handa  <handa@m17n.org>
6678         * international/kkc.el (kkc-region): When a key sequence is not
6679         defined, append (this-single-command-raw-keys) to
6680         unread-input-method-events.
6682 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6684         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6686 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6688         * version.el (emacs-version): Use mac-carbon-version-string.
6690         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6692 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6694         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6695         Kenichi Handa).
6696         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6697         the selection is not UTF-8.
6699 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6701         * progmodes/ada-mode.el (ada-83-string-keywords)
6702         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6703         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6704         (ada-looking-at-semi-private, ada-get-body-name):
6705         Fix typos in docstrings.
6706         (ada-create-case-exception, ada-create-case-exception-substring):
6707         Fix typos in error messages.
6708         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6710 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6712         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6713         to default-frame-alist if default-frame-alist already contains
6714         width/height.
6716 2006-10-18  Richard Stallman  <rms@gnu.org>
6718         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6719         Non-interactive arg is the value, not the expression.
6721         * simple.el (read-expression-map): Just set it, no defvar.
6723         * subr.el (insert-for-yank-1): If last inserted char has
6724         properties, mark them as rear-nonsticky.
6726         * recentf.el (recentf-mode): Doc fix.
6728         * facemenu.el (facemenu-add-new-face): Defend against symbol
6729         that isn't a face name.
6731         * dired-aux.el (dired-do-copy): Doc fix.
6733 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6735         * simple.el (line-move-1): Ignore fields when moving to the
6736         beginning of line to avoid getting point stuck.
6738 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6740         * textmodes/flyspell.el (flyspell-word-search-backward):
6741         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6742         text.
6744 2006-10-16  Richard Stallman  <rms@gnu.org>
6746         * help-fns.el (describe-function-1): Special case optimization
6747         for self-insert-command.
6749 2006-10-16  Kim F. Storm  <storm@cua.dk>
6751         * ido.el (ido-reread-directory): Work in `dir' mode too.
6753 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6755         * textmodes/table.el: Require 'regexp-opt.
6757 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6759         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6760         Use shell-quote-argument.
6762         * shell.el (explicit-bash-args): Likewise.
6764         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6765         Use grep -E rather than egrep.
6767 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6769         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6771 2006-10-15  Kim F. Storm  <storm@cua.dk>
6773         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6775 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6777         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6778         to protect whitespace and metacharacters from the shell.
6780 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6782         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6784 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6786         * subr.el (start-process-shell-command): Doc fix.
6788 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6790         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6791         the regexp for Maxima symbols.
6793 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6796         (vc-find-root): Don't walk higher up than ~.
6798 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6800         * international/utf-8.el (utf-translate-cjk-load-tables):
6801         Avoid clobbering last-coding-system-used during load.
6803 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6805         * textmodes/reftex-global.el (reftex-create-tags-file):
6806         Quote file arguments.
6808 2006-10-12  Richard Stallman  <rms@gnu.org>
6810         * files.el (file-name-history): Add defvar.
6811         (save-some-buffers-action-alist): Improve description strings.
6813 2006-10-12  Andreas Schwab  <schwab@suse.de>
6815         * files.el (auto-mode-alist): Match change log file name also with
6816         a dash before a numeric extension.
6818 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6820         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6821         After 5.0:
6822         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6824         After 5.1: Major edit.  Summary of most visible changes:
6826         - Multiple <<HERE per line allowed.
6827         - Handles multiline subroutine declaration headers (with comments).
6828           (The exception is `cperl-etags' - but it is not used in the rest
6829           of the mode.)
6830         - Fontifies multiline my/our declarations (even with comments,
6831           and with legacy `font-lock').
6832         - Major speedup of syntaxification, both immediate and postponed
6833           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6834           huge real-life document I tested).
6835         - New bindings, edits to imenu.
6836         - "_" is made into word-char during fontification/syntaxification;
6837           some attempts to recognize non-word "_" during other operations too.
6838         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6839         - autoload some more perldoc-related stuff
6840         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6841         - Attempt to incorporate XEmacs edits which reached me.
6843         Fine-grained changelog:
6844         (cperl-hook-after-change): New configuration variable.
6845         (cperl-vc-sccs-header): Likewise.
6846         (cperl-vc-sccs-header): Likewise.
6847         (cperl-vc-header-alist): Default via two preceding variables.
6848         (cperl-invalid-face): Remove double quoting under XEmacs
6849                 (still needed under 21.2).
6850         (cperl-tips): Update URLs for resources.
6851         (cperl-problems): Likewise.
6852         (cperl-praise): Mention new features.
6853         New C-c key bindings: for `cperl-find-bad-style',
6854         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6855         `cperl-perdoc', and `cperl-perldoc-at-point'.
6856         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6857         moved, new submenu of Tools with Ispell entries and narrowing.
6858         (cperl-after-sub-regexp): New defsubst.
6859         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6860                 Allows heads up to head4.
6861                 Allow "package;".
6862         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6863         (paren-backwards-message): ??? Something for XEmacs???
6864         (cperl-mode): Never auto-switch abbrev-mode off.
6865                 Try to allow '_' be non-word char.
6866                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6867                 Reset syntax cache on mode start.
6868                 Support multiline facification (even on legacy `font-lock').
6869         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6870         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6871                 refuse to inform us whether the fontification is due to lazy
6872                 calling or due to edit to a buffer, install our own hook
6873                 (controlled by `cperl-hook-after-change').
6874         (cperl-electric-pod): =cut may have been recognized as start.
6875         (cperl-block-p): Move, updatedfor attributes.
6876         (cperl-calculate-indent): Try to allow '_' be non-word char
6877                 Support subs with attributes.
6878         (cperl-where-am-i): Quiet (?) a warning.
6879         (cperl-cached-syntax-table): New function.
6880         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6881         (cperl-unwind-to-safe): Recognize `syntax-type' property
6882                 changing in a middle of line.
6883         (cperl-find-sub-attrs): New function.
6884         (cperl-find-pods-heres): Allow many <<EOP per line.
6885                 Allow subs with attributes.
6886                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6887                 Recognize "extproc " (OS/2) case-folded and only at start.
6888                 /x on s///x with empty replacement was not recognized.
6889                 Better comments.
6890         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6891                 Allow subs with attributes, labels.
6892                 Do not confuse "else::foo" with "else".
6893                 Minor optimizations...
6894         (cperl-after-expr-p): Try to allow '_' be non-word char.
6895         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6896                 with `looking-at' inside `narrow' and bulk out if found.
6897         (cperl-imenu--create-perl-index): Updates for new
6898                 `cperl-imenu--function-name-regexp-perl'.
6899         (cperl-outline-level): Likewise.
6900         (cperl-init-faces): Allow multiline subroutine headers
6901                 and my/our declarations, and ones with comments.
6902                 Allow subroutine attributes.
6903         (cperl-imenu-on-info): Better docstring.
6904         (cperl-etags): Rudimentary support for attributes.
6905                 Support for packages and "package;".
6906         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6907         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6908         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6909         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6910         (cperl-perldoc): Add autoload.
6911         (cperl-perldoc-at-point): Likewise.
6912         (cperl-here-doc-spell): New function.
6913         (cperl-pod-spell): Likewise.
6914         (cperl-map-pods-heres): Likewise.
6915         (cperl-get-here-doc-region): Likewise.
6916         (cperl-font-lock-fontify-region-function): Likewise (backward
6917                 compatibility for legacy `font-lock').
6918         (cperl-font-lock-unfontify-region-function): Fix style.
6919         (cperl-fontify-syntaxically): Recognize and optimize away deferred
6920                 calls with no-change.  Governed by `cperl-hook-after-change'.
6921         (cperl-fontify-update): Recognize that syntaxification region
6922                 can be larger than fontification one.
6923                 XXXX we leave `cperl-postpone' property, so this is quadratic...
6924         (cperl-fontify-update-bad): Temporary placeholder until
6925                 it is clear how to implement `cperl-fontify-update'.
6926         (cperl-time-fontification): New function.
6927         (attrib-group): New text attribute.
6928         (multiline): New value: `syntax-type' text attribute.
6930         After 5.2:
6931         (cperl-emulate-lazy-lock): New function.
6932         (cperl-fontify-syntaxically): Would skip large regions.
6933         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6934         Some globals were declared, but uninitialized.
6936         After 5.3, 5.4:
6937         (cperl-facemenu-add-face-function): Add docs, fix U<>.
6938         Copyright message updated.
6939         (cperl-init-faces): Work around a bug in `font-lock'. May slow
6940                         facification down a bit.
6941                 Misprint for my|our|local for old `font-lock'
6942                         "our" was not fontified same as "my|local".
6943                 Highlight variables after "my" etc even in
6944                         a middle of an expression.
6945                 Do not facify multiple variables after my etc
6946                         unless parentheses are present.
6948         After 5.5, 5.6
6949         (cperl-fontify-syntaxically): after-change hook could reset.
6950         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6952         After 5.7:
6953         (cperl-init-faces): Allow highlighting of local ($/).
6954         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6955         (cperl-problems): Remove fixed problems.
6956         (cperl-find-pods-heres): Recognize #-comments in m##x too.
6957                 Recognize charclasses (unless delimiter is \).
6958         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6959         (cperl-regexp-scan): Update docs.
6960         (cperl-beautify-regexp-piece): Use information got from regexp scan.
6962         After 5.8:
6963         Major user visible changes:
6964         Recognition and fontification of character classes in RExen.
6965         Variable indentation of RExen according to groups.
6967         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6968                 Fontify REx charclasses in variable-name face.
6969                 Fontify POSIX charclasses in "type" face.
6970                 Fontify unmatched "]" in function-name face.
6971                 Mark first-char of HERE-doc as `front-sticky'.
6972                 Reset `front-sticky' property when needed.
6973         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6974         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6975         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6976                 constructs.  Support `narrow'ed buffers.
6977         (cperl-praise): Remove a reservation.
6978         (cperl-make-indent): New function.
6979         (cperl-indent-for-comment): Use `cperl-make-indent'.
6980         (cperl-indent-line): Likewise.
6981         (cperl-lineup): Likewise.
6982         (cperl-beautify-regexp-piece): Likewise.
6983         (cperl-contract-level): Likewise.
6984         (cperl-toggle-set-debug-unwind): New function.
6985                 New menu entry for this.
6986         (fill-paragraph-function): Use when `boundp'.
6987         (cperl-calculate-indent): Take into account groups when indenting RExen.
6988         (cperl-to-comment-or-eol): Recognize # which end a string.
6989         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6990         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6991         (cperl-fontify-syntaxically): More clear debugging message.
6992         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6993         (cperl-init-faces): More complicated highlight even on XEmacs (new).
6994         Merge cosmetic changes from XEmacs.
6996         After 5.9:
6997         (cperl-1+): Move to before the first use.
6998         (cperl-1-): Likewise.
7000         After 5.10:
7002         This code may lock Emacs hard!!!  Use at your own risk!
7004         (cperl-font-locking): New internal variable.
7005         (cperl-beginning-of-property): New function.
7006         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7007         instead of `previous-single-property-change'.
7008         (cperl-unwind-to-safe): Likewise.
7009         (cperl-after-expr-p): Likewise.
7010         (cperl-get-here-doc-region): Likewise.
7011         (cperl-font-lock-fontify-region-function): Likewise.
7012         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7013                         recursively.
7014                 Bound `next-single-property-change' via `point-max'.
7015         (cperl-unwind-to-safe): Bound likewise
7016         (cperl-font-lock-fontify-region-function): Likewise.
7017         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7018                 Initialization of `cperl-font-lock-multiline-start' could be
7019                 missed if the "main" fontification did not run due to the
7020                 keyword being already fontified.
7021         (cperl-pod-spell): Return t from do-one-chunk function.
7022         (cperl-map-pods-heres): Stop when the worker returns nil.
7023                 Call `cperl-update-syntaxification'.
7024         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7025         (cperl-get-here-doc-delim): Remove unused function.
7027         After 5.11:
7029         The possible lockup of Emacs (introduced in 5.10) fixed.
7031         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7032         (cperl-syntaxify-for-menu): New customization variable.
7033         (cperl-select-this-pod-or-here-doc): New function.
7034         (cperl-get-here-doc-region): Extra argument.
7035                 Do not adjust pos by 1.
7037         New menu entries
7038                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7039                 (Debugging CPerl:) backtrace on fontification.
7041         After 5.12:
7042         (cperl-cached-syntax-table): Use `car-safe'.
7043         (cperl-forward-re): Remove spurious argument SET-ST.
7044                 Add documentation.
7045         (cperl-forward-group-in-re): New function.
7046         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7047         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7049         After 5.13:
7050         (cperl-string-syntax-table): Make { and } not-grouping
7051           (Sometimes they ARE grouping in RExen, but matching them would only
7052            confuse in many situations when they are not)
7053         (beginning-of-buffer): Replace two occurrences with goto-char...
7054         (cperl-calculate-indent): `char-after' could be nil...
7055         (cperl-find-pods-heres): REx can start after "[" too.
7056                 Hightlight (??{}) in RExen too.
7057         (cperl-maybe-white-and-comment-rex): New constant
7058         (cperl-white-and-comment-rex): Likewise.
7059                 XXXX Not very efficient, but hard to make
7060                 better while keeping 1 group.
7062         After 5.13:
7063         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7064                 Likewise for 1 << identifier.
7066         After 5.14:
7067         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7068                 Error-less condition-case could fail.
7069         (cperl-font-lock-fontify-region-function): Likewise.
7070         (cperl-init-faces): Likewise.
7072         After 5.15:
7073         (cperl-find-pods-heres): Support property REx-part2.
7074         (cperl-calculate-indent): Likewise.
7075                 Don't special-case REx with non-empty 1st line.
7076         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7077                 Invert highlighting of charclasses:
7078                         now the envelop is highlighted.
7079                 Highlight many others 0-length builtins.
7080         (cperl-praise): Mention indenting and highlight in RExen.
7082         After 5.15:
7083         (cperl-find-pods-heres): Highlight capturing parens in REx.
7085         After 5.16:
7086         (cperl-find-pods-heres): Highlight '|' for alternation
7087         Initialize `font-lock-warning-face' if not present.
7088         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7089                          `font-lock-function-name-face'.
7090         (cperl-look-at-leading-count): Likewise.
7091         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7092                         `font-lock-keyword-face' (needed for
7093                         batch processing), etc...
7094                 Use `font-lock-builtin-face' for builtin in REx
7095                         Now `font-lock-variable-name-face'
7096                         is used for interpolated variables
7097                 Use "talking aliases" for faces inside REx
7098                 Highlight parts of REx (except in charclasses)
7099                         according to the syntax and/or semantic
7100                 Syntax-mark a {}-part of (?{}) as "comment"
7101                         (it was the ()-part)
7102                 Better logic to distinguish what is what in REx
7103         (cperl-tips-faces): Document REx highlighting
7104         (cperl-praise): Mention REx syntax highlight etc.
7106         After 5.17:
7107         (cperl-find-sub-attrs): Would not always manage to print error message.
7108         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7110         After 5.18:
7111         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7112                 Very minor optimization.
7113                 `my-cperl-REx-modifiers-face' got quoted.
7114                 Recognize "print $foo <<END" as HERE-doc.
7115                 Put `REx-interpolated' text attribute if needed.
7116         (cperl-invert-if-unless-modifiers): New function.
7117         (cperl-backward-to-start-of-expr): Likewise.
7118         (cperl-forward-to-end-of-expr): Likewise.
7119         (cperl-invert-if-unless): Works in "the opposite way" too.
7120                 Cursor position on return is on the switch-word.
7121                 Indents comments better.
7122         (REx-interpolated): New text attribute.
7123         (cperl-next-interpolated-REx): New function.
7124         (cperl-next-interpolated-REx-0): Likewise.
7125         (cperl-next-interpolated-REx-1): Likewise.
7126         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7127         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7128         (cperl-praise): Mention finded interpolated RExen.
7130         After 5.19:
7131         (cperl-init-faces): Highlight %$foo, @$foo too.
7132         (cperl-short-docs): Better docs for system, exec.
7133         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7134                 Would not find HERE-doc ended by EOF without NL.
7135         (cperl-short-docs): Correct not-doubled \-escapes.
7136         start block: Put some `defvar' for stuff gone from XEmacs.
7138         After 5.20:
7139         initial comment: Extend copyright, fix email address.
7140         (cperl-indent-comment-at-column-0): New customization variable.
7141         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7142         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7143         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7144         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7145         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7146                         highlight $ in $foo too (UNTESTED).
7147         (cperl-set-style): Docstring missed some available styles.
7148         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7149                 Change "Current" to "Memorize Current".
7150         (cperl-indent-wrt-brace): New customization variable; the default is
7151                 as for pre-5.2 version.
7152         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7153         (cperl-style-alist): Likewise.
7154         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7155                 and `cperl-extra-newline-before-brace' etc
7156                 being t
7157         (cperl-indent-exp): Plans B and C to find continuation blocks even
7158                 if `cperl-extra-newline-before-brace' is t.
7160         After 5.21:
7161         Improve some docstrings concerning indentation.
7162         (cperl-indent-rules-alist): New variable.
7163         (cperl-sniff-for-indent): New function name
7164                 (separated from `cperl-calculate-indent').
7165         (cperl-calculate-indent): Separate the sniffer and the indenter;
7166                 uses `cperl-sniff-for-indent' now.
7167         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7168                 was inverted;
7169                 Support `comment-column' = 0.
7171 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7173         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7174         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7175         * longlines.el (longlines-window-change-function): Likewise.
7176         * simple.el (undo-ask-before-discard): Likewise.
7177         * wid-edit.el (widget-field-prompt-internal)
7178         (widget-documentation-link-p): Likewise.
7180 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7182         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7183         for a keyword.
7185 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7187         * newcomment.el (comment-valid-prefix-p): Make the check
7188         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7189         (comment-indent-new-line): Adjust call.
7191 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7193         * allout.el (allout-back-to-current-heading): Base on lower-level
7194         routines to get proper disqualification of aberrant topics.
7196 2006-10-09  Richard Stallman  <rms@gnu.org>
7198         * textmodes/two-column.el (2C-two-columns): Doc fix.
7200 2006-10-09  Kim F. Storm  <storm@cua.dk>
7202         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7203         about implicit use.
7205 2006-10-08  Richard Stallman  <rms@gnu.org>
7207         * textmodes/two-column.el (2C-two-columns): Doc fix.
7209 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7211         * files.el: Mark `buffer-read-only' as safe-local-variable.
7213 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7215         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7216         Burp if GUD buffer has been killed.
7218 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * completion.el (add-completions-from-c-buffer):
7221         Don't presume an error's second element is a string.
7222         Use looking-at rather than buffer-substring + member.
7224 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7226         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7227         `undecided', call find-coding-systems-region to find a proper
7228         non-trivial encoding.
7229         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7230         and "text/plain".
7232 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7234         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7235         url-link.
7237         * strokes.el (defgroup strokes): Remove invalid url-link.
7239 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7241         * autoinsert.el (auto-insert-alist): Doc fix.
7243 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7245         * mouse-sel.el (mouse-insert-selection-internal):
7246         Use insert-for-yank, so that yank handlers are run.
7248 2006-10-07  Kim F. Storm  <storm@cua.dk>
7250         * ido.el (ido-file-extension-aux): Fix comparison.
7252 2006-10-06  Kim F. Storm  <storm@cua.dk>
7254         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7256 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7258         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7259         (ad-make-mapped-call): Use `let', not `let*'.
7261 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7263         * international/mule-cmds.el (coding-system-change-eol-conversion):
7264         Ensure the coding system is initialized before calling
7265         coding-system-eol-type.
7267 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7269         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7270         (org-activate-angle-links, org-activate-dates)
7271         (org-activate-target-links, org-activate-camels)
7272         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7273         textproperty keymaps from being active beyond the end of a line.
7274         (org-unfontify-region): Also remove `rear-nonsticky' property.
7276 2006-10-04  Kenichi Handa  <handa@m17n.org>
7278         * international/code-pages.el (next): Table fixed.
7280 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7283         that it's been made unnecessary by removing narrowing.
7285 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7288         control flow a bit, simplify another bit, and add comments.
7290 2006-10-03  David Kastrup  <dak@gnu.org>
7292         * help.el (describe-mode): For clicks on mode-line, use "@"
7293         interactive argument to get the major mode of the click instead of
7294         the current buffer.
7296         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7297         in order to better redirect mouse-2 clicks.  Also allow default
7298         bindings to apply.
7300 2006-10-03  Kim F. Storm  <storm@cua.dk>
7302         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7303         (pushnew): Fix last change.
7305 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7307         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7308         Use the interactive spec of `eval-expression'.
7310 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7312         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7314 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7316         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7317         2006-09-28 commit.
7319 2006-10-02  Kenichi Handa  <handa@m17n.org>
7321         * international/code-pages.el (iso-8859-6): Table fixed.
7323 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7325         * dired.el (dired-build-subdir-alist): Fix previous change.
7327 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7329         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7331 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7334         "define-button-type".
7336         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7337         they don't keep accumulating.
7339 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7341         * ffap.el (ffap-rfc-path): Change the address of the RFC
7342         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7344 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7346         * allout.el (allout-expose-topic): Rectify implementation of "+"
7347         spec, so that bodies are not exposed with headlines.
7349 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7351         * allout.el (allout-current-depth): Do aberrent check only at or
7352         below doublecheck depth.
7353         (allout-chart-subtree): Make it explicit that LEVELS being nil
7354         means unlimited depth.  Drop undocumented support for LEVELS value
7355         t meaning unlimited depth.  (This is consistent with
7356         allout-chart-to-reveal, but contrary to allout-show-children,
7357         which needs to use nil to default to depth of 1.)
7358         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7359         (allout-chart-to-reveal): Be explicit in docstring about meaning
7360         of nil LEVELS, and drop support for LEVELS value t.
7361         (allout-show-children): Translate the level spec used by this
7362         routine to that used by allout-chart-subtree and
7363         allout-chart-to-reveal.
7364         (allout-show-to-offshoot): Retry once when stuck, after opening
7365         subtree - improvements in discontinuity handling likely will
7366         enable progress.
7368 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7370         * wid-edit.el (widget-button-click-moves-point): New variable.
7371         (widget-button-click): If widget-button-click-moves-point is
7372         non-nil, set point after performing the button action.
7374         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7376 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7378         * files.el (find-file-existing): Modify to not allow wildcards.
7380 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7382         * simple.el (undo-more): When undo information for the region is
7383         exhausted, say "No further undo information FOR REGION".
7385 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7387         * progmodes/sh-script.el (sh-prev-thing):
7388         Take `sh-leading-keywords' into account.
7390 2006-09-29  Glenn Morris  <rgm@gnu.org>
7392         * custom.el (defcustom): Doc fix.
7394         * calendar/calendar.el (european-calendar-style):
7395         Call european-calendar or american-calendar as needed when set.
7396         (diary-view-entries, list-calendar-holidays): Move autoloads
7397         before use.
7399 2006-09-29  Juri Linkov  <juri@jurta.org>
7401         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7402         to nil if there is no previous property change.
7404 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7406         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7407         saving anything to be sure that `forward-sexp' behaves correctly.
7409 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7411         * simple.el (line-move-finish): Ignore field boundaries if the
7412         initial and final points have the same `field' property.
7414 2006-09-29  Kim F. Storm  <storm@cua.dk>
7416         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7417         to t while calling ido-read-internal.
7419 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7421         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7422         (org-archive-subtree): Remove erraneous `]' from character list.
7424 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7426         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7427         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7428         markers for data-area and parameters-area.
7430 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7434         * font-lock.el (font-lock-after-change-function): Refontify next line
7435         as well if end is at BOL.
7436         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7437         only extend the region as much as needed.
7439 2006-09-28  Richard Stallman  <rms@gnu.org>
7441         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7443         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7445         * international/mule.el (after-insert-file-set-coding):
7446         If VISIT, don't let set-buffer-multibyte make undo info.
7448 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7450         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7451         lines in base64-encoded authentication response.
7453 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7455         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7456         (ebnf-version): New version 4.3.
7457         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7458         (ebnf-prologue): Adjust PostScript programming.
7459         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7460         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7462 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7464         * jit-lock.el (jit-lock-force-redisplay): Rename from
7465         jit-lock-fontify-again, and undo the mistaken change I've just done.
7467         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7468         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7470 2006-09-26  Kenichi Handa  <handa@m17n.org>
7472         * startup.el (display-splash-screen): Allow a prefix argument.
7474 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7476         * subr.el (shell-quote-argument): Use DOS logic for Windows
7477         shells with DOS semantics.
7479 2006-09-24  Richard Stallman  <rms@gnu.org>
7481         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7482         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7483         to delete the overlay.  Put it on pre-command-hook.
7485         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7487         * startup.el (fancy-splash-screens, normal-splash-screen):
7488         Call the splash buffer *About GNU Emacs*.
7490         * simple.el (next-error-highlight, next-error-highlight-no-select):
7491         Default to 0.5.
7492         (yank-excluded-properties): Add `fontified'.
7494         * font-lock.el (font-lock-compile-keywords): Allow value of
7495         syntax-begin-function to enable paren-column-0 highlighting.
7497 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7499         * dired.el (dired-build-subdir-alist): When file ends in colon,
7500         don't exit the loop, just disregard that file.
7502 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7504         * simple.el (line-move-finish): Handle corner case for fields in
7505         continued lines.
7506         (line-move-1): Remove flawed test for that case.
7508 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7510         * icomplete.el (icomplete-simple-completing-p): Use the correct
7511         name for the new variable, `icomplete-with-completion-tables'.
7512         (file local variables): Remove superfluous setting.
7514 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7516         * calendar/appt.el (appt-check): Fix typo for appointments just
7517         after midnight.
7519 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7521         * help.el (describe-key-briefly, describe-key): Don't expect an
7522         extra up event if a down-event is generated by a popup menu.
7524 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7526         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7527         local dictionary when changing the global dictionary.
7529 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7531         * icomplete.el (icomplete-with-completion-tables): List of
7532         specialized completion tables with which icomplete should
7533         operate.  Include the new `internal-complete-buffer', so icomplete
7534         works with interactive buffer-selection.
7535         (icomplete-simple-completing-p): Add acceptance of specialized
7536         completion tables listed in icomplete-with-completion-tables.
7538 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7540         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7542         * startup.el (command-line): Use `custom-reevaluate-setting' for
7543         `focus-follows-mouse'.
7545 2006-09-22  Richard Stallman  <rms@gnu.org>
7547         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7548         explain why Save is not available.
7550 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7552         * woman.el (woman0-so): Use `let*', not `let'.
7553         (woman-horizontal-line): Remove unbalanced parenthesis.
7555 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7557         * woman.el: Make sure all the end-of-region markers we use have
7558         a non-nil insertion-type.
7559         (woman0-so): Move things around so we can use copy-marker.
7560         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7561         Adjust marker type.
7562         (woman2-process-escapes): Check marker type.
7563         (woman-horizontal-line): Dispense with the use of a marker.
7565 2006-09-22  Jay Belanger  <belanger@truman.edu>
7567         * calc/calc-lang.el: Add Greek letters to math-variable-table
7568         property of tex.
7570 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7572         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7574 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7576         * add-log.el (add-log-current-defun): Use `forward-sexp'
7577         instead of `forward-word' to pick c++::symbol.
7578         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7580 2006-09-22  Kenichi Handa  <handa@m17n.org>
7582         * bindings.el: Fix setting self-insert-command for multibyte
7583         characters in global-map.
7585 2006-09-21  David Kastrup  <dak@gnu.org>
7587         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7588         doc string.
7590 2006-09-21  Kenichi Handa  <handa@m17n.org>
7592         * language/european.el ("Latin-1"): Add windows-1252 to
7593         coding-priority.
7594         ("German"): Likewise.
7596 2006-09-21  Kim F. Storm  <storm@cua.dk>
7598         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7599         Suggested by Miles Bader.
7601         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7602         instead of add-to-list in the simple case.
7604 2006-09-20  Kenichi Handa  <handa@m17n.org>
7606         * isearch.el (isearch-process-search-char): Cancel the previous change.
7607         (isearch-search-string): New function.
7608         (isearch-search): Use isearch-search-string.
7609         (isearch-lazy-highlight-search): Likewise.
7611 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7613         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7614         string to become an option.
7616 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7618         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7620 2006-09-20  Kim F. Storm  <storm@cua.dk>
7622         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7623         position t instead of trying both window-end and window-end - 1.
7625 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7627         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7628         hidden trees.
7630 2006-09-20  David Kastrup  <dak@gnu.org>
7632         * mouse.el (mouse-posn-property): Improve doc string.
7633         (mouse-on-link-p): Change buffers for function calls on links.
7635         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7636         buffer is read-only.
7638 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7640         * allout.el (allout-unprotected): Let inhibit-read-only only when
7641         buffer-read-only isn't set.
7642         (allout-annotate-hidden): Enable topic annotation during copies even
7643         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7644         advances, even when the span extends beyond the deletion region.
7645         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7646         rather than allout-exposure-changed-hook, as a stronger assertion.
7647         (allout-keybindings-list): Add bindings for
7648         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7649         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7650         Copy wrappers for allout-kill-line and allout-kill-topic.
7651         (allout-listify-exposed): Position correctly to accumulate lines.
7653 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7655         * simple.el (line-move-1): Escape field boundaries occurring
7656         exactly at point.  Update goal column if constrained to a field.
7657         (line-move-finish): Escape field boundaries occurring exactly at point.
7659 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7662         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7664 2006-09-19  Kim F. Storm  <storm@cua.dk>
7666         * help.el (describe-key-briefly, describe-key): Simplify printing
7667         of descriptions by using format and %S.  Fix "is undefined"
7668         messages to say "at that spot" for mouse events.
7670         * simple.el (line-move-partial): Optimize.  Try window-line-height
7671         before posn-at-point to get vpos of current line.
7673 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7675         * viper.el: Bump up version/date of update to reflect the substantial
7676         changes done in August 2006.
7678         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7679         are defined.
7681         * ediff-util.el (ediff-add-to-history): New function.
7683         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7685 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7687         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7688         Delete duplicate make-local-variable form.
7689         (conf-space-keywords): Add autoload cookie.
7690         Fix typo (`keywords', not `keyword').
7692 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7694         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7695         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7696         to x-gtk-use-old-file-dialog.
7698 2006-09-18  Richard Stallman  <rms@gnu.org>
7700         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7701         that might come in during mouse tracking.
7703 2006-09-18  Kim F. Storm  <storm@cua.dk>
7705         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7706         new window-line-height function.  Further optimize by not calling
7707         pos-visible-in-window-p for window-end when window-line-height
7708         returns useful information.
7710 2006-09-16  Richard Stallman  <rms@gnu.org>
7712         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7713         (conf-space-mode): Don't handle prefix arg.
7714         Delete conf-space-keywords-override code.
7715         Use add-hook.
7716         (conf-space-keywords): New command.
7717         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7718         Delete conf-space-keywords-override code.
7719         (conf-space-keywords-alist): Doc fix.
7720         (conf-space-font-lock-keywords): Doc fix.
7721         (conf-space-keywords-override): Var deleted.
7723 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7725         * startup.el (fancy-splash-screens): Don't switch to the scratch
7726         buffer; it may not be the next buffer.
7728 2006-09-16  Romain Francoise  <romain@orebokech.com>
7730         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7731         in both messages.
7733 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7735         * progmodes/python.el (python-preoutput-filter):
7736         Fix arg order to string-match.
7738 2006-09-16  Richard Stallman  <rms@gnu.org>
7740         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7741         font-lock-compile-keywords.
7743         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7744         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7746 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7748         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7750         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7751         and the data doesn't look like UTF8, send STRING instead.
7753 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7755         * textmodes/flyspell.el (flyspell-check-region-doublons):
7756         New function to detect duplicated words.
7757         (flyspell-large-region): Use it.
7759 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7761         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7763 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7765         * help.el (describe-prefix-bindings): Use let, not let*.
7767 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7769         * allout.el (allout-regexp, allout-line-boundary-regexp)
7770         (allout-bob-regexp): Correct grouping and boundaries to fix
7771         backwards traversal.
7772         (allout-depth-specific-regexp, allout-depth-one-regexp):
7773         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7774         worse time in allout-ascend.
7775         (allout-doublecheck-at-and-shallower): Identify depth threshold
7776         below which topics are checked for and disqualified by containment
7777         discontinuities.
7778         (allout-hotspot-key-handler): Correctly handle multiple-key
7779         strokes.  Remove some unused variables.
7780         (allout-mode-leaders): Clarify that mode-specific comment-start
7781         will be used.
7782         (set-allout-regexp): Correctly regexp-quote allout regexps to
7783         properly accept alternative header-leads and primary bullets with
7784         regexp-specific characters (eg, C "/*", mathematica "(*").
7785         Include new regular expressions among those configured.
7786         (allout-infer-header-lead-and-primary-bullet):
7787         Rename allout-infer-header-lead.
7788         (allout-recent-depth): Manifest as a variable as well as a function.
7789         (allout-prefix-data): Simplify into an inline instead of a macro,
7790         assuming current match data rather than being explicitly passed
7791         it.  Establish allout-recent-depth value as well as
7792         allout-recent-prefix-beginning and allout-recent-prefix-end.
7793         (allout-aberrant-container-p): True when an item's immediate
7794         offspring discontinuously contained.  Useful for disqualifying
7795         unintended topic prefixes, likely at low depths.
7796         (allout-goto-prefix-doublechecked): Elaborate version of
7797         allout-goto-prefix which disqualifies aberrant pseudo-items.
7798         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7799         get disqualification of aberrant containers.
7800         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7801         containers.
7802         (allout-beginning-of-current-entry): Position at start of buffer
7803         when in container (depth 0) entry.
7804         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7805         (allout-current-bullet): Strip text properties.
7806         (allout-get-prefix-bullet): Use right match groups.
7807         (allout-beginning-of-line, allout-next-heading):
7808         Disqualify aberrant containers.
7809         (allout-previous-heading): Disqualify aberrant containers, and
7810         change to regular (rather than inline) function, to allow
7811         self-recursion.
7812         (allout-get-invisibility-overlay): Increment so progress is made
7813         when the first overlay is not the sought one.
7814         (allout-end-of-prefix): Disqualify aberrant containers.
7815         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7816         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7817         outline.el outlines) functional again.  Change the primary bullet
7818         along with the header-lead - level 1 new-style bullets now work.
7819         Engage allout-before-change-handler in mainline Emacs, not just
7820         XEmacs, to do undo handling.
7821         (allout-before-change-handler): Expose undo changes occurring in
7822         hidden regions.  Use allout-get-invisibility-overlay instead of
7823         reimplementing it inline.
7824         (allout-chart-subtree): Use start rather than end of prefix in
7825         charts.  Use allout-recent-depth variable.
7826         (allout-chart-siblings): Disqualify aberrant topics.
7827         (allout-beginning-of-current-entry): Position correctly.
7828         (allout-ascend): Use new allout-depth-specific-regexp and
7829         allout-depth-one-regexp for linear instead of O(N^2) or worse
7830         behavior.
7831         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7832         reimplementing an algorithm.
7833         (allout-up-current-level): Depend on allout-ascend, rather than
7834         reimplementing an algorithm.  Return to start-point if we fail.
7835         (allout-descend-to-depth): Use allout-recent-depth variable
7836         instead of function.
7837         (allout-next-sibling): On traversal of numerous intervening
7838         topics, resort to economical allout-next-sibling-leap.
7839         (allout-next-sibling-leap): Specialized version of
7840         allout-next-sibling that uses allout-ascend cleverly, to depend on
7841         a regexp search to leap large numbers of contained topics, rather
7842         than arbitrarily many one-by-one traversals.
7843         (allout-next-visible-heading): Disqualify aberrant topics.
7844         (allout-previous-visible-heading): Position consistently when
7845         interactive.
7846         (allout-forward-current-level): Base on allout-previous-sibling
7847         rather than (differently) reimplmenting the algorithm.  Remove some
7848         unused variables.
7849         (allout-solicit-alternate-bullet): Present default choice stripped
7850         of text properties.
7851         (allout-rebullet-heading): Use bullet stripped of text properties.
7852         Register changes using allout-exposure-change-hook.
7853         Disregard aberrant topics.
7854         (allout-shift-in): With universal-argument, make topic a peer of
7855         it's former offspring.  Simplify the code by separating out
7856         allout-shift-out functionality.
7857         (allout-shift-out): With universal-argument, make offspring peers
7858         of their former container, and its siblings.  Implement the
7859         functionality here, rather than inappropriately muddling the
7860         implementation of allout-shift-in.
7861         (allout-rebullet-topic): Respect additional argument for new
7862         parent-child separation function.
7863         (allout-yank-processing): Use allout-ascend directly.
7864         (allout-show-entry): Disqualify aberrant topics.
7865         (allout-show-children): Handle discontinuous children gracefully,
7866         extending the depth being revealed to expose them and posting a
7867         message indicating the situation.
7868         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7869         Leave cursor in correct position.
7870         (allout-hide-current-subtree): Use allout-ascend directly.
7871         Disqualify aberrant topics.
7872         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7873         a way that the yanks can restore it, as used to happen.
7874         (allout-yank-processing): Restore exposure layout as recorded by
7875         allout-kill-*, as used to happen.
7876         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7877         for preseving and restoring exposure layout across kills.
7878         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7879         (allout-encrypt-string): Strip text properties.
7880         Rearranged order and outline-headings for some of the
7881         miscellaneous functions.
7882         (allout-resolve-xref): No need to quote the error name in the
7883         condition-case handler section.
7884         (allout-flatten): Classic recursive (and recursively intensive,
7885         without tail-recursion) list-flattener, needed by allout-shift-out
7886         when confronted with discontinuous children.
7888 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7890         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7891         on ms-windows.
7892         (dnd-open-unc-file): Remove.
7893         (dnd-open-local-file): Mention in doc string that it also handles
7894         remote files if the system natively supports unc file-names.
7896 2006-09-15  Kim F. Storm  <storm@cua.dk>
7898         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7899         all necessary information about the event before erasing *Help*.
7901         * simple.el (line-move-partial): Use window-line-visiblity to
7902         quickly check whether last line is partially visible, and only do
7903         the hard (and slow) part in that case.
7905 2006-09-15  Jay Belanger  <belanger@truman.edu>
7907         * COPYING: Replace "Library Public License" by "Lesser Public
7908         License" throughout.
7910 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7912         * term/x-win.el (x-menu-bar-open): New function for F10.
7914 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
7916         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7917         Disallow filenames containing " -" to avoid confusion with libtool
7918         compilation messages.  Suggested by Stefan Monnier.
7920 2006-09-15  David Kastrup  <dak@gnu.org>
7922         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7923         instead of buffer position for `mouse-on-link-p'.
7925         * mouse.el (mouse-posn-property): New function looking up the
7926         properties at a click position in overlays and text properties in
7927         either buffer or strings.
7928         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7929         of both `follow-link' as well as `mouse-face' properties.
7930         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7931         buffer position.
7933         * help.el (describe-key-briefly): When reading a down-event on
7934         mode lines or scroll bar, swallow the following up event, too.
7935         Use the new mouse sensitity of `key-binding' for lookup.
7936         (describe-key): The same here.
7938 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
7940         * play/life.el (life-patterns): Add a few more interesting patterns.
7941         (life-setup): Force `show-trailing-whitespace' to nil.
7943 2006-09-14  Richard Stallman  <rms@gnu.org>
7945         * startup.el (fancy-splash-text): Change text to improve alignment.
7946         (fancy-splash-screens): Don't set non-standard tab width.
7947         Bind cursor-type temporarily, and make it easy to patch to
7948         preserve the splash buffer.
7949         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7950         (fancy-splash-screens): Display echo-area message explicitly.
7951         Don't set fancy-splash-help-echo.
7953         * simple.el (line-number-mode): Group mode-line instead of
7954         editing-basics.
7955         (column-number-mode, size-indication-mode): Likewise.
7957         * faces.el (mode-line-faces): Group mode-line instead of modeline.
7959         * time.el (display-time): Group mode-line instead of modeline.
7961         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
7963 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
7965         * startup.el (fancy-splash-text): Move editing instructions to
7966         fancy-splash-head.
7967         (fancy-splash-head): Issue editing instructions.
7968         (fancy-splash-screens): Fixup whitespace.
7970 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7972         * bindings.el (mode-line-buffer-identification-keymap):
7973         Remove duplicate line.
7975 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7977         * ido.el (ido-ignore-item-p): Allow any kind of functions in
7978         ignore lists.
7980 2006-09-14  Kim F. Storm  <storm@cua.dk>
7982         * jit-lock.el (jit-lock-fontify-again): New function.
7983         (jit-lock-fontify-now): Use it instead of lambda form.
7985 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
7987         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7988         (flyspell-auto-correct-word): Make ispell-filter local to these
7989         functions.  Check that ispell-filter has new stuff before calling
7990         ispell-parse-output.
7992 2006-09-13  Kim F. Storm  <storm@cua.dk>
7994         * simple.el (line-move-partial): Optimize.
7996 2006-09-13  Richard Stallman  <rms@gnu.org>
7998         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7999         Delete spurious backquote.
8001 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8003         * net/rcirc.el (rcirc-print): Fix last change.
8005 2006-09-12  Jay Belanger  <belanger@truman.edu>
8007         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8009 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8011         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8012         rcirc-show-maximum-output.
8013         (rcirc-mode): Remove window-scroll-function hook.
8014         (rcirc-scroll-to-bottom): Remove function.
8015         (rcirc-print): Recenter so point stays at the bottom of the window
8016         if point was already there.
8018 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8020         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8021         not to "t".
8022         * progmodes/compile.el (compilation-start): Likewise.
8023         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8024         Don't use expand-file-name on invocation-directory, since this
8025         might mishandle special characters in invocation-directory.
8027 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * pcvs-defs.el: Remove * in defcustom's docstrings.
8031 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8033         * progmodes/compile.el (compilation-directory-properties):
8034         Doc fix for help-echo.
8036 2006-09-12  Lars Hansen  <larsh@soem.dk>
8038         * desktop.el (desktop-read): Add comment.
8040 2006-09-12  Kim F. Storm  <storm@cua.dk>
8042         * simple.el (next-error-highlight, next-error-highlight-no-select):
8043         Fix spelling error.
8045         * subr.el (sit-for): Rework to use input-pending-p and cond.
8046         Return nil input is pending on entry also for SECONDS <= 0.
8047         (while-no-input): Use input-pending-p instead of sit-for.
8049 2006-09-11  Richard Stallman  <rms@gnu.org>
8051         * simple.el (next-error-highlight, next-error-highlight-no-select):
8052         Fix custom type and doc strings.
8054 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8056         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8057         (diff-apply-hunk): Use it to ask for confirmation.
8059 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8061         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8063 2006-09-11  David Kastrup  <dak@gnu.org>
8065         * help.el (string-key-binding, describe-key-briefly)
8066         (describe-key): Remove `string-key-binding' and its callers since
8067         `key-binding' already caters for the proper lookup now.
8069 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8071         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8072         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8074         * bindings.el (mode-line-buffer-identification-keymap):
8075         Move initialization into declaration.
8077 2006-09-10  Kim F. Storm  <storm@cua.dk>
8079         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8080         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8081         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8082         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8084 2006-09-10  Richard Stallman  <rms@gnu.org>
8086         * dired-aux.el: Handle errors in recursive copy usefully.
8087         (dired-create-files-failures): New variable.
8088         (dired-copy-file): Remove condition-case.
8089         (dired-copy-file-recursive): Check for errors on all file
8090         operations, and add them to dired-create-files-failures.
8091         Check file file-date-erorr here too.
8092         (dired-create-files): Check dired-create-files-failures
8093         and report those errors too.
8095         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8097         * subr.el (add-to-list): New argument COMPARE-FN.
8099 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8101         * filecache.el (file-cache-add-directory)
8102         (file-cache-add-directory-list, file-cache-add-file)
8103         (file-cache-add-directory-using-find)
8104         (file-cache-add-directory-using-locate)
8105         (file-cache-add-directory-recursively): Add autoloads.
8107 2006-09-09  Richard Stallman  <rms@gnu.org>
8109         * textmodes/conf-mode.el (conf-space-mode):
8110         Use hack-local-variables-hook instead of calling hack-local-variables.
8111         (conf-space-keywords-override): New variable.
8112         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8113         (conf-space-mode): Always make conf-space-keywords and
8114         conf-space-keywords-override local.
8115         Call conf-space-mode-internal directly as well as via hook.
8117 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8119         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8120         quasi-keywords.
8122 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8124         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8125         (python-send-string): Be slightly more careful about adding \n.
8127         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8128         kill it right away anyway.
8130 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8132         * international/codepage.el (cp850-decode-table): Fix a few codes.
8133         (cp858-decode-table): New variable.
8135 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8137         * net/ldap.el (ldap-search-internal): Doc fix.
8139 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8141         * play/life.el (life-display-generation): Test for input manually if
8142         `sleeptime' is negative or null.
8144         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8145         (print-region-1): Substitute `%s' with the page title.
8147 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8149         * locate.el (locate-current-search): New variable.
8150         (locate): Set buffer local value.  Use current buffer if it is
8151         in Locate mode.
8152         (locate-mode): Disable undo here.
8153         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8154         (locate-update): Use locate-current-search and locate-current-filter.
8156 2006-09-08  David Kastrup  <dak@gnu.org>
8158         * desktop.el (desktop-read): When loading a desktop, disable
8159         saving it while the load progresses, and switch off a pending lazy
8160         load by calling `desktop-lazy-abort'.
8162 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8164         * window.el (mouse-autoselect-window-timer)
8165         (mouse-autoselect-window-position)
8166         (mouse-autoselect-window-window)
8167         (mouse-autoselect-window-now): New vars.
8168         (mouse-autoselect-window-cancel)
8169         (mouse-autoselect-window-select)
8170         (mouse-autoselect-window-start): New functions.
8171         (handle-select-window): Call `mouse-autoselect-window-start' when
8172         delayed window autoselection is enabled.
8174         * cus-start.el (mouse-autoselect-window): Handle delayed window
8175         autoselection.
8177         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8178         commands after which it is allowed to print in the echo area.
8180 2006-09-08  Richard Stallman  <rms@gnu.org>
8182         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8184         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8185         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8187         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8188         (cancel-timer-internal): Add doc string.
8189         (cancel-function-timers): Doc fix.
8190         (with-timeout-handler, timer-event-last*): Add doc strings.
8192         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8194         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8196         * dired.el (dired-log-summary): Add doc string.
8198         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8199         (custom-group-menu-create): Not here.
8201 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8203         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8205 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8207         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8208         (mac-apple-event-map): Define its handler.
8210 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8212         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8214 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8216         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8217         clause.
8219 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8221         * info.el (Info-index): Bind completion-ignore-case.
8223 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8225         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8226         previous commit.
8227         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8228         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8229         burp in dedicated windows.
8230         (inferior-prolog-self-insert-command): New command.
8231         (inferior-prolog-mode-map): Use it.
8233 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8235         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8237         * international/code-pages.el: Add cp858.
8239 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8241         * dnd.el: Fix bootstrapping.
8243 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8245         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8246         (dnd-open-remote-url): New function.
8247         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8248         not windows-nt.
8250 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8252         * dnd.el (dnd-open-remote-file-function): New variable.
8253         (dnd-open-unc-file): New function.
8254         (dnd-open-file): Call dnd-open-remote-file-function if set.
8256 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8258         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8259         pgg-passphrase-coding-system rather than locale-coding-system.
8260         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8262 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8264         * progmodes/prolog.el: Remove * in docstrings.
8265         (prolog-program-name): Add SWI prolog.
8266         (prolog-mode-menu): New menu.
8267         (prolog-mode): Set comment-add.
8268         (prolog-indent-line): Simplify.  Use indent-line-to.
8269         (inferior-prolog-buffer): New var.
8270         (inferior-prolog-run, inferior-prolog-process): New funs.
8271         (run-prolog, switch-to-prolog): Rewrite, using them.
8272         (prolog-consult-region): Use inferior-prolog-buffer.
8273         (inferior-prolog-load-file): New function.
8274         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8276         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8277         last word, if it's not the end of the paragraph.
8279         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8280         file name.
8282 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8284         * frame.el (display-mm-dimensions-alist): New defcustom.
8285         (display-mm-height, display-mm-width): Use it.
8287 2006-09-06  Simon Josefsson  <jas@extundo.com>
8289         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8291 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8293         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8294         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8295         string values.
8297 2006-09-06  Kim F. Storm  <storm@cua.dk>
8299         * simple.el (line-move-partial): New function to do vscrolling for
8300         partially visible images / tall lines.  Rewrite based on code
8301         previously in line-move.  Simplify backwards vscrolling.
8302         (line-move): Use it.  Simplify.
8304 2006-09-05  Kim F. Storm  <storm@cua.dk>
8306         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8308 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8310         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8311         Process the `gcc-include' after the `gnu' rule.
8313 2006-09-05  Kim F. Storm  <storm@cua.dk>
8315         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8317 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8319         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8320         compatibility.
8322         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8323         inhibit-redisplay; encode passphrase with locale-coding-system.
8325 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8327         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8329 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8331         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8332         (gdb-var-list-children-regexp): Make type field optional.
8334         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8335         e.g public, protected in C++.
8337 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8339         * simple.el (completion-show-help): New defcustom.
8340         (completion-setup-function): Heed it.
8342 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8344         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8346 2006-09-04  Richard Stallman  <rms@gnu.org>
8348         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8349         (rsf-min-region-to-spam-list): Doc fix.
8350         (rsf-add-content-type-field): Doc fix.
8352         * simple.el (kill-region): Explicitly test there is a region.
8354 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8356         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8357         sendmail in several common directories.
8359         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8361         * paths.el (sendmail-program): Removed.
8363 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8365         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8366         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8367         http://article.gmane.org/gmane.emacs.gnus.general/50457
8369 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8371         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8372         mark after running the menu filter.
8374 2006-09-03  Juri Linkov  <juri@jurta.org>
8376         * international/quail.el (quail-defrule-internal): Add a check
8377         if a key is a vector.
8379 2006-09-02  Juri Linkov  <juri@jurta.org>
8381         * man.el (Man-topic-history): New variable.
8382         (man): Use it.
8384         * woman.el (woman-topic-history): Change defvar to defvaralias
8385         for symbol `Man-topic-history'.
8387         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8388         `comint-last-output-start' is a marker by using `markerp' and
8389         check if it has a position by using `marker-position', and use
8390         this position for `goto-char'.
8392         * international/quail.el (quail-defrule-internal): Add missing
8393         `error' call for null key.
8395 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8397         * rcirc.el (rcirc-keywords): New variable.
8398         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8399         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8400         variables.
8401         (rcirc-responses-no-activity): New function.
8402         (rcirc-handler-generic): Check for responses in above.
8403         (rcirc-process-command): Add ?: character to arguments of raw
8404         server commands.
8405         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8406         `rcirc-dim-nicks'.
8407         (rcirc-gray-toggle): Remove unused variable.
8408         (rcirc-print): Remove some tracking logic, which is moved into
8409         markup functions.
8410         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8411         types.
8412         (rcirc-activity-string): Look for 'keyword in activity-types.
8413         (rcirc-window-configuration-change): Don't erase overlay-arrow
8414         unnecessarily.
8415         (rcirc-add-or-remove): New function.
8416         (rcirc-cmd-ignore): Use it.
8417         (rcirc-message-leader): Remove unused function.
8418         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8419         (rcirc-add-face): New function.
8420         (rcirc-facify): Use rcirc-add-face.
8421         (rcirc-url-regexp): Add parens.
8422         (rcirc-map-regexp): Remove function.
8423         (rcirc-mangle-regexp): Remove function.
8424         (rcirc-markup-text-functions): New variable.
8425         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8426         (rcirc-markup-body-text, rcirc-markup-attributes)
8427         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8428         (rcirc-markup-bright-nicks): New markup handler functions.
8429         (rcirc-nick-in-message-full-line): New face.
8430         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8431         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8433 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8435         * cus-start.el (hscroll-margin, hscroll-step)
8436         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8437         (x-use-underline-position-properties): Change version to "22.1"
8438         since they will appear there for the first time.
8440 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8442         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8444 2006-08-31  Richard Stallman  <rms@gnu.org>
8446         * cus-edit.el (custom-save-variables): Slight cleanup.
8447         (Custom-no-edit): Renamed from custom-no-edit.
8448         (Custom-newline): Renamed from custom-newline.
8449         (custom-mode-map): Use new names.
8451         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8452         about customization, rather than M-x customize, in the doc string
8453         made for the defcustom.
8455         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8457 2006-08-31  Romain Francoise  <romain@orebokech.com>
8459         * dired-x.el (dired-guess-shell-alist-default): Update.
8461 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8463         * custom.el (custom-theme-set-variables): Autoload packages before
8464         sorting the variables.
8466 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8468         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8469         chars if XEmacs.
8470         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8472 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8475         waiting for process.
8477 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8479         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8480         results in ASCII-only string, encode original one directly.
8482 2006-08-29  Romain Francoise  <romain@orebokech.com>
8484         * startup.el (normal-splash-screen, fancy-splash-screens):
8485         Make buffer read-only and arrange to enter view mode if necessary.
8487 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8489         * hl-line.el (hl-line): New face.
8490         (hl-line-face): Use it.
8492         * image-mode.el (image-mode): Fix last fix.
8493         Suggested by Kim F. Storm.
8495 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8497         Sync with Tramp 2.0.54.
8499         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8500         of `=', because `tramp-get-remote-gid' might not always return an
8501         integer when expected.
8502         (tramp-register-file-name-handlers): `partial-completion-mode' is
8503         unknown to XEmacs.
8504         (tramp-time-diff): Don't use `floor', it might fail for large
8505         differences.
8506         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8507         `tramp-auto-save-directory' if unset in order to guarantee unique
8508         auto-save file names.
8510 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8512         * image-mode.el (image-mode): Display image as text on a terminal.
8514 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8516         * progmodes/python.el (python-send-command): Simplify.
8517         (run-python): Don't generate a new buffer unless `new' was specified.
8518         Make sure we send `import emacs' to the proper process.
8520         * progmodes/python.el (python-send-command): Don't wait for the command
8521         to terminate.  Don't fiddle with compilation-parsing-end.
8523 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8525         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8526         Insert commentary after first line summary.
8528         * woman.el (woman-follow): New function, based on `man-follow'.
8529         (woman-mode-map): Use it.
8531         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8532         since ibuffer-do-sort-by-recency does not define a sorter.
8534 2006-08-28  Kim F. Storm  <storm@cua.dk>
8536         * find-dired.el (find-dired): Use shell-quote-argument to properly
8537         escape ( and ) args.  Also use it on {} and ; args in default
8538         value of find-ls-option string.
8539         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8541 2006-08-27  Michael Olson  <mwolson@gnu.org>
8543         * emacs-lisp/tq.el: Small grammar fix in comments.
8544         (tq-enqueue): Check for existence of queue rather than the
8545         head queue item's question, which was a no-op.
8546         (tq-filter, tq-process-buffer): Make sure the process buffer
8547         exists before making it the current buffer.
8549 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8551         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8552         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8553         (special-event-map): Apply 2006-08-16 change for x-win.el.
8555 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * progmodes/python.el (python-send-receive): Wait in the
8558         process's buffer so as to check the right buffer-local variables.
8560 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8563         (defgroup checkdoc): Move to beginning.
8565         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8566         (python-preoutput-continuation): Remove.
8567         (python-preoutput-filter): Simplify correspondingly.
8568         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8569         Loop around to catch embedded _emacs_out output.
8570         (run-python): Send the import&print command on a single line.
8571         (python-send-command): Send command&print on a single line.
8572         (python-send-string): Only add double \n if needed.
8573         (python-send-receive): Loop until the result comes.
8574         (python-mode-running): Defvar it.
8575         (python-setup-brm): Remove unused var `menu'.
8576         Only bind py-mode-map and `features' around brm-init.
8577         (python-calculate-indentation): Remove unused var `point'.
8578         (python-beginning-of-defun): Remove unused var `def-line'.
8580 2006-08-25  Richard Stallman  <rms@gnu.org>
8582         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8584 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8586         * viper.el (viper-set-hooks): Use frame bindings for
8587         viper-vi-state-cursor-color.
8588         (viper-non-hook-settings): Don't set default
8589         mode-line-buffer-identification.
8591         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8592         (viper-set-cursor-color-according-to-state)
8593         (viper-get-saved-cursor-color-in-replace-mode)
8594         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8595         viper-emacs-state-cursor-color.
8597         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8598         (viper-undo): Use point if undo-beg-posn is nil.
8599         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8600         (viper-after-change-undo-hook): Don't use
8601         viper-emacs-state-cursor-color by default.
8602         (viper-undo): More sensible positioning after undo.
8604         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8605         (viper-emacs-state-cursor-color): Default to nil, since this feature
8606         doesn't work well yet.
8608         * ediff-mult.el (ediff-intersect-directories)
8609         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8610         always expand filenames.
8612 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8614         * tumme.el: Remove * in defcustoms's docstrings.
8616 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8618         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8619         Accept internal time format for SECS arg.
8620         (timer-relative-time): Doc fix.
8622         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8623         adapted from Martin Rudalics.
8624         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8625         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8626         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8627         using sit-for.
8629 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8631         * cus-start.el (all): Add `overline-margin' and
8632         `x-underline-at-descent-line'.
8634 2006-08-24  Kim F. Storm  <storm@cua.dk>
8636         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8637         to mean "use find -exec"; nil now unambiguously means auto-detect.
8638         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8639         Use shell-quote-argument to build grep-find-command and
8640         grep-find-template.
8641         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8642         Reported by Tom Seddon.
8644 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8646         * startup.el (fancy-splash-head): Give instructions for dismissing
8647         the splash screen for default startup too.
8648         (display-startup-echo-area-message, fancy-splash-screens)
8649         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8650         all splash text at once and keep the splash buffer around.
8651         (command-line-1): Give display-startup-echo-area-message a t arg.
8653 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8655         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8656         gnus frame is selected.
8658 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8660         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8662 2006-08-22  Kim F. Storm  <storm@cua.dk>
8664         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8665         Add suffix matching for subdirs.
8667 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8669         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8670         mouse-yank-at-point is non-nil.
8672 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8674         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8675         a bit wider and remove fringes to fit initial output on line.
8677 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * frame.el (blink-cursor-end): Only ignore the error we care about.
8680         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8682 2006-08-21  Richard Stallman  <rms@gnu.org>
8684         * whitespace.el (whitespace-cleanup): Doc fix.
8686 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8688         * net/rcirc.el (rcirc-show-maximum-output): New var.
8689         (rcirc-buffer-process): If no buffer argument is supplied, use
8690         current-buffer.
8691         (rcirc-complete-nick): Complete to the last completed nick first.
8692         (rcirc-mode): Preserve the value of `rcirc-urls' across
8693         connections.  Setup scroll function.
8694         (rcirc-scroll-to-bottom): New function.
8695         (rcirc-print): Use nick syntax around regexp work.
8696         Notice dim-nicks speaking only if they say our nick.
8697         (rcirc-update-activity-string): Do not show the modeline indicator
8698         if there are no live rcirc processes.
8699         (rcirc-cmd-ignore): Ignore case.
8700         (rcirc-browse-url-at-point): Fix off-by-one error.
8702 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8704         * progmodes/python.el: Remove * in defcustom docstrings.
8705         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8706         (python-mode): Set tab-width and indent-tabs-mode.
8708 2006-08-20  Dave Love  <fx@gnu.org>
8710         * progmodes/python.el: Update to Dave Love's latest version.
8711         (python-font-lock-keywords, python-mode): Don't use
8712         font-lock-syntax-table, but match symbol elements explicitly instead.
8713         (python-mode-map): Add help, and a few more key bindings.
8714         (python-skip-comments/blanks): Move out of comments as well.
8715         (python-continuation-line-p): Behave better with unbalanced parens.
8716         (python-blank-line-p): New fun.
8717         (python-open-block-statement-p): Don't use a heuristic.
8718         (python-outdent-p): Better handle blocks-in-the-same-line.
8719         (python-calculate-indentation): Misc improvements.
8720         (python-comment-indent): Remove.
8721         (python-block-pairs): New var.
8722         (python-first-word): New fun.
8723         (python-indentation-levels): Handle more common cases.
8724         (python-indent-line-1): Add `leave' argument.
8725         (python-indent-region): New fun.
8726         (python-skip-out): New fun.
8727         (python-beginning-of-statement, python-end-of-statement): Use it.
8728         (python-next-statement): Return correct count even at eob.
8729         (python-end-of-block): Fix paren-typo.
8730         (python-imenu-create-index): Add module variables.
8731         (run-python): Add `new' arg.
8732         Check we're at a prompt before returning.
8733         (python-send-command): Move to end of buffer.
8734         Wait for prompt to return.
8735         (python-set-proc): New fun.
8736         (python-imports): New var.
8737         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8738         (python-eldoc-function): Try to move out of arg list.
8739         (python-outline-level): Offset by 1.
8740         (python-find-imports): New fun.
8741         (python-symbol-completions): Use python-imports.
8742         (python-module-path, ffap-alist): Add support for ffap.
8743         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8744         (python-insert-*, python-default-template, python-expand-template):
8745         Add templates/skeletons.
8746         (python-setup-brm): Support for Bicycle Repair Man.
8747         (python-abbrev-syntax-table): New var.
8748         (python-abbrev-pc-hook, python-pea-hook): New funs.
8750 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8752         * frame.el (blink-cursor-start): Set timer first.
8753         (blink-cursor-end): Ignore timer cancelling errors.
8754         Suggested by Ken Manheimer.
8756 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8758         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8759         Add autoload cookie.
8761 2006-08-20  Richard Stallman  <rms@gnu.org>
8763         * simple.el (line-number-at-pos): Doc fix.
8765         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8766         timer-activate-when-idle, so timer can run before Emacs becomes
8767         non-idle again.
8769 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8771         * whitespace.el (whitespace-cleanup-internal): New optional arg
8772         REGION-ONLY.  If it's non-nil, modify the message to the user
8773         accordingly.
8774         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8775         a non-nil argument.
8777 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8779         * rect.el (spaces-string): Simplify and add doc string.
8781 2006-08-17  Romain Francoise  <romain@orebokech.com>
8783         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8785 2006-08-17  Richard Stallman  <rms@gnu.org>
8787         * compare-w.el (compare-windows): lambda's take an arg and pass
8788         it to compare-windows-skip-whitespace.
8790 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8792         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8793         the right buffer.
8795 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8797         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8798         removed files.
8800 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8802         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8803         (gdb-locals-watch-map-1): Suppress keymap first.
8804         (gdb-edit-locals-map-1): New variable.
8805         (gdb-edit-locals-value): New function.
8806         (gdb-stack-list-locals-handler): Use them.
8808 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8810         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8811         cursor would normally be drawn in the fringe.
8813         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8814         Reported by Martin Rudalics <rudalics@gmx.at>.
8816 2006-08-16  Richard Stallman  <rms@gnu.org>
8818         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8819         (special-event-map): Process drag-n-drop events this way.
8821         * simple.el (move-beginning-of-line): Test whether fields
8822         would prevent motion back to line's first visible character.
8823         If so, stop where the fields would stop the motion.
8825         * newcomment.el (comment-indent): Fully update INDENT
8826         before checking to see if it will change the text.
8828         * cus-edit.el (custom-newline): New function.
8829         (custom-mode-map): Bind newline to custom-newline.
8831         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8832         into ignore-whitespace.
8833         Check each buffer for its skip-function.
8834         Handle compare-windows-skip-whitespace special-case test
8835         by returning t from default skip function.
8837 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8839         * textmodes/org.el (org-clock-special-range)
8840         (org-clock-update-time-maybe): New functions.
8841         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8842         not only a-z.
8843         (org-agenda-get-blocks): Allow multiple blocks per headline.
8844         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8845         (org-export-html-title-format)
8846         (org-export-html-toplevel-hlevel): New options.
8847         (org-export-language-setup): Add support for Czech.
8848         (org-mode, org-insert-todo-heading, org-find-visible)
8849         (org-find-invisible, org-invisible-p, org-invisible-p2)
8850         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8851         (org-show-subtree, org-show-entry, org-make-options-regexp):
8852         Remove compatibility support for old outline-mode.
8853         (org-check-occur-regexp): Funtion removed.
8854         (org-on-heading-p, org-back-to-heading): Made defalias.
8855         (org-set-local): New defsubst.
8856         (org-set-regexps-and-options, org-mode)
8857         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8858         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8859         (org-remember-apply-template, org-table-edit-field)
8860         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8861         (org-set-autofill-regexps): Use `org-set-local'.
8862         (org-table-eval-formula): Fix bug with parsing of display flags.
8864 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8866         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8867         frame with fringe arrow.  Suggested by Simon Marshall
8868         <simon.marshall@misys.com>.
8869         (gdb-stack-position): New variable.
8870         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8871         (gdb-frames-mode): Set gdb-stack-position to nil.
8872         Add to overlay-arrow-variable-list
8873         (gdb-reset): Delete gdb-stack-position from above list.
8875 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8877         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8878         read only.
8880 2006-08-13  Romain Francoise  <romain@orebokech.com>
8882         * cus-theme.el (customize-create-theme)
8883         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8885         * filesets.el (filesets-add-buffer): Ditto.
8887         * pcvs.el (cvs-change-cvsroot): Ditto.
8889 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8891         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8892         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8893         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8894         expressions.
8895         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8896         Only search till end of line.
8897         Add face to function names in case of no filename.
8898         Add face to variable names of watchpoints.
8900 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8902         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8903         customization group.
8905 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8907         * allout.el (allout-prior-bindings, allout-added-bindings):
8908         Remove, after long deprecation.
8909         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8910         Add customization vars controlling allout-beginning-of-line and
8911         allout-end-of-line conveniences.
8912         (allout-header-prefix, allout-use-mode-specific-leader)
8913         (allout-use-mode-specific-leader, allout-mode-leaders):
8914         Revise docstrings.
8915         (allout-infer-header-lead): Change to be an alias for
8916         allout-infer-header-lead-and-primary-bullet.
8917         (allout-infer-header-lead-and-primary-bullet): New version of
8918         allout-infer-header-lead which assigns the primary bullet to the
8919         same as the header lead, when its being changed.
8920         (allout-infer-body-reindent): Apply regexp-quote instead of
8921         unconditionally prepending "\\", so that all literal
8922         allout-header-prefix and allout-primary-bullet strings are
8923         properly handled.
8924         (allout-add-resumptions): Add optional qualifier for extending or
8925         appending to existing values, rather than replacing them.
8926         (allout-view-change-hook): Clarify docstring.
8927         (allout-exposure-change-hook): Take explicit arguments, via
8928         run-hook-with-args.
8929         (allout-structure-added-hook)
8930         (allout-structure-deleted-hook)
8931         (allout-structure-shifted-hook): New hooks analogous to
8932         allout-exposure-change-hook for other kinds of structural outline
8933         edits.
8934         (allout-encryption-plaintext-sanitization-regexps): New encryption
8935         customization variable, by which cooperating modes can provde
8936         massage of the plaintext without actually being passed it.
8937         (allout-encryption-ciphertext-rejection-regexps)
8938         (allout-encryption-ciphertext-rejection-ceiling): New encryption
8939         customization variables, by which cooperating modes can prohibit
8940         rare but possible ciphertext patterns from fouling their
8941         operation, with actually being passed the ciphertext.
8942         (allout-mode): Run activation and deactivation hooks after the
8943         minor-mode variable has been toggled, to clarify the mode
8944         disposition.  The new encryption ciphertext rejection variable is
8945         used to ensure that the ciphertext does not contain text that
8946         would be recognized as outline structural elements by allout.
8947         Substite allout-beginning-of-line and allout-end-of-line for
8948         conventionall beginning-of-line and end-of-line bindings.
8949         If allout-old-style-prefixes is non-nil, don't nullify it on mode
8950         activation!
8951         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8952         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8953         (allout-chart-subtree): Implement new mode, charting only the
8954         visible items in the subtree, when new 'visible' parameter is non-nil.
8955         (allout-end-of-subtree): Properly handle the last item in the buffer.
8956         (allout-pre-command-business, allout-command-counter):
8957         Increment an advertised counter so that cooperating enhancements can
8958         track revisions of items.
8959         (allout-open-topic): Run allout-structure-added-hook with suitable
8960         arguments.
8961         (allout-shift-in): Run allout-structure-shifted-hook with suitable
8962         arguments.
8963         (allout-shift-out): Fix doubling for negative args and ensure call
8964         of allout-structure-shifted-hook by solely using allout-shift-in.
8965         (allout-kill-line, allout-kill-topic):
8966         Run allout-structure-deleted-hook with suitable arguments.
8967         (allout-yank-processing): Run allout-structure-added-hook with
8968         proper arguments.
8969         (allout-yank): Enclose activity in allout-unprotected.
8970         (allout-flag-region): Run allout-exposure-change-hook with
8971         suitable arguments, instead of making the callee infer the arguments.
8972         (allout-encrypt-string):
8973         Support allout-encryption-plaintext-sanitization-regexps,
8974         allout-encryption-ciphertext-rejection-regexps, and
8975         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
8976         en/de cryption mode in symmetric encryption failure message.
8977         (allout-obtain-passphrase): Use copy-sequence to get a distinct
8978         copy of the passphrase, and don't zero it or we'll corrupt the
8979         stashed copy.
8980         (allout-create-encryption-passphrase-verifier)
8981         (allout-verify-passphrase): Respect the new signature for
8982         allout-encrypt-string.
8983         (allout-get-configvar-values): Convenience for getting a
8984         configuration variable value and handling its absence gracefully.
8986 2006-08-11  Romain Francoise  <romain@orebokech.com>
8988         * obsolete/zone-mode.el: Delete.
8990 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8992         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8994 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
8996         * emacs-lisp/bindat.el (bindat-ip-to-string):
8997         Use `format-network-address' if possible.
8999 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9001         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9003 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9005         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9006         restore unread-command-events here.
9007         (edebug-display): Do it here, to detect sit-for interruptions.
9009 2006-08-10  Romain Francoise  <romain@orebokech.com>
9011         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9012         (dns-mode-soa-auto-increment-serial): New user option.
9013         (dns-mode-soa-maybe-increment-serial): New function.
9014         (dns-mode): Add the latter to `write-contents-functions'.
9016         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9017         Delete autoload cookies.
9019 2006-08-10  John Wiegley  <johnw@newartisans.com>
9021         * eshell/em-glob.el (eshell-glob-chars-list)
9022         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9024 2006-08-10  Richard Stallman  <rms@gnu.org>
9026         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9027         (facemenu-set-face): Doc fix.
9028         (facemenu-listed-faces): Doc fix.
9030 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9032         * avoid.el (mouse-avoidance-animating-pointer): New var.
9033         (mouse-avoidance-nudge-mouse): Use it.
9034         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9035         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9036         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9037         Don't activate if currently animating.  All callers changed.
9039 2006-08-09  John Wiegley  <johnw@newartisans.com>
9041         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9042         variable, which causes timeclock to report elapsed time worked,
9043         instead of just work remaining.
9045 2006-08-09  Kenichi Handa  <handa@m17n.org>
9047         * international/latexenc.el (latexenc-find-file-coding-system):
9048         Fix for the case that the 2nd element of arg-list is a cons.
9050 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9052         * info.el (Info-fontify-node): Handle preceding `in' for note
9053         reference hiding rules.
9055 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9057         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9058         mistake a closing " for an opening one.
9060 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9062         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9064 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9066         * complete.el (PC-do-completion): Filter out completions matching
9067         completion-ignored-extensions before checking whether there are
9068         multiple completions.
9069         Don't use `list' unnecessarily when building completion tables.
9071 2006-08-06  Richard Stallman  <rms@gnu.org>
9073         * help.el (describe-mode): Make minor mode list more concise.
9075 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9077         * bindings.el: Give mode-line-format, mode-line-modes, and
9078         mode-line-position `standard-value' properties.
9080 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9082         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9083         "(file)node" instead of the file name.
9085 2006-08-05  Richard Stallman  <rms@gnu.org>
9087         * faces.el (escape-glyph): Doc fix.
9089 2006-08-04  Kenichi Handa  <handa@m17n.org>
9091         * international/mule-diag.el (describe-font): Improve docstring
9092         and error message.  Use frame-parameter (not frame-parameters).
9094 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9096         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9097         Correctly mark the end-of-docstring char.
9099 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9101         * simple.el (line-move-to-column): Constrain move-to-column to
9102         current field.
9104 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * font-lock.el (font-lock-beg, font-lock-end)
9107         (font-lock-extend-region-functions): New vars.
9108         (font-lock-extend-region-multiline)
9109         (font-lock-extend-region-wholelines): New functions.
9110         (font-lock-default-fontify-region): Use them.
9111         (font-lock-extend-jit-lock-region-after-change): Only round up
9112         if font-lock-default-fontify-region will do it as well.
9114         * font-lock.el (font-lock-extend-after-change-region-function):
9115         Rename from font-lock-extend-region-function.
9116         (font-lock-extend-region): Remove by inlining at call sites.
9117         (font-lock-after-change-function): Don't needlessly round up to a whole
9118         number of lines.
9119         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9120         the boundary conditions and the interactions between the various ways
9121         to extend the region.
9123 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9125         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9126         modification status when forcing the second redisplay.
9128 2006-08-03  Kim F. Storm  <storm@cua.dk>
9130         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9132 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9134         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9135         doesn't look like a file name.
9137         * complete.el (PC-expand-many-files): Avoid signalling an error when
9138         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9140 2006-08-02  Andreas Schwab  <schwab@suse.de>
9142         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9144 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9146         * bindings.el (map): Make mode-line-buffer-identification-keymap
9147         before defining propertized-buffer-identification.
9149 2006-08-01  Richard Stallman  <rms@gnu.org>
9151         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9153 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9155         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9156         default value.
9157         (gdb-find-source-frame): New function.
9158         (menu): Add to menu bar.
9160 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9162         * font-core.el (font-lock-extend-region-function)
9163         (font-lock-extend-region): Move to font-lock.el.
9165         * font-lock.el (font-lock-extend-region-function)
9166         (font-lock-extend-region): Move from font-core.el.  Simplify.
9168         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9169         if needed.
9170         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9171         (jit-lock-after-change-extend-region-functions): New hook.
9172         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9174         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9175         (font-lock-turn-on-thing-lock): Use it.
9177         * longlines.el (longlines-show-region): Make it work on read-only
9178         buffers as well.
9180 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9182         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9184 2006-07-31  Richard Stallman  <rms@gnu.org>
9186         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9187         (vhdl-speedbar-display-projects): Update old obsolete
9188         speedbar variable names.
9190 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9192         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9193         (gdb-stopped): Use it.
9195         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9197 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9199         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9200         for load-history elements.
9202 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9204         * files.el (convert-standard-filename): For Cygwin, replace
9205         characters not allowed in Windows file names.
9206         (make-auto-save-file-name): Add Cygwin to the list of systems
9207         where the auto-save file name needs to be run through
9208         convert-standard-filename.
9210 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9212         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9214 2006-07-28  Richard Stallman  <rms@gnu.org>
9216         * bindings.el (mode-line-frame-identification)
9217         (propertized-buffer-identification): Centralize the code
9218         to initialize the variable.
9220         * progmodes/grep.el (grep-default-command): Catch errors from
9221         wildcard-to-regexp.
9223 2006-07-29  Kim F. Storm  <storm@cua.dk>
9225         * progmodes/grep.el (grep-tag-default): New function.
9226         (grep-default-command, grep-read-regexp): Use it.
9227         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9228         as default if nothing else applies.
9230 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9232         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9233         Throw error if buffer is not in Dired and Wdired mode, respectively.
9235 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9237         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9238         self-insert-command keys don't activate buttons.
9239         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9241 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9243         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9244         faces for enable character.
9246 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9248         * Makefile.in (recompile): Update comment to reflect change
9249         on 2004-04-21.
9251 2006-07-27  Richard Stallman  <rms@gnu.org>
9253         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9254         (customize-package-emacs-version): Change msg when pkg has no entry.
9255         (custom-no-edit): On a button, do like widget-button-press.
9257 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9259         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9260         S-tab and C-S-tab.
9262 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9264         * progmodes/which-func.el (which-function): Fix documentation/
9265         comment typo.
9267 2006-07-26  Richard Stallman  <rms@gnu.org>
9269         * textmodes/ispell.el (ispell-word): If we replace the word,
9270         move point to the end.  Insert before deleting.
9272 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9274         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9275         a timer.
9277 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9279         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9280         when at first image.
9281         (tumme-forward-image): Add prefix argument.  Add error when at last
9282         image.
9284 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9286         * tabify.el (tabify-regexp): Use more specific regexps.
9287         (tabify): Avoid modifying the buffer unnecessarily.
9289 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9291         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9292         (tumme-format-properties-string): Handle empty `buf'.
9293         (tumme-get-comment): Change variable names inside `let'.
9294         Add missing `let' variable that cause font-lock problems.
9295         (tumme-write-comments): Change variable names inside `let'.
9296         Add missing `let' variable that cause font-lock problems.
9297         (tumme-forward-image): Rename from `tumme-forward-char'.
9298         (tumme-backward-image): Rename from `tumme-backward-char'.
9300 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9302         * progmodes/ld-script.el (ld-script-keywords)
9303         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9304         and add comments.
9306 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9308         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9309         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9310         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9311         for status indicator.
9313 2006-07-24  Richard Stallman  <rms@gnu.org>
9315         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9317         * subr.el (dolist, dotimes): Use interned symbols for locals.
9318         (--dotimes-limit--, --dolist-tail--): New defvars.
9319         (looking-back): Doc fix.
9321         * replace.el (replace-match-string-symbols): Handle dotted lists.
9323 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9325         * tumme.el (tumme-write-tags): Add.
9326         (tumme-write-comments): Add.
9327         (tumme-tag-files): Change to use `tumme-write-tags'.
9328         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9329         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9330         (tumme-save-information-from-widgets): Change to use
9331         `tumme-write-comments' and `tumme-write-tags'.
9332         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9333         (tumme-write-tag): Remove.
9334         (tumme-write-comment): Remove.
9335         (tumme-display-previous-thumbnail-original): Remove empty line.
9336         (tumme-widget-list): Add punctuation.
9338 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9340         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9342 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9344         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9345         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9346         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9348 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9350         * mouse.el (mouse-on-link-p): Doc fix.
9352 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9354         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9355         Handle "C-h f `".
9357 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9359         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9360         column.
9362 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9364         * textmodes/table.el: Add move-beginning-of-line and
9365         move-end-of-line to Point Motion Only Group.
9367 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9369         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9371 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9373         * startup.el (user-mail-address): Initialize from the `EMAIL'
9374         environment variable first.  Document this.
9375         (command-line): Ditto.
9377 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9379         * help-mode.el (help-function-def, help-variable-def)
9380         (help-face-def): Print a message in the minibuffer.
9382 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9384         * term/xterm.el (terminal-init-xterm): Fix key bindings
9385         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9387 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9389         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9390         where `(nth 1 command)' is a cons cell.  Doc fix.
9392         * textmodes/po.el (po-find-charset): Doc fix.
9394 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9396         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9397         (allout-beginning-of-current-line, allout-end-of-current-line)
9398         (allout-next-visible-heading, allout-open-topic)
9399         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9400         (allout-flag-current-subtree, allout-show-to-offshoot)
9401         (allout-hide-current-entry, allout-show-current-branches)
9402         (allout-hide-region-body, allout-old-expose-topic)
9403         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9404         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9405         containing `beginning-of-line' and `end-of-line' with
9406         `inhibit-field-text-motion' t.
9408 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9410         * frame.el (focus-follows-mouse): Document that it doesn't have
9411         any effect on MS-Windows.
9413 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9415         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9417 2006-07-20  Jay Belanger  <belanger@truman.edu>
9419         * calc.el (calc-previous-alg-entry): Remove variable.
9421         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9422         New variables.
9423         (calc-alg-entry): Use `calc-alg-entry-history'.
9424         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9425         Remove reference to `calc-previous-alg-entry'.
9426         (calcAlg-edit, calcAlg-enter): Remove reference to
9427         `calc-previous-alg-entry'.
9428         (calcAlg-previous): Use `previous-history-element' instead of
9429         `calc-previous-alg-entry'.
9430         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9431         Change keybinding for `calcAlg-plus-minus', add keybindings for
9432         `previous-history-element' and `next-history-element'.
9434         * calc-rewr.el (calc-match): Remove reference to
9435         `calc-previous-alg-entry'.
9437         * calc-sel.el (calc-selection-history): New variable.
9438         (calc-enter-selection, calc-sel-mult-both-sides)
9439         (calc-sel-add-both-sides): Use `calc-selection-history'.
9441         * calc-map.el (calc-get-operator-history): New variable.
9442         (calc-get-operator): Use `calc-get-operator-history'.
9444         * calcalg3.el (calc-curve-fit-history): New variable.
9445         (calc-curve-fit): Use `calc-curve-fit-history'.
9447 2006-07-20  Kenichi Handa  <handa@m17n.org>
9449         * international/mule-cmds.el (select-safe-coding-system): Fix the
9450         way of deciding eol-type of the coding system.
9452 2006-07-20  Alan Mackenzie  <acm@muc.de>
9454         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9455         (c-lang-setvar): New macro.
9456         (c-make-init-lang-vars-fun): Use the initialization forms in
9457         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9458         (comment-start, comment-end, comment-start-skip): Change these from
9459         c-lang-defvar's to c-lang-setvar's.
9461         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9462         which calls make-local-variable on the elements of
9463         c-emacs-variable-inits.
9464         (c-init-language-vars-for): Call this new macro.
9466 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9469         Try to rule out false positives due to time stamps.
9470         (compilation-mode-font-lock-keywords): Remove rules made redundant
9471         because of the above change.  Add `segmentation fault' to the known and
9472         highlighted compilation termination messages.
9474 2006-07-19  Kim F. Storm  <storm@cua.dk>
9476         * progmodes/grep.el (grep-find-ignored-directories):
9477         Add .svn and _darcs to list.
9479 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9481         * dired.el (dired-mode-map): Add key binding `C-te' for
9482         `tumme-dired-edit-comment-and-tags'.
9484         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9485         image display buffer is displayed before call to
9486         `tumme-display-image.
9487         (tumme-dired-display-image): Make sure image display buffer is
9488         displayed before call to `tumme-display-image.
9489         (tumme-mouse-display-image): Make sure image display buffer is
9490         displayed before call to `tumme-display-image.
9491         (tumme-widget-list): Add.
9492         (tumme-dired-edit-comment-and-tags): Add.
9493         (tumme-save-information-from-widgets): Add.
9495 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9499 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9501         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9502         Revert inadvertently installed patch hunk.
9504         * progmodes/compile.el (compilation-find-file): Handle the
9505         cases where the user selects a non-existent file.
9507 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9509         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9511 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9513         * subr.el (sit-for): Just sleep-for if noninteractive.
9515 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9519         * custom.el (custom-autoload): Add `noset' argument.
9520         (custom-push-theme): Don't autoload the variable, let callers do it.
9521         (custom-theme-set-variables): Autoload the variable if necessary.
9523         * cus-edit.el (custom-variable-state-set): If the variable was
9524         originally set outside custom, but to the same value as the default,
9525         consider it to be standard.
9527         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9528         file *before* telling Emacs to add the autoloads, in case it fails.
9530         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9531         Use `cond', push', and `dolist'.
9533 2006-07-17  Richard Stallman  <rms@gnu.org>
9535         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9536         Add defvars to silence warnings.
9538 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9540         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9541         Don't highlight "Compiling file" messages as error.
9543         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9544         file already exists.
9546 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9548         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9549         entry, don't assign to free var; simply return the extracted filename.
9550         (ff-treat-as-special): Incorporate common preamble from callers.
9551         (ff-other-file-name, ff-find-the-other-file):
9552         Update call to ff-treat-as-special.
9554         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9556 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9558         * tumme.el (tumme-get-comment): Fix bug.
9560 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9562         * files.el: Remove spurious * in docstrings.
9564 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9566         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9567         grammar.
9568         (allout-beginning-of-current-line): Beware beginning of buffer.
9569         Also, a comment is simplified.
9570         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9571         when appropriate.  (This fix enables use for other than
9572         bullet-hotspot operation.)
9573         (allout-hide-current-subtree): While escalating to sibling-close,
9574         make sure to situate on a topic.
9576 2006-07-14  Kim F. Storm  <storm@cua.dk>
9578         * emulation/cua-base.el (cua-delete-selection)
9579         (cua-toggle-set-mark): New defcustoms.
9580         (cua-rectangle-modifier-key): Add `alt' modifier.
9581         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9582         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9583         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9585         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9587 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9589         * allout.el: Require 'cl during byte-compilation/interactive load,
9590         for the `assert' macro.
9591         (allout-mode-deactivate-hook): New hook, run when allout mode
9592         deactivates.
9593         (allout-developer): New allout customization subgroup.
9594         (allout-run-unit-tests-on-load): New allout-developer
9595         customization variable, when true allout unit tests are run towards
9596         end of file load/eval.
9597         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9598         auto-fill-mode.
9599         (allout-resumptions): Remove, to be replaced by...
9600         (allout-add-resumptions): Register variable settings to be
9601         reinstated by `allout-do-resumptions'.  The settings are made
9602         buffer-local, but the locality/globality of the suspended setting
9603         is restored on resumption.
9604         (allout-do-resumptions): Reinstate all settings suspended using
9605         `allout-add-resumptions'.
9606         (allout-test-resumptions): Unit tests (and intermediate variables)
9607         for resumptions.
9608         (allout-tests-globally-unbound, allout-tests-globally-true)
9609         (allout-tests-locally-true): Intermediate variables for
9610         resumptions unit tests.
9611         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9612         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9613         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9614         instead of retired `allout-resumptions'.  For hook functions, use
9615         `local' parameter so hook settings are created and removed as
9616         buffer-local settings.  Revise (resumptions) setting
9617         auto-fill-function so it is set only if already active.  (The
9618         related fill-function settings are all made in either case, so
9619         that activating auto-fill-mode activity will have the custom
9620         allout-mode behaviors (hanging indent on topics, if configured for it).
9621         Remove all allout-exposure-category overlays on mode deactivation.
9622         (allout-hotspot-key-handler): New function extracted from
9623         `allout-pre-command-business', so the functionality can be used
9624         for other purposes, eg as a binding in an overlay.
9625         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9626         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9627         customization variable.
9628         (allout-run-unit-tests): Run the (currently quite small)
9629         repertoire of unit tests.  Called just before the provide iff user
9630         has customized `allout-run-unit-tests-on-load' non-nil.
9632 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9634         * emacs-lisp/authors.el (authors-aliases): Update.
9636 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9638         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9639         gdb-source-window.  Add dedicated argument.
9640         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9641         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9642         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9643         (gdb-display-locals-buffer): Use it.
9645         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9646         Set gdb-source-window.
9648 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9650         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9651         minor modes, redundant with the custom-autoload line above.
9653 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9655         * longlines.el (longlines-post-command-function): Handle open-line too.
9657 2006-07-12  Richard Stallman  <rms@gnu.org>
9659         * progmodes/grep.el (grep-last-buffer): Doc fix.
9661         * info.el (Info-try-follow-nearest-node): Doc fix.
9663         * emacs-lisp/edebug.el (edebug-instrument-function):
9664         Err if find-function-noselect gives no position.
9666         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9667         If can't find definition, return nil for position.
9668         (find-function-do-it): Handle new return value
9669         of find-definition-noselect.
9670         (find-definition-noselect, find-variable-noselect): Doc fix.
9671         (find-function-noselect): Doc fix.
9673         * help-mode.el (help-variable-def): Handle find-variable-noselect
9674         returning no position.
9675         (help-function-def): Likewise for find-function-search-for-symbol.
9676         (help-face-def): Likewise.
9678         * help-fns.el (describe-variable): Handle find-variable-noselect
9679         returning no position.
9681         * files.el (locate-file-completion): Avoid duplicates in result.
9683         * cus-edit.el (custom-no-edit): New command.
9684         (custom-mode-map): Remap to custom-no-edit instead of
9685         using suppress-keymap.
9687 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9689         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9690         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9691         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9693         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9695 2006-07-11  Kim F. Storm  <storm@cua.dk>
9697         * ido.el (ido-copy-current-file-name): Use buffer-name if
9698         buffer-file-name is nil.
9700 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9702         * simple.el (undo-ask-before-discard): Set to nil.
9704         * vc.el (vc-exec-after): Don't delete process manually.
9705         (vc-print-log): Run log-view-mode in process sentinel inside
9706         inhibit-read-only.  Don't shrink window due to timing issues.
9708         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9709         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9711 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9713         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9714         Fix ambiguity introduced by last change.
9715         (compilation-find-file): Move save-excursion to where it may
9716         make sense.  Fix a left over `find-file'.
9718 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9720         * textmodes/texinfmt.el (texinfo-format-separate-node):
9721         Insert a string before point, which fits documentation, not after.
9722         (texinfo-multitable-item): In a multitable row, insert any
9723         additional needed @tabs and spaces.
9725 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9727         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9728         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9729         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9730         instead of shell-command.
9731         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9732         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9733         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9734         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9735         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9736         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9738 2006-07-11  Kim F. Storm  <storm@cua.dk>
9740         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9741         Remove special case for seconds < 0.  Use (redisplay t) instead.
9743 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9745         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9746         avoid compilation error.
9748         * subr.el (sit-for): New function.
9750         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9752 2006-07-10  Richard Stallman  <rms@gnu.org>
9754         * ldefs-boot.el (edebug): Update page.
9756 2006-07-10  Kim F. Storm  <storm@cua.dk>
9758         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9759         to FOR-RELEASE and TODO.
9761 2006-07-10  Romain Francoise  <romain@orebokech.com>
9763         * emacs-lisp/authors.el (authors-aliases): Update.
9765 2006-07-10  Alan Mackenzie  <acm@muc.de>
9767         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9768         * cc-mode.el: Changes to eradicate eval-after-load.
9770 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9772         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9773         on non-char events.
9775 2006-07-09  Romain Francoise  <romain@orebokech.com>
9777         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9778         Don't highlight start/end markers as compilation messages.
9780         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9781         to t.
9783 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9785         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9787 2006-07-08  Richard Stallman  <rms@gnu.org>
9789         * term/x-win.el (x-handle-display): Add doc string.
9791         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9793         * subr.el (def-edebug-spec): Move here.
9794         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9796         * imenu.el (imenu-choose-buffer-index): Doc fix.
9798 2006-07-08  Romain Francoise  <romain@orebokech.com>
9800         * term/x-win.el (x-display-name): Fix typo.
9802 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9804         * hexl.el (hexl-find-file): Doc fix.
9806         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9808 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9810         * term/x-win.el (x-display-name): Doc fix.
9812 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9814         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9815         long prefixes.
9816         (fill-region-as-paragraph): Don't round up to a whole line.
9817         (fill-comment-paragraph): Don't include the code-before-the-comment
9818         when calling fill-region-as-paragraph.
9820         * international/mule.el (make-char): Remove redundancy.
9822         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9823         property may contain an anonymous function rather than a symbol.
9825         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9827         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9828         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9830         * dirtrack.el (dirtrack-default-directory-function): Remove.
9831         (dirtrack-directory-function): Use file-name-as-directory.
9832         (dirtrack-windows-directory-function): Simplify.
9833         (dirtrack-forward-slash, dirtrack-backward-slash)
9834         (dirtrack-replace-slash): Remove.
9835         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9836         (dirtrack): Fix wrong parenthesizing; use match-string.
9838         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9839         (inferior-octave-mode): Only change the buffer-local value of
9840         comint-dynamic-complete-functions.
9841         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9842         Move the initialization to the declaration.
9843         (inferior-octave-complete): Remove unused var `filter'.
9845         * shell.el (shell-mode): Only change the buffer-local value of
9846         comint-dynamic-complete-functions.
9848 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9850         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9851         entry is skipped because it has been scheduled.
9852         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9853         changing `:org-archived' and `:org-comment' properties.
9855 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9857         * server.el (server-select-display): Don't make the temp frame
9858         minibuffer-only, in case it's not a temp frame.
9859         (server-process-filter): Don't delete the temp frame if it's the
9860         only one we have on that display.
9862         * files.el (find-alternate-file): Doc fix.
9864 2006-07-05  Richard Stallman  <rms@gnu.org>
9866         * files.el (abbreviate-file-name): Add save-match-data.
9868 2006-07-03  Richard Stallman  <rms@gnu.org>
9870         * faces.el (read-face-name): Doc fix.
9872 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9874         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9876 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9878         * vc.el (vc-diff-internal): Fix prev change.
9880 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9882         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9883         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9885 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9888         fails if the symbol contains chars like ( or '.
9889         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9890         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9891         `short'.
9893 2006-07-04  Kenichi Handa  <handa@m17n.org>
9895         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9896         the current one, don't call set-language-environment, but call one
9897         of set-language-environment-XXX to make INFO effective now.
9898         (set-language-environment): Call set-language-environment-XXX
9899         functions instead of doing the various setups directly.
9900         (set-language-environment-coding-systems): Delete argument eol-type.
9901         (set-language-environment-input-method)
9902         (set-language-environment-nonascii-translation)
9903         (set-language-environment-charset)
9904         (set-language-environment-fontset)
9905         (set-language-environment-unibyte): New functions.
9907 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9909         * locate.el (locate-update-when-revert): New option.
9910         (locate-update-path): New option (suggested by Michael Albinus).
9911         (locate-prompt-for-command): Whitespace change.
9912         (locate-update): No longer offer to update the locate database by
9913         default.  Implement the two new options.
9915 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
9917         * tooltip.el: Move comment about track-mouse...
9919         * progmodes/gud.el: ...to here.
9921 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
9923         * facemenu.el (facemenu-listed-faces): New var.
9924         (facemenu-unlisted-faces): Variable deleted.
9925         (facemenu-add-new-face): Use facemenu-listed-faces.
9927         * emulation/viper-init.el, calendar/calendar.el:
9928         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9930 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
9932         * textmodes/org.el (org-mode): Remove no invalid settings for
9933         calc embedded mode.
9934         (org-mode-p): New defsubst.
9935         (org-save-all-org-buffers): New function.
9936         (org-first-headline-recenter): Enclose outline-regexp in group
9937         delimiters.
9938         (org-set-tags): Keep single space after stars.
9940 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9942         * window.el (set-window-text-height): Only set window-min-height to
9943         1 if that's the requested size.
9945         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9946         (diff-unified->context, diff-context->unified)
9947         (diff-reverse-direction): Make sure the end marker stays at the end.
9948         (diff-mode): Add the keymap table at the end of docstring.
9949         Use lexical-let rather than constructing a closure manually.
9951         * files.el (find-file-noselect-1): Remove unused var assignment.
9952         (hack-local-variables-confirm): Print lists of strings as lists of
9953         strings rather than lists of symbols.
9954         (abbreviate-file-name, hack-local-variables-prop-line):
9955         Use match-string.
9956         (hack-one-local-variable): Move `make-local-variable' nearer its use.
9957         (recover-session-finish): Use line-end-position.
9959 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
9961         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9963 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
9965         * progmodes/make-mode.el (makefile-macroassign-regex):
9966         Accept preceding keyword.
9967         (makefile-gmake-statements): Reorganize, now that makepp has
9968         "override" and also handle forgotten "override define".
9969         (makefile-makepp-statements): Add new "global", "override export"
9970         and "override global".
9972 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
9974         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9975         (ada-compile-mouse-goto-error, ada-deactivate-properties)
9976         (ada-no-auto-case): Fix typos in docstrings.
9978 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
9980         * info.el (Info-find-node-2): Search for makeinfo version more
9981         carefully.
9983 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
9985         * textmodes/org.el (org-prepare-agenda-buffers):
9986         Use `invisible-OK' argument for `org-end-of-subtree'.
9987         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9988         (org-beginning-of-item): Fix bug in regular expression for white line.
9989         (org-export-as-html): Enforce space after bullet in plain list items.
9990         (org-set-autofill-regexps): Require space after plain list bullet
9991         for paragraph-start.
9992         (org-ts-regexp3): New constant.
9993         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9994         (org-timestamp-up-day, org-timestamp-down-day)
9995         (org-timestamp-change): Work with inactive timestamps.
9996         (org-ts-regexp1): Don't allow brackets in time stamps.
9998 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10000         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10001         for ignoring links.
10003         * faces.el (read-face-name): Use it.
10005 2006-06-28  Juri Linkov  <juri@jurta.org>
10007         * buff-menu.el (list-buffers-noselect): Compare Info file
10008         with the string "dir" to detect Info directory.
10010         * complete.el (partial-completion-mode): In lambda for
10011         `choose-completion-string-functions' use full function signature
10012         with 4 args, and move point to the end of the minibuffer only if arg
10013         `mini-p' is non-nil.
10015 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10017         * ibuffer.el (ibuffer-mode): Doc fix.
10019 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10021         * textmodes/org.el (org-context): New contexts :item-bullet,
10022         :latex-fragment, :latex-preview.
10023         (org-overlays-at, org-overlay-start, org-overlay-end):
10024         New compatibility functions.
10025         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10026         exact regexp that will be used during export.
10027         (org-latex-regexps): New variable.
10028         (org-cdlatex-mode): Improve advice for `texmathp'.
10029         (turn-on-org-cdlatex): New function.
10031 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10033         * term/mac-win.el (mac-handle-font-selection): Change keys of
10034         mac-atsu-font-table from strings to numbers.
10035         (mac-ts-caret-position): Use also when cursor-type is nil.
10036         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10037         Relax condition for using overlay strings.
10038         Use mac-ts-caret-position face when cursor-type is nil.
10040 2006-06-26  Kim F. Storm  <storm@cua.dk>
10042         * help.el (view-emacs-news): Declare `res' in the right let* form.
10044 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10046         * net/rcompile.el (remote-compile): Replace ange-ftp based
10047         implementation by Tramp functions.
10048         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10050         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10052 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10054         * international/fontset.el (setup-default-fontset): Fix a typo in
10055         the "Oriya-Akruti" registry name.
10057 2006-06-23  Lars Hansen  <larsh@soem.dk>
10059         * desktop.el (desktop-full-file-name): New function.
10060         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10061         (desktop-revert): Use it.
10062         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10063         (desktop-after-read-hook): Add option list-buffers.
10064         (desktop-locals-to-save): Add tab-width.
10065         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10066         Fix docstring.
10068 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10070         * textmodes/org.el (org-cdlatex-mode-map)
10071         (org-cdlatex-texmathp-advice-is-done): New variables.
10072         (org-cdlatex-mode): New minor mode.
10073         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10074         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10075         (org-export-with-archived-trees): New option.
10076         (org-open-file): Remove the call to `convert-standard-filename'.
10077         (org-archive-tag, org-agenda-skip-archived-trees)
10078         (org-cycle-open-archived-trees)
10079         (org-sparse-tree-open-archived-trees): New options.
10080         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10081         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10082         New functions.
10083         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10084         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10085         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10086         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10087         Call `org-prepare-agenda-buffers'.
10088         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10089         (org-file-apps, org-file-apps-defaults-gnu)
10090         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10091         Handle remote files by forcing them to be opened in Emacs.
10093 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10095         * vc.el (vc-diff-knows-L): New variable.
10096         (vc-diff-internal): Use it to handle "diff" programs that don't
10097         understand -L.  This works automatically, no user action is necessary.
10099 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10101         * net/rcirc.el (rcirc-default-user-full-name): Default to
10102         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10103         longer exists).
10104         (rcirc-process-list): Check `buffer-live-p' before attempting to
10105         switch to a buffer.
10107 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10109         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10110         based on rcirc-coding-system-alist.
10112 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10114         * cus-edit.el (customize-apropos): A better error message.
10115         (top level) <debug-ignored-errors>: Extend and update the list of
10116         ignored error messages.
10118 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10120         * complete.el (PC-do-completion): Retain capitalization of user
10121         input, when possible, even if completion-ignore-case is set.
10123 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10125         * generic-x.el (bat-generic-mode): Support .cmd files.
10127         * dos-w32.el (top level): Use find-file-not-found-functions
10128         instead of the obsolete find-file-not-found-hooks.
10130 2006-06-22  Kim F. Storm  <storm@cua.dk>
10132         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10133         to recognize mode name containing submodes, such as Grep/lw.
10135 2006-06-21  Kim F. Storm  <storm@cua.dk>
10137         * simple.el (line-move-1): Check for move-end-of-line instead of
10138         end-of-line when setting temporary-goal-column.
10140 2006-06-21  Miles Bader  <miles@gnu.org>
10142         * play/cookie1.el (cookie): Work properly when there's only one entry.
10144 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10146         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10147         (gdb-frame-handler): Generalize frame regexp for templates.
10149 2006-06-20  Glenn Morris  <rgm@gnu.org>
10151         * calendar/appt.el (appt-display-format): Default value must be
10152         one of the customize options.
10154 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10156         * term/xterm.el (terminal-init-xterm): Update key availability info.
10157         Bind C-return.
10159         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10161 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10163         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10164         whether or not a local variables list is defined.
10166         * msb.el (msb): Move `sit-for' hack here to handle both
10167         "mouse-down and drag" and "mouse-up and select" situations.
10168         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10170 2006-06-20  Kenichi Handa  <handa@m17n.org>
10172         * international/characters.el (word-combining-categories):
10173         Add entries for 2-byte Han characters.
10175 2006-06-19  Richard Stallman  <rms@gnu.org>
10177         * bindings.el (mode-line-format): Save some mode line space.
10179         * files.el (find-file-noselect): Improve the question wording.
10180         (basic-save-buffer-2): Mask UMASK against 666.
10182         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10183         (mouse-drag-vertical-line): Call it.
10185         * cus-edit.el (customize-option, customize-option-other-window):
10186         Error if SYMBOL is nil.
10188 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10190         * textmodes/org.el: Require noutline, also on XEmacs.
10191         (org-end-of-subtree): Return point.
10192         (org-dblock-start-re, org-dblock-end-re): New constants.
10193         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10194         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10195         (org-update-all-dblocks, org-find-dblock): New functions.
10196         (org-collect-clock-time-entries): New function.
10197         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10198         (org-fixup-indentation): Modify to deal correctly with lines
10199         starting with TAB.  Only one argument DIFF now.
10200         (org-demote, org-promote): Call `org-fixup-indentation' with just
10201         one argument, DIFF.
10202         (org-mode): Don't mark buffer as modified when aligning tables.
10203         (org-clock-sum): Don't mark buffer modified when adding time sum
10204         properties.
10205         (org-export-as-html): Add support for a link validation function.
10206         (org-archive-all-done): New function.
10207         (org-archive-subtree): New prefix argument.  When set, archive all
10208         done subtrees in this buffer.
10209         (org-remove-clock-overlays)
10210         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10211         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10212         (org-put-clock-overlay): Don't swallow last headline character
10213         when displaying overlay.
10214         (org-store-link): Link to `image-mode' with just the file name.
10216 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10218         * viper-cmd.el (viper-special-read-and-insert-char):
10219         Use read-key-sequence.
10220         (viper-after-change-undo-hook): Misc enhancements.
10221         (viper-after-change-undo-hook): New hook.
10222         (viper-undo): Use viper-after-change-undo-hook.
10223         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10224         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10225         clicking on that widget/button.
10227         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10229         * ediff-diff (ediff-test-patch-utility): Catch errors.
10230         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10231         (ediff-set-actual-diff-options): New function.
10232         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10233         Use ediff-set-actual-diff-options.
10234         (ediff-extract-diffs): Catch errors.
10235         (ediff-whitespace): Add non-breakable space.
10236         (ediff-same-file-contents): Catch errors.
10238         * ediff-mult.el (ediff-collect-custom-diffs):
10239         Save coding-system-for-read.
10241         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10242         (ediff-vc-internal, ediff-vc-merge-internal):
10243         Use ediff-delete-version-file.
10244         (ediff-delete-version-file): New function.
10246         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10248         * ediff.el (ediff-directories, ediff-directory-revisions)
10249         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10250         (ediff-directories-internal, ediff-merge-directory-revisions)
10251         (ediff-merge-directory-revisions-with-ancestor)
10252         (ediff-directories3): Use read-directory-name.
10254 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10256         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10257         Remove superfluous part of regexp for brace matching which is handled
10258         by `scan-lists' call.
10260 2006-06-16  Richard Stallman  <rms@gnu.org>
10262         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10264         * files.el (basic-save-buffer-2): For a new precious file,
10265         use the default modes in the return value.
10267         * facemenu.el (facemenu-color-alist): Doc fix.
10269         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10271 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10273         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10275         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10276         (mac-utxt-to-string): Use it.
10277         (mac-ts-update-active-input-area): Use mac-ae-number.
10279 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10281         * term.el (term-handle-scroll, term-delete-lines)
10282         (term-insert-lines): Fix off by one errors.
10284 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10286         * net/tramp.el (tramp-touch): Use UTC to express time.
10288 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10290         * mail/sendmail.el (mail-send): Search explicitly for
10291         mail-header-separator when checking for corrupted header lines.
10293 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10295         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10296         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10297         (gdb-init-1): Initialise them.
10298         (gdb-starting): Reset gdb-printing
10299         (gdb-starting): Save value of gud-overlay-arrow-position.
10300         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10301         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10302         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10303         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10305 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10307         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10309 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10311         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10312         (ldap-search-internal): Keep error messages, and a regexp fix.
10314 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10316         * files.el (hack-local-variables-confirm):
10317         Display string value using its printed representation.
10319 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10321         * server.el (server-edit): No-op if no server buffers exist.
10323 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10325         * textmodes/page-ext.el (pages-directory-for-addresses):
10326         Including `pages-directory-address-mode' in the function results
10327         in the message "Buffer in which pages were found is deleted".
10329 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10331         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10332         clocking functions.
10334         (org-agenda-clock-in, org-check-running-clock)
10335         (org-clock-out-if-current, org-remove-clock-overlays)
10336         (org-put-clock-overlay): New functions.
10337         (org-clock-marker, org-clock-file-total-minutes)
10338         (org-clock-overlays): New variables.
10339         (org-clock-display, org-clock-sum, org-clock-cancel)
10340         (org-clock-out, org-clock-in): New commands.
10341         (org-export): New function.
10342         (org-emph-re): New constant.
10343         (org-set-emph-re, org-do-emphasis-faces): New functions.
10344         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10345         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10346         (org-export-html-convert-emphasize): Use the configurable emphasis.
10347         (org-cleaned-string-for-export): Make multiline emphasis visible
10348         to the exporter.  New optional argument PARAMETERS.
10349         (org-export-as-html): Specify :emph-multiline parameter to
10350         `org-cleaned-string-for-export'.
10352 2006-06-10  Richard Stallman  <rms@gnu.org>
10354         * help.el (help-for-help-internal): Clean up help text.
10356 2006-06-10  Andreas Schwab  <schwab@suse.de>
10358         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10359         in doc string.
10361         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10363 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10365         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10366         spaces after the comment start.
10368 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10370         * play/pong.el (pong-init-buffer):
10371         Fill buffer with spaces instead of ^A.
10373         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10374         launched asynchronously, delete its process instead of being cool.
10375         (ispell-async-processp): Check for `delete-process' existence
10376         instead of `kill-process' one for consistency.
10378 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10380         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10381         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10382         in mode line at startup.
10384 2006-06-08  Kim F. Storm  <storm@cua.dk>
10386         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10387         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10388         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10389         (ido-file-internal): Pass full file name to write-file.
10390         (ido-read-internal): Only pop stack elements automatically if they
10391         actually match an existing directory or file name.
10393 2006-06-07  Kenichi Handa  <handa@m17n.org>
10395         * international/mule.el (find-auto-coding): Don't handle the short
10396         name `char-trans'.
10398         * files.el (hack-local-variables-prop-line)
10399         (hack-local-variables): Cancel the previous change.
10401 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10403         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10405 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10407         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10408         diff-default-read-only is non-nil.
10409         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10410         (diff-refine-hunk): Set inhibit-read-only to t.
10412         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10413         modifying the *Diff* buffer.
10414         (diff-process-filter): New filter function for diff process that
10415         sets inhibit-read-only to t when modifying the *Diff* buffer.
10417 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10419         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10420         insertion point and control the number of empty lines.
10421         (org-paste-subtree): Limit the number of empty lines at the end of
10422         the inserted tree.
10423         (org-agenda): Use buffer name of current file for narrowing.
10424         (org-export-as-xml): Command removed.
10425         (org-export-xml-type): Option removed.
10426         (org-mode-map): Call `org-export-as-xoxo' directly.
10427         (org-get-indentation): New optional argument LINE.
10428         (org-fix-indentation, org-remove-tabs): New functions.
10429         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10430         correct indentation for headlines that are converted it items.
10431         (org-skip-comments): Remove table lines that contain narrowing
10432         cookies but no other non-empty fields.
10433         (org-set-tags): Allow groups of mutually exclusive tags.
10434         (org-cmp-time): Sort 24:21 before items without time.
10435         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10436         (org-open-at-point): Require double colon also for numbers.
10438 2006-06-06  Kim F. Storm  <storm@cua.dk>
10440         * ido.el (ido-default-file-method, ido-default-buffer-method):
10441         Make choice values consistent with corresponding command names.
10442         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10444 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10446         * progmodes/gud.el (gud-running): Fix doc string.
10447         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10448         (gud-tooltip-modes): Add python-mode.
10449         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10451 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10453         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10454         Quote $(EMACS).
10456 2006-06-05  Richard Stallman  <rms@gnu.org>
10458         * faces.el (defined-colors): Doc fix.
10460 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10462         * vc.el (vc-process-filter): Inhibit undo info collection around
10463         call to insert.
10464         (vc-setup-buffer): Likewise for call to erase-buffer.
10465         (vc-do-command): Likewise for call to process-file.
10467 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10469         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10470         for gud-go.
10471         (gud-common-init): Other debuggers may trigger error.
10473 2006-06-05  Kenichi Handa  <handa@m17n.org>
10475         * international/mule.el (find-auto-coding):
10476         Handle enable-character-translation in file header.
10478 2006-06-04  Kim F. Storm  <storm@cua.dk>
10480         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10481         (authors-fixed-entries): Fix spelling.
10482         (authors-canonical-file-name): Don't report error for wildcards.
10484         * help.el (view-emacs-news): Rewrite to support new NEWS,
10485         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10486         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10487         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10489 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10491         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10492         exec constructs like `foo bar`.
10493         (sh-quoted-subshell): New helper function to search for a possibly
10494         nested subshell (like `` or $()) within a "" quoted string.
10495         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10496         (sh-apply-quoted-subshell): Flag quote characters inside a
10497         subshell, which is itself already in a quoted region, as
10498         punctuation, since this is the closest to what they actually are.
10499         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10500         sh-apply-quoted-subshell.
10501         (sh-font-lock-syntactic-face-function): Apply the new face for
10502         text inside `` instead of the old font-lock-string-face.
10504 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10506         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10507         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10508         (mac-bytes-to-text-range, mac-ae-text-range-array)
10509         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10510         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10511         (mac-ts-unicode-for-key-event): New functions.
10512         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10513         (mac-handle-font-selection): Use mac-ae-number.
10514         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10515         New variables.
10516         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10517         (mac-ts-converted-text, mac-ts-selected-converted-text)
10518         (mac-ts-block-fill-text, mac-ts-outline-text)
10519         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10520         (mac-ts-hilite-style-faces): New constant.
10521         (mac-apple-event-map): Bind text input events.
10522         (mac-dispatch-apple-event): Use command-execute instead of
10523         call-interactively.
10524         (global-map): Don't bind mac-apple-event.
10525         (special-event-map): Bind mac-apple-event.
10527 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10529         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10530         file name.
10531         (emacs): Enclose the value of $(EMACS) in quotes.
10533 2006-06-02  Juri Linkov  <juri@jurta.org>
10535         * international/mule.el (sgml-html-meta-auto-coding-function):
10536         Remove the condition `(search-forward "<html" size t)'.
10537         Replace `\"' with `[\"']?' in `re-search-forward'.
10539 2006-06-02  Kenichi Handa  <handa@m17n.org>
10541         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10542         as well as `coding'.
10543         (hack-local-variables): Likewise.
10545         * international/mule.el (enable-character-translation):
10546         Put permanent-local and safe-local-variable properties.
10547         (find-auto-coding): Handle char-trans: tag.
10549 2006-06-02  Juri Linkov  <juri@jurta.org>
10551         * international/mule.el (sgml-html-meta-auto-coding-function):
10552         Limit the search by the end of the HTML header (if any).
10554 2006-06-01  Richard Stallman  <rms@gnu.org>
10556         * subr.el (with-current-buffer): Doc fix.
10558 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10560         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10561         Almost rewrite.  Underlines over all lines of gcov output are too
10562         uncomfortable to read.  Suggested by Dan Nicolaescu.
10564 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10566         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10568         * shell.el (shell-mode): Use shell-mode-map in docstring.
10570         * comint.el (comint-send-input): Do not add help-echo and
10571         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10573 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10575         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10577 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10579         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10580         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10581         look up the stack and pop up GUD buffer if necessary.
10582         (gdb-frames-select): Remove redundant call to gud-display-frame.
10583         (gdb-info-threads-custom): Keep point at start of buffer.
10584         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10586 2006-05-31  Juri Linkov  <juri@jurta.org>
10588         * replace.el (query-replace-read-from, query-replace-read-to):
10589         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10591 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10593         * textmodes/table.el: Convert all HTML tags to lower case for
10594         XHTML compatibility.
10596 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10598         * progmodes/compile.el:
10599         (compilation-error-regexp-alist-alist::gcov-called-line):
10600         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10602 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10604         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10605         Revert inadvertent changes made with last commit.
10607 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10609         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10610         New functions.
10612         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10614 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10616         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10617         only matches in the right place.
10618         (org-upcoming-deadline): New face.
10619         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10620         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10621         and make it an option.
10622         (org-export-ascii-bullets): New option.
10623         (org-export-as-html): Many changes to emit valid XHTML.
10624         (org-par-open): New variable.
10625         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10626         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10627         (org-timeline): Pass `org-timeline-show-empty-dates' to
10628         `org-get-all-dates'.  Interpret empty dates returned by
10629         `org-get-all-dates'.
10630         (org-get-all-dates): New argument EMPTY.  Add dates without
10631         entries to the list, mark large ranges of empty dates.
10632         (org-point-in-group, org-context): New functions.
10634 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10636         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10638         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10639         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10640         to C-mouse-3 (for 2 button mice).
10641         (gdb-send): Do the right thing for C-d.
10643         * speedbar.el (speedbar-detach): Delete.
10644         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10645         it breaks things.
10646         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10648 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10650         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10651         Makeppfile.
10653         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10654         Add makepp diagnostic.
10656 2006-05-29  Richard Stallman  <rms@gnu.org>
10658         * window.el (fit-window-to-buffer): Doc fix.
10660         * help.el (temp-buffer-max-height): Doc fix.
10662         * subr.el (with-current-buffer): Doc fix.
10664 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10666         * term/x-win.el: Bind F10 to menu-bar-start if available.
10668 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10670         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10671         uses with a simple test.
10672         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10673         (term-send-raw-string, term-send-raw, term-mouse-paste)
10674         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10675         (term-handle-exit, term-read-input-ring)
10676         (term-previous-matching-input-string)
10677         (term-previous-matching-input-string-position)
10678         (term-previous-matching-input-from-input)
10679         (term-replace-by-expanded-history, term-send-input)
10680         (term-skip-prompt, term-bol, term-send-invisible)
10681         (term-kill-input, term-delchar-or-maybe-eof)
10682         (term-backward-matching-input, term-check-source)
10683         (term-proc-query, term-emulate-terminal)
10684         (term-handle-colors-array, term-process-pager, term-pager-line)
10685         (term-pager-bob, term-unwrap-line, term-word)
10686         (term-dynamic-complete-filename)
10687         (term-dynamic-complete-as-filename)
10688         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10689         unlesses.
10691 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10693         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10694         during bootstrapping.
10696         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10697         Basically undo the change of 2006-05-26: use extra arguments instead of
10698         dynamic scoping.
10699         (ewoc-locate): Remove unused var `footer'.
10701 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10703         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10705         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10706         (generate-file-autoloads): Obey it.  Return whether autoloads were
10707         added at point or not.
10708         (update-file-autoloads): Use this new return value.
10709         Remove redundant test for the presence of an autoload cookie.
10711         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10712         This one calls hack-local-variables.
10713         (generate-file-autoloads, update-file-autoloads): Use it.
10715         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10716         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10717         (bibtex-sort-entry-class-alist): Don't set the global value.
10718         (bibtex-init-sort-entry-class-alist): New fun.
10719         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10720         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10721         of bibtex-init-sort-entry-class.
10723 2006-05-28  Richard Stallman  <rms@gnu.org>
10725         * subr.el (load-history-regexp): If FILE is relative, insist
10726         entire last name component must match it.
10727         (load-history-filename-element, load-history-regexp): Doc fixes.
10729 2006-05-29  Kim F. Storm  <storm@cua.dk>
10731         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10732         `pos' and `raw-data' for clarity, as eval forms may access these.
10734 2006-05-28  Kim F. Storm  <storm@cua.dk>
10736         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10738 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10740         * progmodes/make-mode.el (makefile-browser-map)
10741         (makefile-mode-syntax-table): Move initialization inside declaration.
10742         (makefile-fill-paragraph): Use the default comment-filling code.
10744 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10746         * replace.el (query-replace-defaults): New variable.
10747         (query-replace-read-from): Use `query-replace-defaults' for
10748         default value, instead of history list.
10749         (query-replace-read-to): Update `query-replace-defaults'.
10751 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10753         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10754         with no X toolkit.
10756 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10758         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10759         (tumme-show-all-from-dir): Add autoload.
10761 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10763         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10764         (tumme-remove-tag): Fix bug.
10766 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10768         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10769         FOOTER args.  Update unique caller.
10770         (ewoc-delete): Compute last node once before looping.
10771         (ewoc--node-branch): Merge into unique caller.
10772         (ewoc--node): Don't define constructor make-ewoc--node for this
10773         structure.
10774         (ewoc): Add member `hf-pp' to this structure.
10775         (ewoc--wrap): New func.
10776         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10777         header/footer pretty-printers.  Save header/footer pretty-printer.
10778         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10780         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10782 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10784         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10785         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10786         Tag'.  Change "Compare directories..." to "Change Directories...".
10787         Move tumme commands to Operate, Regexp and Immediate menus.
10788         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10789         Tag" to "Add Image Tags".
10791         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10792         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10793         `tumme-delete-tag'.
10795 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10797         * shell.el (shell-mode): Call shell-dirtrack-mode after
10798         list-buffers-directory is made a local variable, to avoid setting
10799         the default value.
10801 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10803         * info.el (Info-index-next): Use where-is-internal to report
10804         actual binding of Info-index-next, rather than hard-coded `,'.
10806 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10808         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10809         and "Find Command in Manual" to here.
10811         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10812         Info-current-file as the file name.
10814 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10816         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10817         overrides will now be done a different way.
10818         (ses-set-parameter): Reapply this function for undo.
10819         (ses-set-header-row): Reconstruct header row during undo.
10820         (ses-widen): New function.
10821         (ses-goto-data, ses-reconstruct-all): Use new function.
10822         (ses-command-hook): Widen buffer during undo, before unupdating
10823         the cells.
10824         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10825         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10826         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10827         formula hasn't been executed yet.
10829 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10831         * comint.el (comint-kill-whole-line): Rename arg to count.
10832         Fix doc string.
10834 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10836         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10837         to copy-file.
10839 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10841         * simple.el (toggle-truncate-lines): Make arg optional for
10842         backward compatibility.
10844 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10846         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10847         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10848         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10849         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10850         (ewoc--adjust): Use ewoc--current-dll.
10851         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10853 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10855         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10856         compact error message.
10857         (org-tags-view): Refresh category table in each file.
10858         (org-table-justify-field-maybe): Remove superfluous arguments to
10859         `format'.
10860         (org-export-as-html): Insert "<p>" before postamble.
10861         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10863 2006-05-26  Kenichi Handa  <handa@m17n.org>
10865         * textmodes/po.el (po-find-charset): Pay attention to the case
10866         FILENAME is a cons (NAME . BUFFER).
10867         (po-find-file-coding-system-guts): Likewise.
10869         * arc-mode.el (archive-set-buffer-as-visiting-file):
10870         Call find-operation-coding-system with (FILENAME . BUFFER).
10872         * tar-mode.el (tar-extract): Call find-operation-coding-system
10873         with (FILENAME . BUFFER).
10875         * international/mule.el (decode-coding-inserted-region):
10876         Call find-operation-coding-system with (FILENAME . BUFFER).
10878 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10880         * image-mode.el (image-toggle-display): Use buffer contents to
10881         generate image for a remote file.
10883 2006-05-25  Juri Linkov  <juri@jurta.org>
10885         * replace.el (query-replace-read-from, query-replace-read-to):
10886         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10888 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10890         * whitespace.el (whitespace-cleanup): Change to cleanup
10891         region if one is active.
10892         * whitespace.el (whitespace-cleanup-internal): New internal method.
10894 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10896         * dired.el (dired-mode-map): Add help-echo strings to tumme
10897         commands.  Bind `tumme-dired-display-image' to C-t i.
10899         * tumme.el (tumme-display-image): Change documentation string slightly.
10900         (tumme-dired-display-image): Add call to `display-buffer'.
10902 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10904         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10905         Signal error if RAW-DATA is a multibyte string.
10907 2006-05-24  Richard Stallman  <rms@gnu.org>
10909         * subr.el (with-local-quit): When handling `quit' signal,
10910         make a chance for quit-flag to cause a quit.
10912         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10913         (ad-disable-advice): Add autoloads.
10915         * subr.el (read-passwd): Copy PROMPT before changing its properties.
10917 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10919         * dired.el (dired-mode-map): Change menu items for tumme as per
10920         suggestions in emacs-devel.
10922 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10924         * dired.el (dired-mode-map): Fix breakage.
10926 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10928         * tumme.el (tumme-display-dired-image): Rename to...
10929         (tumme-dired-display-image): ...this.
10930         (tumme-track-movement): Change default value to t.
10931         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10932         used from `tumme-next-line-and-display' and similar commands.
10934         * dired.el (dired-mode-map): Add Thumbnail submenu under the
10935         Immediate menu.  Add some tumme commands there.
10937 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10939         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10941 2006-05-24  Chong Yidong  <cyd@mit.edu>
10943         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10944         menu entries that open submenus.
10946 2006-05-24  Alan Mackenzie  <acm@muc.de>
10948         * startup.el (command-line): For names of preloaded files, don't
10949         append ".elc" (now done in Fload), and call file-truename on the
10950         lisp directory.
10952         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
10953         match ANY loaded file with the right name, not just those in
10954         load-path.  Put a regexp matching the file name into
10955         after-load-alist, rather than the name itself.
10957         * subr.el (load-history-regexp, load-history-filename-element)
10958         (do-after-load-evaluation): New functions.
10960         * international/mule.el (load-with-code-conversion): Do the
10961         eval-after-load stuff by calling do-after-load-evaluation.
10963 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10965         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10966         has not been killed.
10968 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10970         * term/mac-win.el: Set idle timer to clean up expired Apple events.
10971         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10972         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10973         Optionally set error message in reply.
10975 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
10977         * textmodes/org.el (org-open-at-point): Use renamed variable
10978         `org-confirm-shell-link-function'.
10979         (org-confirm-shell-link-function): Rename from
10980         `org-confirm-shell-links'.
10981         (org-export-directory): New function.
10982         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10983         (org-export-icalendar): Use `org-export-directory'.
10984         (org-indent-item): Keep cursor position.
10985         (org-link-file-path-type): New option.
10986         (org-export-as-html): Fix bug with plain lists starting in
10987         column 0.
10988         (org-export-as-html): Remove deadline formatting, this happens
10989         now already in `org-html-handle-time-stamps'.
10990         (org-export-html-style): Deadline class removed.
10991         (org-insert-labeled-timestamps-at-point): New option.
10992         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10993         of `hide-sublevels 1', in case the first headline is not level 1.
10994         (org-overview, org-content): New fuction.
10995         (org-cycle-global-status, org-cycle-subtree-status): Make these
10996         variables buffer-local.
10997         (org-global-cycle): New command.
10998         (org-shifttab): Use `org-global-cycle'.
10999         (org-insert-heading, org-insert-item): Go to end of new
11000         headline/item after creating it.
11001         (org-export-visible): Rename from `org-export-copy-visible'.
11002         Now creates a temporary org-file and applies an exporting command
11003         to it.
11004         (org-table-eval-formula): Support for lisp forms.
11005         (org-agenda-todo-ignore-scheduled): New option.
11006         (org-agenda-get-todos): Use new option
11007         `org-agenda-todo-ignore-scheduled'.
11008         (org-export-html-inline-images): New value `maybe'.
11009         (org-export-as-html): Inlining of images dependent on link description.
11010         (org-archive-subtree): Check for end-of-buffer before trying
11011         `kill-line'.
11012         (org-agenda-follow-mode): New option.
11013         (org-export-with-tags, org-export-with-timestamps): New options.
11014         (org-html-handle-time-stamps): New function.
11015         (org-keyword-time-regexp): New variable.
11016         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11017         (org-agenda-todo-list-sublevels): New option.
11018         (org-html-level-start): When TITLE is nil, just close all levels.
11019         (org-parse-key-lines, org-parse-export-options): Remove functions,
11020         replaced by `org-infile-export-plist'.
11021         (org-combine-plists, org-infile-export-plist)
11022         (org-default-export-plist): New functions.
11023         (org-export-html-preamble, org-export-html-postamble)
11024         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11025         New variables.
11026         (org-export-publishing-directory): New option.
11027         (org-export-as-html, org-export-as-ascii): Use the new property
11028         lists for settings.
11029         (org-export-copy-visible, org-export-as-xoxo):
11030         Respect `org-export-publishing-directory'.
11031         (org-link-search, org-store-link, org-file-apps): Support for
11032         links to BibTeX database entries..
11033         (org-get-current-options, org-set-regexps-and-options):
11034         Implement logging as a startup option.
11035         (org-store-link): Make sure context string is never empty
11036         (org-insert-link): Use relative path when possible.
11037         (org-at-item-checklet-p): New function.
11038         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11039         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11040         (org-metaright, org-metaup, org-metadown, org-shiftup)
11041         (org-shiftdown, org-shiftright, org-shiftleft)
11042         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11043         Dispatch using `call-interactively'.
11044         (org-call-with-arg): New defsubst.
11045         (org-tag-alist, org-use-fast-tag-selection): New options.
11046         (org-complete): Use `org-tag-alist'.
11047         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11048         (org-next-item, org-previous-item): New commands.
11049         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11050         make command.
11051         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11053 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11055         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11056         (ewoc-filter): Use `ewoc-delete'.
11058         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11060 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11062         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11063         Signal more user-friendly error messages.
11065         * complete.el (PC-do-completion): Undo the addition of implicit
11066         wildcards if they did not lead to finding any match.
11067         (read-file-name-internal): Don't add the final > if the completion is
11068         not finished.
11070 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11072         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11073         Quote safe-local-variable predicate.
11075 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11077         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11079 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11081         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11083         * progmodes/make-mode.el (makefile-special-targets-list)
11084         (makefile-macro-table, makefile-target-table): Mark as risky.
11085         (makefile-query-one-target-method): Make this the alias for the
11086         following variable.
11087         (makefile-query-one-target-method-function): Make this the real name.
11089         * textmodes/artist.el (artist-text-renderer): Make this the alias
11090         for the following variable.
11091         (artist-text-renderer-function): Make this the real name.
11093         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11094         the alias for the following variable.
11095         (flyspell-generic-check-word-predicate): Make this the real name.
11097         * textmodes/ispell.el (ispell-format-word): Make this the alias
11098         for the following variable.
11099         (ispell-format-word-function): Make this the real name.
11100         (ispell-message-text-end): Mark as risky.
11102         * skeleton.el (skeleton-transformation, skeleton-filter)
11103         (skeleton-pair-filter): Make these the aliases for the following
11104         variables.
11105         (skeleton-transformation-function, skeleton-filter-function)
11106         (skeleton-pair-filter-function): Make these the real names.
11108         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11109         and skeleton-pair-filter-function.
11111         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11112         alias for the following variable.
11113         (sgml-transformation-function): Make this the real name.
11114         (sgml-tag-alist): Mark as risky.
11116 2006-05-21  Richard Stallman  <rms@gnu.org>
11118         * simple.el (kill-region): Interactively, pass point, then mark.
11120 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11122         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11124 2006-05-21  Romain Francoise  <romain@orebokech.com>
11126         * dired-x.el (dired-mode-map): Don't bind M-g.
11128 2006-05-20  Richard Stallman  <rms@gnu.org>
11130         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11131         (dired-goto-file): Doc fix.
11133 2006-05-21  Kim F. Storm  <storm@cua.dk>
11135         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11136         way to enable built-in cua-mode if user loads older CUA-mode package.
11138         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11139         if default-filename is specified.
11141 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11143         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11145         * info.el (info-apropos): Make sure current-file and current-node
11146         have non-nil values.  Speed up by using add-to-list instead of
11147         manual consing.
11149 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11151         * progmodes/make-mode.el (makefile-mode): Doc fix.
11153 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11155         * dired-aux.el (dired-do-shell-command): Doc fix.
11157 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11159         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11160         ``(custom-manual :tag "Foo" "(foo)Node")''.
11162 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11164         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11165         value is an integer.
11167 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11169         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11170         "format".
11171         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11173 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11175         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11176         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11178 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11180         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11181         regexp for keywords.
11183 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11185         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11186         replace-regexp-in-string.
11188         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11189         encode, and escape file name on conversion to URL.
11191 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11193         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11194         Don't unescape URL.
11195         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11197         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11198         on conversion to URLs.
11200         * net/browse-url.el (browse-url-file-url): Encode file name on
11201         conversion to URL.
11203         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11204         conversion to URL.
11206 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11208         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11210 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11212         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11213         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11215 2006-05-19  Glenn Morris  <rgm@gnu.org>
11217         * calendar/diary-lib.el (diary-bahai-date)
11218         (list-bahai-diary-entries, mark-bahai-diary-entries)
11219         (mark-bahai-calendar-date-pattern): Not interactive.
11220         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11221         (diary-entries-list): Change format of 4th element in each entry.
11222         (diary-list-entries): Use add-to-diary-list.
11223         (diary-goto-entry): Handle the case where the buffer visiting the
11224         diary has been killed.
11225         (fancy-diary-display): Add 'locator to button rather than 'marker.
11226         Only generate temp-face when there are marks to apply.
11227         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11228         (diary-fancy-date-pattern): New variable.
11229         (diary-time-regexp): Doc fix.
11230         (diary-anniversary, diary-time): New faces.
11231         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11232         diary-time-regexp.  Add font-lock-multiline property where needed.
11233         Use new faces diary-anniversary and diary-time.
11234         (diary-fancy-font-lock-fontify-region-function): New function, to
11235         handle multiline font-lock pattern in fancy diary.
11236         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11237         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11238         diary-time.
11240 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11242         * international/code-pages.el (mik): Table corrected.
11244 2006-05-18  Kim F. Storm  <storm@cua.dk>
11246         * progmodes/grep.el (grep-find): Don't check grep-find-command
11247         before running command (breaks non-interactive usage).
11249 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11251         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11252         (ewoc--insert-new-node): Don't insert trailing newline.
11253         Instead, adjust successor nodes's start markers.
11254         (ewoc--refresh-node): Delete all text from current node's start
11255         marker to the next one's; adjust successor nodes's start markers.
11256         (ewoc--create): Doc fixes.
11257         (ewoc--refresh): Don't insert newline.
11258         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11259         * pcvs.el (cvs-make-cvs-buffer):
11260         Specify extra newline for ewoc's header and footer.
11261         (cvs-update-header): Update initial header recognition.
11262         Append newline to final header and footer values.
11263         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11265 2006-05-17  Richard Stallman  <rms@gnu.org>
11267         * files.el (file-name-extension): Doc fix.
11269 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11271         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11272         we can explicitly enable/disable rather than toggle.
11273         (shell-mode): Use it.
11274         (shell-cd): Don't try to reproduce what `cd' does.
11276 2006-05-17  Kim F. Storm  <storm@cua.dk>
11278         * ido.el (ido-read-internal): Use only nondirectory part of
11279         default item.
11281 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11283         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11284         (ewoc-nth): Doc fix.
11286         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11288 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11290         * international/mule.el (auto-coding-alist): Add .lha to files
11291         read with no-conversion.
11293         * files.el (auto-mode-alist): Add .lha files to archive file
11294         extensions.
11296         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11297         Convert csize to integer when computing offsets within the
11298         compressed archive file.
11300 2006-05-16  Kim F. Storm  <storm@cua.dk>
11302         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11303         with read-from-minibuffer.
11305 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11307         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11308         (byte-compile-warnings): Fix safe-local-variable property.
11310 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11312         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11313         (allout-stylish-prefixes, allout-numbered-bullet)
11314         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11315         predicates to qualify `safe-local-variable' property, when
11316         available, else use equivalent lambda.
11317         (allout-current-topic-collapsed-p): Do the right thing regarding
11318         trailing blank lines.
11320 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11322         * server.el (server-start): Only create a directory if needed.
11323         (server-edit, server-unload-hook): server-start => server-mode.
11324         (kill-emacs-hook): Cleanup upon exit.
11326 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11328         * hexl.el (hexlify-buffer): Encode process arguments manually.
11330 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11332         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11333         call to gdb-tooltip-print.
11335 2006-05-15  Romain Francoise  <romain@orebokech.com>
11337         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11338         systems, default to "tar" since those systems probably have GNU tar.
11340 2006-05-14  Lars Hansen  <larsh@soem.dk>
11342         * desktop.el (desktop-missing-file-warning): Fix docstring.
11343         (desktop-restore-file-buffer): Correct question asked on missing file.
11345 2006-05-14  Kim F. Storm  <storm@cua.dk>
11347         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11348         Add CUA move property.
11350 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11352         * custom.el (custom-push-theme): Load the variable before checking
11353         its `standard-value'.
11355 2006-05-13  Lars Hansen  <larsh@soem.dk>
11357         * desktop.el (desktop-save): Use with-temp-buffer.
11359 2006-05-12  Glenn Morris  <rgm@gnu.org>
11361         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11362         * calendar/calendar.el (calendar-mode-map):
11363         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11364         * calendar/appt.el (appt-check, appt-make-list): Refer to
11365         diary-view-entries, diary-list-entries, diary-show-all-entries
11366         rather than obsolete aliases.
11368 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11370         * simple.el (line-move-finish): Avoid calling point motion hooks
11371         while processing intangibility.
11373 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11375         * term/xterm.el (terminal-init-xterm): Fix typo.
11377 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11379         * allout.el (allout-view-change-hook): Mark as being deprecated,
11380         to be replaced by `allout-exposure-change-hook'.
11381         (allout-exposure-change-hook): New, replacing
11382         `allout-view-change-hook'.
11383         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11384         in addition to `allout-view-change-hook'.
11385         (allout-show-bodies, allout-old-style-prefixes)
11386         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11387         lambda forms to prevent their showing up in variable help
11388         presentations as inscrutable byte-compiled code.
11389         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11390         Use string-or-null-p to qualify safe-local-variable values.
11391         (allout-reindent-bodies): Use memq to qualify matches against
11392         valid safe-local-variable values.  Also, quote the lambda as above.
11393         (allout-use-mode-specific-leader): Add missing candidate-value
11394         symbols, use memq, and quote the lambda.
11395         (allout-overlay-interior-modification-handler): Remove unused
11396         variables `msg' and 'opened'.
11397         (allout-hidden-p): Constrain invisibility consideration to allout's
11398         invisibility spec, disregarding invisibility for other reasons.
11400 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11402         * files.el (version-control): Correct safe values.
11404 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11406         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11408         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11409         (ewoc--insert-new-node): New func.
11410         Update callers of deleted funcs to use it, instead.
11412 2006-05-11  Glenn Morris  <rgm@gnu.org>
11414         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11415         obsolete alias `show-all-diary-entries'.
11416         (make-diary-entry): Not interactive.
11417         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11418         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11419         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11420         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11421         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11422         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11424 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11426         * calendar/calendar.el (calendar-french-date-string)
11427         (calendar-mayan-date-string, calendar-chinese-date-string)
11428         (calendar-astro-date-string, calendar-iso-date-string)
11429         (calendar-islamic-date-string, calendar-bahai-date-string)
11430         (calendar-hebrew-date-string, calendar-coptic-date-string)
11431         (calendar-ethiopic-date-string, calendar-persian-date-string):
11432         These functions are not interactive.
11434 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11436         * files.el: Balance parentheses.
11438 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11440         * files.el, newcomment.el, outline.el, simple.el,
11441         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11442         * progmodes/cc-vars.el, progmodes/compile.el:
11443         Move `safe-local-variable' declarations to the respective files.
11445         * help-fns.el (describe-variable): Don't print safe-var if it is
11446         byte-code.  Improve wording as suggested by Luc Teirlinck.
11448 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11450         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11451         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11452         Use a token for pending-triggers to ensure gdb-var-update
11453         gets called once per user input again for pre-GDB 6.4.
11454         (gdb-var-delete): Match on more complex expressions.
11455         (gdb-var-list-children-handler, gdb-var-create-handler):
11456         Use a token for consistency.
11458 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11460         * textmodes/org.el (org-read-date, org-goto-calendar)
11461         (org-agenda-goto-calendar):
11462         Bind `view-calendar-holidays-initially' to nil.
11464 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11466         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11467         Update all callers to do it there, instead.
11469 2006-05-10  Glenn Morris  <rgm@gnu.org>
11471         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11472         prefix arg case, to avoid view-diary-entries-initially error.
11473         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11474         (calendar-date-is-legal-p): Handle dates with no day part.
11476 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11478         * comint.el (comint-insert-input): Just make it when
11479         comint-use-prompt regexp is nil (default) and with the mouse.
11480         (comint-copy-old-input): Reinstate from 2004-06-23.
11481         (comint-mode-map): Bind C-c C-m to it.
11483 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11485         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11486         Remove spurious move to point-max (new comint behavior fixes).
11488         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11489         compatibility function (Emacs 18/19).
11490         (idlwave-is-continuation-line): Always return point at start of
11491         previous non-blank continuation line.
11492         (keyword-parameters): Fix continued comment font-lock matcher.
11493         (idlwave-font-lock-fontify-region): Written, use as
11494         font-lock-fontify-region-function, to fix continued keyword
11495         fontification issues.
11497 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11499         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11500         (mac-service-selection, mac-service-open-file)
11501         (mac-service-open-selection, mac-service-mail-selection)
11502         (mac-service-mail-to, mac-service-insert-text): Rename from
11503         mac-services-*.  All uses changed.
11504         (mac-apple-event-map): Rename event symbol `services' to `service'.
11506 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11508         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11509         (ewoc--node-enter-first, ewoc--node-enter-last)
11510         (ewoc--delete-node-internal): Merge funcs into unique callers.
11512 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11514         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11515         return value of read-from-minibuffer for empty input.
11517 2006-05-09  Miles Bader  <miles@gnu.org>
11519         * comint.el (comint-insert-input): Remove redundant calls to setq
11520         and goto-char.
11522 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11524         * comint.el (comint-insert-input): Make it work when
11525         comint-use-prompt-regexp is t.
11527 2006-05-10  Miles Bader  <miles@gnu.org>
11529         * subr.el (field-at-pos): New function.
11531         * comint.el (comint-insert-input): Use it.
11533 2006-05-09  Juri Linkov  <juri@jurta.org>
11535         * battery.el (battery-linux-proc-acpi): Also try
11536         `/proc/acpi/thermal_zone/THR2/temperature'.
11538         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11539         for now unused lambda `string-or-null'.
11541         * add-log.el (change-log-default-name): Put `string-or-null-p'
11542         instead of lambda on `safe-local-variable' property.
11544         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11545         `region-end' instead of `mark' and `point'.
11546         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11547         Operate on region in Transient Mark mode when the mark is active.
11548         Use `region-beginning' and `region-end' instead of `mark' and
11549         `point'.
11550         (diff-hunk-text, diff-goto-source): Doc fix.
11552         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11553         face `mode-line-buffer-id' for mode-line buffer face instead of
11554         hard-coded `(:weight bold)'.
11556         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11557         buffer-undo-list to t (undo-ask is reproducible by visiting
11558         nested archives).
11560 2006-05-09  Kim F. Storm  <storm@cua.dk>
11562         * progmodes/grep.el (rgrep): Set default directory of *grep*
11563         buffer if we start M-x rgrep in the *grep* buffer and choose
11564         a different base directory.
11566 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11568         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11569         completion also when ido is loaded.
11571 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11573         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11574         "warning" and "import".
11575         (cpp-font-lock-keywords): Added "warning".
11577 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11579         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11581 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11583         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11584         pages at a time, if we signal the end, we should indeed reach that end.
11586 2006-05-08  David Reitter  <david.reitter@gmail.com>
11588         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11589         output during execution of the body.
11591 2006-05-08  Kim F. Storm  <storm@cua.dk>
11593         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11595 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11597         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11598         Use with-current-buffer.
11600 2006-05-07  Kim F. Storm  <storm@cua.dk>
11602         * subr.el (add-to-history): Remove keep-dups arg.
11604         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11605         to nil around call to add-to-history.
11607 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11610         than after a buffer modification.
11612 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11614         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11615         call to...
11616         (gud-watch): ...here so speedbar is raised for already watched
11617         expressions.
11618         (gdb-speedbar-refresh): Delete function.
11619         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11620         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11621         earlier change).
11622         (gdb-var-evaluate-expression-handler)
11623         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11625         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11626         Update localized contents for all buffers except ignored modes.
11628 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11630         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11631         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11632         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11633         (mac-handle-font-panel-closed, mac-handle-font-selection):
11634         New functions.
11635         (mac-font-panel-mode): New minor mode.
11636         (mac-apple-event-map): Add bindings for toolbar toggle button and
11637         font panel.
11638         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11640 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11642         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11643         Avoid `regexp-opt'; simplify regexp for readability.
11645 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11647         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11648         * files.el (buffer-stale-function):
11649         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11650         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11651         links to the main manual, not to emacs-xtra.
11653 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11655         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11656         MacJapanese if text is ASCII-only.
11658 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11660         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11661         unless so nil isn't returned.
11662         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11664 2006-05-06  Kim F. Storm  <storm@cua.dk>
11666         * subr.el (add-to-history): New function.
11668         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11669         (ediff-merge-files-with-ancestor):
11670         * env.el (setenv):
11671         * isearch.el (isearch-update-ring):
11672         * server.el (server-visit-files):
11673         * progmodes/grep.el (lgrep, rgrep):
11674         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11675         * progmodes/xscheme.el (xscheme-insert-expression):
11676         Use add-to-history.
11678         * kmacro.el (kmacro-push-ring): Use add-to-history.
11679         (kmacro-ring-length): Remove unused defun.
11680         (kmacro-start-macro): Use kmacro-push-ring.
11682 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11684         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11685         directly instead of a lambda expression that calls it.
11687 2006-05-06  Kim F. Storm  <storm@cua.dk>
11689         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11690         instead of compute-motion.
11692 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11694         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11695         change.
11697 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11699         * startup.el (command-line-1): Refer to "Pure Storage" on
11700         pure-space-overflow.
11702 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11704         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11705         provided faces once they all have been used up.
11707 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11709         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11710         reference to the Lisp manual to the warning about pure space
11711         overflow.
11713 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11715         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11716         argument to avoid the call to `ispell-internal-change-dictionary'
11717         when not needed.
11718         (ispell-change-dictionary): Use this argument and call
11719         `ispell-internal-change-dictionary' after the possible change
11720         to `ispell-local-dictionary'.
11721         (ispell-internal-change-dictionary): Check for a change in
11722         personal dictionary use too.
11724 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11726         * startup.el (command-line): On MS-Windows, probe "~", not
11727         "~USER", for warning about non-existent home directory.
11729         * arc-mode.el (archive-l-e): New optional argument `float' means
11730         generate a float value.
11731         (archive-arc-summarize, archive-lzh-summarize)
11732         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11733         with 3rd argument non-nil when file's size is being computed.
11734         Format the file sizes with %8.0f instead of %8d.
11736 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11738         * cus-start.el (all): Add mac-dnd-known-types.
11740         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11741         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11742         (mac-TIFF-to-string): New functions.
11743         (x-get-selection, x-selection-value)
11744         (mac-select-convert-to-string): Use them.
11745         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11746         (mac-dnd-types-alist): New customization variable.
11747         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11748         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11749         (mac-dnd-handle-drag-n-drop-event): New functions.
11750         (mac-drag-n-drop): Remove function.
11751         (global-map): Bind drag-n-drop and M-drag-n-drop to
11752         mac-dnd-handle-drag-n-drop-event.
11754 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11756         * progmodes/perl-mode.el (perl-beginning-of-function):
11757         Skip anonymous subs.
11759 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11761         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11762         regexp-opt at run time.
11764         * term.el (term-handle-ansi-escape): Fix off by one error.
11766 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11768         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11769         (gdb-init-1, gdb-post-prompt): ...and references to it.
11770         (gdb-frame-handler): Strip directory name from filename if present.
11772         * progmodes/gud.el (gdb-force-update): Delete defvar
11773         (gud-speedbar-buttons): ...and references to it.  Use window-start
11774         to try to keep positon in watch expression.
11776 2006-05-03  Richard Stallman  <rms@gnu.org>
11778         * simple.el (next-history-element, previous-history-element): Doc fix.
11780         * isearch.el (isearch-update-ring): Doc fix.
11782 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11784         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11785         into consideration.  Replace one arm ifs with whens.
11787 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11789         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11790         (menu): Fix typo.
11792 2006-05-02  Miles Bader  <miles@gnu.org>
11794         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11796 2006-05-02  Jay Belanger  <belanger@truman.edu>
11798         * calc/calc-embed.el (calc-override-minor-modes-map)
11799         (calc-override-minor-modes): New variables.
11800         (calc-do-embedded): Make sure that Calc keystrokes aren't
11801         overwritten by minor modes.
11803 2006-05-02  Chong Yidong  <cyd@mit.edu>
11805         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11807 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11809         * startup.el (command-line-1): Refer to Lisp manual when
11810         pure-space-overflow occurs.
11812         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11813         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11814         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11815         (version-control): Don't use `t' for safe-local-variable declarations.
11817 2006-05-01  Richard Stallman  <rms@gnu.org>
11819         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11820         M-r, M-R, M-A, M-SPC or M-DEL.
11821         (diff-mode-map): diff-refine-hunk now on C-c C-w
11822         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11824         * help-mode.el (help-mode): view-exit-action calls delete-window
11825         only when it is safe and possible.
11827         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11828         in messages.
11830         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11832         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11833         in the default tool-bar-map.
11835 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11837         * net/tramp.el (tramp-completion-file-name-handler-alist)
11838         (tramp-run-real-handler, tramp-completion-run-real-handler)
11839         (tramp-completion-handle-file-name-all-completions)
11840         (tramp-completion-handle-file-name-completion): Autoload them.
11841         (tramp-completion-handle-file-exists-p)
11842         (tramp-completion-handle-file-name-directory)
11843         (tramp-completion-handle-file-name-nondirectory)
11844         (tramp-completion-handle-expand-file-name): Remove them.
11845         (tramp-handle-file-name-directory): Return the real directory name.
11846         Returning "/" only doesn't need to be necessary any longer.
11847         (tramp-file-name-handler): Make special attention when in hostname
11848         completion mode.
11849         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11850         (tramp-register-file-name-handlers):
11851         Register `tramp-completion-file-name-handler' only when
11852         `partial-completion-mode' is enabled.
11853         (tramp-completion-handle-file-name-all-completions):
11854         Delete directory part from results.
11855         (tramp-get-completion-methods, tramp-get-completion-user-host):
11856         Discard deleting "/", it doesn't work after the change of
11857         `tramp-handle-file-name-directory' above.
11859 2006-05-01  Kim F. Storm  <storm@cua.dk>
11861         * progmodes/grep.el (grep-expand-template): Use save-match-data
11862         and symbol-value.
11864 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11866         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11867         Use select-frame-set-input-focus instead of raise-frame.
11868         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11870 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11872         * progmodes/gud.el (gud-def): Add %c case.
11873         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11874         (gud-format-command): Make match case sensitive.  Match on %F.
11876 2006-04-30  Glenn Morris  <rgm@gnu.org>
11878         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11879         (cal-tex-preamble): Use cal-tex-preamble-extra.
11880         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11881         than alias `list-diary-entries'.
11883 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11885         * help-fns.el (describe-variable): Add info about safe local variables.
11887 2006-04-29  Richard Stallman  <rms@gnu.org>
11889         * bindings.el (mode-line-format): help-echo doc fixes.
11891         * net/tramp.el (tramp-file-name-handler-alist): Delete
11892         expand-file-name and other operations that can cause spurious loading.
11894 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11896         * files.el (safe-local-variable-p): Remove support for the special
11897         value t.
11899         * textmodes/paragraphs.el (sentence-end-without-space):
11900         Fix safety predicate.
11901         (sentence-end-double-space, sentence-end-without-period)
11902         (paragraph-ignore-fill-prefix):
11903         * textmodes/fill.el (colon-double-space):
11904         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11906         * subr.el (booleanp): New fun.
11908         * textmodes/reftex-vars.el (reftex-guess-label-type):
11909         Tighten the safety predicate.
11911 2006-04-28  Kim F. Storm  <storm@cua.dk>
11913         * progmodes/grep.el (defgroup grep): Doc fix.
11914         (grep-auto-highlight): Remove.
11915         (grep-template): New defcustom.
11916         (grep-find-template): Rename from grep-tree-template.
11917         (grep-files-aliases): Rename from grep-tree-files-aliases.
11918         Remove "all" alias, add "l" alias.
11919         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11920         (grep-find-ignored-directories): New defcustom to replace
11921         grep-tree-ignore-CVS-directories, to facilitate ignoring
11922         subdirectories for multiple version control systems.
11923         (grep-mode-map): Add Recursive grep item to GREP menu.
11924         (grep-regexp-history, grep-files-history): New defvars.
11925         (grep-probe): New helper function.
11926         (grep-compute-defaults): Use it to simplify code.
11927         Adapt to name changes.
11928         Use `.' as base in grep-find-template rather than <D>.
11929         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
11930         Call grep-compute-defaults unconditionally.
11931         (grep-expand-keywords): New defconst.
11932         (grep-expand-template): Rename from grep-expand-command-macros.
11933         Simplify via grep-expand-keywords.  Look at case-fold-search instead
11934         of grep-tree-ignore-case to add -i option.
11935         Bind case-fold-search to nil while matching keywords.
11936         (grep-tree-last-regexp, grep-tree-last-files): Remove.
11937         (grep-read-regexp, grep-read-files): New helper functions.
11938         (rgrep): Rename from grep-tree.  Rework to use proper histories.
11939         Adapt to changes in defcustoms and functions above.
11940         (lgrep): New command, as grep, but using same interactive UI as rgrep.
11942 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
11944         * net/tramp.el (tramp-completion-file-name-handler):
11945         Disable Tramp's functionality while loading Tramp itself.
11946         (tramp-register-file-name-handlers): That's a defsubst now.
11947         Code from `tramp-repair-jka-compr' moved here.  Apply it via
11948         `after-init-hook'.
11949         (tramp-repair-jka-compr): Remove.
11951 2006-04-27  Jay Belanger  <belanger@truman.edu>
11953         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11954         read expression when `math-read-big-expr' doesn't work.
11956 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
11958         * startup.el (command-line-1): Display warning when
11959         pure-space-overflow is non-nil.
11961 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11963         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11964         risky.
11966 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11968         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11969         Return the URL or nil if none can be generated.
11971 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
11973         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11974         byte compiler warnings.
11975         (gud-basic-call, gud-find-expr): Let user select an expression
11976         for printing.  Print expression as well as value in GUD buffer.
11978 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
11980         * allout.el: Remove local autoload declaration for
11981         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11982         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11983         (allout-plain-bullets-string, allout-distinctive-bullets-string)
11984         (allout-use-mode-specific-leader, allout-old-style-prefixes)
11985         (allout-stylish-prefixes, allout-numbered-bullet)
11986         (allout-file-xref-bullet, allout-presentation-padding)
11987         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11988         safe-local-variable with suitable value spec, and add autoload
11989         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
11990         (move-beginning-of-line, move-end-of-line): Repair so these compat
11991         functions now actually resituate the point, when appropriate.
11993 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11995         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11997         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11998         (add-log-iso8601-time-string): Fix call to format-time-string.
12000 2006-04-26  Kim F. Storm  <storm@cua.dk>
12002         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12004 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12006         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12007         Add support for "//" style comments.  Remove `b' flag
12008         from ?* in `asm-mode-syntax-table'.
12010 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12012         * follow.el: Use (featurep 'xemacs) everywhere.
12013         (follow-mode): Use define-minor-mode.
12014         (follow-mode-map): Move initialization into the declaration.
12015         Use command remapping.
12016         (follow-emacs-version-xemacs-p): Remove.
12017         (follow-submit-feedback): Remove.
12019         * allout.el (allout-layout, allout-passphrase-verifier-string)
12020         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12022         * textmodes/reftex-vars.el (reftex-vref-is-default)
12023         (reftex-fref-is-default, reftex-guess-label-type):
12024         Tighten up a bit the safety predicate.
12026         * textmodes/paragraphs.el (sentence-end-double-space)
12027         (sentence-end-without-period, sentence-end-without-space)
12028         (page-delimiter, paragraph-ignore-fill-prefix):
12029         Tighten up a bit the safety predicate.
12031         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12033         * progmodes/python.el (python-continuation-line-p)
12034         (python-beginning-of-statement): syntax-ppss may return
12035         a negative depth.
12036         (python-mode): Don't forcefully enable font-lock.
12038         * time-stamp.el (time-stamp-start, time-stamp-end)
12039         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12041         * add-log.el: Remove spurious * in docstrings.
12042         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12043         (add-change-log-entry): Use it here, since it's not specific
12044         to iso8601.
12045         (add-log-iso8601-time-string): Don't use it here any more.
12046         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12048         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12050 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12052         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12053         (rcirc-toggle-low-priority): Doc fix.
12054         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12055         ChanServ regexp.
12056         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12057         #emacs.
12058         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12059         (rcirc-decode-coding-system): Use utf-8 as the default.
12060         (rcirc-multiline-minor-mode): Set the fill-column.
12061         (rcirc-format-response-string): Display bright and dim nicks.
12062         (rcirc-browse-url): Update interactive spec to fill ARG.
12063         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12064         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12066 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12068         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12069         case for @Article, etc.
12071 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12073         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12074         Added with autoload cookie.
12075         (tramp-unload-file-name-handlers): Rename from
12076         `tramp-unload-file-name-handler-alist'.
12078 2006-04-23  Romain Francoise  <romain@orebokech.com>
12080         * comint.el (comint-match-partial-filename): Doc fix.
12082 2006-04-21  Glenn Morris  <rgm@gnu.org>
12084         * calendar/cal-menu.el (calendar-mode-map): Refer to
12085         `diary-view-entries' rather than alias `view-diary-entries'.
12086         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12088 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12090         * progmodes/antlr-mode.el (antlr-default):
12091         * cus-edit.el (custom-documentation):
12092         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12093         in defface.
12095 2006-04-21  Kim F. Storm  <storm@cua.dk>
12097         * image.el (image-type): New defun split out of create-image.
12098         (create-image): Use it.
12100 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12102         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12103         (org-open-at-point): Remove the "...done" message to keep output
12104         in the echo area visible.
12105         (org-export-as-xoxo): Fix call to `indent-region'.
12107 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12109         * international/mule.el (keyboard-coding-system): defcustom
12110         info-link fixes: "Specify Coding" has been split, keyboard now in
12111         "Terminal Coding", and "Single-Byte Character Support" is now
12112         "Unibyte Mode".
12114 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12116         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12117         Use font-lock-warning-face for any errors e.g. no stack.
12118         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12120 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12122         * progmodes/sh-script.el (sh-shell): Mark as safe.
12124         * newcomment.el (comment-start, comment-start-skip)
12125         (comment-end-skip, comment-end): Mark as safe.
12127 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12129         * textmodes/org.el (org-deadline-announce): Face removed.
12130         (org-level-faces, org-n-levels): Convert to constant.
12131         (org-compatible-face): New function.
12132         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12133         (org-level-5, org-level-6, org-level-7, org-level-8)
12134         (org-special-keyword, org-warning, org-headline-done, org-link)
12135         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12136         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12137         Face definition revised for better color tty support.
12138         (org-bold-re, org-italic-re, org-underline-re): New constants.
12139         (org-set-font-lock-defaults): Use the new constants.
12140         (org-agenda-highlight-todo): New function.
12141         (org-agenda-todo): Fix bug with point at end of line.
12142         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12143         Fontify TODO keywords.
12144         (org-insert-link): Preserve relative path in ../ links.
12145         (org-export-as-html): Convert links pointing to .org files into
12146         links that will work beteen the exported HTML files.
12147         (org-todo-list): Fix bug when arg=0.
12148         (org-insert-heading): More fine-tuning.
12150 2006-04-19  Romain Francoise  <romain@orebokech.com>
12152         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12153         from `rmail-mime-charset-pattern'.
12155 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12157         * progmodes/python.el (python-mode): Fix typo.
12159 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12161         * comint.el (comint-previous-input): Don't clobber input line
12162         when moving off either end of the input history ring.
12163         (comint-delete-input): New function, used by
12164         `comint-previous-input' and others.
12165         (comint-previous-matching-input):
12166         Use `coming-delete-input'.  Save the partial input if leaving the
12167         edit line.  Goto point-max before deleting input to avoid
12168         partial input fragments hanging around.
12169         (comint-restore-input): New function, used by `comint-previous-input'.
12171 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12173         * imenu.el (imenu--index-alist): Balance parentheses.
12175 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12177         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12179 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12181         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12182         file is nil.
12184 2006-04-18  Richard Stallman  <rms@gnu.org>
12186         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12188         * imenu.el (imenu-create-index-function, imenu--index-alist)
12189         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12190         (imenu-default-create-index-function, imenu--generic-function):
12191         Doc fixes.
12193         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12195         * help-mode.el (help-mode): Set view-exit-action to delete window.
12197         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12198         now works by passing nil as arg.
12200         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12202         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12203         (read-abbrev-file): Provide default when reading filename.
12205         * files.el (enable-local-variables): Allow :all as value.
12206         (hack-local-variables): Implement that value.
12207         (safe-local-variable-values, safe-local-eval-forms)
12208         (enable-local-variables): Mark as risky.
12209         (find-file-visit-truename, kept-old-versions): Mark safe.
12211         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12212         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12213         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12215 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12218         Use forward-line so as to get to BOL even in the presence of fields.
12219         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12220         in return.
12221         (inferior-tcl): Tell tclsh to work in interactive mode.
12223         * complete.el (partial-completion-mode):
12224         Use 'choose-completion-string-functions to make sure that
12225         choose-completion fills the minibuffer properly.
12227         * complete.el (PC-old-read-file-name-internal): Remove.
12228         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12229         of read-file-name-internal.
12230         (partial-completion-mode): Enable/disable this advice.
12232 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12234         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12235         of 2006-04-17.
12237 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12239         * textmodes/org.el (org-insert-heading): Insert heading before
12240         current if at beginning of line.
12241         (org-todo, org-date): New faces.
12242         (org-table-align): Make sure tooltip window contains full text.
12243         (org-no-properties): New defsubst.
12244         (org-set-font-lock-defaults): Use new faces.
12246 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12248         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12249         for root variables.
12251         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12252         (gdb-frame-address): Re-use to identify frame for watch expression.
12253         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12254         variables.
12255         (gdb-init-1, gdb-source, gdb-post-prompt)
12256         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12257         (gdb-frame-handler): Get gdb-frame-address.
12259 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12261         Sync with Tramp 2.0.53.
12263         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12264         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12265         (tramp-completion-file-name-handler): Add autoload cookie for
12266         adding to `file-name-handler-alist'.
12268         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12269         the prompt.  If it returns earlier (when detecting an error
12270         message), the rest of the output will merge accidently with the
12271         output of the next command.  Reported by M Jared Finder
12272         <jared@hpalace.com>.
12274         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12275         for `process-file', in order to let it work for older Emacsen too.
12277 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12279         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12280         (tex-font-lock-keywords-3): Use it.
12282 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12284         * newcomment.el (comment-add): New function.
12285         (comment-region-default, comment-dwim): Use it.
12287 2006-04-15  Michael Olson  <mwolson@gnu.org>
12289         * emacs-lisp/tq.el: Improve comments.
12290         (tq-queue-head-question): New accessor function.
12291         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12292         Update for modified queue structure.
12293         (tq-queue-add): Accept `question' argument.
12294         (tq-queue-pop): If a question is pending, send it.
12295         (tq-enqueue): Accept new optional argument `delay-question'.
12296         If this is non-nil, and at least one other question is pending a
12297         response, queue the question rather than sending it immediately.
12299 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12301         * calendar/appt.el (appt-add): Check whether an appointment is
12302         already present in appt-time-msg-list.  Simplify code.
12304 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12306         * progmodes/cc-langs.el (c-mode-menu):
12307         Don't presume c-subword-mode is bound.
12309 2006-04-13  Bill Wohler  <wohler@newt.com>
12311         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12312         (customize-package-emacs-version): Use cdr instead of cadr now
12313         that alists use dotted pairs.
12315         * custom.el (defcustom): Fix docstring for :package-version.
12317 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12319         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12320         (tramp-handle-shell-command): Display output buffer only when
12321         `tramp-display-shell-command-buffer' is true.
12322         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12324 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12326         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12327         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12329 2006-04-13  Romain Francoise  <romain@orebokech.com>
12331         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12332         leaving temporary .cvsignore buffers behind.
12334 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12336         * textmodes/org.el (org-set-regexps-and-options)
12337         (org-get-current-options): Better names for the startup folding
12338         options.
12340 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12342         * vc.el (vc-annotate): Arrange for point to end up at the same
12343         line number as in the original, but only when using a new buffer.
12345 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12347         * files.el (hack-one-local-variable-eval-safep):
12348         Recognize `edebug-form-spec' for `put', but only if it passes
12349         `edebug-basic-spec'.  Generalize `put' handling.
12351         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12352         vetting file-local form specs.
12354         * allout.el (allout-layout): Autoload its `safe-local-variable'
12355         property.
12357 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12359         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12360         (org-agenda-mouse-1-follows-link)
12361         (org-mouse-1-follows-link): New options.
12362         (org-format-agenda-item): Fix bug if TAGS is nil.
12363         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12365 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12367         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12368         GDB 6.1+ gives full filename for "info sources" so use
12369         file-name-nondirectory.
12371 2006-04-12  Romain Francoise  <romain@orebokech.com>
12373         * subr.el (read-passwd): Bind `message-log-max' to nil.
12375 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12377         * progmodes/perl-mode.el (perl-indent-new-calculate):
12378         Recompute parse-start after jumping backward by a whole sexp.
12380 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12382         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12383         window configuration.
12384         (vc-annotate-display-select): Select the buffer so that current-buffer
12385         (and selected-window) is the output buffer at the end of vc-annotate.
12387 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12389         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12390         8-color terminals, to use all of the colors in a sensible order.
12391         256-color terminals work well with the standard map.
12392         (vc-annotate-lines): Only strip the first color character if it
12393         is "#", to allow for terminal-style named colors.
12394         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12395         the correct buffer is scrolled.
12397 2006-04-11  Richard Stallman  <rms@gnu.org>
12399         * emacs-lisp/bytecomp.el (byte-compile-file):
12400         Bind enable-local-variables to :safe, and make normal-mode obey it.
12402         * files.el (enable-local-variables): Allow value :safe.
12403         (normal-mode): Doc fix.
12404         (hack-local-variables): Implement enable-local-variables = :safe.
12405         (hack-local-variables-confirm): Don't prevent quitting.
12407 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * loadhist.el (unload-feature): A bit of sanity check of
12410         load-history entries.  Cancel timer-vars before unbinding them.
12412         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12413         quote special chars, and make the trick work on the hex part of the
12414         buffer as well.
12415         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12416         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12418         * startup.el (normal-splash-screen): Fix last change so we don't wait
12419         2 minutes if we don't show the splash screen.
12421 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12423         * textmodes/org.el (org-export-plain-list-max-depth)
12424         (org-table-spaces-around-separators)
12425         (org-radio-targets, org-activate-camels)
12426         (org-table-spaces-around-invisible-separators): Options removed.
12427         (org-time-stamp-rounding-minutes, org-remember-templates)
12428         (org-ellipsis, org-activate-links, org-descriptive-links):
12429         New options.
12430         (org-remember-apply-template, org-current-time)
12431         (org-finish-edit-table-field)
12432         (org-link-unescape, org-link-escape)
12433         (org-string-width, org-table-clean-line, org-html-do-expand)
12434         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12435         (org-read-agenda-file-list): New functions.
12436         (org-table-edit-field)
12437         (org-table-create-or-convert-from-region): New commands
12438         (org-table-toggle-vline-visibility): Command removed.
12439         (org-table-convert-region): Made a command.
12440         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12441         Replace with the normal org- functions.
12442         (org-self-insert-command): Don't trigger realign unnecessarily
12443         when blanking a field that is not full.
12444         (org-mode): `Set buffer-invisibility-spec' for links.
12445         (org-activate-links2): Hide link part and only show descriptive
12446         part of the link.
12447         (org-insert-link): Modify for new linking system.
12448         (org-store-link): Store description separately, for use by
12449         `org-insert-link'.
12450         (org-table-align): Use `org-string-width'.
12451         (defgroup): Completely new group structure for custom variables.
12452         (org-agenda-files): Option: Single file name allowed.  Function:
12453         Optional argument unrestrited means ignore any restricitons.
12454         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12455         trying to modify the menu.  Use generalized access to
12456         `org-agenda-files.'
12457         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12458         (org-agenda-file-to-front, org-remove-file, org-diary)
12459         (org-tags-view, org-export-icalendar-all-agenda-files)
12460         (org-export-icalendar-combine-agenda-files): Use generalized
12461         access to `org-agenda-files'.
12462         (org-remember-handler): Correctly preserve heading if present.
12463         (org-table-insert-row, org-table-insert-hline): Deal with
12464         invisible characters.
12466 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12468         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12469         (vc-annotate-color-map): New 18 element constant
12470         value/saturation, rotating hue colormap, from red->blue.
12471         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12472         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12473         (vc-annotate): To avoid killing the required local variables,
12474         set them before the end of `with-output-to-temp-buffer', and
12475         after first switching to annotate-mode.
12476         (vc-annotate-warp-version): Add buffer argument in goto-line to
12477         ensure annotation, not source, is scrolled.
12479 2006-04-10  Bill Wohler  <wohler@newt.com>
12481         * custom.el (defcustom, custom-handle-keyword):
12482         Add :package-version keyword.
12483         (custom-add-package-version): New function.  Sets value of new
12484         property 'custom-package-version from :package-version keyword.
12485         (defcustom): Create Common Keywords section in docstring.
12486         (defface, defgroup): Replace definitions of a select few keywords
12487         with a reference to the Common Keywords in defcustom.
12488         (defcustom, defface, defgroup): Replace reference to Customization
12489         chapter in manual with hyperlink.
12491         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12492         (customize-changed-options): Add check for custom-package-version.
12493         (customize-package-emacs-version): New function to look up Emacs
12494         version corresponding to the given package version.
12496         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12497         defun name, in similar fashion to find-variable-regexp.
12499 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12501         * international/mule-cmds.el (set-locale-environment): Fix last
12502         change for when the locale's preferences don't specify any encoding.
12504 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12506         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12507         so the defined var/fun doesn't need to be quoted.
12509 2006-04-10  Richard Stallman  <rms@gnu.org>
12511         * finder.el (finder-mode-map): Add n and p bindings.
12513 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12515         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12516         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12517         (gdb-setup-windows): Put something in source window if we can't find
12518         the source file.
12519         (gdb-frame-handler): Make it work again with just assembly.
12520         (gdb-data-list-register-values-handler): Make it work when there is
12521         no stack.
12523 2006-04-09  Richard Stallman  <rms@gnu.org>
12525         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12526         specs while looking for charset.
12528         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12530         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12531         Make them faces.
12532         (lm-font-lock-keywords): Update appropriately.
12534 2006-04-10  Kim F. Storm  <storm@cua.dk>
12536         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12537         it can also replace buffer-substring-no-properties.
12539         * emulation/cua-base.el (cua-delete-region, cua-paste)
12540         (cua-repeat-replace-region): Use filter-buffer-substring.
12542         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12543         (cua-cut-region-to-global-mark): Likewise.
12545         * emulation/cua-rect.el (cua--extract-rectangle)
12546         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12548 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12550         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12551         entry-type.  Add field delimiters to numerical fields if they are
12552         not present.
12554 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12556         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12557         string-const to return value.
12558         (bibtex-remove-delimiters): Use it.
12560 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12562         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12563         cl-byte-compile-compiler-macro unless it exists.
12565 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12567         * files.el (hack-local-variables-confirm) <offer-save>:
12568         Clarify message text.  Suggested by Ralf Angeli.
12570 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12572         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12573         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12574         instead of `buffer-substring' and `delete-region'.  (Most of the
12575         code actually copied from `kill-region'.)
12577 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12579         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12580         (rcirc-default-port): Rename from rcirc-port.
12581         (rcirc-default-nick): Rename from rcirc-nick.
12582         (rcirc-default-user-name): Rename from rcirc-user-name.
12583         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12584         (rcirc-low-priority-flag): New variable.
12585         (rcirc-decode-coding-system): New defcustom.
12586         (rcirc-encode-coding-system): New defcustom.
12587         (rcirc-coding-system-alist): New defcustom.
12588         (rcirc-multiline-major-mode): New defcustom.
12589         (rcirc-nick): New internal variable.
12590         (rcirc-process): Remove variable.
12591         (rcirc-server-buffer): New variable.
12592         (rcirc): Update to use rcirc-default-* variables above.
12593         (rcirc-connect): Do not add window-configuration-hook-here.
12594         (rcirc-server): New internal variable.
12595         (rcirc-connect): Do not send keepalive pings if
12596         rcirc-keepalive-seconds is nil.
12597         (with-rcirc-server-buffer): New macro.
12598         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12599         (rcirc-server-name): Rename from rcirc-server.
12600         (rcirc-buffer-process): New function.
12601         (rcirc-buffer-nick): New function.
12602         (rcirc-buffer-target): Remove function.
12603         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12604         New commands.
12605         (rcirc-mode-map): Change binding of C-c C-l to
12606         rcirc-toggle-low-priority.
12607         (rcirc-mode): Initialize coding system based on
12608         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12609         channel on a mode change.  Make kill-buffer-hook buffer-local.
12610         (rcirc-change-major-mode-hook): New function.
12611         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12612         (rcirc-last-post-time): New variable.
12613         (rcirc-process-message): Store the last time user posted a message
12614         to this target.
12615         (rcirc-multiline-minor-mode): New mode.
12616         (rcirc-multiline-minor-mode-map): New mode map.
12617         (rcirc-edit-multiline): Put multiline-edit buffer in
12618         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12619         (rcirc-print): Ignore any line starting with an ignored nick.
12620         (rcirc-print): Decode using rcirc-decode-coding-system.
12621         (rcirc-track-minor-mode): Update global-mode-string when disabling
12622         this mode.
12623         (minor-mode-alist): Add LowPri indicator.
12624         (rcirc-toggle-low-priority): New function.
12625         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12626         next lowpriority buffer with activity.
12627         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12628         last time the user posted a message in to the target.
12629         (rcirc-update-activity-string): New formatting for low priority
12630         buffers.
12631         (rcirc-split-activity): New function.
12632         (rcirc-handler-PART, rcirc-handler-KICK)
12633         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12634         (rcirc-nick-away-alist): New variable.
12635         (rcirc-handler-301): New handler.  Away messages are printed once
12636         per change.
12638 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12640         * info.el (Info-follow-nearest-node): Doc fix.
12642         * international/mule-cmds.el (set-locale-environment): Make sure
12643         the coding-system preferred by the locale's language has the same
12644         EOL conversion type as the original buffer-file-coding-system.
12645         (locale-language-names): Add a few MS Windows language codes.
12647 2006-04-07  Richard Stallman  <rms@gnu.org>
12649         * simple.el (eval-expression): Doc fix.
12651         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12652         (eval-defun): Doc fixes.
12654 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12656         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12658 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12660         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12661         GDB list command without argument for greater generality.
12663 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12665         * subr.el (string-or-null-p): New function.
12667         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12669         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12671         * files.el: Update comment about safe-local-variable declarations.
12673 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12675         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12676         See idlwave.org.
12678         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12679         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12681         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12682         See idlwave.org.
12684         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12685         version 6.0 (minimal changes).  See idlwave.org.
12687         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12688         6.0 (minimal changes).  See idlwave.org.
12690         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12692 2006-04-06  Romain Francoise  <romain@orebokech.com>
12694         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12695         symmetric encryption features and a new asynchronous interface to
12696         GnuPG.  This new version is version 1.4, plus whitespace changes.
12698 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12700         * files.el: Move some `safe-local-variable' declarations to the
12701         respective files.
12703         * textmodes/ispell.el (ispell-check-comments)
12704         (ispell-local-dictionary): Mark as safe.
12706         * abbrev.el (abbrev-mode): Mark as safe.
12708         * add-log.el (change-log-default-name): Mark as safe.
12710         * textmodes/reftex-vars.el (reftex-vref-is-default)
12711         (reftex-fref-is-default, reftex-level-indent)
12712         (reftex-guess-label-type): Mark as safe.
12714         * textmodes/fill.el (colon-double-space): Mark as safe.
12716         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12717         (sentence-end-double-space, sentence-end-without-period)
12718         (sentence-end-without-space, sentence-end, sentence-end-base)
12719         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12721 2006-04-06  Kim F. Storm  <storm@cua.dk>
12723         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12724         the :set-after list.
12725         (ido-downcase-unc-hosts): New user option.  Default on.
12726         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12727         when it is set, as regexps are now applied on the fly.
12728         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12729         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12730         on the fly, but only when ido-process-ignore-lists is set.
12731         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12732         Only downcase names if ido-downcase-unc-hosts is set.
12734 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12736         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12738         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12740 2006-04-05  Kim F. Storm  <storm@cua.dk>
12742         * ido.el (ido-mode): Set after ido-unc-hosts and
12743         ido-ignore-unc-host-regexps.
12744         (ido-save-history): Save ido-unc-hosts-cache.
12745         (ido-load-history): Load ido-unc-hosts-cache.
12746         (ido-reread-directory): Refresh unc hosts cache in // dir.
12748         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12749         to nil while displaying slash screen.
12751 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12753         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12754         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12756 2006-04-05  Kenichi Handa  <handa@m17n.org>
12758         * international/characters.el: Setup cases of Latin, Greek, and
12759         Cyrillic characters in CJK charsets.
12761 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12763         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12764         default-enable-multibyte-characters.  This reverts the change from
12765         revision 6.17 which is no longer necessary because the passphrase
12766         is sent separately now.  GnuPG messages are unreadable under
12767         multibyte locales with default-enable-multibyte-characters set to nil.
12769 2006-04-04  Andreas Schwab  <schwab@suse.de>
12771         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12772         and `byte-compile-warnings' as `safe-local-variable'.
12774 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12776         * man.el (Man-mode-map): Restore the \r binding.
12777         (Man-abstract-xref-man-page): If Man-target-string is a function,
12778         call it.
12779         (Man-highlight-references): Use Man-default-man-entry to get the
12780         target.  Deal with xrefs too.
12781         (Man-highlight-references0): Don't call the target function.
12783         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12784         cannot deal with it.
12786 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12788         * pgg-gpg.el: Clean up process buffers every time gpg processes
12789         complete.
12791 2006-04-04  Kenichi Handa  <handa@m17n.org>
12793         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12794         here.
12795         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12796         Temporarily bind inhibit-field-text-motion to t.
12798 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12800         * startup.el (normal-splash-screen): Only set mode-line-format in the
12801         splash buffer, so as not to interfere when debugging the code.
12802         Ignore errors when switching buffer.
12804 2006-04-03  Romain Francoise  <romain@orebokech.com>
12806         * dired.el (dired-dnd-protocol-alist): Fix typo.
12808 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12810         * savehist.el (savehist): Add :version.
12811         (savehist-ignored-variables): New variable.
12812         (savehist-minibuffer-hook): Don't save variables listed in
12813         `savehist-ignored-variables'.
12815         * dired.el (dired-dnd-protocol-alist): Mention that change does
12816         only apply to new buffers in doc string.
12818 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12820         * recentf.el (recentf-open-files-item): Include newline in button
12821         field, so opening a file will work, when the point is at the end
12822         of the file name.  Allow, for example, to [i]search a file by
12823         extension and just push RET to open it.
12825 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12827         * pgg-gpg.el (pgg-gpg-process-filter)
12828         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12830         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12831         lines, temporary fix.
12833 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12835         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12837 2006-04-02  Richard Stallman  <rms@gnu.org>
12839         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12841 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12843         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12844         header-mouse-map.
12846         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12847         (ibuffer-mode-header-map): New keymaps.
12848         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12849         and keybindings for column headers.
12850         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12851         property.
12853 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12855         * speedbar.el (speedbar-after-create-hook): Doc fix.
12857 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12859         * shell.el (shell-directory-tracker)
12860         (shell-dynamic-complete-command): Doc fixes.
12862 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12864         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12865         terminals.
12867 2006-04-01  Kim F. Storm  <storm@cua.dk>
12869         * ido.el (ido-unc-hosts-cache): New defvar.
12870         (ido-unc-hosts): If value of defcustom is a function, call it to
12871         get list of UNC hosts.  Add function-item choices to specify
12872         ido-unc-hosts-net-view or user function.
12873         (ido-ignore-unc-host-regexps): New defcustom.
12874         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12875         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12876         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12878 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12880         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12881         wwidth.
12883 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12885         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12886         (ido-max-work-file-list, ido-switch-buffer)
12887         (ido-read-file-name-as-directory-commands):
12888         Fix typos in docstrings.
12890 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12892         * term/mac-win.el (mac-system-coding-system): Define and use after
12893         Mac-specific coding systems are ready.
12895 2006-03-27  Romain Francoise  <romain@orebokech.com>
12897         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12899         * ldefs-boot.el: Update.
12901 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12903         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12904         passphrases when it is not needed.
12905         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12906         passphrase stuff from gpg, should only be necessary when you use
12907         gpg with a smartcard.
12909 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12911         * comint.el (comint-dynamic-list-completions): Allow user to
12912         select *Completions* buffer.
12914 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
12916         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12918 2006-03-26  Andreas Schwab  <schwab@suse.de>
12920         * progmodes/gud.el (gdb): Only complain about multiple debugging
12921         when the gdb process is still running.
12923 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
12925         * mail/rmail.el (tool-bar-map): Defvar it.
12926         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12927         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12929 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12931         * help.el (print-help-return-message): Suggest to use
12932         display-buffer instead of switch-to-buffer-other-window to restore
12933         the previous window without selecting it.
12935 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12937         * frame.el (select-frame-by-name): Call x-focus-frame also when
12938         window-system is mac.
12940         * term/mac-win.el: Adjust Courier font specifications in
12941         x-fixed-font-alist.
12942         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12943         when directly encoding to UTF-16 in native byte order, no BOM.
12945 2006-03-25  Kim F. Storm  <storm@cua.dk>
12947         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12948         (cua--init-keymaps): Use it instead of fixed C-return.
12949         (cua-mode): Set after it.
12951         * emulation/cua-rect.el (cua--init-rectangles):
12952         Use cua-rectangle-mark-key instead of fixed C-return.
12954 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
12956         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12957         "run" in .gdbinit.
12958         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12960 2006-03-24  Romain Francoise  <romain@orebokech.com>
12962         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12963         `display-buffer-other-frame'.
12965 2006-03-24  Kim F. Storm  <storm@cua.dk>
12967         * apropos.el (apropos-synonyms): Add selection => region.
12969 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12971         * progmodes/gdb-ui.el (gdb-var-create-regexp)
12972         (gdb-var-list-children-regexp, gdb-var-update-regexp)
12973         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12974         (gdb-data-list-register-values-regexp)
12975         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12976         Future proof against new fields being added to MI output.
12977         (gdb-send): Don't treat backslashes for program input as
12978         continuations.
12979         (gdb-assembler-handler): Don't use window-start for this handler.
12980         (gdb-frame-handler): Don't change to hollow arrow if overlay
12981         arrow doesn't move to new frame.
12983 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12985         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12986         prevent compiler warnings.
12987         (gdb-stopped): Check for gud-last-last-frame (case: signal).
12988         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12989         (gdb-assembler-custom): Use hollow-right-triangle for assembler
12990         buffer too.
12992 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
12994         * pgg-gpg.el (pgg-gpg-update-agent): Check for
12995         make-network-process, so we can use the same code in Gnus v5-10
12996         too and have this file fully synchronized with that release.
12998 2006-03-23  Romain Francoise  <romain@orebokech.com>
13000         * ibuf-ext.el (ibuffer-read-filter-group-name):
13001         Use `ibuffer-generate-filter-groups' to make completion list match
13002         the filter groups that are really displayed in the Ibuffer buffer.
13003         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13005 2006-03-23  Kenichi Handa  <handa@m17n.org>
13007         * international/mule-cmds.el (sort-coding-systems): Describe that
13008         the argument is modified in docstring.
13010 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13012         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13013         (pgg-gpg-update-agent): New function.
13014         (pgg-gpg-use-agent-p): New function.
13015         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13016         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13017         (pgg-gpg-sign-region): Use it.
13019 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13021         * cus-edit.el (custom-face-set): Call custom-push-theme before
13022         face-spec set so that `changed' theme is correctly saved.
13023         (custom-face-reset-standard): Reset to recalculated face rather
13024         than defface spec.
13026         * custom.el (custom-push-theme): Only save `changed' theme if the
13027         current face does not match the defface specs.
13029 2006-03-21  Simon Josefsson  <jas@extundo.com>
13031         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13032         <wilde@sha-bang.de>.
13033         (pgg-gpg-use-agent): New variable.
13034         (pgg-gpg-process-region): Use it.
13035         (pgg-gpg-encrypt-region): Likewise.
13036         (pgg-gpg-encrypt-symmetric-region): Likewise.
13037         (pgg-gpg-decrypt-region): Likewise.
13038         (pgg-gpg-sign-region): Likewise.
13039         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13041 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13043         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13044         bracket links.
13046 2006-03-21  Kim F. Storm  <storm@cua.dk>
13048         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13049         fringe-indicator-alist instead of modifying global value.
13050         (gdb-frame-handler): Likewise.
13052 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13054         * diff-mode.el (diff-function): Make it inherit from diff-header
13055         instead of diff-context.
13057         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13058         bitmap.
13059         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13060         change names in macro above for consistency.
13061         (gdb-frame-handler): Use hollow-right-triangle for all selected
13062         frames which except the innermost (where execution has stopped).
13063         (gdb-reset): Reset buffer-local values of overlay-arrow.
13065 2006-03-20  Richard Stallman  <rms@gnu.org>
13067         * simple.el (set-mark-command): Doc fix.
13069         * files.el (display-buffer-other-frame): New command.
13070         (ctl-x-4-map): Bind C-x 5 C-o to it.
13072 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13075         rather than just defer-time, in case defer-time has been changed but
13076         the timer isn't running yet.
13077         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13079 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13081         * help-mode.el (help-follow-symbol): New function.
13082         Essentially identical to the old `help-follow', but do not let
13083         `push-button' do the work when on an xref.
13084         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13086 2006-03-19  Richard Stallman  <rms@gnu.org>
13088         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13089         preceded by the word `program'.
13090         (help-follow-mouse, help-follow): Throw error if not on xref.
13091         Delete no longer used args.
13093 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13095         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13096         annotation ensure gud-overlay-arrow-position is redisplayed.
13098 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13100         * textmodes/bibtex.el (bibtex-include-OPTkey)
13101         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13102         (bibtex-autokey-name-case-convert)
13103         (bibtex-autokey-titleword-case-convert): Make these the aliases
13104         for the following two variables.
13105         (bibtex-autokey-name-case-convert-function)
13106         (bibtex-autokey-titleword-case-convert-function): Make these the
13107         real names.
13108         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13109         bibtex-font-lock-crossref sublists.
13110         (bibtex-mode): Revert 2005-12-30 change (which made
13111         completion-ignore-case buffer-local).
13112         (bibtex-url): Simplify.
13114 2006-03-19  Kim F. Storm  <storm@cua.dk>
13116         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13117         cursor property value to 2 (to align with C level change).
13119 2006-03-19  Bill Wohler  <wohler@newt.com>
13121         * image.el (image-load-path-for-library): Shorten first line in
13122         docstring.
13124 2006-03-18  Richard Stallman  <rms@gnu.org>
13126         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13128 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13130         * isearch.el (isearch-other-meta-char): Handle user bindings for
13131         shifted control characters.
13133 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13135         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13136         part that matches email addresses, file names, etc.
13138 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13140         * term/w32-win.el (mouse-set-font):
13141         Mention w32-list-proportional-fonts in the doc string.
13143 2006-03-18  Kim F. Storm  <storm@cua.dk>
13145         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13146         (ido-unc-hosts): New user option to explicitly define list of know
13147         UNC-style hosts for completion.
13148         (ido-cache-unc-host-shares-time): New user option.
13149         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13150         New helper functions for UNC file-name support.
13151         (ido-may-cache-directory): Check for UNC host.  Simplify.
13152         (ido-wash-history): Clean out old UNC hosts.
13153         (ido-nonreadable-directory-p): UNC hosts are always readable.
13154         (ido-directory-too-big-p): UNC hosts are never too big.
13155         (ido-set-current-directory): Handle UNC root path.
13156         (ido-file-name-all-completions): Complete UNC host names from
13157         ido-unc-hosts list.  Cache UNC host shares.
13158         (ido-make-file-list-1): Don't filter UNC root.
13159         (ido-exhibit): Check for // in root directory, and switch to UNC
13160         mode by setting ido-current-directory to //.
13162 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13164         * cus-edit.el (customize-changed-options): Mention explicit
13165         version number as default in prompt.
13167 2006-03-17  Bill Wohler  <wohler@newt.com>
13169         * image.el (image-load-path-for-library): Minor docstring fix.
13171 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13173         * textmodes/org.el (org-read-date): Include subgroup 5 into
13174         replacement text.
13175         (org-popup-calendar-for-date-prompt): Fix customization type.
13177 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13179         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13180         (gdb-continuation): New variable.
13181         (gdb-send): Deal with continuation lines.
13183         * progmodes/gud.el (gud-gdb-complete-command)
13184         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13185         expressions.
13186         (gud-tooltip-mode): Use buffer-local value.
13188 2006-03-16  Kim F. Storm  <storm@cua.dk>
13190         * ido.el (ido-edit-input): Use selected match, if any.
13192 2006-03-16  Bill Wohler  <wohler@newt.com>
13194         * image.el (image-load-path-for-library): Prefer user's images in
13195         image-load-path.
13197 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13199         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13200         when checking for attempt to drag leftmost or rightmost scrollbar.
13202 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13204         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13205         (gdb-force-mode-line-update): New function.
13206         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13207         (gdb-exited): Use them.
13208         (gdb-signal): New function.
13209         (gdb-annotation-rules): Provide a rule for it.
13211 2006-03-16  Kenichi Handa  <handa@m17n.org>
13213         * international/mule.el (auto-coding-regexp-alist): Add entries
13214         for Unicode BOM.
13216         * sort.el (sort-build-lists): Temporarily bind
13217         inhibit-field-text-motion to t.
13219 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13221         * locate.el (locate-command, locate-make-command-line)
13222         (locate-fcodes-file, locate-update-command)
13223         (locate-prompt-for-command, locate, locate-with-filter)
13224         (locate-get-file-positions): Doc fixes.
13225         (locate-buffer-name, locate-header-face): Remove leading `*' in
13226         defcustom.
13227         (locate-filter-output): Use `keep-lines' instead of its alias
13228         `delete-non-matching-lines'.
13229         (locate-get-filename, locate-get-dirname): Add introductory comment.
13230         (locate-find-directory-other-window): Give appropriate error
13231         message if used outside main listing.
13233 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13235         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13236         the new extend-region feature.
13237         (font-lock-after-change-function): Update correspondingly.
13238         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13239         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13241 2006-03-15  Bill Wohler  <wohler@newt.com>
13243         * image.el (image-load-path-for-library): Fix example by not
13244         recommending that one binds image-load-path.  Just defvar it to
13245         placate compiler and only use it if previously defined.
13247 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13249         * textmodes/org.el (org-insert-centered): Use `string-width' to
13250         make underlining work for wide characters.
13251         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13252         TAB to `org-cycle', to make sure that no binding in
13253         `outline-mode-map' can supercede it.
13255 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13257         * allout.el: Increment version to 2.2.1 in file commentary.
13259         (allout-version): Increment to 2.2.1.
13261         (allout-default-layout): New customization variable, used when the
13262         file lacks a specific allout-layout.  Uses allout-layout-type for
13263         recursively nested definition.
13265         (allout-layout-type): Widget defining allout layouts, necessary for
13266         self-recursive definition.
13268         (allout-mode): Incorporate allout-default-layout as fallback for
13269         allout-layout.
13271         (allout-layout): Mark as 'safe-local-variable', and refer mention
13272         fallback to `allout-default-layout' in absence of a specified value.
13273         (allout-passphrase-verifier-string)
13274         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13276         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13278         (allout-get-encryption-passphrase-verifier): Use correct name of
13279         passphrase verifier in docstring.
13281 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13283         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13284         elements.
13285         (gdb-find-watch-expression): Make it work for arrays too.
13286         Follow change to gdb-var-list.
13287         (gud-watch): Allow the user to enter variable name with a prexix
13288         arg.  Create keybindings.
13289         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13290         (gdb-var-list-children-handler, gdb-var-update-handler)
13291         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13292         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13293         Follow change to gdb-var-list.
13294         (gdb-starting): Don't show the overlay arrows when program is running.
13296         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13297         gdb-var-list.
13299 2006-03-14  Bill Wohler  <wohler@newt.com>
13301         * image.el (image-load-path-for-library): Pass value of path
13302         rather than symbol.  Always return list of directories.
13303         Guarantee that image directory comes first.
13305 2006-03-14  Alan Mackenzie  <acm@muc.de>
13307         * font-core.el (font-lock-extend-region\(-function\)?.):
13308         New function/variable.
13310         * font-lock.el (font-lock-after-change-function):
13311         Call font-lock-extend-region.  Obey font-lock-lines-before.
13312         (font-lock-default-fontify-region): Remove reference to
13313         font-lock-lines-before.
13315         * jit-lock.el (jit-lock-after-change):
13316         Call font-lock-extend-region.  Obey font-lock-lines-before.
13318 2006-03-14  David Ponce  <david@dponce.com>
13320         * tree-widget.el (tree-widget-themes-load-path)
13321         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13323 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13325         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13326         (rcirc-print): Mark the start of text at the end of the prompt.
13327         (rcirc-track-minor-mode): Add autoload cookie.
13328         (rcirc-update-activity-string): Add space to front of mode-line
13329         indicator.
13331 2006-03-13  Miles Bader  <miles@gnu.org>
13333         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13334         (rcirc-abbrev-nick): Remove function.
13335         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13337 2006-03-13  David Ponce  <david@dponce.com>
13339         * tree-widget.el: Handle themes across all occurrences of the main
13340         themes sub-directory found in tree-widget-themes-load-path.
13341         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13342         (tree-widget--locate-sub-directory): Return all occurrences.
13343         (tree-widget-themes-path): New function.
13344         Replace tree-widget-themes-directory, and return a list of directories.
13345         (tree-widget-set-parent-theme)
13346         (tree-widget-lookup-image): Use it.
13348 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13350         * textmodes/org.el (org-link-search): Avoid self-matching of
13351         links, allow target text to be distributed over several lines.
13352         (org-search-not-link): New function.
13353         (org-set-regexps-and-options, org-get-current-options):
13354         New startup options.
13355         (org-export-as-html): Take odd-level setting from local variable.
13356         (org-fontify-emphasized-text): New option.
13357         (org-set-font-lock-defaults): Include emphasized text.
13358         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13359         (org-font-lock): Customize group renamed from `org-faces'.
13361 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13363         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13364         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13366 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13368         * cus-start.el (all): Delete :version keyword for members of the
13369         fringe group, since the entire group is new in 22.1.
13371 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13373         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13374         map if value is hexadecimal (an address).
13375         (gud-watch): Only search roots for existing watch expressions.
13376         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13377         prevent caching problems with speedbar-update-directory-contents.
13379 2006-03-12  Juri Linkov  <juri@jurta.org>
13381         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13382         before comparing with `low' and `warn'.
13384         * info.el (Info-dir-remove-duplicates): Move point to the
13385         beginning of the current line after deleting the entries from
13386         redundant heading.  Use marker for `limit' and compare it with
13387         point before calling `re-search-forward'.
13389 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13391         * simple.el (yank): Fix typo in docstring.
13393 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13395         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13396         messages, where "D" is the 6th character.
13398 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13400         * simple.el (yank): Fix last change.
13402 2006-03-11  David Ponce  <david@dponce.com>
13404         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13405         merging elements from the standard ispell-dictionary-alist.
13406         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13407         alist, and return the new alist.
13409 2006-03-11  Richard Stallman  <rms@gnu.org>
13411         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13413         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13414         the way it is implemented is too unclean.
13416         * simple.el (kill-region, yank): Doc fix.
13418         * battery.el (battery-echo-area-format): Doc fix.
13419         (battery-mode-line-format): Likewise.
13420         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13421         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13423 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13425         * progmodes/octave-mod.el (octave-indent-for-comment):
13426         Behave according to do string.
13428 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13430         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13431         Be visible only if major mode is Mail Mode.
13433         * textmodes/flyspell.el (flyspell-external-point-words)
13434         (flyspell-process-localwords): Fix last changes.
13436 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13438         * calendar/holidays.el (list-holidays): Doc fix.
13440         * international/mule.el (auto-coding-alist): Add .odt
13441         (OpenOffice's open document) files.
13443         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13444         document) files.  Mention in the doc string the need to sync with
13445         auto-coding-alist.
13447 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13449         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13450         enable-local-variables is set to always query, or there is no
13451         savable variable.
13453 2006-03-10  Bill Wohler  <wohler@newt.com>
13455         * image.el (image-load-path-for-library): Merge at least three
13456         functions from Gnus and MH-E into this one function that can now
13457         be shared.
13459 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13461         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13462         gdb-remove-mouse-face and remove help-echo too.
13463         (gdb-enqueue-input): Correct conditional clause.
13465 2006-03-10  Glenn Morris  <rgm@gnu.org>
13467         * calendar/calendar.el (calendar-holidays): Doc fix.
13468         * calendar/holidays.el (list-holidays): Doc fix.
13470 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13472         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13473         it gets called in gdb-prompt anyway.
13474         (gdb-use-separate-io-buffer): Only restore window arrangement for
13475         gdb-many-windows.
13476         (gdb-enqueue-input): Make it harder to send GDB input when program
13477         is running.
13478         (gdb-buffer-list): New variable.
13479         (gdb-remove-mouse-face): New function.
13480         (gdb-starting): Use it when GDB input won't get sent.
13482 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13484         * help.el (view-lossage): Remove trailing whitespace before
13485         inserting "\n".
13487 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13489         * files.el (hack-local-variables-confirm):
13490         Set coding-system-for-read to nil before writing to .emacs.
13492         * arc-mode.el (archive-extract): Check if an existing buffer name
13493         comes from a different archive.
13495         * help.el (describe-key-briefly): If KEY is a down event, read and
13496         discard the up event.
13498 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13500         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13501         be edited and use font-lock-warning-face for any changes.
13503         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13504         (gdb-edit-value): Use it to report any errors.
13506 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13508         * help.el (describe-key): Remove leftover test code.
13510 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13512         * textmodes/org.el: Move defvars out of eval-when-compile.
13513         Use buffer-file-name variable.
13514         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13515         arg `file'.
13516         (org-level-faces): Remove startup dependency.
13517         (org-cycle, org-map-tree, org-scan-tags)
13518         (org-remember-handler): Don't call `outline-level' directly.
13519         (org-mhe-search-all-folders): New option.
13520         (org-mhe-get-message-folder-from-index)
13521         (org-mhe-get-message-folder): Fix indexing search.
13522         (org-format-agenda-item): Handle nil TAGS argument.
13523         (org-cleaned-string-for-export, org-activate-target-links)
13524         (org-make-target-link-regexp): Deal with empty radio target list.
13525         (org-tag): New face.
13526         (org-get-level-face): New function.
13527         (org-set-font-lock-defaults): Simplify setup for headlines.
13528         (org-complete): Pass common substring to `display-completion-list'.
13530 2006-03-06  David Ponce  <david@dponce.com>
13532         * tree-widget.el: Update Commentary header.
13533         (tree-widget-theme-name): Ignore parent themes.
13534         (tree-widget-set-parent-theme): New function.
13535         (tree-widget-set-theme): Use it.
13536         (tree-widget-set-image-properties): Move definition.  Does nothing
13537         if image properties have already been set.
13538         (tree-widget-image-properties): Move definition.  Receive an image
13539         name.  Set the :pointer property.
13540         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13541         Don't set the :pointer image property.
13542         (tree-widget-convert-widget): New function.  Handle :dynargs
13543         compatibility here.
13544         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13545         predicate to control when the :expander function is entered.
13546         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13547         (tree-widget-value-create): Handle :expander-p.  widget-apply
13548         :expander.
13549         (tree-widget-expander-p): New function.  Default value of the
13550         :expander-p property.
13552 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13554         * help.el (describe-key): Properly handle the return value of
13555         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13556         remaps.  Handle string and vector `follow-link' values.
13558 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * complete.el (PC-expand-many-files): Try be more careful when parsing
13561         the shell's output.
13563 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13565         * outline.el (hide-sublevels): Provide better interactive default.
13567 2006-03-06  Kenichi Handa  <handa@m17n.org>
13569         * international/fontset.el (create-fontset-from-fontset-spec):
13570         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13572 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13574         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13575         backslashes instead of one in regexp.
13576         (gud-tooltip-dereference): Add missing optional argument.
13578 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13580         * wdired.el (toplevel): Require `cl' at compile-time.
13582 2006-03-04  Andreas Schwab  <schwab@suse.de>
13584         * server.el (server-process-filter): Handle errors during
13585         evaluation of the argument.
13587 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13589         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13590         escape parentheses at beginning of line.
13591         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13592         (t-mouse-mode): Remove period from end of error message.
13594 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13596         * textmodes/flyspell.el (flyspell-process-localwords):
13597         Be case-sensitive.
13599 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13601         * cus-edit.el (custom-quote): Remove function, since it has been
13602         moved to custom.el.
13604         * font-lock.el (lisp-font-lock-keywords-2)
13605         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13606         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13607         they have no special meaning.
13609         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13610         indirect buffer gets killed before indirect buffer.  Use dolist.
13612 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13614         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13615         value instead of a literal constant (1) on more pauses.
13617 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13619         * textmodes/flyspell.el (flyspell-external-point-words):
13620         Be case-sensitive.
13622 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13624         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13625         with "www".
13627 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13629         * allout.el: Restablish intermediate missing comment header to
13630         preserve outline structure.
13631         (allout-beginning-of-current-entry): Skip invisible text.
13632         (allout-open-topic): Fix opening a topic at end-of-buffer.
13633         (allout-minor-mode): Move nearer to allout-mode function.
13635 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13637         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13639 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13641         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13642         is nil.
13644         * progmodes/gud.el (gud-speedbar-menu-items):
13645         Use buffer-local-value and add missing :visible keyword.
13647         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13649 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13651         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13652         must be `follow-link'.
13654         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13656         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13657         formatting: No nested anchors.
13658         (org-all-targets): Fix bug with XEmacs compatibility.
13659         (org-read-date): Add (require 'parse-time).
13660         (org-set-tags): Fix bug with extra inserted space.
13661         (org-export-html-style): Define a style class for targets.
13662         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13663         (org-hide-leading-stars): New option.
13664         (org-hide): New face.
13665         (org-set-font-lock-defaults): Allow to hide leading stars.
13666         (org-get-legal-level, org-tr-level): New functions.
13667         (org-odd-levels-only): New option.
13668         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13669         (org-demote, org-promote): Deal with double-star levels.
13670         (org-convert-to-odd-levels): New command.
13672 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13674         * speedbar.el (speedbar-update-localized-contents): Try to
13675         preserve window-start.
13676         (speedbar-update-directory-contents): Try to preserve window-start
13677         and window-point.
13678         (speedbar-update-special-contents): Don't move back to start of window.
13680         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13681         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13682         speedbar-timer-fn.
13683         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13684         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13685         instead of gdb-speedbar-timer-fn.
13687 2006-02-28  Jay Belanger  <belanger@truman.edu>
13689         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13690         (math-compose-expr): Use latex option when calling
13691         `math-compose-tex-matrix' for latex mode.
13693 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13695         * speedbar.el: Re-instate comments about developing for speedbar
13696         [this is what info and gdb-ui use even if better methods exist now].
13698         * t-mouse.el: New file.
13699         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13700         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13701         (t-mouse-make-event-element): Use posn-at-x-y instead.
13702         (t-mouse-make-event): Deal with Fedora Core 3.
13703         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13704         (t-mouse-mouse-position-function): New function.  Use it instead
13705         of advising mouse-position.
13706         (t-mouse-mode): New minor mode.
13707         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13709 2006-02-27  Glenn Morris  <rgm@gnu.org>
13711         * calendar/calendar.el (calendar-holidays): Doc fix.
13713 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13715         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13716         Re-introduce the concept of a source window.
13717         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13718         consistency with get-buffer-create.
13719         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13720         (gdb-data-list-register-values-handler)
13721         (gdb-stack-list-locals-handler): Try to preserve window-start as
13722         well as window-point.
13723         (gdb-display-source-buffer): New function (old concept).
13724         (gdb-goto-breakpoint): Use it.
13726         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13727         for gdb-ui/gdb-mi (old concept).
13729 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13731         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13732         binding.
13734         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13736         * textmodes/reftex-sel.el (reftex-select-label-map)
13737         (reftex-select-bib-map): Add `follow-mouse' binding.
13739 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13741         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13742         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13743         Give :set functions to provide automatic updating.
13744         Update docstring.  Give compiler defvars early in the file
13745         and move the defcustoms to a later spot where all called functions
13746         are defined.
13747         (jka-compr-file-name-handler-entry): Doc fix.
13748         (jka-compr-compression-info-list--internal)
13749         (jka-compr-mode-alist-additions--internal)
13750         (jka-compr-load-suffixes--internal): New variables.
13751         (jka-compr-install): Set the three above variables.
13752         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13753         (jka-compr-update, jka-compr-set): New functions.
13754         (auto-compression-mode): Doc fix.
13756         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13757         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13758         Use jka-compr-compression-info-list--internal,
13759         jka-compr-mode-alist-additions--internal and
13760         jka-compr-load-suffixes--internal.
13762         * files.el (load-library):
13763         * loadhist.el (file-loadhist-lookup):
13764         * startup.el (command-line):
13765         * subr.el (locate-library):
13766         * emacs-lisp/autoload.el (update-directory-autoloads):
13767         * emacs-lisp/find-func.el (find-library-suffixes):
13768         Use `get-load-suffixes' instead of `load-suffixes'.
13770         * subr.el (locate-library):
13771         * emacs-lisp/find-func.el (find-library-name):
13772         Use `load-file-rep-suffixes' instead of '("").
13774 2006-02-26  Kim F. Storm  <storm@cua.dk>
13776         * ido.el (ido-save-history, ido-load-history): Simplify.
13777         Don't use find-file-noselect to avoid interference from other modes.
13779 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13781         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13782         to use the default shell if filename is not available.
13783         Reported by Giorgos Keramidas.
13785 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13787         * progmodes/etags.el (tags-completion-table): Do completion from
13788         all the tables in the current list, as documented in the manual.
13790 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13792         * CC Mode Update to 5.31.3.
13794 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13796         * progmodes/cc-mode.el (c-postprocess-file-styles):
13797         Bind inhibit-read-only to t, around the call to
13798         c-remove-any-local-eval-or-mode-variables, so that it works on a
13799         RO file.
13801 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13803         * progmodes/cc-awk.el: Correct a typo.
13805 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13807         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13808         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13809         name as an alias.
13811 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13813         * progmodes/cc-mode.el: Correct a typo.
13815 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13817         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13819 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13821         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13822         brace-else-brace (error due to mbeg, mend being undefined).
13824 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13826         * progmodes/cc-mode.el: File Local variables: Solve the problem
13827         where both `mode' and c-file-offsets are specified: `mode' will
13828         overwrite c-f-o's settings:
13829         (c-remove-any-local-eval-or-mode-variables): New function.
13830         (c-postprocess-file-styles): Call the above new function, within
13831         c-tentative-buffer-change, to splat `mode' and `eval' before the
13832         second hack-local-variables.
13834 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13836         * progmodes/cc-mode.el:
13837         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13838         (c-after-change): Protect the match data with save-match-data.
13839         It was getting corrupted by c-after-change-check-<>-operators.
13841         * cc-defs.el: [Supersedes patch V1.38]:
13842         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13843         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13845         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13846         with save-match-data.  It was being corrupted when Font Lock was
13847         not enabled.
13849 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13851         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13852         Mode and Subword Mode.
13854         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13855         real labels ("case 1:" or "foo:") from non-labels ("public:").
13856         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13857         coding; c-f-t-2 doesn't move over a token at EOB.
13859         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13861         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13862         (c-update-modeline): Concatenate the minor mode indicators
13863         directly onto mode-name, removing c-submode-indicators.
13864         Sometimes, c-s-i got separated from the mode name on the mode line.
13866         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13867         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13869 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13871         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13872         error message when there's an evaluation error to show whether
13873         it's loaded from source or not.
13874         (c-filter-ops): Make it available at runtime too to work when
13875         `c-make-init-lang-vars-fun' needs to evaluate from source.
13877 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13879         * help.el (help): Revert last part of 2006-02-23 change (deletion
13880         of the `provide' call).
13882 2006-02-23  Juri Linkov  <juri@jurta.org>
13884         * compare-w.el (compare-windows-highlight): Add new value
13885         `persistent' and change :type from `boolean' to `choice'.
13886         (compare-windows-overlays1, compare-windows-overlays2):
13887         New internal variables.
13888         (compare-windows-highlight): If compare-windows-highlight is
13889         `persistent', add current overlays to compare-windows-overlays[12]
13890         instead of adding compare-windows-dehighlight to pre-command-hook.
13891         (compare-windows-dehighlight): Delete all overlays from
13892         compare-windows-overlays[12].
13894         * info.el (Info-search): Don't bind search-spaces-regexp to
13895         Info-search-whitespace-regexp in non-regexp isearch mode.
13897 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13901 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13903         * textmodes/org.el (org-xemacs-p)
13904         (org-export-html-show-new-buffer, org-table-may-need-update)
13905         (org-insert-item, org-mhe-get-message-real-folder)
13906         (org-mhe-get-message-folder-from-index)
13907         (org-mhe-get-message-folder, org-mhe-get-message-num)
13908         (org-mhe-get-header, org-make-org-heading-search-string)
13909         (org-make-org-heading-camel, org-table-sort-lines)
13910         (org-format-org-table-html, org-format-table-table-html):
13911         Fix typos in docstrings.
13913 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
13915         * textmodes/org.el (org-cleaned-string-for-export)
13916         (org-solidify-link-text): New function.
13917         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13918         XEmacs, just to silence the compiler.
13919         (org-export-as-ascii, org-export-as-html-and-open):
13920         Use `org-cleaned-string-for-export' and create internal links.
13921         (org-follow-mhe-link): Require mh-e, use folder.
13923 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13925         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13927         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13928         gdb-debug-log-length.
13929         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
13930         it a real ring but...
13931         (gud-gdba-marker-filter): ...make it work like mark-ring.
13932         (gdb-enable-debug): Rename from gdb-enable-debug-log.
13933         (gdb-mouse-jump): New function.  Add bindings.
13935 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13937         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13938         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13939         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13940         (gdb-debug-log-length): Customize it's length.
13941         (gud-watch, gdb-var-create-handler): Display function::var format
13942         but don't use to create variable object.
13943         (gdb-var-create-handler): Use message-box in place of message.
13944         (gdb-stopped): Call gdb-exited if signalled.
13946 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
13948         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13950         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13952         * textmodes/reftex.el (reftex-locate-file): Search all extensions
13953         if `reftex-try-all-extensions' is set.
13955         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13956         fail silently when there is no valid argument at point.
13957         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13958         `fail-silently' argument.  From a patch by David Reiter.
13960         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13961         New commands.
13962         (org-mark-ring): New variable.
13963         (org-mark-ring-length): New option.
13964         (org-open-at-point, org-goto, org-open-file): Push old position
13965         onto the mark ring.
13966         (org-add-hook): New function.
13967         (org-export-table-remove-special-lines): New option.
13968         (org-skip-comments, org-format-org-table-html): Respect new
13969         option `org-export-table-remove-special-lines'.
13970         (org-open-file): Allow special command configuration for
13971         directory link.
13972         (org-file-apps): Fix bugs in customize type, added setting
13973         for directories.
13974         (org-activate-tags, org-format-agenda-item, org-complete)
13975         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13976         (org-get-tags, org-get-buffer-tags, org-open-at-point)
13977         (org-link-search, org-make-org-heading-search-string)
13978         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13979         (org-radio-targets, org-file-link-context-use-camel-case)
13980         (org-activate-camels): New options.
13981         (org-update-radio-target-regexp, org-all-targets)
13982         (org-make-target-link-regexp, org-activate-target-links):
13983         New functions.
13984         (org-make-org-heading-search-string): New function.
13985         (org-store-link, org-insert-link): Use new option
13986         `org-file-link-context-use-camel-case'.
13987         (org-activate-camels): Use new option `org-activate-camels'.
13988         (org-link-regexp): Add mhe prefix.
13989         (org-open-at-point, org-store-link): Support for mhe links.
13990         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13991         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13992         (org-mhe-get-header, org-follow-mhe-link): New functions.
13993         (org-remove-angle-brackets, org-add-angle-brackets):
13994         New functions.
13995         (org-bracket-link-regexp): New constant.
13996         (org-read-date): Fix bug that was rejecting all typed dates.
13997         (org-link-search): Make hierarchy above visible after a match.
13998         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13999         (org-store-link): Fix bug with link creation when cursor is in
14000         an empty line.
14001         (org-open-at-point): Fix bug with matching a link.
14002         Fixed buggy argument sequence in call to `org-view-tags'.
14003         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14004         (org-prefix-has-tag): New variable.
14005         (org-format-agenda-item): Remove tags from headline
14006         if appropriate.
14007         (org-agenda-remove-tags-when-in-prefix): New option.
14009 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14011         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14012         Fix the regular expressions.
14014 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14016         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14017         if there's no other specific basis.
14019         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14020         as variables at all.
14021         (unsafep-variable): Rename arg; doc fix.
14023         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14025         * calendar/appt.el (diary-selective-display): Add defvar.
14027         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14029         * isearch.el (search-whitespace-regexp): Fix custom type.
14031         * help.el (describe-key-briefly): Compute interactive args
14032         in same was as before previous change.
14034         * files.el (enable-local-variables): Doc fix.
14036 2006-02-21  Kim F. Storm  <storm@cua.dk>
14038         * fringe.el: Cleanup as file is now pre-loaded.
14039         (fringe-bitmaps): Initialize unconditionally.
14040         (fringe-mode, set-fringe-style): Remove autoload cookies.
14042 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14044         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14045         `horizontal-bar'.
14046         (fringe-cursor-alist): Use `horizontal-bar'.
14048 2006-02-20  Kim F. Storm  <storm@cua.dk>
14050         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14051         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14053         * loadup.el: Load "fringe" on window systems.
14055 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14057         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14058         out of scope components.
14060         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14061         default.
14063 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14065         * custom.el (customize-mark-to-save, customize-mark-as-set):
14066         Load the symbol first.
14068 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14070         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14071         strech spec so it doesn't display as "^J" on the header line
14072         when `Buffer-menu-use-header-line' is t.
14074 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14076         * speedbar.el (speedbar-make-button): Keep text properties
14077         of string arguments if desired.
14079         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14080         expessions.
14082         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14083         of speedbar.
14085 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14087         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14088         to value of `read-file-name-completion-ignore-case'.
14090 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14092         * custom.el (customize-mark-as-set): Push to `user' theme.
14094         * cus-edit.el (custom-save-variables): Allow unthemed values.
14095         (customize-set-variable): Push setting to `user' theme.
14097 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14099         * progmodes/gud.el: Don't require font-lock as it's now
14100         automatically loaded.
14101         (gud-speedbar-buttons): Replace gdb-var-changed with
14102         gdb-force-update.
14104         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14105         gdb-var-changed.
14106         (gdb-post-prompt): Use it.
14107         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14108         (gdb-var-update-handler, gdb-var-delete)
14109         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14110         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14111         gdb-force-update in gdb-post-prompt.
14112         (gdb-reset): Clear watch expressions from speedbar when quitting.
14114 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14116         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14117         (viper-change-state-to-vi, viper-change-state-to-emacs):
14118         Make aware of cursor coloring in the Emacs state.
14119         (viper-special-read-and-insert-char): Use read-char-exclusive.
14120         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14122         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14124         * viper-util.el (viper-save-cursor-color)
14125         (viper-get-saved-cursor-color-in-replace-mode)
14126         (viper-get-saved-cursor-color-in-insert-mode)
14127         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14128         state.
14129         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14131         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14132         (ediff-ignore-case-option3, ediff-actual-diff-options)
14133         (ediff-actual-diff3-options): New variables to control case sensitivity.
14134         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14135         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14136         (ediff-toggle-ignore-case): New function.
14137         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14139         * ediff-help.el (ediff-long-help-message-narrow2)
14140         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14141         (ediff-long-help-message-word-mode): Add ignore-case command.
14142         (ediff-help-for-quick-help): Add ignore-case command.
14144         * ediff-merg.el: Move provide to the end.
14146         * ediff-ptch.el: Move provide to the end.
14148         * ediff-wind.el: Move provide to the end.
14150         * ediff-mult.el: Move provide to the end.
14151         (ediff-set-meta-overlay): Enable follow-link.
14153         * ediff.el: Move provide to the end.
14154         Break recursive load cycle in eval-when-compile.
14155         (ediff-patch-buffer): Better heuristics.
14157         * ediff-util.el: Move provide to the end.
14158         Break recursive load cycle in eval-when-compile.
14159         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14160         defuns.
14161         (ediff-submit-report): Pass the values of ediff-diff3-program,
14162         ediff-diff3-options.
14164 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14166         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14167         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14168         `' (for example, in the docstring of `windmove-default-keybindings').
14170 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14172         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14173         shadow face.  Don't provide binding to edit variable when it is
14174         out of scope.
14176         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14177         (gdb-var-update-handler): Detect out of scope variables with pre
14178         GDB 6.4 too.
14179         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14180         Reset status of variable objects to nil in update handlers.
14181         (gdb-var-update-handler-1): Detect when a variable object comes
14182         in scope.  setcar on var changes gdb-var-list directly.
14184 2006-02-17  Juri Linkov  <juri@jurta.org>
14186         * ffap.el (ffap) <defface>: Add explicit face declaration.
14187         (ffap-highlight): Use face `ffap' directly instead of checking
14188         for its existence.
14190         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14191         `visible-ok' of `other-buffer' to find the right original buffer.
14193         * info.el (Info-search): Skip `Local Variables' node.
14195 2006-02-17  Juri Linkov  <juri@jurta.org>
14197         * info.el (Info-find-file): Check for symbols `apropos', `history',
14198         `toc' in the input filename, and return these symbols as is.
14199         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14200         `history', `toc' instead of strings.
14201         (Info-set-mode-line): For non-string Info-current-file use the
14202         symbol's name inside **.
14203         (Info-isearch-push-state): Add quote before Info-current-file and
14204         Info-current-node.
14205         (Info-isearch-pop-state): Use `equal' instead of `string='.
14206         (Info-extract-pointer, Info-following-node-name): Use
14207         `match-string-no-properties' instead of `match-string'.
14208         (Info-up): Check `old-file' for `stringp'.
14209         (Info-history): Use `equal' instead of `string-equal'.
14210         Check `file' for `stringp'.
14211         (Info-history): Use symbol `history' instead of string as first arg
14212         of `Info-find-node'.
14213         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14214         `toc' instead of string.
14215         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14216         instead of `buffer-substring', and `match-string-no-properties'
14217         instead of `match-string'.
14218         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14219         instead of strings.
14220         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14221         Use symbol `apropos' instead of string.
14222         (Info-copy-current-node-name): Check `Info-current-file' for
14223         `stringp' and construct a command with `Info-find-node' from it.
14224         (Info-fontify-node): Use `match-string-no-properties' instead of
14225         `match-string' and check file names for `stringp'.
14226         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14227         `history', `toc' instead of strings.
14229 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14231         * files.el: Rearrange functions and variables in the file local
14232         variables section.
14234 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14236         * files.el: Add truncate-lines, ispell-check-comments and
14237         ispell-local-dictionary as safe local variables.
14239 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14241         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14242         out of scope variables.
14243         (gud-speedbar-buttons): Use unless.
14245         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14246         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14247         (gdb-show-changed-values): Also use for out of scope variables.
14248         (gdb-var-update-handler-1): Note if variable goes out of scope.
14250 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14252         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14253         default to global variable values for unsupplied args.
14254         (rcirc-get-buffer-create): Fix bug with setting the target.
14255         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14256         test for rcirc-always-use-server-buffer-flag here.
14257         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14258         uses the default face.  Change the ACTION format string.  If the
14259         "nick" is the server, don't print anything for that field.
14260         Comment fixes.
14261         (rcirc-target-buffer): Don't test
14262         rcirc-always-use-server-buffer-flag here.
14263         (rcirc-print): Squeeze extra spaces out of the text before message.
14264         (rcirc-put-nick-channel): Strip potential "@" char from nick
14265         before adding them to nick table.
14266         (rcirc-url-regexp): Improve to match address like "foo.com".
14268 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14270         * allout.el (allout-hidden-p): Move this defsubst before
14271         allout-overlay-interior-modification-handler, where it is first
14272         used.
14274 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14276         * allout.el: Use allout invisible-text overlays instead of
14277         selective display for concealed text.  Also, lots of general
14278         cleanup, and improved compatibility code.
14280         (allout-version): Incremented, corrected, revised, and refined
14281         module commentary.
14283         (provide 'allout): Moved to the bottom, added a require of overlay.
14285         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14286         `except-current'.
14287         (allout-write-file-hook-handler): Minimize delay.
14288         (count-trailing-whitespace-region): New function so
14289         auto-encryption of current topic can resituate cursor exactly.
14290         PGP/GPG encryption trims trailing whitespace from lines, which
14291         must be accounted for across encryption then decryption.
14293         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14294         just plain "\C-c", to avoid intruding on user's keybinding space.
14296         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14297         parameter, so user request to provide a new password is done.
14299         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14300         Refined mechanism for auto-filling behavior while in allout mode.
14302         (allout-mode): Explicitly specify the mode map in the docstring.
14303         Clarify provision for various write-file hook var names.
14304         Adjusted for invisible-text overlays instead of selective-display.
14306         (allout-depth): Really return 0 if not within any topic.  This
14307         rectifies `allout-beginning-of-level' and sequence numbering
14308         errors that occur when cutting and pasting numbered topics.
14309         Changed from a in-line subst to a regular function, as well.
14311         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14313         (allout-end-of-subtree, allout-end-of-subtree)
14314         (allout-end-of-entry, allout-end-of-current-heading)
14315         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14316         (allout-show-children, allout-show-to-offshoot)
14317         (allout-hide-current-entry, allout-show-current-entry): Rectified
14318         handling of trailing blank lines between items.
14320         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14321         (allout-current-depth, allout-unprotected, allout-hidden-p)
14322         (allout-on-current-heading-p, allout-listify-exposed)
14323         (allout-chart-subtree, allout-goto-prefix)
14324         (allout-back-to-current-heading, allout-get-body-text)
14325         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14326         (allout-hide-region-body, allout-toggle-subtree-encryption)
14327         (allout-encrypt-string, allout-encrypted-key-info)
14328         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14329         (allout-file-vars-section-data): Adjusted for use with
14330         invisible-text overlays instead of selective-display.
14332         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14333         Reworked for use with invisible text overlays.
14335         (allout-current-topic-collapsed-p): New function.
14337         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14338         to know when to close the containing topic.
14340         (allout-pre-command-business, allout-post-command-business):
14341         Simplify undo-batching and dynamic isearch exposure.
14343         (allout-set-overlay-category): New for invisible-text overlays.
14344         Sets properties of allout-overlay-category, used by
14345         allout-flag-region to set invisible-text overlay properties.
14346         (allout-get-invisibility-overlay): Get the first qualifying
14347         invisibility overlay, so we can find the extent of it.
14348         (allout-back-to-visible-text): Get to just before the beginnining
14349         of the current invisibility overlay, if any.
14351         (allout-overlay-insert-in-front-handler)
14352         (allout-overlay-interior-modification-handler)
14353         (allout-before-change-handler, allout-isearch-end-handler): New
14354         functions to handle extraordinary actions affecting concealed
14355         text.
14357         (allout-flag-region): Use overlays instead of selective-display
14358         for invisible text - by inheritence from the properties of
14359         allout-overlay-category in mainline Emacs, and applied
14360         property-by-property in XEmacs, some recent versions of which
14361         don't inherit the properties from the category.  Provisions to
14362         respond to concealed-text edits simplified drastically.
14364         (allout-isearch-rectification, allout-isearch-was-font-lock)
14365         (allout-isearch-expose, allout-enwrap-isearch)
14366         (allout-isearch-abort, allout-pre-was-isearching)
14367         (allout-isearch-prior-pos, allout-isearch-did-quit)
14368         (allout-isearch-dynamic-expose)
14369         (allout-hide-current-entry-completely): Functions deleted.
14371         (allout-undo-aggregation): Explicit undo aggregation no longer
14372         necessary due to transition away from selective-display.
14374         (set-allout-regexp, allout-up-current-level)
14375         (allout-next-visible-heading, allout-forward-current-level)
14376         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14377         (allout-kill-line, allout-yank-processing, allout-show-children)
14378         (allout-expose-topic, allout-old-expose-topic)
14379         (allout-listify-exposed, allout-insert-latex-header)
14380         (allout-toggle-subtree-encryption, allout-encrypt-string)
14381         (remove-from-invisibility-spec, allout-hide-current-subtree):
14382         Ditched unused variables.
14384 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14386         * textmodes/ispell.el (ispell-change-dictionary): Call
14387         ispell-buffer-local-dict instead of
14388         ispell-accept-buffer-local-defs.
14389         (ispell-local-dictionary-alist): Accept as valid any coding-system
14390         supported by Emacs.
14391         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14392         changed to iso-8859-3.
14394 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14396         * speedbar.el (speedbar-frame-width): Make an inline function
14397         instead of a macro.  Use frame-width.
14398         (speedbar-try-completion, speedbar-update-contents)
14399         (speedbar-timer-fn): Use consp.
14400         (speedbar-update-localized-contents): Try to preserve point.
14402         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14403         (menu): Re-order menu items.
14404         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14405         field.
14406         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14407         (gdb-post-prompt): Speed things by not forcing update.
14409 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14411         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14412         press and perform default action if we get a mouse movement event.
14414 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14416         * calendar/icalendar.el (icalendar--get-event-property)
14417         (icalendar--get-event-property-attributes): Fix typos in
14418         docstrings.
14420         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14421         docstring.
14423 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14425         * bs.el (bs-mode): Use `buffer-disable-undo'.
14426         (bs--get-file-name): Simplify.
14427         (bs-show-in-buffer): Mark the buffer as not modified.
14429 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14431         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14432         widget-button-click.
14434         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14435         (custom-mode): Update docstring.
14437         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14438         binding.
14440         * files.el (hack-local-variables-confirm): Allow scrolling if the
14441         file variable list is too long.  Kill temp buffer after use.
14443 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14445         * progmodes/gud.el (gdb): Improve doc string.
14446         (gdb-script-font-lock-keywords): Expand allowed character set.
14448         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14449         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14450         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14451         (gdb-separate-io-stop, gdb-separate-io-eof):
14452         Rename from gdb-inferior-* to gdb-separate-*.
14453         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14455 2006-02-14  Jay Belanger  <belanger@truman.edu>
14457         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14458         expression is a symbol before checking that it is bound.
14460         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14461         test to see if equation can be solved.
14463 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14465         * wid-edit.el (widget-button-click): Use :pressed-face property
14466         for overlay face, if it exists.
14468         * cus-edit.el (custom-manual, custom-add-see-also)
14469         (custom-add-parent-links, custom-group-link): Add :pressed-face
14470         property to links.
14472         * files.el (hack-local-variables): Remove ignored variables before
14473         checking if any variables need setting.
14475 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14477         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14479 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14481         * help.el (where-is): Fix message for remapped commands.
14483         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14484         Fix typos in docstrings.
14486 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14488         * files.el (safe-local-variable-values): New option.
14489         (hack-local-variables-prop-line): Return a list of variable-value
14490         pairs if MODE-ONLY is non-nil.
14491         (hack-local-variables): Construct list of variable-value pairs,
14492         and apply or reject them in one go.  Ask for confirmation if
14493         variables are not known safe.
14494         (hack-local-variables-confirm): Complete rewrite.  Support
14495         `safe-local-variable-values'.
14496         (enable-local-variables): Update docstring to reflect new
14497         behavior.
14498         (ignored-local-variables): Ignore ignored-local-variables and
14499         safe-local-variable-values.
14500         (safe-local-variable-p): New function.
14501         (risky-local-variable-p): `safe-local-variable' property check
14502         moved to safe-local-variable-p.
14503         (hack-one-local-variable): Checks moved to hack-local-variables.
14505         (byte-compile-dynamic, c-basic-offset, c-file-style)
14506         (c-indent-level, comment-column, fill-column, fill-prefix)
14507         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14508         (no-update-autoloads, outline-regexp, page-delimiter)
14509         (paragraph-start, paragraph-separate, sentence-end)
14510         (sentence-end-double-space tab-width, version-control):
14511         Add `safe-local-variable' property.
14513         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14515         * icomplete.el, play/landmark.el: Change nonexistent
14516         `outline-layout' file variable to `allout-layout'.
14518 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14520         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14521         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14522         to gud-comint-buffer.
14523         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14524         gdb-ui.el for gdb-mi.el.
14525         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14526         registers buffer to gdb-get-changed-registers.
14527         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14528         deletion of catchpoints (throw and catch).
14529         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14530         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14531         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14532         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14533         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14535 2006-02-13  Jay Belanger  <belanger@truman.edu>
14537         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14538         expression is a symbol before checking that it is bound.
14540 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14542         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14543         for the minibuffer too, but not if resize-mini-windows will interfere.
14545         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14546         inside `interactive' spec.
14547         (describe-key-briefly-internal, describe-key-internal):
14548         Functions merged back into their callers.
14550 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14552         * info.el (info-xref-visited): Inherit from info-xref too.
14553         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14554         when propertizing Info-current-file and Info-current-node.
14556 2006-02-13  Juri Linkov  <juri@jurta.org>
14558         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14559         (tumme-thumb-name): Fix per-directory format.
14561 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14563         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14565 2006-02-12  Miles Bader  <miles@gnu.org>
14567         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14569 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14571         * tumme.el: Remove history section.  If someone needs the it, it
14572         can always be found in CVS.
14574 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14576         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14577         about the Thumbnail Managing Standard option.
14579 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14581         * subr.el (substitute-key-definition): Doc fix.
14583         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14585         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14587         * info.el (Info-mode): Doc fix.
14589         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14591 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14593         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14594         because on Solaris a POSIX compatible "id" is needed.  Reported by
14595         Magnus Henoch <mange@freemail.hu>.
14597 2006-02-12  Juri Linkov  <juri@jurta.org>
14599         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14600         (tumme) <defgroup>: Change :group to `multimedia'.
14601         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14602         Managing Standard.
14603         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14604         Fix dostring.
14605         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14606         and %y.  Fix docstring.
14607         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14608         (tumme-cmd-create-standard-thumbnail-command): New user options.
14609         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14610         is `standard'.  Fix docstring.
14611         (tumme-thumb-width, tumme-thumb-height): New user options.
14612         (tumme-external-viewer): Try to find various viewers.
14613         (tumme-get-thumbnail-image): Use `create-image' instead of
14614         constructing the `image' structure.
14615         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14616         `standard'.
14617         (tumme-thumb-name): Add file name generation for standard storage.
14618         Simplify code for other storages.
14619         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14620         Add modification time %m and thumbnail-nq8 %q.
14621         Use `tumme-cmd-create-standard-thumbnail-command' if
14622         tumme-thumbnail-storage is `standard'.
14623         (tumme-dired-insert-marked-thumbs): New autoload command.
14624         (tumme-dired-after-readin-hook): New function.
14625         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14626         `tumme-thumb-size'.
14627         (tumme-display-image): Replace size-x %x and size-y %y with
14628         width %w and height %h.
14630         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14631         `tumme-dired-insert-marked-thumbs'.
14633 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14635         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14636         include path).
14637         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14638         matching tag.
14640 2006-02-12  Miles Bader  <miles@gnu.org>
14642         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14643         New variables.
14644         (rcirc-abbrev-nick): New function.
14645         (rcirc-format-response-string): Rewrite to use the formats in
14646         `rcirc-response-formats' and expand escape sequences therein.
14647         A text-property `rcirc-text' is added over the actual response
14648         text to make easy to find inside the returned string.
14649         (rcirc-print): When filling, just look for the `rcirc-text'
14650         text-property to find the appropriate fill prefix, instead of
14651         using hardwired patterns.
14653 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14655         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14656         Managing Standard.
14658 2006-02-11  Kim F. Storm  <storm@cua.dk>
14660         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14661         Don't use insert-buffer; do insert-buffer-substring directly.
14662         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14664 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14666         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14667         with inhibit-read-only.  Suggested by Stefan Monnier.
14668         (revert-buffer): Let insert-file-contents discard
14669         buffer-undo-list.  Simplify code.
14670         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14672 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14674         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14676         * help.el (describe-key-briefly): Now a wrapper for
14677         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14678         to t.  Populate yank-menu if empty.
14679         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14680         (describe-key): Now a wrapper for describe-key-internal.  Bind
14681         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14682         (describe-key-internal): Renamed from describe-key.
14684 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14686         * progmodes/glasses.el (glasses-separator): Doc fix.
14687         (glasses-original-separator): New defcustom.
14688         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14690 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14692         * mwheel.el (mouse-wheel-up-event): Doc fix.
14694 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14696         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14697         (tumme-dir): New function.  Copied from thumbs.el.
14699 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14701         * desktop.el (desktop-outvar): Fix typo.
14702         (desktop-save-buffer-p): Doc fix.
14704         * subr.el (substitute-key-definition): Fix typo.
14706 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14708         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14709         when window-system is mac.
14711         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14713 2006-02-10  Kim F. Storm  <storm@cua.dk>
14715         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14716         indirect-function instead of using condition-case.
14718 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14720         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14721         less `colloquial'...
14723 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14725         * tumme.el: Add a couple of todo items.
14727 2006-02-09  Lars Hansen  <larsh@soem.dk>
14729         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14730         (highlight-changes-mode): Don't change desktop-locals-to-save.
14732 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14734         * image-mode.el (image-toggle-display): Clear image cache if using
14735         filename.
14737 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14739         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14740         a `dired-man' target.
14742         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14743         boundary of symbols.
14745 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14747         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14749 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14751         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14752         `mapcar'; return nil.
14754 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14756         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14757         some other event.
14759 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14761         * net/rcirc.el (rcirc-startup-channels-alist):
14762         Add irc.freenode.net and #emacs as defaults.
14763         (rcirc-ignore-all-activity-flag): Remove variable.
14764         (rcirc-authinfo): New variable.
14765         (rcirc-authinfo-filename): Remove variable.
14766         (rcirc-always-use-server-buffer-flag): New flag.
14767         (rcirc): M-x rcirc will automatically connect without prompting.
14768         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14769         connection in lisp.
14770         (rcirc-process-server-response-1): Remove everything but the nick
14771         portion of the sender so it doesn't need to be done everywhere
14772         else.  Update related code.
14773         (global-map): Remove global keybindings.
14774         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14775         (rcirc-send-input): Split into several functions.
14776         (rcirc-process-input-line, rcirc-process-message)
14777         (rcirc-process-command): New functions.
14778         (rcirc-target-buffer): New function to determine where to route
14779         messages.
14780         (rcirc-user-nick): Save match data.
14781         (rcirc-toggle-ignore-buffer-activity)
14782         (rcirc-update-activity-string): Remove global ignore functionality,
14783         which can be done now by toggling rcirc-track-minor-mode.
14784         (rcirc-track-minor-mode-map): New keymap.
14785         (rcirc-track-minor-mode): New minor-mode.
14786         (ignore): Make the ignore output nicer.  Always print it when
14787         adding or removing nicks.
14788         (rcirc-url-regexp): Improve.
14789         (rcirc-mangle-text): Remove properties before using text in the
14790         modeline.
14791         (rcirc-authenticate): Authentication data comes from
14792         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14793         (rcirc-server-prefix): Inherit from rcirc-server.
14795 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14797         * Makefile.in (compile): Append "|| true" to the end of the `find'
14798         command, like compile-always does.
14800 2006-02-08  Sam Steingold  <sds@gnu.org>
14802         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14803         output from a dead connection.
14805 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14807         * dired.el (dired-mode-map): Add more bindings for tumme.
14809 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14811         * wdired.el (wdired-mode-map): Use remap.
14812         (wdired-get-filename): Massage.
14813         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14814         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14815         `keymap' property rather than `local-map'.
14817 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14819         * tumme.el (tumme-get-thumbnail-image): New utility function.
14820         Suggested by from Chong Yidong.
14821         (tumme-dired-with-window-configuration): Rename from
14822         `tumme-dired'.  Add code to save window configuration.
14823         (tumme-restore-window-configuration): New command to restore the
14824         window configuration that `tumme-dired-with-window-configuration'
14825         saves before it changes the window configuration.
14826         (tumme-show-all-from-dir): New command to display thumbnails for
14827         all files in a directory entered by the user, like M-x thumbs.
14828         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14829         have been created.
14830         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14831         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14832         Remove obsolete test function.
14834 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14836         * vc.el (small-temporary-file-directory): Remove defvar; there's
14837         a defcustom for it in files.el.
14839         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14840         Fix typo in message.
14841         (tumme-gallery-generate): Fix typo in `error' message.
14842         (tumme-display-window-height-correction)
14843         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14844         (tumme-line-up-interactive): Dox fixes.
14845         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14846         (tumme-restore-window-configuration, tumme-format-properties-string)
14847         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14848         Fix typos in docstrings.
14850 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14852         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14854 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14856         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14857         User should use hook if desired.
14859         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14860         buffer if necessary.
14861         (gdb-delete-frame-or-window): New function.
14862         (gdb-breakpoints-mode-map): Bind "q" to it.
14864 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14866         * textmodes/nroff-mode.el: Clean up name space.
14867         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14868         (nroff-mode): Obey the global setting of nroff-electric-mode.
14869         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14871         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14873 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14875         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14877 2006-02-06  Lars Hansen  <larsh@soem.dk>
14879         * generic-x.el (etc-fstab-generic-mode): Add file system types
14880         cifs and usbdevfs.  Allow special chars in file names.
14882 2006-02-05  Jay Belanger  <belanger@truman.edu>
14884         Update copyright notices of the files in lisp/calc.
14886 2006-02-05  Romain Francoise  <romain@orebokech.com>
14888         Update copyright notices of all files in the lisp/play directory.
14890 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14892         * ldefs-boot.el: Regenerate.
14894         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14896 2006-02-05  Kim F. Storm  <storm@cua.dk>
14898         * files.el (magic-mode-regexp-match-limit): New defvar.
14899         (set-auto-mode): Use it to limit magic-mode-alist matching.
14901 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14903         * info.el (Info-index, Info-mode): Improve the description of the
14904         `i' command.
14906         * ldefs-boot.el: Regenerate.
14908 2006-02-03  Werner Lemberg  <wl@gnu.org>
14910         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14911         greedy to find the closing bracket in \*[...] and similar
14912         expressions.  This is a first rough fix -- many additional
14913         refinements are necessary to make nroff mode really usable with groff.
14915 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
14917         * international/mule-cmds.el (set-locale-environment):
14918         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14919         libX11.
14921 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14923         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14924         archive are created in archive-tmpdir.
14926 2006-02-02  John Paul Wallington  <jpw@pobox.com>
14928         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14929         (ibuffer-fontification-alist): Use it.
14930         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14931         to "* z" and the Ibuffer Mark menu.
14933         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14935 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14937         * textmodes/table.el (*table--cell-describe-mode)
14938         (*table--cell-describe-bindings): Undo last change since
14939         print-help-return-message is not obsoleted by anything at all.
14941 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
14943         * emulation/cua-base.el (cua-mode): Doc fix.
14945 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
14947         * dframe.el (dframe-handle-make-frame-visible)
14948         (dframe-handle-iconify-frame, dframe-get-focus)
14949         (dframe-select-attached-frame, dframe-power-click)
14950         (dframe-frame-mode): Fix typos in docstrings.
14952         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14953         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14954         Fix typos in docstrings.
14956         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14957         (hi-lock-face-buffer, hi-lock-font-lock-hook)
14958         (hi-lock-archaic-interface-message-used)
14959         (hi-lock-file-patterns-range): Fix typos in docstrings.
14961         * savehist.el (savehist-loaded, savehist-load, savehist-install)
14962         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14964         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14965         Fix typo in docstring.
14967         * net/newsticker.el (newsticker--decode-iso8601-date)
14968         (newsticker--set-customvar, newsticker--buffer-insert-item)
14969         (newsticker--do-run-auto-mark-filter)
14970         (newsticker--parse-generic-feed): Doc fixes.
14971         (newsticker--retrieval-timer-list, newsticker-url-list)
14972         (newsticker-hide-immortal-items-in-echo-area)
14973         (newsticker-hide-obsolete-items-in-echo-area)
14974         (newsticker-new-item-face, newsticker--enclosure)
14975         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14976         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14977         (newsticker--parse-generic-feed, newsticker--cache-contains)
14978         (newsticker--stat-num-items, newsticker-download-enclosures):
14979         Fix typos in docstrings.
14981         * net/rcirc.el (rcirc-debug): Doc fix.
14982         (rcirc-fill-column, rcirc-receive-message-hooks)
14983         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14984         (rcirc-mode, rcirc-generate-new-buffer-name)
14985         (rcirc-startup-channels, rcirc-ignore-update-automatic)
14986         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14987         Fix typos in docstrings.
14988         (rcirc-print): "?\ " -> "?\s".
14989         (rcirc-cmd-join): Improve argument/docstring consistency.
14991 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
14993         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14994         before narrow-to-region.
14996 2006-02-01  Richard M. Stallman  <rms@gnu.org>
14998         * simple.el (move-beginning-of-line): Scan properly for invis change.
15000         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15002 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15004         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15005         change bit only when id-format is 'integer.  Reported by Matt
15006         Hodges <M.P.Hodges@rl.ac.uk>.
15008 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15010         * hilit-chg.el (highlight-changes-initial-state)
15011         (highlight-changes-global-initial-state): Doc fixes.
15012         (highlight-changes-global-modes, global-highlight-changes):
15013         Fix typos in docstrings.
15015 2006-02-01  Kim F. Storm  <storm@cua.dk>
15017         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15018         transient-mark-mode in doc string.
15020 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15022         * replace.el (multi-occur): Doc fix.
15023         (multi-occur-in-matching-buffers): Rename from
15024         multi-occur-by-filename-regexp.  Prefix arg says match
15025         buffer names instead of file names.
15027 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15029         * bs.el: Allow non-default values of `bs-header-lines-length'.
15030         (bs--running-in-xemacs): Remove (not needed anymore).
15031         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15032         instead of `shrink-window', thus avoiding having to compute the
15033         height of the window.
15034         (bs--up): Wrap around even when there's no header.
15035         (bs--down): Use `forward-line' instead of `next-line'.
15037 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15039         * image-mode.el (image-toggle-display): Use file name if possible,
15040         instead of unnecessarily allocating a (possibly huge) lisp string.
15042 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15044         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15045         because the `assert' macro signals it at runtime.
15047         * emacs-lisp/cl.el (toplevel): Remove definition of
15048         `cl-assertion-failed' condition.
15050 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15052         * thumbs.el (thumbs-marked-list): Make buffer-local and
15053         permanent-local.
15054         (thumbs-insert-thumb): Make help-echo non-sticky.
15055         (thumbs-file-alist): Use eolp as check for (non)-image.
15057 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15059         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15060         (ediff-before-session-group-setup-hooks)
15061         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15062         Fix typos in docstrings.
15064         * window.el (bw-dir, bw-eqdir, balance-windows)
15065         (split-window-keep-point): Fix typos in docstrings.
15067         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15068         (org-quote-string, org-calendar-to-agenda-key)
15069         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15070         (org-show-following-heading, org-tags-column)
15071         (org-use-tag-inheritance, org, org-allow-space-in-links)
15072         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15073         (org-enable-table-editor, org-calc-default-modes)
15074         (org-table-allow-automatic-line-recalculation)
15075         (org-export-html-style, org-export-with-fixed-width)
15076         (org-export-with-sub-superscripts, org-special-keyword)
15077         (org-formula, org-time-grid, org-table-may-need-update)
15078         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15079         (org-goto-quit, org-get-indentation, org-end-of-item)
15080         (org-move-item-down, org-move-item-up)
15081         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15082         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15083         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15084         (org-agenda-log-mode, org-agenda-toggle-diary)
15085         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15086         (org-agenda-file-to-end, org-agenda-no-heading-message)
15087         (org-agenda-get-closed, org-format-agenda-item)
15088         (org-cmp-priority, org-cmp-category, org-cmp-time)
15089         (org-agenda-change-all-lines, org-agenda-diary-entry)
15090         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15091         (org-link-search, org-camel-to-words, org-open-file)
15092         (org-remember-handler, org-table-convert-region)
15093         (org-table-move-row-down, org-table-move-row-up)
15094         (org-table-copy-region, org-table-wrap-region)
15095         (org-table-toggle-vline-visibility)
15096         (org-table-get-vertical-vector, org-table-modify-formulas)
15097         (org-table-get-specials, org-recalc-commands)
15098         (org-table-rotate-recalc-marks, org-table-eval-formula)
15099         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15100         (org-level-color-stars-only, org-insert-heading):
15101         Fix typos in docstrings.
15102         (last-arg): Add defvar.
15104         * makefile.w32-in (WINS): Add erc.
15105         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15107 2006-01-29  Bill Wohler  <wohler@newt.com>
15109         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15110         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15111         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15112         (mh-autoloads): Don't use comments on otherwise empty lines.
15114 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15116         * emulation/viper.el (viper-major-mode-modifier-list):
15117         Add insert-state and vi-state entries for erc-mode.
15118         (viper-go-away, viper-set-hooks): Add and remove
15119         viper-comint-mode-hook from erc-mode-hook as appropriate.
15121         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15123 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15125         * bs.el (bs--format-aux): Implement `middle' alignment as
15126         described in the docstring for `bs-attributes-list'.
15127         (bs--get-name): Simplify.  Don't pad the buffer name.
15129 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15131         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15132         English aspell dictionary is installed, use the first entry of
15133         ispell-dictionary-alist-1.
15135 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15137         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15138         Doc fix.
15140 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15142         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15143         for `process-file', in order to let it work for older Emacsen too.
15145 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15147         * international/latexenc.el: Add a suitable `coding:' tag.
15148         (latexenc-find-file-coding-system): Undo last change.
15150 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15152         * international/latexenc.el (latexenc-find-file-coding-system):
15153         Make sure latexenc-main-file is a regular file and is readable.
15155 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15157         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15158         Pass FILE to vc-user-login-name.
15160         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15162 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15164         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15165         there are no more images to display.
15166         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15167         the next image.
15169 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15171         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15173         * wid-edit.el (advertised-widget-backward): New alias.
15174         (widget-keymap): Use advertised-widget-backward for S-TAB.
15176         * tumme.el: Correct the keywords.
15177         (tumme-dir-max-size): Use defvar.
15178         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15180         * simple.el (move-beginning-of-line): Take account of fields.
15181         (clone-indirect-buffer-other-window): Take args like
15182         clone-indirect-buffer, and work like it.
15184         * help-fns.el (describe-function): Don't pass `nil' as default.
15186         * files.el (risky-local-variable-p): Follow var aliases.
15188         * subr.el (lazy-completion-table): Doc fix.
15190         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15191         global binding of `line'.
15193 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15195         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15196         Tramp.
15198         * vc.el (vc-default-dired-state-info): Pass FILE to
15199         vc-user-login-name.
15200         (vc-default-update-changelog): Don't use vc-user-login-name, we
15201         don't need it here.
15203         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15204         no longer necessary.
15206 2006-01-25  Kenichi Handa  <handa@m17n.org>
15208         * international/mule.el (decode-char): Avoid the overhead of
15209         calling utf-lookup-subst-table-for-decode if
15210         utf-translate-cjk-mode is nil.
15211         (encode-char): Avoid the overhead of calling
15212         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15213         nil.
15215 2006-01-22  Kenichi Handa  <handa@m17n.org>
15217         * international/mule.el (make-subsidiary-coding-system): Reset
15218         `coding-system-define-form' property of subsidiaries to nil.
15219         Avoid duplicated entry in coding-system-alist.
15220         (make-coding-system): Avoid duplicated entry in
15221         coding-system-alist.
15222         (define-coding-system-alias): Likewise.
15224 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15226         * completion.el: Minor fixes in introductory comment.
15227         (completion-def-wrapper): Fix alist.
15229 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15231         * thumbs.el (thumbs-new-image-size): New function.
15232         (thumbs-increment-image-size-element)
15233         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15234         (thumbs-decrement-image-size): Delete.
15235         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15236         temp files and use to resize.
15237         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15238         Use increment argument to enlarge/shrink.  Preserve point.
15239         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15240         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15241         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15242         (thumbs-mark, thumbs-unmark): Preserve point.
15243         (thumbs-modify-image): Keep old temp files and use to modify.
15244         Cleanup old temp files at load time.  Preserve point.
15245         (thumbs-view-image-mode-map): Use new command names.
15247 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15249         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15251         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15252         the nastiest part of the cyclic dependency.
15253         (cal-menu-update): Use dotimes and calendar-increment-month.
15255         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15256         (calendar-week-start-day): Add an :initializer.
15257         (calendar-mode-map): Use suppress-keymap, and command remapping.
15258         (describe-calendar-mode): Setup xref-stack info for the back button.
15259         (calendar-star-date): Insert before delete.
15260         (calendar-set-mode-line): Add file-modified info if applicable.
15261         (calendar-increment-month): New function.
15263 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15265         * font-lock.el (lisp-font-lock-keywords-2):
15266         Recognize "& keywords" only at word boundaries.
15268 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15270         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15271         and permanent-local.
15272         (thumbs-max-image-number): New variable.
15273         (thumbs-do-thumbs-insertion): Use them.
15274         (thumbs-per-line): Change default to 4.
15275         (thumbs-marked-list): Rename from thumbs-markedL.
15276         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15277         (thumbs-rename-images): Use -list instead of L for internal variables.
15278         (thumbs-call-convert): Use call-process instead of shell-command.
15279         (thumbs-insert-thumb): Add filename as help-echo to each image.
15280         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15281         Give dir to thumbs-show-thumbs-list.
15282         (thumbs-show-thumbs-list): Set default-directory to that of images.
15283         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15284         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15285         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15286         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15288 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15290         * ses.el (ses-read-cell): Provide a default value.
15292 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15294         * term/w32-win.el (image-library-alist): Add additional names for
15295         GIF library.
15297 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15299         * international/latexenc.el (latexenc-find-file-coding-system):
15300         Add file-regular-p check.
15302 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15304         * simple.el (clone-buffer): Don't show the new buffer in the same
15305         window.
15307 2006-01-23  Juri Linkov  <juri@jurta.org>
15309         * faces.el (link, link-visited): New faces based on default values
15310         of `info-xref' and `info-xref-visited'.
15312         * info.el (info-xref): Inherit from `link'.
15313         (info-xref-visited): Inherit from `link-visited'.
15315         * cus-edit.el (custom-buffer-create-internal): Use widget type
15316         `custom-manual' instead of `info-link' and don't set properties
15317         `button-face' and `mouse-face' explicitly.
15318         (custom-browse-group-tag, custom-browse-variable-tag)
15319         (custom-browse-face-tag): Inherit from widget class
15320         `custom-group-link' instead of `push-button'.
15321         (custom-button-unraised): Inherit from `underline' face.
15322         (custom-link): Inherit from `link' face.  Fix doc and group.
15323         (custom-add-parent-links, custom-group-value-create): Don't set
15324         properties `button-face' and `mouse-face' explicitly for
15325         `custom-group-link' widget.
15326         (custom-group-link): Add properties `button-face' and `mouse-face'
15327         to widget definition.
15328         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15329         editable-field's :keymap property.
15330         (custom-mode): Fix docstring: substitute keybindings for
15331         `widget-forward' and `widget-backward' from `widget-keymap',
15332         `widget-complete' from `custom-field-keymap', replace old
15333         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15335         * desktop.el (desktop-load-file): Check for `fboundp' before
15336         calling `symbol-function'.
15338         * simple.el (clone-buffer, clone-indirect-buffer)
15339         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15340         `read-string'.  Fix prompts.
15342         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15344 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15346         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15348 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15350         * startup.el (inhibit-splash-screen, initial-scratch-message):
15351         Doc fixes.
15353 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15355         Sync with Tramp 2.0.52.
15357         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15358         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15359         `tramp-unload-tramp' for checklist.
15361         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15362         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15363         (tramp-unload-file-name-handler-alist)
15364         (tramp-unload-tramp): New defuns.
15365         (tramp-advice-PC-expand-many-files): New defadvice.
15366         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15367         removed.
15368         (tramp-handle-expand-file-name): Remove double slash.
15369         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15370         It doesn't matter, because it will be converted later on.
15371         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15372         implementation was just heuristic.
15373         (tramp-post-connection): Set uid and gid properties.
15374         (tramp-convert-file-attributes): Set file's gid change bit.
15375         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15376         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15377         in case of su(do)? methods.  The home directory of the local user
15378         will be taken else.
15379         (tramp-open-connection-telnet)
15380         (tramp-open-connection-rsh, tramp-open-connection-su)
15381         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15382         local shell prompt could hurt.  Reported by Romain Francoise
15383         <romain@orebokech.com>.
15384         (tramp-let-maybe): Add `edebug-form-spec' property.
15385         (tramp-handle-expand-file-name): Bind `default-directory' locally
15386         to "/" in order to avoid problems with UNC shares or Cygwin
15387         mounts.
15388         (tramp-md5-function): Fix typo in error message.
15390         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15392         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15393         for byte-compiler pacification.
15395 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15397         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15398         ID-FORMAT `string'.  This allows us to get rid of
15399         `vc-user-login-name UID'.
15401         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15403 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15405         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15407 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15409         * emacs-lisp/find-func.el (find-definition-noselect)
15410         (find-variable-noselect): Search variables in C source code too.
15411         (find-function-C-source, find-function-noselect, find-function)
15412         (find-function-other-frame, find-variable-noselect, find-variable)
15413         (find-variable-other-frame, find-variable-at-point):
15414         Fix docstrings.
15416 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15418         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15420 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15422         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15423         Default to disabling the "Save affix" question.
15425 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15427         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15428         the first arg to run-python.
15430 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15432         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15433         is not loaded.
15435 2006-01-20  Jay Belanger  <belanger@truman.edu>
15437         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15438         limit is 0.
15440         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15441         the correct variable.
15443 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15445         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15446         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15447         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15448         (org-prefix-has-tag): New variable.
15449         (org-format-agenda-item): Remove tags from headline if
15450         appropriate.
15451         (org-agenda-remove-tags-when-in-prefix): New option.
15452         (org-get-tags-at): New function.
15454 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15456         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15457         (thumbs-find-image): Move image name and number from buffer name
15458         to mode name.  Set thumbs-buffer.  Preserve point so that large
15459         images remain visible.
15460         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15461         order.
15462         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15463         mode name.
15464         (thumbs-next-image, thumbs-previous-image): Make them work.
15466 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15468         * cus-edit.el (custom-buffer-create-internal): State in the text above
15469         the whole buffer buttons that they do not operate on hidden items.
15470         (custom-face-menu): Use `custom-face-save' instead of
15471         `custom-face-save-command'.
15472         (custom-face-save-command): Make it an alias for `custom-face-save'
15473         and declare it obsolete.
15474         (custom-face-save): Doc fix.
15476         * dired.el (dired-no-confirm): Add quote.
15477         (dired-subdir-alist-pre-R): Add quote in
15478         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15480 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15482         * textmodes/table.el (table-mode-indicator): Typo in last change.
15484 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15486         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15487         Fixes bug reported in Nov 2005.
15489         * isearch.el (isearch-forward): Doc fix.
15491         * dired.el (dired-move-to-filename-regexp): Define as alias.
15492         (dired-no-confirm): Use defcustom.
15493         (dired-subdir-alist-pre-R): Put defvar at top level.
15495         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15497         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15498         Mark as risky.
15500         * simple.el (set-mark-command): Doc fix.
15501         (clone-indirect-buffer-other-window):
15502         Read arg like clone-indirect-buffer.
15503         (move-beginning-of-line): Skip invisible newlines.
15505 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15507         * progmodes/cpp.el (cpp-edit-load): Make the order of
15508         listed conditions in a base C code buffer and its associate
15509         CPP Edit buffer the same.
15511 2006-01-19  Kenichi Handa  <handa@m17n.org>
15513         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15514         (rmail-mime-feature): Likewise.
15515         (rmail-require-mime-maybe): Use display-warning to show a warning
15516         message.
15518         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15519         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15521 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15523         * array.el: Move defvars out of eval-when-compile.
15524         (array-make-template): Replace undeclared global var with a local one.
15525         (array-mode): Inline initialization functions.
15526         (array-init-local-variables, array-init-max-row)
15527         (array-init-max-column, array-init-columns-per-line)
15528         (array-init-field-width, array-init-rows-numbered)
15529         (array-init-line-length, array-init-lines-per-row): Remove.
15531         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15532         (doc-mode-map): Define explicitly.
15533         (doctor-txtype): Use mapc.
15535         * textmodes/table.el: Move defvars out of eval-when-compile.
15536         Remove harmful code meant to avoid byte-compiler warnings.
15537         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15538         specification that checks table-fixed-width-mode directly.
15539         (table-recognize-region, table-recognize-cell):
15540         Use restore-buffer-modified-p.
15541         (table-fixed-width-mode): Remove code that refreshes
15542         table-fixed-mode-indicator.
15543         (*table--cell-describe-bindings, *table--cell-describe-mode):
15544         Avoid obsolete name print-help-return-message.
15545         (table--test-cell-list): Don't use replace-regexp from elisp.
15546         (table--point-entered-cell-function, table--point-left-cell-function):
15547         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15549         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15550         that was after the end of file.  Use buffer-file-name variable.
15551         (org-timestamp-change): Use with-current-buffer.
15552         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15553         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15554         `file'.
15556         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15557         (fortran-break-line): Remove unused var `opoint'.
15558         (fortran-abbrev-start): Obey help-event-list.
15560 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15562         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15564 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15566         * progmodes/make-mode.el (makefile-imake-mode): New mode
15567         derived from makefile-mode.
15568         (makefile-imake-mode-syntax-table): New syntax table
15569         derived from makefile-mode-syntax-table.
15570         (makefile-mode): Write about makefile-imake-mode in doc string.
15571         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15572         (makefile-imake-font-lock-keywords): New font lock keywords.
15574         * files.el (auto-mode-alist): Add Imakefile.
15576 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15578         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15579         loading the file rather than when turning on flyspell-mode.
15581 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15583         * cus-edit.el (customize-rogue): Minor doc fix.
15585 2006-01-17  Juri Linkov  <juri@jurta.org>
15587         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15588         instead of the file at the mark as default if the file at the mark
15589         is the same as the file at point or if dired-dwim-target-directory
15590         is not the same as the current directory and the mark is not active.
15592         * log-view.el (log-view-minor-wrap): Use the same logic to get
15593         revisions as `log-view-diff'.
15595         * info.el (Info-revert-find-node): Check for Info-current-file
15596         before preserving new-history.
15598         * man.el (Man-heading-regexp): Add `/'.
15600         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15601         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15603 2006-01-16  Juri Linkov  <juri@jurta.org>
15605         * faces.el (mode-line-faces): New defgroup.
15606         (mode-line-highlight): Move definition after new defgroup.
15607         (mode-line, mode-line-inactive, mode-line-highlight):
15608         Replace :group `modeline' with `mode-line-faces'.
15609         (mode-line-buffer-id): New face.
15610         (modeline-buffer-id): New face alias.
15611         (vertical-border): Remove :group `modeline'.
15613         * bindings.el (propertized-buffer-identification): Use face
15614         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15615         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15616         (mode-line-buffer-identification-keymap): For mouse-1 replace
15617         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15618         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15619         mouse-3.
15621         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15622         Buffer-menu-buffer.  Doc fix.
15623         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15624         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15625         `Buffer-menu-buffer'.
15627         * info.el (Info-mode-line-node-keymap): New defvar.
15628         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15629         Propertize Info-current-node with `mode-line-buffer-id' and
15630         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15632         * time.el (display-time-mail-face): Replace :group `faces' with
15633         `mode-line-faces'.
15635 2006-01-16  Kenichi Handa  <handa@m17n.org>
15637         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15639         * language/european.el (cp1252): New alias for windows-1252.
15641         * international/mule.el (autoload-coding-system): Prepare for EOL
15642         variants.
15644 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15646         * term.el (term-raw-map): Add mapping for insert.
15647         (term-send-insert): New.
15648         (term-mode): Make variables local here instead of doing it in
15649         `term-emulate-terminal'.
15650         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15651         Scroll reverse needs to take into account the scroll region.
15652         Saving and restoring the cursor should save the color attributes too.
15653         (term-reset-terminal): Reset the scroll region.
15654         (term-handle-ansi-escape): Cursor up and down should take into
15655         account the scroll region.
15656         (term-set-scroll-region): Rename from `term-scroll-region'.
15657         Move to 0,0 after setting the region.
15658         (term-handle-scroll): Handle scroll up.
15659         (term-down): Fix off by one error.
15660         (term-delete-lines): Do not delete outside the scroll region.
15661         (term-insert-lines): Take into account the scroll region.
15663 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15665         * textmodes/ispell.el (ispell-internal-change-dictionary)
15666         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15667         (start, end): Move declaration outside of eval-when-compile.
15669         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15670         (flyspell-mode-on): Use it.
15672         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15673         ispell-kill-ispell-hook.
15675 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15677         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15678         (Custom-reset-saved): Do not ask for confirmation in single option
15679         buffers.
15681 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15683         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15685 2006-01-13  Romain Francoise  <romain@orebokech.com>
15687         * add-log.el (add-change-log-entry, change-log-merge):
15688         Conditionally use `hard-newline'.
15690 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15692         * wid-edit.el (widget-field-end): If the overlay is no longer
15693         associated with a buffer, behave as if the overlay didn't exist.
15695         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15696         Make sure the links use the `custom-link' face.
15698 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15700         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15701         (ld-script-mode): Don't set indent-line-function since we don't
15702         have one.
15704 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15706         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15707         application.
15708         (org-file-apps-defaults-gnu): Use mailcap as the default for
15709         selecting an application on a UNIX system.
15710         (org-agenda-show-tags): New command.
15711         (org-table-insert-hline): Keep cursor in current table line.
15712         (org-table-convert): Offset effect of modifying
15713         `org-table-insert-hline'.
15714         (org-format-agenda-item): New optional argument TAG.
15715         (org-compile-prefix-format): Handle %T format for the tag.
15716         (org-expand-wide-chars): New function.
15717         (org-table-insert-row, org-table-insert-hline):
15718         Use `org-expand-wide-chars'.
15719         (org-open-file): Fix bug in program launch.
15720         (org-get-time-of-day): Fix bug with times before 1am.
15721         (org-agenda-menu): Add tags commands.
15723 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15725         * textmodes/ispell.el (ispell-init-process): Include the used
15726         dictionary in ispell process start message.
15727         (ispell-internal-change-dictionary): When flyspell-mode is active
15728         and dictionary is changed, make sure ispell process is restarted
15729         and flyspell word cache cleared out for the current buffer.
15730         (ispell-change-dictionary): Make sure flyspell word cache is
15731         cleared out in all buffers with active flyspell mode when
15732         dictionary is globally changed.
15733         Call ispell-internal-change-dictionary after dictionary change.
15735 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15737         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15739         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15740         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15741         years.  Fix small differences wrt Makefile.in.
15742         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15743         Makefile.in does.
15745 2006-01-12  Bill Wohler  <wohler@newt.com>
15747         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15748         mh-search.el.
15750 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15752         * progmodes/ld-script.el: Update copyright year.
15754 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15756         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15757         Don't add widget if setting undefined.
15759 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15761         * help-fns.el (describe-variable): Remove newlines from void
15762         variable output.
15764 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15766         * wdired.el (wdired-mode-map): Add help echo for
15767         wdired-abort-changes.
15769         * man.el (Man-file-name-regexp): Adjust for a list of files.
15771 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15773         * progmodes/ld-script.el (auto-mode-alist): Support
15774         suffix conventions used in netbsd and eCos.
15776 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15778         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15779         (custom-variable-menu, custom-face-menu, custom-group-menu)
15780         (Custom-mode-menu): Change names of menu items.  (As discussed on
15781         emacs-devel.)
15782         (custom-face-menu): Add "Undo Edits" item.
15784         * startup.el (init-file-user): defcustom -> defvar.
15786         * tooltip.el (tooltip-mode): Doc fix.
15788 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15790         * reveal.el (reveal-post-command): window-buffer signals an error on
15791         dead windows rather than returning nil.
15792         (reveal-open-new-overlays): An overlay might die while we open others.
15794 2006-01-11  Bill Wohler  <wohler@newt.com>
15796         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15797         phrasing in docstring.
15799         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15800         can give some systems gas.  Add new file mh-buffers.el.
15802 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15804         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15805         C preprocessor forward ported from GNU Emacs 21.2.
15807         * progmodes/asm-mode.el (asm-font-lock-keywords):
15808         Use `cpp-font-lock-keywords'.
15810         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15812         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15813         of $ for "\\.ld[s]?".
15815 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15817         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15818         (tcl-indent-line): Return `noindent' if inside a string.
15820         * progmodes/flymake.el (flymake-split-string): Remove more than one
15821         empty string at beg/end of the result.
15822         (flymake-find-buildfile, flymake-find-possible-master-files):
15823         Use expand-file-name.
15824         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15825         since expand-file-name does it for us.  Use directory-file-name.
15826         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15827         (flymake-ler-get-type, flymake-ler-get-text)
15828         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15829         (flymake-current-line-no): Remove spurious interactive spec.
15830         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15831         (flymake-check-include): Remove arg inc-path merged into inc-name.
15832         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15833         Arg regexp-list replaced by a simple regexp.
15834         (flymake-master-make-header-init, flymake-master-tex-init):
15835         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15837 2006-01-10  Simon Josefsson  <jas@extundo.com>
15839         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15840         describing AUTH PLAIN fix.
15842 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15844         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15845         (report-emacs-bug): Don't record initial prompt text.
15846         Instead, add text properties to prompting text.
15847         (report-emacs-bug-hook): Delete prompting text.
15849 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15851         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15852         `dirs'.  Adjust callers.
15854 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15856         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15858 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15860         * reveal.el (reveal-open-new-overlays): New extracted fun.
15861         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15862         using them.  Simplify the code.
15863         (reveal-post-command): Use them.  Fix up obsolete windows in
15864         reveal-open-spots.
15866         * progmodes/flymake.el: Use `require' rather than autoload for
15867         XEmacs's overlays.
15868         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15869         Delete.  Use file-relative-name instead.
15870         (flymake-get-syntax-check-program-args, flymake-perl-init):
15871         Simplify the resulting code.
15873         * log-view.el (log-view-file-re, log-view-message-re): Add support
15874         for DaRCS output.
15876 2006-01-09  Alex Schroeder  <alex@gnu.org>
15878         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15879         identifiers sometimes added in square brackets at the beginning of
15880         subject lines.
15882 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15884         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15885         (Custom-reset-current, Custom-reset-saved): Change question text.
15886         (Custom-reset-standard): Likewise.
15887         (custom-variable-reset-saved): Doc fix.
15889 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15891         * startup.el (init-file-user): Doc fix.
15893 2006-01-07  Alex Schroeder  <alex@gnu.org>
15895         * mail/rmail.el (rmail-current-subject): New function.
15896         (rmail-current-subject-regexp): New function.
15897         (rmail-next-same-subject): Use it.
15899         * mail/rmailsum.el (rmail-summary-by-topic):
15900         Use rmail-current-subject and rmail-current-subject-regexp.
15901         (rmail-summary-next-same-subject): Ditto.
15903         * net/rcirc.el (rcirc-send-input): No longer check whether the
15904         process is open, since not all commands need an open process.
15905         (rcirc-send-string): Check whether the process is open before
15906         sending anything.
15907         (rcirc-ignore-list): New option.
15908         (rcirc-ignore-list-automatic): New variable.
15909         (rcirc-print): Take rcirc-ignore-list into account.
15910         (rcirc-cmd-ignore): New command.
15911         (rcirc-ignore-update-automatic): New function.
15912         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15913         list if ignored nicks.
15914         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15916 2006-01-06  David Reitter  <david.reitter@gmail.com>
15918         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15919         reflect the address to which the report will be sent.
15921 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
15923         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15924         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15926 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
15928         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15930         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15931         the doc string: "functoin" => "function".
15932         * ldefs-boot.el: Likewise.
15934         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15935         message text: "Duplicat" => "Duplicate".
15937 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15939         * files.el (basic-save-buffer-2): If backing-up failed, reset
15940         buffer-backed-up to nil.
15942 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
15944         * progmodes/gud.el (gdb-script-skip-to-head)
15945         (gdb-script-calculate-indentation): Indent for breakpoint command
15946         lists also.
15948 2006-01-05  Bill Wohler  <wohler@newt.com>
15950         * Makefile.in (compile-always): Add mh-autoloads dependency.
15951         (bootstrap): Remove mh-autoloads dependency, as compile dependency
15952         provides it.
15953         (updates): Remove mh-autoloads dependency, since it probably has
15954         already run recently (via recompile).
15956 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15958         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15959         argument `force' to disable the flyspell-last-buffer optimization.
15960         (flyspell-mode-on): Use it.
15962         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15963         flymake-simple-cleanup.
15964         (flymake-allowed-file-name-masks): Use this new default.
15965         All the functions are now called in the right buffer rather than
15966         passing the buffer as argument.
15967         (flymake-process-sentinel): Switch to buffer before calling cleanup.
15968         (flymake-parse-err-lines): Remove redundant buffer arg.
15969         (flymake-get-program-dir): Comment out unused function.
15970         (flymake-start-syntax-check, flymake-start-syntax-check-process):
15971         Remove redundant buffer argument.
15972         (flymake-get-real-file-name, flymake-simple-java-cleanup)
15973         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15975 2006-01-05  Richard M. Stallman  <rms@gnu.org>
15977         * info.el (Info-find-node): Don't record previous node if have none.
15978         (info): Go to directory only if history is empty.
15980         * simple.el (mark): Doc fix.
15982 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15984         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15985         already of desired type.
15986         (mac-ae-list): Coerce parameter to "list" type.
15987         (mac-dispatch-apple-event): Replace cadr part of event with a
15988         dummy position so that event-start returns it.
15990 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
15992         * textmodes/org.el (org-end-of-subtree): New function.
15993         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15994         Use `org-end-of-subtree'.
15995         (org-agenda, org-agenda-convert-date): Protect calls to
15996         `fit-window-to-buffer'.
15997         (org-tags-view): Force matching of sublevels when doing a
15998         todo-only search.  Define the correct redo command, including the
15999         arguments.
16000         (org-agenda-redo): Display message.
16001         (org-check-for-org-mode): New function.
16002         (org-agenda-type): New variable.
16003         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16004         Set `org-agenda-type'.
16005         (org-agenda-check-type): New function.
16006         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16007         (org-agenda-week-view, org-agenda-day-view)
16008         (org-agenda-next-date-line, org-agenda-previous-date-line)
16009         (org-agenda-log-mode, org-agenda-toggle-diary)
16010         (org-agenda-toggle-time-grid, org-agenda-date-later)
16011         (org-agenda-date-prompt, org-agenda-diary-entry)
16012         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16013         (org-agenda-convert-date, org-agenda-menu):
16014         Use `org-agenda-check-type'.
16015         (org-make-overlay, org-delete-overlay)
16016         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16017         New compatibility functions.
16018         (org-calendar-select-mouse): New command.
16020 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16022         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16023         (Custom-reset-standard): Fix y-or-n-p messages.
16024         (custom-link): New face for links.
16025         (custom-buffer-create-internal, custom-manual): Use it.
16026         (custom-face-save): Push to theme-face before setting face spec.
16028         * wid-edit.el (widget-default-mouse-face-get): New function.
16029         (widget-specify-button): Handle mouse-face like button-face.
16031         * custom.el (load-theme): Clear old theme settings if reloading.
16033 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16035         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16036         "Erase Customization" button back to same position it occupies in
16037         the individual State menus.
16039 2006-01-04  Kim F. Storm  <storm@cua.dk>
16041         * wid-edit.el (key-sequence): Rework widget to read key binding
16042         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16043         (widget-key-sequence-default-value): Default value for empty sequence.
16044         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16045         (widget-key-sequence-read-event): New command for C-q.
16046         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16047         (widget-key-sequence-value-to-external): New functions.
16049 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16051         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16052         Use expand-file-name.
16053         (flymake-delete-temp-directory): Use expand-file-name,
16054         file-name-directory, and directory-file-name.
16055         (flymake-strrchr): Delete.
16056         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16057         to the init-f function.
16058         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16059         (flymake-init-find-buildfile-dir)
16060         (flymake-init-create-temp-source-and-master-buffer-copy)
16061         (flymake-simple-make-init-impl, flymake-simple-make-init)
16062         (flymake-master-make-init, flymake-master-make-header-init)
16063         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16064         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16065         (flymake-xml-init): Remove corresponding redundant buffer argument.
16066         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16067         the default anyway.  Clean up regexps.
16069         * progmodes/flymake.el (flymake-temp-source-file-name)
16070         (flymake-master-file-name, flymake-temp-master-file-name)
16071         (flymake-base-dir): New buffer-local vars.
16072         (flymake-buffer-data, flymake-get-buffer-value)
16073         (flymake-set-buffer-value): Replace those hash-tables by the new
16074         buffer-local vars.  Update callers.
16076         * progmodes/flymake.el (flymake-check-start-time)
16077         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16078         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16079         Move definition, so we can remove redundant earlier declaration.
16080         (flymake-replace-regexp-in-string, flymake-split-string)
16081         (flymake-get-temp-dir): Use defalias.
16082         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16083         (flymake-xemacs-window-edges): Remove unused function.
16084         (flymake-get-point-pixel-pos): Move.
16085         (flymake-pid-to-names, flymake-reg-names)
16086         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16087         Replace by a simple list flymake-processes and by process-buffer.
16088         Update callers.  Other than simplify the code, it uses buffers rather
16089         than buffer-names so it doesn't get confused by uniquify.
16090         (flymake-buffer-data): The global value should just be nil.
16092         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16093         Optimize the body of a defalias like any other code.
16095         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16096         Make sure we've setup font-lock's vars.  It may influence which
16097         function we then call.
16098         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16099         here since it's too late anyway.
16101 2006-01-03  Romain Francoise  <romain@orebokech.com>
16103         * startup.el (fancy-splash-tail, normal-splash-screen):
16104         Update copyright year.
16106 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16108         * mouse.el (mouse-drag-track): Rename, from
16109         `mouse-drag-region-1'.  Includes optional argument required to
16110         enable post-drag event processing (e.g. delete region keys).
16111         Can be used without this argument to track a mouse region and operate
16112         on it as soon as the drag completes.
16113         (mouse-drag-region): Use `mouse-drag-track'.
16115 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16117         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16118         Move to `custom-buffer' group.
16120         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16121         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16122         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16123         (custom-theme-face-menu): New variables.
16124         (custom-theme-add-variable, custom-theme-variable-action)
16125         (custom-variable-reset-theme, custom-theme-delete-variable)
16126         (custom-face-reset-theme, custom-theme-face-action)
16127         (custom-theme-delete-face, custom-theme-merge-theme)
16128         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16130 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16132         * custom.el: Move Custom Themes commentary to start of theme code.
16133         (custom-known-themes): Rename `standard' theme to `changed'.
16134         (custom-push-theme): Caller no longer specifies what theme to use
16135         when doing `reset'---the setting is simply removed from the theme.
16136         Delete MODE from `theme-value' and `theme-settings' properties.
16137         (custom-declare-theme): Ignore &rest args since we don't use them.
16139         (custom-loaded-themes): Delete variable.
16140         (custom-theme-load-themes, custom-theme-loaded-p)
16141         (custom-theme-value): Delete functions.
16143         (custom-declare-theme): Signal error on invalid theme names.
16144         (provide-theme): custom-loaded-themes was deleted.
16145         (load-theme): Load the file unconditionally.
16146         (enable-theme): Call `load-theme' if theme is undefined.
16147         (custom-enabled-themes): Only update value for successful loads.
16148         (disable-theme): Complete from enabled themes when interactive.
16149         (custom-variable-theme-value): Calculate theme value directly.
16151         (custom-theme-reset-variables, custom-reset-variables): Mark as
16152         XEmacs compatibility functions.  We don't actually use these.
16154         * cus-edit.el (custom-variable-state-set):
16155         Use custom-variable-theme-value instead of custom-theme-value.
16156         (custom-face-state-set): Rename `standard' theme to `changed'.
16157         (custom-save-variables, custom-save-faces): Delete unneeded
16158         references to custom-reset-variables.
16159         (custom-save-resets): Delete function.
16160         (custom-save-variables, custom-save-faces): MODE argument deleted.
16161         (custom-save-variables, custom-save-faces): Ignore theme values.
16163         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16164         compatibility function.
16166 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16168         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16169         (Custom-reset-current, Custom-reset-saved): Likewise.
16170         (Custom-reset-standard): Show message if aborted.
16171         (custom-mode): Doc fix, describing those commands.
16173         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16174         put on event-kind property.
16176 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16178         * custom.el (provide-theme): Ban `user' theme name.
16179         (custom-enabling-themes): New variable.
16180         (enable-theme): Don't enable user if custom-enabling-themes is t.
16181         (custom-enabled-themes): Make it a defcustom.
16182         (custom-theme-recalc-face): No-op if face is undefined.
16184         * cus-edit.el (custom-button-mouse): New variable.
16185         (custom-button-mouse): New face.
16186         (custom-raised-buttons, custom-mode): Use it.
16188         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16190 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16192         * progmodes/gud.el (gud-display-line): Support hl-line in the
16193         source buffer.
16195 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16197         * mouse.el (mouse-drag-window-above): Verify that the found window
16198         overlaps with the given window in the horizontal dimension.
16200 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16202         * Makefile.in (cvs-update): New target.
16204         * makefile.w32-in (cvs-update): Ditto.
16206 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16208         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16209         (custom-new-theme-mode-map): New variable.
16211 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16213         * custom.el (custom-load-themes): Function deleted.
16215         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16216         (custom-save-variables): Don't delete or add custom-load-themes call.
16218 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16220         * cus-start.el: Add `visible-cursor'.
16222         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16223         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16224         (flymake-process-filter): Switch to buffer before calling it instead.
16225         (flymake-post-syntax-check, flymake-highlight-err-lines)
16226         (flymake-delete-own-overlays, flymake-parse-err-lines)
16227         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16228         (flymake-count-lines, flymake-parse-residual):
16229         Remove constant buffer argument.
16230         (flymake-start-syntax-check-for-current-buffer): Remove.
16231         Update callers to use flymake-start-syntax-check instead.
16232         (flymake-display-err-menu-for-current-line):
16233         Remove unused var `mouse-pos'.
16234         (flymake-restore-formatting): Comment out unused function.
16235         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16236         argument, use current-buffer instead.  Update callers.
16238 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16240         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16241         buffer-local because choose-completion-delete-max-match requires
16242         that we set completion-ignore-case (i.e., binding via let is not
16243         sufficient).
16244         (bibtex-complete): Always set completion-ignore-case and
16245         choose-completion-string-functions.  The latter is needed because
16246         choose-completion-string-functions keeps its value if we quit the
16247         *Completions* buffer without requesting a completion.
16249 2005-12-30  Andreas Schwab  <schwab@suse.de>
16251         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16253 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16255         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16257 2005-12-30  Juri Linkov  <juri@jurta.org>
16259         * locate.el (locate-fcodes-file, locate-header-face)
16260         * progmodes/delphi.el (delphi-other-face)
16261         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16263         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16264         group `paren-showing-faces'.
16266         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16267         (goto-address): Fix docstring.
16269         * net/webjump.el (webjump-sample-sites): Update URLs.
16271         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16273         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16275 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16277         * font-lock.el (font-lock-compile-keywords): Signal an error when
16278         font-lock-set-defaults hasn't been called.
16280 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16282         * subr.el (noreturn, 1value): Doc fixes.
16284 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16286         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16287         that assoc-string returns nil.
16289 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16291         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16292         (bibtex-entry-type-str, bibtex-empty-field-re)
16293         (bibtex-search-backward-string, bibtex-preamble-prefix)
16294         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16295         (bibtex-any-valid-entry-type): New variable.
16296         (bibtex-parse-field-name): Simplify.
16297         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16298         (bibtex-preamble-prefix): Include left delimiter.
16299         (bibtex-search-forward-field, bibtex-search-backward-field):
16300         Allow unbounded search past entry boundaries (required by bibtex-pop).
16301         (bibtex-text-in-field-bounds): Use push.
16302         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16303         (bibtex-parse-preamble, bibtex-valid-entry)
16304         (bibtex-beginning-first-field): New functions.
16305         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16306         (bibtex-map-entries): Fix docstring.
16307         (bibtex-flash-head): New arg prompt.  Simplify.
16308         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16309         (bibtex-insert-kill): Simplify.  Always insert text past the
16310         current field or entry.
16311         (bibtex-format-entry): Use bibtex-parse-field.
16312         (bibtex-pop): Use bibtex-beginning-of-entry and
16313         bibtex-end-of-entry to initiate the search.  Insert empty field if
16314         we found ourselves.
16315         (bibtex-print-help-message): New args field and comma.
16316         Handle entry keys.
16317         (bibtex-make-field): Use bibtex-beginning-of-entry.
16318         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16319         invalid entry.
16320         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16321         Handle preambles.  Simplify code for thorough test.
16322         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16323         New arg comma.  Handle entry heads.
16324         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16325         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16326         New arg comma.
16327         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16328         (bibtex-fill-field): Simplify.
16329         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16330         bibtex-parse-field.
16331         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16332         (bibtex-complete): Use bibtex-parse-preamble.
16334 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16336         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16337         Display name of expression instead of convenience variable.
16338         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16340         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16341         toggle-gud-tooltip-dereference.
16342         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16343         (gud-tooltip-tips): ...here when dereferencing.
16345 2005-12-28  Bill Wohler  <wohler@newt.com>
16347         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16349 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16351         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16352         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16353         (vc-annotate-display-autoscale): Adjust call.
16354         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16355         Fix interactive spec.
16356         (vc-annotate-time-span): Remove.
16357         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16358         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16359         (vc-annotate-display-select): Use new name.
16361         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16362         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16363         Correct the construction of span entries.  Simplify.
16364         (vc-annotate-display-select): Fix the nil case.
16365         (vc-annotate): Remove obsolete (and now broken) code.
16366         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16367         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16369 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16371         * subr.el (lazy-completion-table): Correct typo in docstring.
16373         * startup.el (command-line): Use `custom-reevaluate-setting' for
16374         `send-mail-function'.
16376         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16378 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16380         * mail/smtpmail.el (smtpmail-try-auth-methods):
16381         Send credentials together with "AUTH PLAIN" command.
16383 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16385         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16386         mouse-2, go back to previously selected window, so it's selected
16387         when mouse-2 command runs.
16389 2005-12-27  Juri Linkov  <juri@jurta.org>
16391         * descr-text.el (describe-text-sexp): Use square brackets for
16392         button [Show] to distinguish it from the property value `show'.
16393         (describe-property-list): Use `insert-text-button' with
16394         `help-face' type instead of putting face in quotes, because button
16395         is not created automatically for a list of faces.
16396         (describe-text-properties-1): Put button-type value in quotes to
16397         distinguish from plain text "button".
16398         (describe-char): Display code point values in hex.  Don't use
16399         `symbol-name' for `current-input-method' because it is a string.
16400         Use `insert-text-button' with `help-face' type instead of putting
16401         hardcoded face in quotes, because button is not created automatically.
16403 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16405         * progmodes/glasses.el (glasses-face): More specific custom type.
16407         * files.el (set-visited-file-name): Doc fix.
16409         * textmodes/flyspell.el (flyspell-external-point-words):
16410         Use local var buffer-scan-pos to advance scan for next misspelling.
16411         Advance it only after we find the misspelling.
16413 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16415         * textmodes/flyspell.el (flyspell-external-point-words):
16416         New criteria for finding the misspelling in the buffer.
16418 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16420         * help-mode.el (help-insert-string): Set help-xref-stack-item
16421         rather than call help-setup-xref.
16423         * descr-text.el (describe-char): Revert previous changes for
16424         optional buffer argument.
16426 2005-12-27  Juri Linkov  <juri@jurta.org>
16428         * help-mode.el (help-insert-string): New function.  Save buffer
16429         contents in cases where it is impossible to recompute the old contents.
16431         * descr-text.el (describe-char): Set help-xref-stack-item
16432         explicitly after buffer has been generated.
16434 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16436         * cus-start.el (all): Add x-gtk-show-hidden-files.
16438 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16440         * replace.el (perform-replace): Calculate match-again
16441         before skipping read-only matches.
16443         * paren.el (paren-showing-faces): New group.
16444         (show-paren-match, show-paren-mismatch): Move to that group.
16446         * button.el (button): Put into group `basic-faces'.
16448         * progmodes/make-mode.el: Remove faces from group `faces'.
16450         * apropos.el (apropos, apropos-value): Doc fix.
16451         (apropos-documentation): Doc fix.
16453 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16455         * subr.el (lazy-completion-table): Remove argument `args'.
16457         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16458         Don't use the `args' argument of lazy-completion-table.
16460 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16462         * descr-text.el (describe-char): Add optional argument for buffer.
16463         Set buffer appropriately.  Call help-setup-xref.
16464         Suggested by Stefan Monnier.
16466 2005-12-26  Juri Linkov  <juri@jurta.org>
16468         * descr-text.el: Require `help-fns' at runtime.  Don't require
16469         `button' for byte compilation.
16470         (describe-text-widget): Add `help-echo' for first button.
16471         Use `help-info' for second.
16472         (describe-property-list): Use `help-argument-name' instead of `italic'.
16473         (describe-text-category): Add prompt to interactive spec.
16474         Call `help-setup-xref'.
16475         (describe-char): Use `help-character-set'.  Add `help-echo' for
16476         code point.  Use `help-input-method'.  Remove superfluous insert.
16478 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16480         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16481         at point, in case of narrowing.
16483         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16485         * locate.el (locate-header-face): Allow nil in type.
16487         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16489 2005-12-25  Romain Francoise  <romain@orebokech.com>
16491         * battery.el (battery-linux-proc-acpi): Also try
16492         `/proc/acpi/thermal_zone/THM0/temperature'.
16494 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16496         * custom.el (custom-push-theme): Fix docstring.
16498         * cus-edit.el (custom-variable-set, custom-variable-save)
16499         (custom-variable-save): Custom-quote widget values.
16500         (customize-save-variable): Fix custom-push-theme call.
16502 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16504         * w32-fns.el (w32-batch-update-autoloads): New function.
16506         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16507         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16508         from the command line.
16510 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16512         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16513         reset means to remove setting from theme entirely.  Don't keep
16514         expanding theme-settings list; delete old entries if necessary.
16516         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16517         customization" button one line up.
16518         (custom-themed): New face.
16519         (custom-magic-alist): New value, THEMED, for theme settings.
16520         (custom-variable-state-set, custom-face-state-set):
16521         Check theme-value instead of saved-value.
16522         (custom-variable-reset-standard, custom-face-reset-standard):
16523         Remove theme setting entirely.  Recalculate new values.
16524         (custom-variable-set, custom-variable-set)
16525         (custom-variable-reset-saved, custom-variable-reset-backup)
16526         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16527         (custom-variable-save): Fix typos.
16529 2005-12-23  Juri Linkov  <juri@jurta.org>
16531         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16532         Add autoload cookies.
16533         (edebug-outside-d-c-i-n-s-w): New variable.
16534         (edebug-display, edebug-outside-excursion): Use it to save the
16535         original value of default-cursor-in-non-selected-windows.
16536         Set default-cursor-in-non-selected-windows to t while Edebug
16537         is active.
16538         (edebug-mode, edebug-eval-mode): Doc fix.
16540         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16541         with `buffer-substring-no-properties' to remove common substring
16542         highlighting.
16544         * info.el (info-other-window, info): Rename function argument
16545         `file' to `file-or-node'.
16546         (Info-complete-menu-item): Use local variable `complete-nodes' to
16547         keep the global value of `Info-complete-nodes' unchanged for
16548         subsequent completions.
16549         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16551         * simple.el (get-next-valid-buffer, last-buffer)
16552         (next-error-buffer-p, next-error-find-buffer)
16553         (minibuffer-history-sexp-flag): Doc fix.
16555         * savehist.el (savehist-mode-hook): Add `:group'.
16557         * log-view.el: Call autoload for vc-find-version.
16558         (log-view-current-file): Adjust subgroup numbers.
16559         (log-view-current-tag): Add `length'.
16561 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16563         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16565 2005-12-23  Juri Linkov  <juri@jurta.org>
16567         * hi-lock.el (hi-lock-archaic-interface-message-used)
16568         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16569         (hi-lock-mode): Display "Hi" in the mode line only when
16570         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16571         (hi-lock-write-interactive-patterns):
16572         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16573         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16574         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16575         font-lock-add-keywords to t.
16577 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16579         * hi-lock.el (hi-lock-highlight-range): New variable.
16580         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16581         only if font-lock-fontified is non-nil.  Remove overlays.
16582         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16583         font-lock-fontified is non-nil, otherwise use overlays (instead of
16584         text properties).
16585         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16586         New variables.
16587         (hi-lock-string-serialize): New function.
16589 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16591         * menu-bar.el (menu-find-file-existing): New function.
16592         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16594         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16596 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16598         * vc.el: Remove unnecessary leading * in docstrings.
16599         (vc-annotate-mode-map): Move initialization into declaration.
16600         (vc-static-header-alist): Nitpick on the regexp.
16601         (vc-default-init-version): New fun.
16602         (vc-register): Use it.
16603         (vc-insert-headers): Use dolist.
16604         (vc-annotate-get-backend): Remove unused function.
16605         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16606         (vc-annotate-mode): Remove corresponding call.
16607         (vc-annotate-car-last-cons): Simplify.
16608         (vc-annotate-buffers): Remove var.
16609         (vc-annotate-backend): Make it buffer-local.
16610         (vc-annotate): Move the interaction to the interactive spec.
16611         Add a `buf' argument.
16612         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16613         killing&creating a vc-annotate buffer, which is very disruptive when
16614         the buffers are shown in dedicated frames.
16616 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16618         * descr-text.el: Add FSF as maintainer.
16619         (describe-text-mode, describe-text-mode-map)
16620         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16621         help-mode.
16622         (describe-text-widget, describe-text-sexp)
16623         (describe-property-list, describe-text-category)
16624         (describe-text-properties, describe-text-properties-1)
16625         (describe-char): Use help buttons instead of widgets.
16626         (describe-char-unicodedata-file): Make URL link in doc string.
16628 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16630         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16631         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16632         Don't include buttons that write a file when there's no file.
16633         (custom-variable-menu, custom-face-menu, custom-group-menu):
16634         Don't include commands that write a file when there's no file.
16635         (customize-browse): Reword the top-of-buffer help intro.
16636         (custom-buffer-create-internal): Fix previous change.
16637         (customize-changed-options-previous-release): Prev release is 21.1.
16638         (customize-changed-options): Doc fix.
16639         (customize-changed): New alias.
16640         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16641         Say "standard values".
16642         (Custom-reset-standard): Doc fix.
16643         (custom-face-reset-standard): Doc fix.
16645 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16647         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16648         even if font-lock-mode is non-nil since it may be t without having
16649         turned on font-lock-mode-internal.
16650         (font-lock-choose-keywords): Minor optimization.
16651         (font-lock-add-keywords, font-lock-remove-keywords)
16652         (font-lock-set-defaults): Don't call make-local-variable on a variable
16653         that we know to already be local.
16655 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16657         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16658         messages if in the minibuffer.
16660 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16662         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16663         (tex-mode-flyspell-verify, flyspell-get-word)
16664         (flyspell-external-point-words): Don't use point-min/max uselessly.
16666         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16667         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16668         don't need to show it.
16670 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16672         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16674 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16676         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16677         delete-windows-on with an inexistent buffer.
16679 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16681         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16682         Delete defcustom variable :tag names.
16684 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16686         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16687         (log-view-font-lock-keywords): Ajust subgroup numbers.
16688         (log-view-current-tag): Don't hard code the number of subgroups.
16690 2005-12-20  Juri Linkov  <juri@jurta.org>
16692         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16693         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16695         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16696         (menu-bar-non-minibuffer-window-p): Instead of checking
16697         display-multi-frame-p, use selected-frame when menu-updating-frame
16698         is nil.
16700 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16702         * align.el (align-rules-list): Use [ \t] instead of \s-
16703         for column separators in text mode.
16705 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16707         * help-mode.el (help-customize-variable, help-customize-face):
16708         Don't pop help-xref-stack as help-follow no longer pushes
16709         anything on to it.
16711 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16713         * textmodes/org.el (org-agenda-custom-commands): New option.
16714         (org-agenda): Offer custom commands on splash screen.
16715         (org-make-tags-matcher): Parser for Boolean logic added.
16716         (org-agenda-set-tags): New command.
16717         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16718         (org-set-tags): Efficiency improvements.
16719         (org-auto-align-tags): New option.
16720         (org-todo, org-demote, org-promote): Realign tags.
16721         (org-tags-completion-function): Use also "&" and "|" as separators.
16722         (org-org-menu): Agenda commands simplified.
16724 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16726         * cus-edit.el (customize-apropos, customize-apropos-options):
16727         Docstring changes.
16729         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16731 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16733         * longlines.el (longlines-mode): Wrap while widened.
16734         (longlines-decode-region, longlines-encode-region): Compute max
16735         just once.
16737 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16739         * cus-edit.el (mac): New group.
16741         * cus-start.el (all): Add user options in macterm.c.  Add test for
16742         Mac-related built-ins.  Fix test for GTK-related built-ins.
16744         * term/mac-win.el (mac-handle-language-change)
16745         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16746         (mac-services-open-selection, mac-services-mail-selection)
16747         (mac-services-mail-to, mac-services-insert-text)
16748         (mac-dispatch-apple-event): Add docstrings.
16749         (x-get-selection, mac-select-convert-to-string): Select coding
16750         system from `utf-16be' and `utf-16le' using `byteorder'.
16752 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16754         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16755         a "list" (lambda ...) rather than a real completion list.
16757         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16758         lexical-let when encountering ((lambda (...) ...) ...).
16760 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16762         * progmodes/sh-script.el (sh-mode):
16763         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16764         * textmodes/picture.el (picture-mode): Update docstrings.
16766 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16768         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16769         commands enclosed in $(ARGQUOTE)s should not be split between two
16770         lines, as that will break with GNU Make >3.80, when sh.exe is used
16771         and arg quoting is with '..'.
16772         (autoloads): Don't break the quoted --eval expression between
16773         several lines.
16775 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16777         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16778         Capture error from printing circular structures.
16780 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16782         * wid-edit.el (widget-checkbox-action): Clear undo info.
16784 2005-12-16  Bill Wohler  <wohler@newt.com>
16786         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16787         bar, not menubar in comment.
16789 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16791         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16792         After-change-functions should not clobber the match data.
16794 2005-12-16  Juri Linkov  <juri@jurta.org>
16796         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16797         instead of `buffer-substring'.
16798         (completion-common-substring): Doc fix.
16799         (completion-setup-function): Use minibuffer-completion-contents
16800         instead of minibuffer-contents.  Don't set common-string-length
16801         initially.  Remove special handling of partial-completion-mode.
16802         Move computation of completion-base-size into one cond.
16803         Call completion-base-size-function in mainbuf.  In computation of
16804         completion-base-size for file name completion don't move point to
16805         the end of the minibuffer.  Move computation of common-string-length
16806         into one cond.  Start putting faces only when common-string-length>=0.
16807         Add condition to put completions-common-part when
16808         common-string-length>0.
16810         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16811         place point at the first different character in the minibuffer
16812         even if this position is at the beginning of the minibuffer.
16814         * info.el (Info-read-node-name-1): In completion-base-size-function's
16815         lambda return 1 if common-substring or minibuffer-completion-contents
16816         starts with (, and 0 otherwise.
16818         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16819         Use `crm-current-element' for second arg of `display-completion-list'.
16821 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16823         * files.el (set-auto-mode): Look for an interpreter specified on
16824         the first line also if search for mode specification succeeded,
16825         but the mode is not known.
16827 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16829         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16830         (org-open-at-point): Implement tag searches as links.
16831         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16832         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16833         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16834         (org-agenda-dispatch): New commands.
16835         (org-use-tag-inheritance, org-tags-column): New options.
16836         (org-tab-follows-link, org-return-follows-link): New options.
16837         (org-tags): New customize group.
16838         (org-start-icalendar-file): Get local time zone.
16839         (org-tags-completion-function): New function.
16840         (org-set-font-lock-defaults): Make sure links will also be
16841         highlighted inside headlines.
16843 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16845         * term.el (term-emulate-terminal):
16846         Let term-handle-ansi-terminal-messages override what Bash says about
16847         its current directory.
16849 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16851         * bindings.el (last-buffer): Move to simple.el.
16852         * simple.el (last-buffer): Move here.
16853         (get-next-valid-buffer): New function.
16854         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16855         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16857         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16858         * bindings.el (global-map): Ditto.
16860 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16862         * cus-edit.el: Introductory comment change.
16863         (custom-magic-alist): Change message string for the `rogue' state.
16865 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16867         * tooltip.el: Delete defcustom variable :tag names.
16869         * complete.el (partial-completion-mode): Doc fix.
16871         * textmodes/flyspell.el (flyspell-external-point-words):
16872         Use save-excursion to ensure we don't move backward in the
16873         search loop, not even one character.
16874         (flyspell-delete-all-overlays): Use remove-overlays directly.
16876         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16877         (ispell-start-process): Set that variable.
16878         Clear ispell-buffer-local-name.
16879         (ispell-internal-change-dictionary):
16880         Set ispell-current-dictionary after killing process.
16881         (ispell-buffer-local-dict):
16882         Don't set spell-personal-dictionary after killing process.
16883         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16884         (ispell-tex-skip-alists, ispell-html-skip-alists)
16885         (ispell-skip-region-alist): Mark as risky.
16887         * net/newsticker.el (newsticker--retrieval-timer-list)
16888         (newsticker--display-timer, newsticker-running-p)
16889         (newsticker-ticker-running-p): Definitions moved up.
16891 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16893         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16895 2005-12-15  David Ponce  <david@dponce.com>
16897         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16898         (recentf-edit-list, recentf-open-files): Signal an error when
16899         there is no recent file.
16901 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16903         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16904         read-only except for texinfo-format-region evaluation.
16906 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16908         * vc.el (vc-default-previous-version, vc-default-next-version)
16909         (vc-do-command): Doc fixes.
16911 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16913         * textmodes/bibtex.el (bibtex-expand-strings)
16914         (bibtex-autokey-expand-string, bibtex-name-part)
16915         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16916         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16917         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16918         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16919         (bibtex-entry-postfix, bibtex-known-entry-type-re)
16920         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16921         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16922         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16923         (bibtex-beginning-of-last-entry): Remove.
16924         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
16925         message if comma is missing but buffer is read-only.
16926         (bibtex-parse-field-text): Handle whitespaces at the end of field
16927         text.  Return 3-element list with beginning and end of field text
16928         and end of field.
16929         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16930         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
16931         (bibtex-search-forward-field, bibtex-search-backward-field):
16932         Search always delimited by limits of entry.  Use more efficient
16933         search algorithms.
16934         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16935         bibtex-end-of-name-in-field.
16936         (bibtex-text-in-field-bounds): Handle BibTeX strings when
16937         extracting the content of a field.
16938         (bibtex-text-in-field): Use search limits.
16939         (bibtex-parse-string-prefix): Handle empty string keys based on
16940         bibtex-string-empty-key.
16941         (bibtex-parse-string): Fix docstring.
16942         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16943         (bibtex-preamble-prefix, bibtex-strings): New functions.
16944         (bibtex-skip-to-valid-entry): Include preceding whitespace in
16945         BibTeX entries (consistent with other BibTeX functions).
16946         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16947         (bibtex-search-entry): Fix docstring.  Simplify.
16948         (bibtex-flash-head, bibtex-complete-string-cleanup)
16949         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16950         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16951         (bibtex-parse-entry): New optional arg content.
16952         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16953         Use bibtex-text-in-field-bounds.
16954         (bibtex-print-help-message): Handle BibTeX strings and preambles.
16955         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16956         bibtex-parse-string-postfix.
16957         (bibtex-find-text-internal): New function.
16958         (bibtex-remove-delimiters): Use it.
16959         (bibtex-find-text): Use it.  New optional arg help.
16960         (bibtex-complete): Handle BibTeX string and preamble entries.
16961         (bibtex-Preamble): Fix order of closing delimiters.
16963 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16965         * vc.el (vc-default-revert): New fun.
16967         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16969 2005-12-14  Romain Francoise  <romain@orebokech.com>
16971         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16972         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16973         (font-lock-remove-keywords): Likewise.
16975 2005-12-14  Juri Linkov  <juri@jurta.org>
16977         * log-view.el (log-view-diff): Doc fix.
16979         * isearch.el (isearch-query-replace): Use (mark) instead of
16980         isearch-opoint if mark is active in transient-mark-mode.
16982 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
16984         * isearch.el (isearch-query-replace): Check for isearch-other-end.
16986 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
16988         * progmodes/cpp.el (cpp-face): New widget.
16989         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16991 2005-12-14  Juri Linkov  <juri@jurta.org>
16993         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16994         around `erase-buffer' and `insert'.
16996         * descr-text.el (describe-text-properties): Replace buffer name
16997         "*Help-2*" with "*Help*<2>".
16998         (describe-char): Add functions print-help-return-message,
16999         toggle-read-only.  Use help-setup-xref with nil to not store
17000         describe-char in help-xref-stack.  Use help-make-xrefs to
17001         make [back] button.
17003         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17005         * wdired.el (wdired-old-point): New internal variable.
17006         (wdired-change-to-wdired-mode): Set it buffer-locally.
17007         (wdired-abort-changes): Restore point after aborting changes.
17009 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17011         * vc.el (vc-do-command): Add a new value t for okstatus.
17013         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17014         frame in case of errors.
17016 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17018         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17019         so it comes after "On the Left" in the menu.
17021 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17023         * cus-edit.el (customize-apropos, customize-apropos-options)
17024         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17026 2005-12-12  Bill Wohler  <wohler@newt.com>
17028         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17029         non-writable Subversion-controlled files by saving window
17030         configuration before calling vc-do-command.  vc-do-command calls
17031         pop-to-buffer on error which is unexpected during registration.
17033 2005-12-12  Jay Belanger  <belanger@truman.edu>
17035         * calc/README: Update the summary of changes.
17037 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17039         * descr-text.el (describe-char): Rework last fix to solve the problem
17040         is the same way it's solved for everything else in that function
17041         (i.e. by extracting the info before setting up the *Help* buffer).
17043 2005-12-12  Kim F. Storm  <storm@cua.dk>
17045         * subr.el (version-regexp-alist): Allow space as separator before
17046         non-numeric part, e.g. "1.0 alpha".
17047         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17049 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17051         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17052         Implement Logging and the keep-modes setting.
17053         (org-get-category): Make sure a string is returned.
17054         (org-log-done): New function.
17055         (org-log-done, org-closed-string): New options.
17057 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17059         * tooltip.el (tooltip-y-offset): Change default to 20.
17061 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17063         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17065         * frame.el (display-hourglass): Doc fix.
17067         * help.el (help-for-help-internal): Simplify entry for `a'.
17069         * info.el (Info-on-current-buffer): Doc fix.
17070         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17072         * startup.el (inhibit-splash-screen): Make this the real name.
17073         (inhibit-startup-message): Make this the alias.
17074         (command-line): Find only simple.el, and use its directory
17075         to fill in other preloaded files' names.
17076         (command-line): Deactivate the mark if deactivate-mark is set.
17078         * international/mule.el (load-with-code-conversion):
17079         Bind deactivate-mark.
17081         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17083 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17085         * cus-edit.el (customize-apropos): Avoid listing an option more
17086         than once under different aliases.  No longer list user options
17087         that are not defined with defcustom (unless a prefix arg is given).
17088         Doc fix.
17089         (customize-apropos-options): Doc fix.
17091 2005-12-11  Juri Linkov  <juri@jurta.org>
17093         * frame.el (set-background-color, set-foreground-color)
17094         (set-cursor-color, set-mouse-color, set-border-color):
17095         Add explicit prompts to read colors by `facemenu-read-color'.
17096         (show-trailing-whitespace, blink-cursor-delay)
17097         (blink-cursor-interval, display-hourglass, hourglass-delay):
17098         Remove tags.
17099         (display-hourglass, hourglass-delay): Doc fix.
17100         (cursor-in-non-selected-windows): Capitalize words in tag.
17102         * faces.el (frame-background-mode): Replace `choice-item' keywords
17103         with `const' to not make [default] button.  Change default value tag
17104         from `default' to `automatic'.  Doc fix.
17105         (trailing-whitespace) <defface>: Change group `whitespace' to
17106         `whitespace-faces'.
17108 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17110         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17112 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17114         * term/mac-win.el: Create keymap for mac-apple-event-map.
17116 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17118         * tooltip.el (tooltip-mode): Move to start of file so that it
17119         appears at top of customize buffer.
17121         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17122         Add the gud groupname.
17123         (gud-tooltip-mode): Add the tooltip groupname.
17124         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17125         avoid conflict with tooltip-use-echo-area.
17127 2005-12-10  Romain Francoise  <romain@orebokech.com>
17129         * help.el (help-for-help-internal): Add `r' in doc string.
17131 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17133         * align.el (align-regexp, align-highlight-rule):
17134         Use region-beginning and region-end instead of point and mark, so that
17135         repetition (with `repeat-complex-command') recomputes the region
17136         bounds.
17138 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17140         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17141         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17142         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17143         (balance-windows): Rewrite using the above new functions.
17145 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17147         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17148         react if global-hi-lock-mode seems intended.
17149         (global-hi-lock-mode): Renamed from hi-lock-mode.
17150         (hi-lock-archaic-interface-message-used)
17151         (hi-lock-archaic-interface-deduce): New variables.
17152         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17153         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17154         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17155         Replace hi-lock-buffer-mode with hi-lock-mode.
17157 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17159         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17160         completion list, even after a partial completion has been
17161         inserted in the current buffer.  If there are more than 1
17162         completion, redisplay the *Completions* buffer; if the
17163         completion is unique, delete the *Completions* window.
17165 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17167         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17168         strings and long subject lines that were broken into multiple
17169         lines at arbitrary places.  Handle subjects that have "Re: " in
17170         the middle.
17172 2005-12-10  John W. Eaton  <jwe@octave.org>
17174         * emacs/octave-mod.el (octave-electric-space): Don't indent
17175         comments or strings if octave-auto-indent is nil.
17177 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17179         * term/mac-win.el: Require url when compiling.
17180         Call mac-process-deferred-apple-events after loading init files.
17181         (mac-apple-event-map): New defvar.  Define event handlers in it.
17182         (core-event, internet-event): New Apple event class symbols.
17183         (open-application, reopen-application, open-documents)
17184         (print-documents, open-contents, quit-application)
17185         (application-died, show-preferences, autosave-now, get-url):
17186         New Apple event ID symbols.
17187         (about): New HICommand ID symbol.
17188         (mac-event-spec, mac-event-ae): New macros.
17189         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17190         (mac-ae-selection-range, mac-ae-text-for-search)
17191         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17192         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17193         and Services menu events are now defined in mac-apple-event-map.
17194         (mac-drag-n-drop): Remove selection range handling.
17196 2005-12-10  Kenichi Handa  <handa@m17n.org>
17198         * simple.el (zap-to-char):
17199         * isearch.el (isearch-process-search-char): Translate CHAR by
17200         translation-table-for-input.
17202 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17204         * foldout.el (foldout-exit-fold): Properly hide subtree.
17206 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17208         * files.el (save-buffer):
17209         * international/ucs-tables.el (ucs-set-table-for-input):
17210         * mail/mail-extr.el (mail-extract-address-components):
17211         * mail/sendmail.el (mail-mode): Reformat doc string.
17213 2005-12-09  Juri Linkov  <juri@jurta.org>
17215         * isearch.el (isearch-highlight): Change main overlay priority
17216         from 1 to 1001.  Simplify.
17217         (isearch-lazy-highlight-update): Change lazy overlay priority
17218         from 0 to 1000.
17220         * replace.el (replace-highlight): Change overlay priority from
17221         1 to 1001.
17223         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17224         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17226         * compare-w.el (compare-windows-highlight): Change overlay
17227         priority from 1 to 1000.
17229         * menu-bar.el (menu-bar-edit-menu): Add listp around
17230         pending-undo-list to disable menu item "undo" when pending
17231         undo list is empty.
17233         * locate.el (locate): Disable undo in *Locate* buffer.
17235 2005-12-09  Kim F. Storm  <storm@cua.dk>
17237         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17239 2005-12-09  David Ponce  <david@dponce.com>
17241         * recentf.el: Improvement of the menu code.
17242         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17243         instead of menu hook.
17244         (recentf-show-menu, recentf-hide-menu): New functions.
17245         (recentf-menu-customization-changed, recentf-mode): Use them.
17246         (recentf-menu-action, recentf-max-menu-items)
17247         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17248         (recentf-arrange-by-rule-others)
17249         (recentf-arrange-by-rules-min-items)
17250         (recentf-arrange-by-rule-subfilter): Don't use
17251         `recentf-menu-customization-changed'.
17252         (recentf-arrange-rules): Likewise.  Accept functions to compute
17253         sub-menu titles.
17254         (recentf-menu-filter): Likewise.  Doc fix.
17255         (recentf-menu-value-shortcut): Doc fix.
17256         (recentf-dump-variable): Quote atom value.
17257         (recentf-make-menu-items): Update to use it as a menu filter.
17258         (recentf-match-rule): New function.
17259         (recentf-arrange-by-rule): Use it.
17260         (recentf-indirect-mode-rule): New function.
17261         (recentf-build-mode-rules): Use it.
17262         (recentf-dir-rule): New function.
17263         (recentf-arrange-by-dir): Use it.
17264         (recentf-filter-changer-current): Rename from
17265         `recentf-filter-changer-state'.  All references updated.
17266         (recentf-filter-changer-alist): Update filter names.
17267         (recentf-filter-changer-select): New function.
17268         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17269         available in `recentf-filter-changer-alist'.
17270         (recentf-data-cache, recentf-clear-data)
17271         (recentf-update-menu): Remove.  All references updated.
17272         (recentf-match-rule-p, recentf-build-dir-rules)
17273         (recentf-filter-changer-goto-next)
17274         (recentf-filter-changer-get-current)
17275         (recentf-filter-changer-get-next): Remove.
17277 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17279         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17280         buffer "Reset" button to "Reset to Current" for consistency with
17281         the State buttons.
17283 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17285         * ibuf-ext.el (define-ibuffer-filter filename):
17286         If `dired-directory' is a list then really use its car.
17288 2005-12-08  Kim F. Storm  <storm@cua.dk>
17290         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17291         Fix indention of text on right side of replaced rectangle.
17293 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17295         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17296         No need to check gud-comint-buffer is bound.
17297         (gdb): Prevent multiple debugging when first session uses gdba.
17299 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17301         CC Mode update to 5.31.
17303         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17304         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17305         We might do this function properly in the future).
17307         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17308         New macros c-sentence-end and c-default-value-sentence end, to cope
17309         with Emacs 22's new function `sentence-end'.
17311 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17313         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17314         compat issue using `c-put-overlay' and `c-delete-overlay'.
17316         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17317         New compat macros to handle overlays/extents.
17319 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17321         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17322         (for GNU Emacs 20.4).
17324         * progmodes/cc-defs.el:
17325         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17327         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17328         highlighting mechanism so it will work in XEmacs too.
17330         * progmodes/cc-defs.el: Insert c-int-to-char.
17332         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17333         call to the new macro c-int-to-char.  This solves XEmacs's
17334         regarding characters as different from integers.
17336 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17338         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17339         New internal helper.
17341         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17342         construct to make the indirect face lookup work in XEmacs.
17344         (c-cpp-matchers): Append the negation char face to the existing
17345         fontification, so that the cpp face doesn't disappear.
17346         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17347         and strings.
17349         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17350         to map to `font-lock-negation-char-face' in emacsen where it exists.
17352 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17354         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17356         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17357         Rename "c-subword-move-mode" as "c-subword-mode".
17359         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17360         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17362 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17364         * progmodes/cc-mode.el: Added autoload directive for
17365         `c-subword-move-mode' for use in older emacsen.
17367 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17369         * progmodes/cc-mode.el:
17370         (i): Insert a binding for C-c C-backspace into
17371         c-bind-special-erase-keys which works in TTYs.
17372         (ii): Make sure that when file styles are used, any explicitly
17373         given style variables take priority over those in the style.
17374         Do this by calling `hack-local-variables' a second time.
17376         * progmodes/cc-vars.el: Add language specific customization
17377         widgets for AWK to c-doc-comment-style, c-require-final-newline
17378         and c-default-style.  Add a defcustom for awk-mode-hook.
17379         Give c-syntactic-element and c-syntactic-context doc-strings by
17380         directly setting their `variable-documentation' propery.
17381         This allows Emacs 22.1 to read these with C-h v.
17383         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17385 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17387         * progmodes/cc-fonts.el, cc-vars.el
17388         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17389         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17390         Masatake YAMATO.
17392         (c-doc-comment-style): Made GtkDoc default in C mode.
17394         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17395         and C-c C-<delete>.
17397         (c-bind-special-erase-keys): New function for use on
17398         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17400         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17401         <delete> key behavior in XEmacs according to `delete-forward-p'.
17402         C.f. `c-electric-delete'.
17404 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17406         * progmodes/cc-mode.el: Give c-hungry-backspace and
17407         c-hungry-delete-forward permanent key bindings.
17409         * progmodes/cc-cmds.el (c-electric-semi&comma):
17410         Bind c-syntactic-context for calls to "criteria functions", for
17411         consistency with other calls to user functions.
17413         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17414         `current-prefix-arg', since this might be the prefix arg to a
17415         command which calls c-indent-command as a function.  Change the
17416         interactive spec from "p" to "P".
17418         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17419         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17420         was difficult to understand.
17422 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17424         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17425         first char of an identifier.
17427         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17428         +" syntax in C++.
17430 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17432         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17433         auto-fill doesn't split a c-comment's last word from a hanging
17434         "*/" when a space is typed between them after fill-column.
17436         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17438         * progmodes/cc-styles.el (c-set-style)
17439         (c-setup-paragraph-variables): Abort the command if we're not in a
17440         CC Mode buffer.
17442         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17443         with blank comment-prefix, and a blank line as the comment's
17444         second line.
17446 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17448         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17449         Incorporate the patterns added in the Emacs development branch
17450         for the new Emacs 22 face `font-lock-negation-char-face'.
17452         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17453         of "red" since it stands out better in xterms and DOS terminals.
17455         * progmodes/cc-engine.el (c-literal-faces):
17456         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17458 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17460         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17461         forcibly enable c-electric-flag.
17463         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17464         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17465         after the comment-prefix of a C-style comment will close that comment.
17467 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17469         * progmodes/cc-fonts.el (c-basic-matchers-before)
17470         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17471         in Pike.
17473         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17474         digraphs.
17476         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17477         (c-cpp-message-directives, c-cpp-include-directives)
17478         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17479         (c-cpp-expr-directives): Introduce new language constants to
17480         control cpp syntax in a cleaner way.
17482         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17484         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17486         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17487         (c-multiline-string-start-char): New language constants and
17488         variables to specify how newlines in string literals work.
17490         (c-font-lock-invalid-string): Use them.
17492         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17493         unbalanced close brace is entered.  Optimization by avoiding going
17494         back over arbitrarily large blocks.  Removed hints that this
17495         function only would be relevant/useful in AWK.
17497         (c-electric-brace): Indent syntactically after the cleanups since
17498         lineup functions might do it differently then.
17500         * progmodes/cc-engine.el, cc-langs.el
17501         (c-opt-op-identifier-prefix): New language constant and variable.
17503         (c-just-after-func-arglist-p, c-after-special-operator-id)
17504         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17506         * progmodes/cc-align.el, cc-engine.el
17507         (c-after-special-operator-id): New helper to handle C++ operator
17508         identifiers.
17510         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17511         (c-guess-basic-syntax): Handle C++ operator identifiers in
17512         declarations.
17514         * progmodes/cc-langs.el (c-assignment-operators): Add the
17515         trigraph version of ^= too.
17517         * progmodes/cc-langs.el (c-assignment-operators): Add the
17518         trigraph version of |= in C++.
17520         * progmodes/cc-fonts.el (c-font-lock-declarators):
17521         Handle `c-decl-hangon-kwds' after the identifier name.
17523         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17524         whether an arglist is "nonempty", ignore a comment after the open
17525         paren if it isn't followed by a non-comment token on the same line.
17527         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17528         Enable heuristics below the point to cope with classes inside special
17529         brace lists in Pike.
17531 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17533         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17535 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17537         * progmodes/cc-guess.el (cc-guess-install): New function to
17538         install an already guessed style in another buffer.
17540         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17541         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17542         anyway if the change always is undone.
17544 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17546         Implement togglable electricity:
17548         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17549         saying when it should be used.
17551         * progmodes/cc-engine.el: Add the new buffer-local variable,
17552         c-electric-flag.
17554         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17555         c-toggle-auto-newline.
17557         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17558         c-toggle-auto-newline.  Remove the binding for
17559         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17560         c-toggle-electric-state.
17562         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17564         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17565         c-\(forward\|backward\)-subword.
17566         (c-update-modeline): Add the new modeline flag `l' for
17567         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17568         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17569         Make the old name an alias of the new name.
17570         (c-toggle-electric-state): New function.
17571         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17572         Adapt these functions to do electric things only when
17573         c-electric-flag is non-nil.
17574         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17575         new functions from c-electric-brace.
17576         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17577         mode, so that the tentative extra newline doesn't change the
17578         syntax of the following brace.
17579         (c-electric-brace): Restructure by extracting the above functions.
17580         Tidy up the coding somewhat.
17581         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17582         restructure a bit.
17584 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17586         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17587         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17589         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17590         (c-submode-indicators): Change name from `c-auto-hungry-string'
17591         since it's now used to track another submode.
17593         (c-update-modeline): Convert to function and extended to check
17594         `c-subword-move-mode'.
17596         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17597         Convert to compat aliases for `c-forward-subword' and
17598         `c-backward-subword'.
17600         * progmodes/cc-subword.el: New functions and minor mode to handle
17601         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17603         (c-forward-subword, c-backward-subword, c-mark-subword)
17604         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17605         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17606         Functions corresponding to the standard word handling functions.
17608         (c-subword-move-mode): Minor mode that replaces all the standard
17609         word handling functions with their subword equivalences.
17611 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17613         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17614         entry for one-liner-defun.
17616         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17617         name in its def-edebug-spec.
17619         * progmodes/cc-cmds.el (c-electric-brace): Make the
17620         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17621         compacts space before a comment, if this will make things fit on
17622         one line.
17624         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17626         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17628         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17629         clean-up one-liner-defun.
17631         * progmodes/cc-styles.el: Add the new "awk" style.
17633         * progmodes/cc-vars.el: Add description of one-liner-defun to
17634         c-cleanup-list's doc-string.  New user options,
17635         c-max-one-liner-length.  In c-default-style, set the default style
17636         for AWK to "awk".
17638 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17640         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17641         macros inside labels.
17643         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17644         `c-at-statement-start-p' and `c-at-expression-start-p'.
17646         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17647         error if the mark isn't set.
17649         * progmodes/cc-engine.el (c-guess-continued-construct)
17650         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17651         accurately detect functions inside functions.
17653         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17654         like `c-at-statement-start-p' that additionally recognizes commas
17655         and expression parentheses as delimiters.
17657         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17658         to avoid heuristics that doesn't work for unclosed blocks.
17659         (c-at-statement-start-p): New function.
17661         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17662         Objective-C directives, e.g. directives spanning lines should work
17663         reasonably well now.
17665         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17667         (c-forward-objc-directive): New function to move over any ObjC
17668         directive.
17670         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17671         (c-basic-matchers-before): Use it.
17673         (c-font-lock-objc-iip-decl): Remove.
17675         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17676         in the template arglist recognition.
17678         * progmodes/cc-styles.el (c-style-alist): Fix several
17679         inconsistencies in the Whitesmith style.
17681         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17682         New lineup function to get lines after Whitesmith style blocks
17683         correctly indented.
17685         (c-lineup-whitesmith-in-block): Back out the compensation for
17686         opening parens since it's done using `add' lists in the style
17687         definition instead.  Don't use the anchor position since it varies
17688         too much between the syntactic symbols. :P
17690         * progmodes/cc-vars.el (c-valid-offset): Update.
17692         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17693         lists where the offsets are combined according to several
17694         different methods: `first', `min', `max', and `add'.
17695         Report offset evaluation errors with `c-benign-error' so that some kind
17696         of reindentation still is done.
17698         * progmodes/cc-engine.el (c-guess-basic-syntax):
17699         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17700         `arglist-close'.
17702         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17703         situations for `arglist-cont-nonempty' and `arglist-close'.
17705         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17707         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17708         cc-bytecomp-boundp' in a number of places.
17710         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17711         macro related issue.
17713 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17715         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17716         list is now [asdf], a char class [:alpha:].
17717         Include code for char classes.
17718         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17719         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17721         Remove (nearly all of) the cruft associated with AWK Mode's former
17722         concept of "virtual semicolons":
17724         Adapt c-beginning-of-statement, c-end-of-statement (together with
17725         subfunctions) to use the new notion of "virtual semicolon" in
17726         place of the old awkward special handling for AWK.  There remains
17727         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17728         * progmodes/cc-cmds.el:
17729         (c-ascertain-adjacent-literal): In the backwards direction, now
17730         recognises AWK regexp delimiters as string delimiters.
17731         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17732         check more rigorously for "end of macro".
17733         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17734         virtual semicolons;
17735         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17736         out the code for forward movement into ...
17737         (c-end-of-statement): Now contains the code for forward movement,
17738         adapted for virtual semicolons.
17740         * progmodes/cc-engine.el:
17741         (c-ws*-string-limit-regexp): New regexp.
17742         (c-forward-single-comment, c-backward-single-comment): Comment out
17743         the (now redundant) "special" AWK stuff.
17745         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17746         c-string-par-start, c-string-par-separate to be more like Text
17747         Mode than Fundamental Mode.
17749 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17751         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17752         to the fontified region so that fontification doesn't occur
17753         outside it (could happen e.g. when fontifying a line with an
17754         unfinished declaration).
17756 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17758         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17759         start of the file.  ^L now separate sections of the file.
17760         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17761         (c-awk-one-line-possibly-open-string-re)
17762         (c-awk-regexp-one-line-possibly-open-char-class-re)
17763         (c-awk-one-line-possibly-open-regexp-re)
17764         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17765         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17767         Amend the concept of "virtual semicolons" (in the indentation
17768         engine) for languages like AWK, such that they are now
17769         conceptually attached to end of the last token of a statement, not
17770         the end of the line.  (In AWK Mode, however, the pertinent text
17771         property is still physically set on the EOL.)  Remove the specific
17772         tests for awk-mode, thus facilitating the introduction of other
17773         language modes where EOLs can end statements.
17774         (Note: The funtionality in cc-cmds.el, specifically
17775         c-beginning/end-of-statement has yet to be amended.)
17777         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17778         New macros.
17780         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17781         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17782         c-vsemi-status-unknown-p-fn (in a new page).
17784         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17785         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17786         numerous awkward forms like
17787         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17788         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17789         variable before-ws-ip, the place just after char-before-ip appears.
17791         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17792         a comment.
17794 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17796         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17797         `c-tentative-buffer-changes'.
17799         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17800         convert to macro to choose between Emacs and XEmacs at compile time.
17802         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17804         (c-tentative-buffer-changes): New macro to handle temporary buffer
17805         changes in a convenient way.
17807         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17808         for `c-tentative-buffer-changes'.
17810         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17811         the checks for paren sexps between the point and the keyword, to
17812         avoid some false alarms.
17814         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17815         Fixed a situation where an error could be thrown for unbalanced
17816         parens.  Changed to make use of c-keyword-member' to avoid some
17817         repeated regexp matches.
17819         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17820         These language variable are no longer necessary.
17822         (c-block-stmt-kwds): New language constant used by
17823         c-looking-at-inexpr-block'.
17825         (c-guess-basic-syntax): Remove an optional check that looked at
17826         the existence of the now removed language variables.
17828         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17829         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17830         object instantiation expressions as declarations in some contexts.
17831         This bug only affected languages where the declarator can't be
17832         enclosed in parentheses.
17834         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17835         insert newlines before and after substatement braces.
17837         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17838         function declaration headers and the handling of C++ style member
17839         init lists.
17841         (c-just-after-func-arglist-p): Rewritten to use
17842         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17844         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17846         (c-guess-basic-syntax): Adapt case 5B for the new
17847         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17848         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17849         covers all cases now).
17851         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17853 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17855         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17856         c-string-par-start/separate c-sentence-end-with-esc-eol,
17857         initialised in c-setup-paragraph-variables, used in string
17858         scanning subroutines of c-beginning-of-statement.
17860         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17861         which precedes the newly inserted `{'.
17863 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17865         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17866         function for declaration level blocks.  It should now cope with
17867         templates better and also be a lot more comprehensible.
17869         (c-looking-at-decl-block): The new function.
17871         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17872         for compatibility.
17874         (c-add-class-syntax, c-guess-continued-construct)
17875         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17877         (c-decl-block-key): Change to tell apart ambiguous and
17878         unambiguous keywords.  Pike specials are now handled directly in
17879         the code instead.
17881         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17882         New language constants and variables to make the backward skip in
17883         `c-looking-at-decl-block' as tight as possible.
17885         (c-nonsymbol-token-char-list): New language constant.
17887         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17888         find balanced template arglists backwards.
17890         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17891         making char classes for `c-syntactic-skip-backward'.
17893         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17894         16D - can't be a class-close at that point.
17896         * progmodes/cc-engine.el (c-guess-basic-syntax)
17897         (c-add-class-syntax): Don't narrow out the enclosing declaration
17898         level.  This makes everything a lot easier, and it was actually
17899         only four small places that needed it to work.  Some places that
17900         previously did `widen' are removed now, which has the effect that
17901         `c-guess-basic-syntax' never will look at things outside the
17902         current narrowment now.  The anchor position for `topmost-intro'
17903         is affected by this, but it was so bogus it was basically useless
17904         before, and now it's equally bogus but in a slightly different way.
17906         (c-narrow-out-enclosing-class): Gone.
17908         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17909         the narrowed region.
17911         (c-least-enclosing-brace): Remove silly optional argument.
17913         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17914         the point could be left directly after an open paren when finding
17915         the beginning of the first decl in the block.
17917         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17918         Specify which submatch to use.
17920         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17922         (c-decl-start-re): No longer any need for special treatment of
17923         ObjC due to the above.
17925         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17926         presumably follows C in that regard.
17928         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17929         New language constants to specify operator tokens inside
17930         identifiers in a more high level way.
17932         (c-opt-identifier-prefix-key): New internal language constant.
17934         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17935         (c-identifier-start, c-identifier-key): Now completely calculated
17936         from other constants.
17938         (c-identifier-last-sym-match): Decommission since it's no longer used.
17940         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
17942         * progmodes/cc-engine.el (c-forward-name): Remove the
17943         optimization when c-identifier-key is equal to c-symbol-key since
17944         it doesn't work in byte compiled files.  Don't record empty
17945         regions as identifiers.
17947         * progmodes/cc-langs.el (c-filter-ops): New helper function to
17948         simplify access to `c-operators' and its likes.
17950         (c-operator-list, c-all-op-syntax-tokens)
17951         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17952         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17953         (c-primary-expr-regexp, c-cast-parens): Use it.
17955         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17956         an explicit language in functions.
17958         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17959         variant of adornment.
17961         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17962         variable.
17964         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17965         the Pike value.
17967         * progmodes/cc-engine.el (c-on-identifier)
17968         (c-simple-skip-symbol-backward): Small fix for handling "-"
17969         correctly in `skip-chars-backward'.  Affected the operator lfun
17970         syntax in Pike.
17972         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17973         diagnostic message about precompiled language vars not being used.
17975         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17976         "__attribute__" is followed by a parenthesis.
17978         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17979         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17980         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17982         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17983         Internal cleanups to properly detect the declared identifiers in
17984         various declarations.
17986         (c-decl-start-kwds): New language constant to recognize
17987         declarations that can start anywhere.  Used for class declarations
17988         in Pike.
17990         (c-specifier-key, c-not-decl-init-keywords)
17991         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17992         (c-find-decl-spots): Implement `c-decl-start-kwds'.
17994         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17995         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17996         handling of the compiler specific extension keywords into a new
17997         language constant `c-decl-hangon-kwds' that defines keyword
17998         clauses to be ignored in declarations.
18000         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18001         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18002         Necessary to stop at the declared identifier in e.g. IDL valuetype
18003         declarations.
18005         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18006         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18007         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18008         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18009         class and enum declarations as such and not as part of the type.
18011         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18012         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18014         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18015         declarations when there's some syntax error later on.
18017         (c-complex-decl-matchers): Did away with a reference to
18018         `c-specifier-key'.
18020         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18021         value - this variable is always dynamically bound.
18023         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18024         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18025         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18026         functions that might do hidden buffer changes: All such internal
18027         functions are now marked instead of those that don't.
18029         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18030         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18031         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18032         (c-literal-type): Allow these functions to make hidden buffer changes,
18033         so that they are free to use text property caching later on.
18035         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18036         (c-electric-brace, c-electric-slash, c-electric-star)
18037         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18038         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18039         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18040         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18041         with the changed semantics of the functions above.
18043         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18044         when macros occur in obscure places.  Optimized the sexp movement
18045         a bit.
18047 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18049         Enhancements for c-beginning-of-statement to work in AWK Mode:
18051         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18052         (completed statement) with `}' (statement completed by closing
18053         brace or semicolon) and `$' (statement completed by EOL).
18055         (c-awk-virtual-semicolon-ends-prev-line-p)
18056         (c-awk-virtual-semicolon-ends-line-p)
18057         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18058         (c-awk-at-statement-end-p): New functions.
18060         * progmodes/cc-cmds.el: Simplify the structure of functions
18061         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18062         two functions and c-beginning-of-statement to handle AWK Mode.
18064         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18065         c-backward-single-comment for AWK mode.  Attempt to clarify their
18066         doc-strings.
18068         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18070 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18072         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18073         label handling.  Labels are now recognized in a uniform and more
18074         robust way, regardless of context.  Text properties are put on all
18075         labels to recognize the following declarations better.
18076         Multiword labels are handled both in indentation and fontification for
18077         the benefit of language extensions like Qt.  For consistency, keywords
18078         in labels are now fontified with the label face instead.
18079         That also applies to "case" and "default".
18081         (c-beginning-of-statement-1): Fix some bugs in the label
18082         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18083         with `c-label-kwds'.
18085         (c-find-decl-spots): Support that the callback adds more
18086         `c-decl-end' spots to find.
18088         (c-forward-decl-or-cast-1): Don't treat a list of plain
18089         identifiers followed by a colon as a declaration.
18091         (c-forward-label): New function to recognize labels.
18093         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18094         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18095         earlier since they aren't so context sensitive now.  Handle labels
18096         on the top level gracefully.  Moved access label recognition to
18097         the generic label case (CASE 15) - removed CASE 5E.
18099         (c-font-lock-declarations): Add recognition of labels in the
18100         same round since we need to handle labels in parallell with other
18101         declarations to recognize both accurately.  It should also improve
18102         speed.
18104         (c-simple-decl-matchers, c-basic-matchers-after):
18105         Move `c-font-lock-labels' so that it only is used on decoration level 2
18106         since `c-font-lock-declarations' handles it otherwise.
18108         (c-complex-decl-matchers): Remove the simplistic recognition of
18109         access labels.
18111         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18112         with labels earlier.
18114         (c-decl-start-re): New language variable to make
18115         `c-font-lock-declarations' stop for the special protection labels
18116         in Objective-C that start with `@'.
18118         (c-label-key): Remove since it's no longer used.
18120         (c-recognize-colon-labels, c-label-prefix-re): New language
18121         constants to support recognition of generic colon-terminated labels.
18123         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18124         are colon terminated labels.
18126         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18127         first argument starts with a special brace list.
18129         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18130         (c-font-lock-declarations): Break out the declaration and cast
18131         recognition from `c-font-lock-declarations' to a new function, so
18132         that it can be used in the indentation engine.
18134         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18135         up to the start of the literal.  Fixed bug with the point on the
18136         wrong side of the search limit that could happen when the start
18137         position is inside a literal.
18139         * progmodes/cc-engine.el (c-parse-state)
18140         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18141         so that it's kept a little bit back to increase the hit rate.
18143         (c-parse-state): Change the macro handling and fixed some
18144         glitches.  Macro context is checked more often than necessary now,
18145         but otoh less garbage conses are generated.
18147         * progmodes/cc-engine.el (c-parse-state)
18148         (c-invalidate-state-cache): Cache the last position where
18149         `c-state-cache' applies.  This can speed up refontification quite
18150         a bit in blocks where there are many non-brace parens before the point.
18152         (c-state-cache-end): New variable for this.
18154         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18155         cache variable.
18157         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18158         get close initial continue positions when the start position is
18159         inside a literal or macro.  Do not call the callback for spots
18160         before the start position (which can happen e.g. for `c-decl-end'
18161         spots inside comments).  Optimize better in special cases when the
18162         region is a single line inside a literal or macro (typically when
18163         the current line is refontified).
18165         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18166         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18167         entries from the paren state.
18169         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18170         special case for "else if" clauses.
18172         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18173         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18175         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18176         New language variable to recognize the gcc extension with statement
18177         blocks inside expressions.
18179         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18180         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18181         no longer used and hence removed.
18183         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18184         to `c-add-stmt-syntax'.
18186         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18187         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18188         This fixes bogus label recognition.
18190         * progmodes/cc-engine.el (c-add-type, c-check-type)
18191         (c-forward-name, c-forward-type): Improve storage of template
18192         types in `c-found-types' so that they can be recognized better.
18194         (c-syntactic-content): Add option to skip past nested parens.
18196         * progmodes/cc-engine.el (c-forward-name):
18197         Set `c-last-identifier-range' all the time.  It's less work that way.
18198         Handle that there might not be an identifier to store in
18199         `c-last-identifier-range'.
18201         (c-forward-type): Handle that `c-last-identifier-range' might be
18202         nil from `c-forward-name'.
18204         * progmodes/cc-defs.el (c-safe-scan-lists)
18205         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18207         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18208         to work even if the form fails.
18210         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18211         down in a large file in one go.
18213         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18215         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18216         function which is like `c-lineup-math' but returns nil instead of
18217         `c-basic-offset' when it doesn't match.
18219         (c-lineup-math): Change to use `c-lineup-assignments'.
18221 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18223         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18224         c-beginning-of-statement.  New subfunctions
18225         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18227 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18229         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18230         hardcoded char classes whereever possible.  Changed a couple of
18231         places to use skip by syntax instead of skip by char class.
18233         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18234         Fix a bug in the regexp that caused extreme backtracking.
18236         * progmodes/cc-langs.el (c-block-comment-starter)
18237         (c-block-comment-ender): New language constants to specify in a
18238         single place how block comments look.
18240         (c-comment-start-regexp, c-block-comment-start-regexp)
18241         (comment-start, comment-end, comment-start-skip)
18242         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18243         (c-syntactic-ws, c-nonempty-syntactic-ws)
18244         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18245         `c-line-comment-starter', `c-block-comment-starter' and
18246         `c-block-comment-ender'.
18248         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18249         New language constants to break up things a bit.
18251         (c-simple-ws): New language constant for simple whitespace.
18253         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18255         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18256         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18257         newlines.  Allow and ignore nil elements in the list.
18259 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18261         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18262         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18264         * progmodes/cc-cmds.el: Tidy up the comments in
18265         c-beginning-of-statement and subfunctions.
18267         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18268         more flexible c-put-char-property and c-clear-char-properties.
18269         Add the author's email address.
18271         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18273         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18274         closing "*/" of a block comment.
18276         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18277         subfunctions) so that it works at BOB and EOB.
18279         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18280         c-beginning-of-statement, including new variable
18281         c-block-comment-start-regexp.
18283 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18285         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18286         symbols from `*-font-lock-extra-types' so that there's no need to
18287         use `regexp-opt' on those lists.
18289         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18290         `c-type-modifier-kwds' is empty.
18292         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18293         there are several strings on the same line.
18295         * progmodes/cc-engine.el (c-literal-limits): Remove the
18296         compatibility function for older emacsen.  `c-literal-limits-fast'
18297         has now taken the place of this function.
18299         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18300         with older emacsen: We now require `pps-extended-state'.
18302 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18304         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18305         which obviates the need to hack sentence-end.  This now handles
18306         escaped newlines in strings correctly.  Correct minor bugs in
18307         c-move-over-sentence and in c-beginning-of-statement.
18309         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18310         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18311         that movement over macros and code are rigorously separated from
18312         eachother.  Correct a few incidental bugs.
18314         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18315         Improve its doc-string.  Improve the handling of certain specific cases.
18317 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18319         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18320         (c-guess-basic-syntax): Change the way class-level labels are
18321         recognized; they can now contain essentially any symbols.
18323         (c-opt-extra-label-key): New language variable to cope with the
18324         special protection label syntax in Objective-C.
18326         (c-opt-access-key): Remove; this is now handled better by
18327         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18329         (c-complex-decl-matchers): Update to handle that
18330         `c-opt-access-key' no longer exists.
18332         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18333         improved label recognition in `c-beginning-of-statement-1'.
18335         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18336         Recognize bitfields better.
18338         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18339         Remove some cruft and fixed a bug that could cause it to go to a
18340         position further down.
18342         * progmodes/cc-langs.el, cc-engine.el
18343         (c-beginning-of-statement-1): Improve detection of labels in
18344         declaration contexts.
18346         (c-beginning-of-decl-1): Use it.
18348         (c-nonlabel-token-key): New language constant and variable needed
18349         by `c-beginning-of-statement-1'.
18351         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18352         manifested itself due to the correction in `c-forward-sexp'.
18354         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18355         Make these behave as documented when used at the buffer limits.
18357         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18358         (c-type-decl-end-used): Made this a language variable.
18360         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18361         correctly when `combine-after-change-calls' is used together with
18362         temporary narrowings.
18364         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18365         Report labels correctly when the start point is immediately after the
18366         colon.
18368         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18369         Remove since it isn't used anymore.
18371         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18372         bracket arglists such as template parens in C++.
18374         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18375         in the last check-in.  Some optimization.
18377         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18378         where it could stop at the same level in a preceding sexp when
18379         PAREN-LEVEL is set.
18381         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18382         text property lookup only when it's needed.
18384         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18385         Change the policy for paren marked angle brackets to be more
18386         persistent; once marked they remain marked even when they're found
18387         to be unbalanced in the searched region.  This should keep the
18388         paren syntax around even when individual lines are refontified in
18389         multiline template arglists.
18391         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18392         to control markup so that incorrect angle bracket arglists aren't
18393         marked in contexts where the correct value for
18394         `c-disallow-comma-in-<>-arglists' isn't known.
18396         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18397         argument has become `c-parse-and-markup-<>-arglists'.
18399         (c-remove-<>-arglist-properties): Remove - no longer used.
18401         (c-after-change-check-<>-operators): New function used on
18402         `after-change-functions' to avoid that "<" and ">" characters that
18403         are part of longer operators have paren syntax.
18405         (c-<>-multichar-token-regexp): New language variable used by
18406         `c-after-change-check-<>-operators'.
18408         (c-after-change): Call `c-after-change-check-<>-operators'.
18410         (c-font-lock-<>-arglists): Use the context properties set by
18411         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18412         correctly to avoid doing invalid markup.
18414         (c-font-lock-declarations): Remove code that undoes the invalid
18415         markup done by `c-font-lock-<>-arglists'.
18417         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18418         after `c-font-lock-declarations'.
18420         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18421         Add paren-level feature.
18423         (c-guess-basic-syntax): Improve the anchor position for
18424         `template-args-cont' in nested template arglists.  There's still
18425         much to be desired in this area, though.
18427 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18429         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18430         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18432 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18434         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18435         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18437         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18438         it doesn't work no longer are supported.
18440         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18441         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18442         requires support for the syntax-table' text property, which rules
18443         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18444         cruft associated with those versions.
18446         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18447         for the `syntax-table' text property, which rules out Emacs 19 and
18448         XEmacs < 21.4.  Removed various compatibility cruft associated
18449         with those versions.
18451         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18452         support for the `syntax-table' text property.
18454         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18455         variable and use an extra quoted face name instead.  All the
18456         emacsen flavors handle that correctly.
18458         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18459         (c-font-lock-declarators, c-font-lock-declarations)
18460         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18461         property to mark the items in in declarator lists to handle
18462         refontification inside multiline declarations better.
18464         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18465         construct like "a * b = c;" as a declaration.
18467 2005-12-08  Kim F. Storm  <storm@cua.dk>
18469         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18470         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18471         select either meta, hyper, or super modifier for rectangle commands.
18472         (cua--rectangle-modifier-key): New defvar.
18473         (cua--M/H-key): Use it.  Remove special case for `space'.
18474         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18475         on X, to meta otherwise.  Always bind C-return to toggle
18476         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18478         * emulation/cua-rect.el (cua-help-for-rectangle):
18479         Use cua--rectangle-modifier-key.  Handle super modifier too.
18480         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18481         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18483         * ido.el: Move Acknowledgements and History after Commentary.
18484         Minor changes to Commentary.
18486         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18487         keymap if cua--prefix-override-timer is `shift'.
18488         (cua--shift-control-prefix): New function; emulate "type prefix
18489         key twice" functionality to handle shifted prefix key override.
18490         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18491         New commands.
18492         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18494 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18496         * textmodes/org.el (org-insert-heading): Try to do items before
18497         headings.
18498         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18499         (org-insert-item): New function.
18500         (org-renumber-ordered-list): Don't skip to higher level lists.
18502 2005-12-08  Juri Linkov  <juri@jurta.org>
18504         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18506         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18508         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18510         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18511         the constructed function name fun-1.
18513         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18514         because such links don't lead to parent documentation.
18516 2005-12-08  Kenichi Handa  <handa@m17n.org>
18518         * descr-text.el (describe-char): Use *Help-2* buffer if the
18519         current buffer is *Help*.  Call describe-text-properties while
18520         setting the original buffer.
18522 2005-12-07  Bill Wohler  <wohler@newt.com>
18524         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18525         and causes problems with non-MH users (such as Gnus users).
18527 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18529         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18530         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18531         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18532         command "info sources".  Move calls to GDB command "list".
18533         (gdb-find-file-hook): Just use gdb-source-file-list.
18534         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18535         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18536         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18537         (gdb-data-list-register-values-handler): Use correct trigger name.
18539 2005-12-07  Kim F. Storm  <storm@cua.dk>
18541         * ido.el (ido-completion-map): Rename from ido-mode-map.
18542         (ido-common-completion-map, ido-file-completion-map)
18543         (ido-file-dir-completion-map, ido-buffer-completion-map):
18544         Rename from ido-mode-....-map.
18545         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18546         (ido-setup-completion-map): Rename from ido-define-mode-map.
18547         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18548         to ido-completion-map.
18550 2005-12-07  Kenichi Handa  <handa@m17n.org>
18552         * international/mule-cmds.el
18553         (set-display-table-and-terminal-coding-system): If the coding
18554         system specified in `unibyte-display' property is different from
18555         the arg coding-system, don't setup standard-display-table.
18557 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18559         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18560         that comments end at \n, regardless of selective-display.
18562 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18564         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18565         (gdb-version): New variables.
18566         (gdb-source-file-list, gdb-register-names)
18567         (gdb-changed-registers): New variables for use with GDB 6.4+.
18568         (gdb-ann3): Replace with...
18569         (gdb-init-1, gdb-init-2): ...two new functions.
18570         (gdba, gdb-prompt): Call gdb-init-1.
18571         (gdb-get-version): New function.  Call gdb-init-2 from here.
18572         (gud-watch): Make it work with mouse events too.
18573         (gdb-post-prompt): Don't add to queue until GDB version is known.
18574         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18575         (gdb-locals-mode): Use gdb-version.
18576         (gdb-memory-format-map, gdb-memory-unit-map)
18577         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18578         (gdb-locals-font-lock-keywords-1)
18579         (gdb-locals-font-lock-keywords-2): New variables.
18580         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18581         (gdb-set-gud-minor-mode-existing-buffers-1)
18582         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18583         (gdb-var-update-1, gdb-var-update-handler-1)
18584         (gdb-data-list-register-values-handler)
18585         (gdb-data-list-register-values-custom)
18586         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18587         (gdb-stack-list-locals-handler, gdb-get-register-names):
18588         New functions for use with GDB 6.4+.
18589         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18590         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18591         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18592         (gdb-stack-list-locals-regexp)
18593         (gdb-data-list-register-names-regexp): New regexps for use with
18594         GDB 6.4+.
18596 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18598         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18600 2005-12-06  Nozomu Ando  <nand@mac.com>
18602         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18603         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18604         <seallan@verizon.net>.
18606 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18608         * frame.el (set-frame-parameter): Add doc string.
18610 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18612         * textmodes/org.el (org-occur-highlights): New variable.
18613         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18614         (org-highlight-sparse-tree-matches): New option.
18615         (org-do-occur): New function.
18616         (org-get-heading): Make it work also at beginning of line.
18617         (org-category-table): New variable.
18618         (org-get-category-table, org-get-category)
18619         (org-camel-to-words, org-link-search): New functions.
18620         (org-select-this-todo-keyword): New variable.
18621         (org-todo-list): New command.
18622         (org-shiftright, org-shiftleft): New commands.
18623         (org-agenda-todo): Add prefix argument.
18624         (org-show-hierarchy-above): New option.
18625         (org-show-todo-tree): Numerical prefix creates tree for specific
18626         TODO keyword.
18627         (org-outline-level): New function, to assign a level to plain
18628         lists items.
18629         (org-cycle-include-plain-lists): New option.
18630         (org-mode): Use `org-outline-level' as value of `outline-level'.
18631         (org-cycle): Temporarily switch `outline-regexp' if
18632         `org-cycle-include-plain-lists' is non-nil.
18633         (org-start-icalendar-file): Fix format bug.
18634         (org-agenda-get-day-entries): Create category table.
18635         (org-agenda-get-todos, org-agenda-get-timestamps)
18636         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18637         (org-agenda-get-blocks): Use `org-get-category'.
18638         (org-context-in-file-links): Rename from
18639         `org-line-numbers-in-file-links'.
18641 2005-12-06  Romain Francoise  <romain@orebokech.com>
18643         * window.el (balance-windows): Delete extraneous third arg in call
18644         to `enlarge-window'.
18646 2005-12-06  Kenichi Handa  <handa@m17n.org>
18648         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18650 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18652         * progmodes/gdb-ui.el (gdb-var-create-handler)
18653         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18654         (gdb-var-list-children-handler, gdb-var-update-handler):
18655         Current buffer is already gdb-partial-output-buffer, don't
18656         make it current again.
18658 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18660         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18661         (list-buffers-noselect): Use it.
18663 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18665         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18666         (mail-yank-ignored-headers): Use regexp-opt.
18667         (mail-mode-map): Move initialization into declaration.
18668         (mail-sent-via): Remove unused shadowed var `to-line'.
18669         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18670         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18671         (mail-do-fcc): Use dolist and push.
18672         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18673         (mail-yank-ignored-headers): Don't autoload.
18675 2005-12-05  Kenichi Handa  <handa@m17n.org>
18677         * international/mule-cmds.el (set-language-info-internal): New fun.
18678         (set-language-info): Call set-language-info-internal to update
18679         language-info-alist.  If LANG-ENV is the current one, call
18680         set-language-environment to make INFO effective now.
18681         (set-language-info-alist): Likewise.
18682         (locale-language-names): With locale "en", use English
18683         lang. env. but set the default codings to iso-8859-1.
18685 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18687         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18688         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18689         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18690         for plain strings.
18691         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18692         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18693         Create registers buffer if necessary.  Echo new state in minibuffer.
18694         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18696 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18698         * info.el (Info-fontify-node): Match external links using
18699         non-directory part of filename.
18701 2005-12-04  Juri Linkov  <juri@jurta.org>
18703         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18704         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18705         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18706         because there is no customization option for it.
18708         * font-lock.el (lisp-font-lock-keywords-1):
18709         Add define-global-minor-mode.
18711         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18713         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18714         properties on the constructed variable names.
18716         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18717         Put `definition-name' properties on the constructed function names
18718         next-sym and prev-sym.
18720         * emacs-lisp/find-func.el (find-function-regexp):
18721         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18722         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18723         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18724         and easy-menu-define.
18726         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18727         easy-mmode-define-global-mode and define-global-minor-mode.
18728         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18730         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18731         instead of easy-mmode-define-global-mode.
18733         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18734         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18736         * cus-edit.el (customize-group, customize-group-other-window):
18737         Filter out autoloaded options from the group completion list by
18738         using heuristics that autoloaded groups don't have `custom-autoload'
18739         property on their symbols (they have only `custom-loads').
18741         * simple.el (completion-setup-function): Put completions-common-part
18742         face on complete completion string too (i.e. completion string
18743         without completions-first-difference face).
18745         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18747 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18749         * view.el (view-mode): Doc fix.
18751         * disp-table.el (standard-display-european): Add to the warning
18752         message a reference to the doc string.
18754         * play/yow.el (apropos-zippy): Call print-help-return-message,
18755         similar to other Help and Apropos commands.
18757         * help.el (print-help-return-message): If pop-up-frames is
18758         non-nil, set up help-return-method to delete the help window and,
18759         possibly, its frame as well, and don't display message about
18760         scrolling the help window.  Doc fix.
18761         (help-return-method): Doc fix.
18763 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18765         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18766         whereby names of length one or names starting with a
18767         symbol-constituent character would not be returned.
18769 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18771         * subr.el (atomic-change-group): Add edebug and indentation spec.
18773 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18775         * completion.el (save-completions-file-name): Fix typo in last change.
18777 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18779         * info.el: Move back/forward history to the beginning of the tool bar.
18781 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18783         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18784         Add fset of allout-real-isearch-abort during compile to fix
18785         byte-compilation warnings.
18786         (allout-mode-p): Move definition of this macro above all uses, or
18787         byte compilation in barren Emacs (eg, during Emacs build) will
18788         lack the definition.
18789         (allout-mode): Move this variable above any uses, or byte
18790         compilation will fail.
18791         (allout-resolve-xref): Remove use of personal file-reference function.
18792         (allout-toggle-current-subtree-encryption): Do the current (ie,
18793         visible containing) topic, rather than nearest around point.  Doc fix.
18794         (allout-toggle-subtree-encryption): New function, workhorse that
18795         works on nearest topic containing point.
18796         (allout-encrypt-string): Signal requirement for newer version of pgg.
18797         (allout-resumptions): Doc fix.
18799 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18801         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18803 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18805         * textmodes/flyspell.el (flyspell-external-point-words):
18806         Consider a misspelling as found in the string search if: (a) misspelling
18807         and found string lengths match, or (b) misspelling is found as
18808         element in a boundary-chars separated longer string, or (c)
18809         ispell-program-name is really ispell and misspelling is found as
18810         part of a TeX string.  After successful match move beginning of
18811         search region to end of match.  Warn about not found misspellings
18812         once the process is done.
18813         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18815 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18817         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18818         tool bar (removed inadvertently).
18820 2005-12-02  Juri Linkov  <juri@jurta.org>
18822         * log-view.el (log-view-diff): Clarify doc string.
18824 2005-12-01  Bill Wohler  <wohler@newt.com>
18826         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18827         triggers lm-verify errors.
18829 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18831         * simple.el (transient-mark-mode, line-number-mode)
18832         (column-number-mode, size-indication-mode): Remove `:require nil'.
18834 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18836         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18837         in the margin also.
18838         (gdb-breakpoints-mode-map): Use D instead of d for
18839         gdb-delete-breakpoint.
18840         (gdb-get-frame-number): Require a number to match on.
18841         (gdb-threads-mode-map): Add follow-link binding.
18843 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18845         * isearch.el (isearch-mode-map): Avoid exiting search on
18846         language-change event.
18848 2005-11-30  Romain Francoise  <romain@orebokech.com>
18850         * speedbar.el (speedbar-default-position): New defcustom.
18851         (speedbar-frame-reposition-smartly): Use it.
18853         * dframe.el (dframe-reposition-frame-emacs): Fix position
18854         computation for `left' location.
18855         Update copyright year.
18857 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18859         * help.el (help-map): Move initialization into declaration.
18861         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18863         * help-fns.el (help-argument-name): Don't autoload.
18864         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18865         to be re-loaded when customizing the `help' group.
18867 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18869         * help-fns.el (describe-function-1): Fill arglist output.
18871 2005-11-30  Kim F. Storm  <storm@cua.dk>
18873         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18874         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18875         after revert-buffer (or anything else which kills all local variables).
18877         * apropos.el (apropos-parse-pattern): Doc fix.
18878         Set apropos-regexp directly, rather than expecting callers to do so.
18879         (apropos-command, apropos, apropos-value, apropos-documentation):
18880         Simplify calls to apropos-parse-pattern.
18882 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18884         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18885         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18886         (hi-lock-write-interactive-patterns): Use comment-region.
18888         * longlines.el (longlines-mode): Add mail-setup-hook.
18890         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18892         * simple.el (sendmail-user-agent-compose, next-line):
18893         Conditionally use hard-newline.
18895 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18897         * international/latexenc.el (latex-inputenc-coding-alist):
18898         Reword doc string.
18900 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18902         * help.el (describe-key-briefly, describe-key): Recognize default
18903         bindings.
18905 2005-11-29  Romain Francoise  <romain@orebokech.com>
18907         * view.el (view-inhibit-help-message): New defcustom.
18908         (view-mode-enter): Use it.
18910 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18912         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18913         Preserve user position.
18915 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
18917         * font-lock.el: Throw error if facemenu is not loaded to prevent
18918         accidental change of loading order in loadup.el.  (Suggested by RMS.)
18920         * loadup.el: Add comment explaining why facemenu must be loaded
18921         before font-lock.
18923 2005-11-28  Jay Belanger  <belanger@truman.edu>
18925         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18926         (calc-dispatch-map): Add more keys for `calc-same-interface'.
18928         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18930         * calc/calc-embed.el (calc-do-embedded): Update help message.
18932         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18934 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18936         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18938         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18939         called-interactively-p.
18940         (elp-profilable-p): Rename from elp-not-profilable-p.
18941         Invert result and take into account macros and autoloaded functions.
18942         (elp-instrument-function): Update call.
18943         (elp-instrument-package): Update call.  Add completion.
18944         (elp-pack-number): Use match-string.
18945         (elp-results-jump-to-definition-by-mouse): Merge into
18946         elp-results-jump-to-definition and then remove.
18947         (elp-output-insert-symname): Make help echo text single-line.
18949         * replace.el (query-replace-map): Move initialization into declaration.
18950         (occur-engine): Use with-current-buffer.
18951         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18952         (occur-mode-mouse-goto): Replace with an alias.
18954 2005-11-28  Juri Linkov  <juri@jurta.org>
18956         * simple.el (quoted-insert): Let-bind input-method-function to nil.
18958         * term/w32-win.el: Bind [S-tab] to [backtab].
18960         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18961         `Info-find-file' to t.
18963         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18964         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18965         and same-window-regexps.
18966         (occur-next-error): Don't move point for arg 0.
18968 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
18970         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18972 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18974         * log-edit.el (log-edit-changelog-use-first): New var.
18975         (log-edit-changelog-ours-p): Use it.
18976         (log-edit-insert-changelog): Set it with new arg `use-first'.
18977         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18978         (log-edit-hook): Add them to the list of suggested options.
18980         * textmodes/flyspell.el (flyspell-last-buffer): New var.
18981         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18982         redundant work.
18983         (flyspell-mode-on): Use add-hook for after-change-functions.
18984         (flyspell-mode-off): Use remove-hook for after-change-functions.
18985         (flyspell-changes): Make it buffer-local.
18986         (flyspell-after-change-function): Make it non-interactive.  Use push.
18987         (flyspell-post-command-hook): Check input-pending-p while processing
18988         the potentially long list of buffer changes.
18990 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18992         * buff-menu.el (list-buffers-noselect): Display the selected
18993         frame's buffer list, not the global one.
18995 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18997         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18998         that (list last-input-event) works as in interactive spec.
19000 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19002         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19003         `facemenu-keymap' needs to be defined when font-lock is loaded.
19004         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19006 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19008         * completion.el: Remove useless leading * in defcustom docstrings.
19009         (save-completions-file-name): Use ~/.emacs.d if available.
19010         (completion-standard-syntax-table): Rename from
19011         cmpl-standard-syntax-table and fold initialization into declaration,
19012         thus removing cmpl-make-standard-completion-syntax-table.
19013         (completion-lisp-syntax-table, completion-c-syntax-table)
19014         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19015         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19016         (symbol-under-point, symbol-before-point)
19017         (symbol-under-or-before-point, symbol-before-point-for-complete)
19018         (add-completions-from-c-buffer): Use with-syntax-table.
19019         (make-completion): Don't return a list of completion entries.
19020         Update callers.
19021         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19022         (completion-initialize): Rename from initialize-completions.
19023         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19024         (kill-emacs-save-completions): Collect stats here.
19025         (save-completions-to-file, load-completions-from-file):
19026         Use with-current-buffer.
19027         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19028         into a function.  Move all calls to toplevel.
19029         (completion-lisp-mode-hook): New fun.
19030         (completion-c-mode-hook, completion-setup-fortran-mode):
19031         Set the syntax-table here.  Use local-set-key.
19032         (completion-saved-bindings): New var.
19033         (dynamic-completion-mode): Make it into a proper minor mode.
19034         (load-completions-from-file): Remove unused var `num-uses'.
19036         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19037         constructor if it is explicitly overridden.
19039         * complete.el (PC-completion-as-file-name-predicate):
19040         Use minibuffer-completing-file-name.
19041         (partial-completion-mode): Use find-file-not-found-functions.
19042         (PC-lisp-complete-symbol): Use with-syntax-table.
19043         (PC-look-for-include-file): Remove dead setq.
19044         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19045         (PC-complete): Use with-current-buffer.
19047         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19048         escape single quotes.
19050 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19052         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19053         of `if' whose condition always returned nil.  Doc fix.
19055         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19056         window's buffer the current buffer around the call to
19057         `list-buffers-noselect'.  This is necessary to mark that buffer
19058         with a `.' in the Buffer Menu when called from Lisp, for instance
19059         by Auto Revert Mode.
19061 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19063         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19064         attaching to it.
19065         (gdb-pre-prompt): Make sure gdb-error is reset.
19067         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19068         with a child process, detect it.
19069         (gud-speedbar-buttons): Match regexp more carefully.
19071 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19073         * mouse.el (mouse-drag-move-window-bottom):
19074         Use adjust-window-trailing-edge.
19076 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19078         * simple.el (blink-matching-open): Ignore
19079         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19080         (blink-matching-paren-on-screen): Update docstring.
19082         * paren.el (show-paren-mode): No longer change
19083         `blink-matching-paren-on-screen'.
19085 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19087         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19088         (gdb-threads-select, gdb-edit-register-value):
19089         Use `posn-set-point' instead of `mouse-set-point' because the
19090         latter is not fbound when configured without X.
19092 2005-11-27  Kim F. Storm  <storm@cua.dk>
19094         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19095         existing face when partially highlighting a TAB in a rectangle.
19097 2005-11-26  Kim F. Storm  <storm@cua.dk>
19099         * ido.el (ido-mode-map): Doc fix.
19100         (ido-mode-common-map, ido-mode-file-map)
19101         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19102         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19103         parent for ido-mode-map instead of building from scratch.
19104         (ido-init-mode-maps): New defun to initialize new maps.
19105         (ido-mode): Call it.
19106         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19107         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19109 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19111         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19112         `mouse-set-point' because the latter is not fbound when configured
19113         without X.
19115 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19117         * files.el (file-relative-name): Doc fix.
19119 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19121         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19122         non-empty string for secondary prompt PS2.
19124 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19126         * progmodes/compile.el (compilation-setup): Fix last change.
19128 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19130         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19131         (gdb-mouse-toggle-breakpoint-margin)
19132         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19133         Add gdb-server-prefix to keep out of command history.
19134         (gdb-edit-register-value): New function.
19135         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19136         (gdb-info-registers-custom): Use above map.
19138 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19140         * custom.el (enable-theme): Signal error if argument is not a
19141         theme.  Don't recalculate a face if it's not loaded yet.
19143         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19144         the `user' theme is in effect.
19146         * info.el (Info-on-current-buffer): Record actual filename in
19147         Info-current-file, instead of t, or a fake filename if a non-file
19148         buffer.  Make autoload.
19149         (Info-find-node, Info-revert-find-node): No need to check for
19150         Info-current-file nil.
19151         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19152         Info-current-file is now never `t'.
19153         (Info-fontify-node): Many simplifications due to Info-current-file
19154         always being valid.  Use Info-find-file to find node filename.
19156 2005-11-25  David Kastrup  <dak@gnu.org>
19158         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19159         new character, then delete" in order to preserve markers.
19161 2005-11-25  David Ponce  <david@dponce.com>
19163         * recentf.el (recentf-arrange-by-rule): Handle a special
19164         `auto-mode-alist'-like "strip suffix" rule.
19165         (recentf-build-mode-rules): Handle second level auto-mode entries.
19167 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19169         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19170         window modes.
19172         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19173         jde-javadoc-checker-report-mode.
19175         * ediff-wind (ediff-make-wide-display): Slight simplification.
19177         * ediff.el (ediff-date): Change the date of last update.
19179 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19181         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19182         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19183         (hi-lock-mode): New global minor mode.
19184         (turn-on-hi-lock-if-enabled): New function.
19185         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19186         Change arguments to regexp and face instead of a font-lock pattern.
19187         Directly set face property, instead of refontifying.
19188         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19189         (hi-lock-find-patterns): Use line-number-at-pos.
19191         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19192         arguments for hi-lock-set-pattern.
19193         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19194         Call font-lock-fontify-buffer.
19195         (hi-lock-find-file-hook, hi-lock-current-line)
19196         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19198         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19199         turned off.
19201         * progmodes/compile.el (compilation-setup): Don't fiddle with
19202         font-lock-defaults.
19204 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19206         * progmodes/gdb-ui.el (gdb-var-create-handler)
19207         (gdb-var-list-children-handler): Find values for all variable
19208         objects.  gud-speedbar-buttons decides whether to display them.
19210 2005-11-24  Romain Francoise  <romain@orebokech.com>
19212         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19213         buffer name with a space.
19215 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19217         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19218         `org-export-local-list-max-depth'.  Change default value to 3.
19219         (org-auto-renumber-ordered-lists)
19220         (org-plain-list-ordered-item-terminator): New options.
19221         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19222         (org-get-indentation, org-get-string-indentation)
19223         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19224         New functions.
19225         (org-move-item-down, org-move-item-up): New commands.
19226         (org-export-as-html): New classes for CSS support.  Bug fix in
19227         regular expression detecting fixed-width regions.  Respect
19228         `org-local-list-ordered-item-terminator'.
19229         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19230         also a list item.
19231         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19232         New item moving functions.
19234 2005-11-24  Juri Linkov  <juri@jurta.org>
19236         * isearch.el (isearch-repeat): With empty search ring set
19237         `isearch-error' to the error string instead of signaling error
19238         with the function `error'.
19240 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19242         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19244 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19246         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19247         and variable.
19248         (gdb-var-create-handler, gdb-var-list-children-handler):
19249         Don't match on "char **...".
19250         (gdb-var-update-handler): Find values for all variable objects.
19251         (gdb-info-frames-custom): Identify frames by leading "#".
19253         * progmodes/gud.el (gud-speedbar-menu-items): Add
19254         gdb-speedbar-auto-raise as radio button.
19255         (gud-speedbar-buttons): Raise speedbar if requested.
19256         Don't match on "char **...".
19257         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19258         Make it editable.
19260 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19262         * info.el (Info-fontify-node): Handle the case where
19263         Info-current-file is t.
19265 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19267         * simple.el (blink-matching-open): Fix off-by-one in last change.
19269 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19271         * term/mac-win.el: Don't change default directory.
19273 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19275         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19276         buffers correctly.  (It used to throw an error in such buffers.)
19277         Make it ask for confirmation in group buffers and other Custom
19278         buffers containing more than one customization item.
19280 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19282         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19283         property on mail and url overlays.
19284         (goto-address-at-point): Use `posn-set-point' instead of
19285         `mouse-set-point' because the latter is not fbound when configured
19286         without X.
19288 2005-11-22  Lars Hansen  <larsh@soem.dk>
19290         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19291         (ls-lisp-classify, ls-lisp-format): Delete call to
19292         ls-lisp-parse-symlink.
19293         (ls-lisp-handle-switches): Handle symlinks to directories as
19294         directories when ls-lisp-dirs-first in non-nil.
19296 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19298         * startup.el (command-line): Make sure that loaddefs.el is handled
19299         correctly in load-history.
19301 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19303         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19304         (gdb-struct-string, gdb-array-string): New constants.
19305         (gdb-info-locals-handler): Use them.
19306         (gdb-reset): Reset gdb-var-list to nil.
19308 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19310         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19311         in patterns.
19313 2005-11-21  Juri Linkov  <juri@jurta.org>
19315         * custom.el (defcustom): Update link types in docstring.
19317 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19319         * custom.el (defgroup): Add doc-string-elt info.
19321         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19323 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19325         * newcomment.el (comment-enter-backward): Fix last fix.
19327         * simple.el (blink-matching-open):
19328         * paren.el (show-paren-function): Allow new paren-class info.
19330 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19332         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19333         handled automagically.
19335 2005-11-20  Andreas Schwab  <schwab@suse.de>
19337         * descr-text.el (describe-char): When copying overlays put them
19338         over the full char description instead of just the first character
19339         of it.
19341 2005-11-20  Juri Linkov  <juri@jurta.org>
19343         * simple.el (what-cursor-position):
19344         * descr-text.el (describe-char): Use Lisp-readable syntax
19345         for octal and hex.  Reorder decimal, octal and hex values.
19346         Remove excess whitespace in the output.  Use `=' in `column='
19347         like in `point=' and `Hscroll='.
19349         * international/mule-cmds.el (encoded-string-description):
19350         Use Lisp-readable syntax for hex.
19352 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19354         * newcomment.el (comment-enter-backward): Handle the case where the
19355         comment is closed by EOB.
19357 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19359         * longlines.el (longlines-before-revert-hook)
19360         (longlines-after-revert-hook): New functions.
19361         (longlines-mode): Turn off longlines temporarily when reverting.
19362         Add a message-setup-hook.
19363         (longlines-decode-buffer): New function.
19364         (longlines-wrap-line): Preserve marker positions.
19366 2005-11-19  Andreas Schwab  <schwab@suse.de>
19368         * emacs-lisp/shadow.el: Handle compressed files.
19370 2005-11-19  Romain Francoise  <romain@orebokech.com>
19372         * net/browse-url.el (browse-url-default-browser): Signal an error
19373         if no usable browser can be found, rather than try to load w3.
19375 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19377         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19378         replacing existing properties.
19379         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19380         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19381         tty specs.
19382         (rcirc-server-prefix, rcirc-server): New faces.
19383         (rcirc-url-regexp): Generate with rx macro.
19384         (rcirc-last-server-message-time): New variable.
19385         (rcirc-filter): Record time of last message.
19386         (rcirc-keepalive): Kill processes that did not send a message
19387         since the last ping.
19388         (rcirc-mode): Give rcirc-topic a local binding here.
19390 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19392         * subr.el (read-passwd): Fontify the prompt as we do with other
19393         prompts.
19395 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19397         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19398         binding buffer-read-only to nil.
19400 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19402         * complete.el (partial-completion-mode):
19403         Mention completion-auto-help in the doc string.
19405         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19406         more Lisp-ish way.
19408 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19410         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19411         digits, not 8, to avoid misalignment for files larger than 100MB.
19413 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19415         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19416         Mention "keyboard shortcuts" in the help text.
19418 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19420         * startup.el (fancy-splash-default-action): Discard only
19421         mouse-down and succeeding mouse-up events in the splash screen
19422         window so that drag-n-drop event can be processed.
19424 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19426         * longlines.el (longlines-mode): Add hacks for mail-mode and
19427         message-mode.
19429 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19431         * textmodes/org.el (org-table-sort-lines): New command.
19432         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19433         (org-add-file): Command removed, use `org-agenda-file-to-front'
19434         instead.
19435         (org-export-icalendar): Use `org-icalendar-combined-name'.
19436         (org-cycle-agenda-files, org-agenda-file-to-end)
19437         (org-agenda-file-to-front): New commands.
19438         (org-table-tab-jumps-over-hlines, org-export-html-style):
19439         New options.
19440         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19441         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19442         New functions.
19443         (org-fill-paragraph): Call `org-table-align' in tables.
19444         (org-mode): Call `org-set-autofill-regexps'.
19445         (org-export-as-html): Support for local handformatted lists.
19446         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19447         (org-export-local-list-max-depth): New option.
19448         (org-html-expand): Use `org-html-protect'.
19450 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19452         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19453         to "p".
19454         (gdb): Move definition of gud-pp to...
19456         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19457         speedbar.
19458         (gdb-find-watch-expression): New function.
19460 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19462         * faces.el (face-attribute, set-face-attribute): Mention existence
19463         of `:ignore-defface' setting in docstring.
19465 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19467         * simple.el (completion-setup-function): Fix last change.
19469 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19471         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19472         Use `posn-set-point' instead of `mouse-set-point' because the
19473         latter is not fbound when configured without X.
19475         * comint.el (comint-insert-input): Likewise.
19477 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19479         * simple.el (hard-newline): New variable.
19480         (sendmail-user-agent-compose, next-line): Use it.
19482         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19483         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19484         (mail-mail-reply-to, mail-mail-followup-to)
19485         (mail-position-on-field, mail-signature, mail-yank-original)
19486         (mail-attach-file): Likewise.
19488         * mail/mailheader.el (mail-header-format)
19489         (mail-header-format-function): Likewise.
19491         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19493 2005-11-17  Juri Linkov  <juri@jurta.org>
19495         * font-lock.el (font-lock-faces): Rename this defgroup from
19496         `font-lock-highlighting-faces'.
19497         (font-lock-comment-face, font-lock-comment-delimiter-face)
19498         (font-lock-string-face, font-lock-doc-face)
19499         (font-lock-keyword-face, font-lock-builtin-face)
19500         (font-lock-function-name-face, font-lock-variable-name-face)
19501         (font-lock-type-face, font-lock-constant-face)
19502         (font-lock-warning-face, font-lock-negation-char-face)
19503         (font-lock-preprocessor-face)
19504         (font-lock-regexp-grouping-backslash)
19505         (font-lock-regexp-grouping-construct): Rename :group from
19506         `font-lock-highlighting-faces' to `font-lock-faces'.
19508         * cus-edit.el (lisp, c, tex):
19509         * progmodes/ada-mode.el (ada):
19510         * progmodes/asm-mode.el (asm):
19511         * progmodes/cperl-mode.el (cperl-faces):
19512         * progmodes/cpp.el (cpp):
19513         * progmodes/dcl-mode.el (dcl):
19514         * progmodes/f90.el (f90):
19515         * progmodes/fortran.el (fortran):
19516         * progmodes/icon.el (icon):
19517         * progmodes/idlwave.el (idlwave-misc):
19518         * progmodes/m4-mode.el (m4):
19519         * progmodes/make-mode.el (makefile):
19520         * progmodes/meta-mode.el (meta-font):
19521         * progmodes/modula2.el (modula2):
19522         * progmodes/octave-mod.el (octave):
19523         * progmodes/pascal.el (pascal):
19524         * progmodes/perl-mode.el (perl):
19525         * progmodes/prolog.el (prolog):
19526         * progmodes/ps-mode.el (PostScript-edit):
19527         * progmodes/scheme.el (scheme):
19528         * progmodes/sh-script.el (sh-script):
19529         * progmodes/simula.el (simula):
19530         * progmodes/tcl.el (tcl):
19531         * textmodes/nroff-mode.el (nroff):
19532         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19533         * textmodes/sgml-mode.el (sgml):
19534         * textmodes/texinfo.el (texinfo):
19535         Add :link (custom-group-link font-lock-faces) to defgroup.
19537         * hi-lock.el (hi-lock): Rename this defgroup from
19538         `hi-lock-interactive-text-highlighting'.  Change parent group from
19539         `faces' to `font-lock'.  Add link to the manual.
19540         (hi-lock-mode, hi-lock-file-patterns-range)
19541         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19542         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19543         (hi-lock-faces): Add :group `faces'.
19545         * cus-edit.el (custom-variable-prompt): Clarify the code.
19547         * faces.el (face-read-string): Set the default value arg of
19548         completing-read.
19550 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19552         * rfn-eshadow.el (file-name-shadow-properties)
19553         (file-name-shadow-tty-properties, file-name-shadow-mode):
19554         Remove autoloads, because the file is now preloaded.
19556 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19558         * printing.el (easy-menu-intern): Don't define.
19559         (pr-get-symbol): Use easy-menu-intern only if defined.
19561         * simple.el (blink-matching-open): Simplify a bit.
19562         (completion-setup-function): Fix the case of partial-completion-mode
19563         when the minibuffer's contents start with "-".
19564         Obey completion-base-size-function even when
19565         minibuffer-completing-file-name is non-nil.
19567 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19569         * net/eudcb-ph.el (eudc-ph-open-session):
19570         Use set-process-query-on-exit-flag.
19572         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19574         * international/ucs-tables.el (ucs-set-table-for-input):
19575         Use make-local-variable, not make-variable-buffer-local.
19577         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19578         Improve warning message text.
19580         * savehist.el (savehist-save-hook): Add :group.
19582         * menu-bar.el (menu-bar-help-menu):
19583         Rename Find Extra Packages to External Packages.
19585         * cus-edit.el (Custom-reset-standard): Verify that
19586         :custom-standard-value prop exists before calling it.
19588         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19590 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19592         * wid-edit.el (color): Enclose %t in %{...%}.
19594         * cus-edit.el (face): Enclose %t in %{...%}.
19596 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19598         * savehist.el (savehist-mode-hook): Re-add the var.
19599         (savehist-mode): Use it.
19601 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19603         * textmodes/flyspell.el: Fix commenting convention.
19604         Remove unnecessary leading * in custom docstrings.
19605         (flyspell-emacs): Remove unused var.
19606         (flyspell-delete-region-overlays): Use remove-overlays.
19607         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19608         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19609         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19610         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19611         (make-flyspell-overlay): Don't locally reuse a global name.
19612         (flyspell-highlight-incorrect-region)
19613         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19614         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19615         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19616         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19617         Wrap calls to accept-process-output inside with-local-quit since it's
19618         often called from a post-command-hook.
19619         (flyspell-correct-word, flyspell-auto-correct-word):
19620         Use ispell-send-string.
19621         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19623         * calendar/diary-lib.el (diary-list-entries): Also hide the
19624         terminating newline.
19626 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19628         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19629         window-system, to allow fonts on tty.
19631 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19633         * progmodes/gud.el (gud-speedbar-item-info): New function.
19634         (gud-install-speedbar-variables): Use it to display data type
19635         of watch expression as a tooltip in speedbar.
19637 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19639         * font-core.el (global-font-lock-mode): Add :version keyword,
19640         because default was changed.
19642         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19644         * startup.el (command-line): Use `custom-reevaluate-setting' for
19645         `file-name-shadow-mode'.
19647         * loadup.el: Preload rfn-eshadow.
19649         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19650         Add :version keyword.
19651         (file-name-shadow-properties, file-name-shadow-tty-properties)
19652         (file-name-shadow): Add :version keyword.
19654         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19655         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19656         in the custom-group property of the symbol frames and the fringe
19657         group got no link to its parent group frames.
19658         Doc fix.
19660 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19662         * progmodes/gud.el (gud-stop-subjob): New function.
19663         (gud-menu-map, gud-tool-bar-map): Use it.
19665 2005-11-16  Kim F. Storm  <storm@cua.dk>
19667         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19668         than kill it.
19669         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19670         to a more useful/logical place.
19672 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19674         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19675         go buttons complementary.
19677 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19679         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19680         (rfn-eshadow-sifn-equal): New function.
19681         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19683 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19685         * viper-utils.el (viper-non-word-characters-reformed-vi):
19686         Quote `-' in string.
19688         * viper.el (viper-emacs-state-mode-list): Ensure that
19689         rcirc-mode buffers come up in Emacs state.
19691         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19692         operation.
19694 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19696         * term.el (term-termcap-format): Fix typos.
19697         (term-down): Fix the negative argument case.
19699 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19701         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19702         2005-08-15.
19703         (gdb-ann3): New command gud-go.
19704         (menu): Accomodate gdb-mi.el.
19705         (gdb-assembler-custom): Make buffer of selected window current
19706         so that set-window-point works.
19708         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19709         buttons and include new ones.
19711 2005-11-16  Kim F. Storm  <storm@cua.dk>
19713         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19714         (gud-menu-map): Use it.
19716 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19718         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19719         that works correctly for Custom and that does not override a user
19720         who disables it.
19722         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19723         (help-xref-interned, help-follow): Make hyperlinks for variables
19724         that are unbound, but have a non-nil variable-documentation property.
19726         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19727         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19728         Use the `variable-documentation' property to give the mode hook a
19729         docstring and expand that docstring.
19731 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19733         * savehist.el (savehist-mode): Don't bother with
19734         `custom-set-minor-mode'.
19735         (savehist-coding-system): Check XEmacs version.
19736         (history-length): Declare also at run time.
19737         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19738         Don't set the customize state.
19739         (savehist-minibuffer-hook): Special case for when
19740         minibuffer-history-variable is equal to t.
19742 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19744         * files.el (write-file): Refresh VC status.
19746         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19747         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19748         than fundamental-mode to see if the mode was set.
19750 2005-11-14  Romain Francoise  <romain@orebokech.com>
19752         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19753         dummy function in `eval-when-compile' to avoid compiler warning.
19754         Require `man' at compile time.
19756 2005-11-14  Jay Belanger  <belanger@truman.edu>
19758         * calc-alg.el (calcFunc-write-out-power): Rename it to
19759         calcFunc-powerexpand.
19760         (math-write-out-power): Rename it to math-powerexpand; have it
19761         handle negative exponents.
19762         (calc-writeoutpower): Rename it to calc-powerexpand.
19764         * calc-ext.el: Change calcFunc-writeoutpower and
19765         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19766         autoloads.
19767         Add calcFunc-ldiv to autoloads.
19769         * calc-arith.el (calcFunc-ldiv): New function.
19771         * calc.el (calc-left-divide): New function.
19773 2005-11-14  Juri Linkov  <juri@jurta.org>
19775         * cus-edit.el (custom-variable-prompt): Set the default value arg
19776         of completing-read.
19778         * cus-dep.el (custom-make-dependencies): Reverse the list of
19779         found dependencies.
19781 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19783         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19784         Highlighting" entry, it is on by default now.
19785         (menu-bar-options-save): Do not save global-font-lock-mode.
19787 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19789         * textmodes/flyspell.el (flyspell-large-region):
19790         Call flyspell-accept-buffer-local-defs.
19792 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19794         * textmodes/flyspell.el (flyspell-notify-misspell):
19795         Fix misspelling of "Misspelling".
19796         (flyspell-process-localwords): New function.
19797         (flyspell-large-region): Call flyspell-process-localwords and
19798         flyspell-delete-region-overlays.
19799         (flyspell-delete-region-overlays): New function.
19800         (flyspell-delete-all-overlays): Call that.
19802 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19804         * help.el (help-for-help-internal): Improve doc of C-h a.
19805         (describe-key): Improve prompt; doc fix.
19807 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19809         * vc-svn.el (vc-svn-registered): Catch all errors.
19811         * cus-dep.el (custom-make-dependencies): Typo.
19813 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19815         * net/tramp-util.el (top): Fix compilation warning.
19817 2005-11-13  Kim F. Storm  <storm@cua.dk>
19819         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19821 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19823         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19824         (gud-speedbar-buttons): Match on "const char *" too.
19826         * progmodes/gdb-ui.el (gdb-var-create-handler)
19827         (gdb-var-list-children-handler): Match on "const char *" too.
19828         (gdb-var-evaluate-expression-handler): Match on empty string.
19829         (gdb-var-update-handler): Only call
19830         gdb-var-evaluate-expression-handler when required.
19832 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19834         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19835         selected window.  This still doesn't work for speedbar.
19836         (gud-speedbar-buttons): Handle string expressions properly.
19838         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19839         (gdb-var-create-handler): Handle string expressions properly.
19840         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19841         Handle string expressions properly.  Move "type" field into regexp.
19843 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19845         * bookmark.el (bookmark-maybe-message): New function to reduce
19846         code duplication: invokes `message' iff baud-rate is high enough.
19847         (bookmark-write-file): Use above instead of an inline conditional.
19848         (bookmark-load): Same.
19850 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19852         * bookmark.el (bookmark-write-file): Don't visit the destination
19853         file, just write the data to it using write-region.  This is
19854         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19855         change to avoid visiting the file in the first place.
19857 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19859         * hi-lock.el (hi-lock-mode): Set the default value of
19860         font-lock-defaults.
19862 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19864         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19865         arg to `file-attributes'.
19866         (find-lisp-format): The UID and GID can now be strings.
19868 2005-11-12  Kim F. Storm  <storm@cua.dk>
19870         * help.el (help-map): Bind C-h d to apropos-documentation.
19872         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19873         when point is at end-of-buffer.
19875         * apropos.el (apropos-match-face): Doc fix.
19876         (apropos-sort-by-scores): Add new choice `verbose'.
19877         (apropos-documentation-sort-by-scores): New defcustom.
19878         (apropos-pattern): Now contains the pattern entered by the user.
19879         (apropos-pattern-quoted): New defvar.
19880         (apropos-regexp): New defvar, containing the regexp corresponding
19881         to apropos-pattern.
19882         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19883         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19884         interactive calls; returns list of words for a word list, and
19885         string for a regexp.
19886         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19887         parses a list of words or regexp as returned by apropos-read-pattern.
19888         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19889         (apropos-score-doc): Return a very high score if the string
19890         entered by the user matches literally.
19891         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19892         (apropos-command): Doc fix.  Use apropos-read-pattern and
19893         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19894         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19895         apropos-parse-pattern.
19896         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19897         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19898         apropos-documentation-sort-by-scores.  Call apropos-print with
19899         nosubst=t.
19900         (apropos-documentation-internal): Pass doc string through
19901         substitute-key-definition before adding text properties.
19902         Highlight substring matching literal user input if possible.
19903         (apropos-documentation-check-doc-file): Remove locals beg and end.
19904         Fix calculation of score (as added twice).  Pass doc string through
19905         substitute-key-definition before adding text properties.
19906         (apropos-documentation-check-elc-file): Pass doc string through
19907         substitute-key-definition before adding text properties.
19908         Highlight substring matching literal user input if possible.
19909         (apropos-print): Add new arg NOSUBST; if set, command and variable
19910         doc strings have already been passed through substitute-key-definition.
19911         Add code to handle apropos-accumulator items without score element
19912         for backwards compatibility (e.g. with woman package).
19913         Only show scores if apropos-sort-by-scores is `verbose'.
19915 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19917         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19918         Add jka-compr-load-suffixes to load-suffixes.
19920         * jka-compr.el: Require jka-cmpr-hook.
19921         (jka-compr-info-compress-message, jka-compr-info-compress-program)
19922         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19923         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19924         (jka-compr-info-can-append, jka-compr-info-strip-extension)
19925         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19926         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
19927         (jka-compr-uninstall): Remove entries from
19928         jka-compr-added-to-file-coding-system-alist after they are used.
19929         (jka-compr-error): Remove unused var `curbuf'.
19930         (jka-compr-file-local-copy): Remove unused var `notfound'.
19932 2005-11-10  Romain Francoise  <romain@orebokech.com>
19934         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19936 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
19938         * progmodes/gud.el (gud-menu-map): Move parentheses.
19939         (gdb): New command gud-pv.
19941 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19943         * tar-mode.el: Remove spurious or unnecessary leading stars
19944         in docstrings.
19945         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19946         (tar-parse-octal-integer-safe): Use mapc.
19947         (tar-header-block-summarize): Remove unused var `ck'.
19948         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19949         cleared before.  Obey default-enable-multibyte-characters.
19950         Use mapconcat.  Simplify setting of tar-header-offset.
19951         (tar-mode-map): Move initialization inside delcaration.
19952         (tar-flag-deleted): Use `abs'.
19953         (tar-expunge-internal): Remove unused var `line'.
19954         (tar-expunge-internal): Don't hardcode point-min==1.
19955         (tar-expunge): Widen while doing set-buffer-multibyte.
19956         (tar-rename-entry): Use file-name-coding-system.
19957         (tar-alter-one-field): Don't hardcode point-min==1.
19958         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19959         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
19961 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19963         * add-log.el (add-log-current-defun): Handle class::method
19964         notation of c++.  Fix incorrect comment.
19966 2005-11-10  Alan Mackenzie  <acm@muc.de>
19968         * help-fns.el (describe-variable): Make C-h v work when a variable
19969         has variable documentation yet is unbound.
19971 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19973         * man.el (Man-highlight-references): Set an empty
19974         string to `Man-arguments' if it is nil.
19975         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19977 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19979         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19980         commenting conventions.
19982         * cus-dep.el (custom-make-dependencies): Simplify.
19983         Better follow the commenting conventions.
19985 2005-11-09  Richard M. Stallman  <rms@gnu.org>
19987         * apropos.el (apropos-pattern): Rename from apropos-regexp.
19988         (apropos-orig-pattern): Rename from apropos-orig-regexp.
19989         All uses changed.
19990         (apropos-rewrite-regexp): Doc fix.
19991         (apropos-variable, apropos-command, apropos, apropos-value):
19992         Change prompt; carry through the argument renaming.
19994 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
19996         * find-lisp.el: Require dired.
19997         (find-lisp-find-dired-internal): Do not call
19998         `abbreviate-file-name' on DIR.
20000 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20002         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20004 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20006         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20007         when using the speedbar.
20008         (gdb): New command gud-pp.
20009         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20011 2005-11-09  Juri Linkov  <juri@jurta.org>
20013         * replace.el (occur-excluded-properties): New defcustom.
20014         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20016 2005-11-08  Jay Belanger  <belanger@truman.edu>
20018         * calc/calc-units.el (math-convert-units): Replace any composite
20019         unit by its definition.
20021 2005-11-08  Lars Hansen  <larsh@soem.dk>
20023         * emacs-lisp/autoload.el (update-directory-autoloads):
20024         Add obsolete function alias.
20026 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20028         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20029         comment-indent-function.
20030         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20032         * reveal.el (reveal-post-command): Rework the handling of
20033         reveal-open-spots, so as to be more reliable.  There were several
20034         tricky corner cases where an open spot might be lost, or where
20035         a closed spot might end up on the list of open spots.
20036         Only reveal text that's ellipsised.
20038 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20040         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20042 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20044         * ibuffer.el (ibuffer): Search iconified frames too when
20045         getting Ibuffer buffer's window.
20047 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20049         * progmodes/compile.el (compilation-internal-error-properties):
20050         save-excursion around the computation of MARKER.
20052 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20054         * textmodes/flyspell.el (flyspell-external-point-words):
20055         flyspell-get-word returns a list, not just a string.
20057 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20059         * ibuffer.el (ibuffer): Search all visible frames when getting
20060         Ibuffer buffer's window.
20062 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20064         * man.el (Man-reference-regexp): Accept spaces between
20065         `Man-name-regexp' and `Man-section-regexp'.
20066         (Man-apropos-regexp): New variable.
20067         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20068         if available.
20069         (Man-highlight-references, Man-highlight-references0):
20070         Handle the case when `Man-arguments' includes "-k".
20071         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20072         `TARGET'. `TARGET' can be a number, function or nil.
20074 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20076         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20077         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20078         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20079         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20080         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20081         (gdb-send-item): Use buffer-local-value and simplify.
20083 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20085         * startup.el (command-line): Use `custom-reevaluate-setting' for
20086         `global-font-lock-mode'.
20088         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20089         by default, except in batch mode or when the -D option is given.
20091         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20092         specified keyword args on to `define-minor-mode'.  Update docstring.
20094 2005-11-05  Romain Francoise  <romain@orebokech.com>
20096         * replace.el (occur-engine): Add marker at end of line, too.
20098 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20100         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20101         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20102         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20103         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20104         argument to all these routines, so the passphrase can be managed
20105         externally and passed in to the system.
20106         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20107         pgg-add-passphrase-to-cache function.
20109         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20110         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20111         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20112         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20113         argument to all these routines, so the passphrase can be managed
20114         externally and passed in to the system.
20115         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20116         function.
20118 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20120         * font-lock.el: Don't deal with font-lock-face-attributes here,
20121         move the code ...
20123         * startup.el (command-line): ... here.  Use face-spec-set instead
20124         of custom-declare-face.
20126         * faces.el (face-spec-set): Reset the face if spec is not nil.
20128 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20130         * newcomment.el (comment-region-internal): Box more tightly in the
20131         common case where there's no TAB in the boxed text.
20133 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20135         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20136         up-node.
20138 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20140         * newsticker.el: Commentary updated.  Code formatting changed.
20141         (newsticker-version): Change to "1.9".
20142         (newsticker, newsticker-feed): Doc fix.
20143         (newsticker-url-list): Doc fix.  Add option "Weekly".
20144         (newsticker-retrieval-interval): Add option "Weekly".
20145         (newsticker-headline-processing): Doc fix.
20146         (newsticker-auto-mark-filter): Remove.
20147         (newsticker-auto-mark-filter-list): New.
20148         (newsticker-layout, newsticker-sort-method): Doc fix.
20149         (newsticker-hide-old-items-in-newsticker-buffer)
20150         (newsticker-heading-format, newsticker-item-format)
20151         (newsticker-desc-format): Doc fix.
20152         (newsticker-show-all-rss-elements): Remove.
20153         (newsticker-show-all-news-elements): New.
20154         (newsticker-faces, newsticker-ticker): Doc fix.
20155         (remove-from-invisibility-spec): Code formatting.
20156         (newsticker--process-ids): New.
20157         (newsticker-mode): Doc fix.
20158         (newsticker-mode): Change mode-line-format.
20159         (newsticker-start): Remove debug output.
20160         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20161         (newsticker-w3m-show-inline-images): Code formatting.
20162         (newsticker-next-item): Call `force-mode-line-update'.
20163         (newsticker-previous-item): Call `force-mode-line-update'.
20164         (newsticker-next-feed): Call `force-mode-line-update'.
20165         (newsticker-previous-feed): Call `force-mode-line-update'.
20166         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20167         (newsticker-show-old-items): Do not show descs.
20168         (newsticker-hide-entry): Hide too much.
20169         (newsticker-hide-entry, newsticker-show-entry)
20170         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20171         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20172         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20173         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20174         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20175         (newsticker-get-news): Call `force-mode-line-update'.
20176         Collect process ids.
20177         (newsticker--sentinel): Change coding system handling.
20178         Move image retrieval to new functions newsticker--get-logo-url-*.
20179         Move feed parsing to new functions newsticker--parse-*.
20180         Update list of process ids.
20181         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20182         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20183         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20184         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20185         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20186         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20187         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20188         (newsticker--decode-coding-string): Remove.
20189         (newsticker--decode-numeric-entities): Check input.  Format code.
20190         (newsticker--remove-whitespace): Check input.
20191         (newsticker--do-forget-preformatted): Doc fix.
20192         (newsticker--decode-rfc822-date): Allow for missing time.
20193         (newsticker--update-process-ids): New.
20194         (newsticker--image-sentinel): Change comment.
20195         (newsticker--image-read): Change error message.
20196         (newsticker--imenu-goto): Doc fix.  Show headline title.
20197         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20198         (newsticker--buffer-do-insert-text): Clean whitespace in
20199         html-rendered headline title.  Code formatting.
20200         Call `newsticker--buffer-print-extra-elements'.
20201         (newsticker--buffer-print-extra-element): Remove.
20202         (newsticker--buffer-print-extra-elements): New.
20203         (newsticker--buffer-do-print-extra-element): New.
20204         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20205         large sizes.
20206         (newsticker--run-auto-mark-filter)
20207         (newsticker--do-run-auto-mark-filter):
20208         Use `newsticker-auto-mark-filter-list'.
20210 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20212         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20213         (rcirc-print): Force redisplay before running hooks.  Do long
20214         buffer truncation after making new text read-only.  Deal with nil
20215         text when decoding strings.  If TARGET is nil, use either the
20216         currently selected buffer, if it is an rcirc buffer and of the
20217         same process or the process buffer.
20218         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20219         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20220         (rcirc-short-buffer-name): Add variable.
20221         (rcirc-kill-buffer-hook): Recompute short buffer names.
20222         Remove nick from private channel.
20223         (rcirc-send-input): Send command text to current-buffer.
20224         Don't clear overlay arrow here.
20225         (rcirc-short-buffer-name): Return a short buffer name.
20226         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20227         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20228         buffer-name abbreviations.
20229         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20230         Do not touch nick-table when killing a parted channel.
20231         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20232         Clear arrow from current buffer if it is now hidden.
20233         (rcirc-current-buffer): Add variable.
20234         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20235         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20236         Remove -face from names.
20237         (rcirc-update-activity-string): Print "DND" when globally ignoring
20238         activity.
20239         (rcirc-ignore-buffer-activity-flag): Rename from
20240         rcirc-ignore-channel-activity.
20241         (rcirc-ignore-all-activity-flag): Doc fix.
20242         (rcirc-channels): Remove variable.
20243         (rcirc-kill-buffer-hook):
20244         (rcirc-get-buffer-create): Add nick to private channel.
20245         (rcirc-multiline-edit-submit): Remove tabs.
20246         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20247         folded.
20248         (rcirc-remove-nick-channel): Bug fix.
20249         (rcirc-toggle-ignore-buffer-activity): Rename from
20250         rcirc-toggle-ignore-channel-activity.
20251         (rcirc-record-activity): Add buffers to the front of the list.
20252         (rcirc-update-activity): Remove killed buffers from list.
20253         (rcirc-process-server-response-1): Remove last argument if it is
20254         null before calling handler.
20255         (rcirc): Add "rcirc" defcustom prefix.
20256         (rcirc-prompt): Simplify default prompt.
20257         Use custom-initialize-default.
20258         (rcirc-private-chats): Remove variable.
20259         (rcirc-prompt): Change initialization.
20260         (rcirc-version): Remove function.
20261         (rcirc-id-string): Add constant.
20262         (rcirc-last-buffer): Remove variable.
20263         (rcirc-buffer-alist): Add variable.
20264         (rcirc-connect): Update variable setup.
20265         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20266         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20267         default.
20268         (rcirc-handler-generic): Trigger activity.
20269         (rcirc-send-message): Create the buffor of the target.
20270         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20271         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20272         (rcirc-multiline-edit-cancel): Remove function.
20273         (rcirc-set-last-buffer): Remove function.
20274         (rcirc-get-any-buffer): Add function.
20275         (rcirc-join-channels): Don't print /join text.
20276         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20277         messages.
20278         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20279         (rcirc-handler-NOTICE): Recognize CTCP responses.
20280         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20281         constructing TOPIC string for buffers we are not JOINed.
20282         (rcirc-handler-CTCP-response): Add handler.
20283         (rcirc-multiline-edit-submit): Restore the window-configuration
20284         before adjusting point.
20285         (rcirc): Add customization group.
20286         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20287         (rcirc-user-full-name, rcirc-startup-channels-alist)
20288         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20289         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20290         (rcirc-input-ring-size, rcirc-read-only-flag)
20291         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20292         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20293         Change defvar to defcustom.
20294         (rcirc-update-prompt): Add optional ALL arg, which will update
20295         prompts in all rcirc buffers.  Regexp quote replacement text.
20296         (rcirc-fill-column): Accept frame-width as a value.
20297         (rcirc-set-changed): Add function.
20298         (rcirc-next-active-buffer): Write more meaningful messages.
20299         (rcirc-faces): Add customization group.
20300         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20301         (rcirc-nick-in-message-face, rcirc-prompt-face)
20302         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20303         (with-rcirc-process-buffer): Move before first usage.
20304         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20305         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20306         (rcirc-debug): Rename from `rcirc-log'.
20307         (rcirc-format-response-string): Do not print `-' chars for a
20308         NOTICE with no sender.  Simplify output of server responses.
20310 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20312         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20313         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20314         Make urls mouse and RET clickable.
20316 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20318         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20320 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20322         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20323         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20324         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20325         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20326         argument to all these routines, so the passphrase can be managed
20327         externally and passed in to the system.
20328         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20329         pgg-add-passphrase-to-cache function.
20331         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20332         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20333         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20334         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20335         argument to all these routines, so the passphrase can be managed
20336         externally and passed in to the system.
20337         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20338         function.
20340 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20342         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20343         from goto-address-url-regexp.
20345 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20347         * textmodes/org.el (org-read-date, org-goto-calendar)
20348         (org-recenter-calendar, org-agenda-goto-calendar):
20349         Temporarily clear `calendar-move-hook'.
20351 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20353         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20354         merging.
20356         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20357         have merge clashes.
20359 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20361         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20362         Undo previous change.
20364         * startup.el (command-line): Use `custom-reevaluate-setting' for
20365         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20366         tty-register-default-colors on Mac.
20368 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20370         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20371         (gdb-buffer-type): Make it automatically buffer local...
20372         (gdb-get-create-buffer): ...and set it accordingly.
20373         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20374         actually work.
20376 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20378         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20379         not red.
20381 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20383         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20384         case GUD buffer is not visible.
20385         (gdb-goto-breakpoint): Try to force display in source buffer.
20386         (gdb-frame-gdb-buffer): Copy other similar functions.
20387         (gdb-restore-windows): Don't display source if not asked for.
20388         (gdb-assembler-buffer-name): Don't capitalise.
20390 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20392         * wid-edit.el (key-sequence): New widget type.
20394         * simple.el (set-mark-command-repeat-pop): New variable.
20395         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20396         if set-mark-command-repeat-pop is true.
20398         * info.el (Info-fontify-node): Don't display extra "see" if there
20399         already is one here.
20401         * mouse.el: Fix special handling of DEL after dragging a region:
20402         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20403         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20405         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20407         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20408         not to assume it pertains to an affix.
20410         * textmodes/flyspell.el (flyspell-post-command-hook):
20411         Bind deactivate-mark to prevent deactivation.
20413 2005-11-03  Lars Hansen  <larsh@soem.dk>
20415         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20416         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20417         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20419 2005-11-03  Romain Francoise  <romain@orebokech.com>
20421         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20422         Update copyright years.
20424 2005-11-03  Sam Steingold  <sds@gnu.org>
20426         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20427         Use system-type instead of window-system because window-system is not
20428         correctly defined during loadup.
20430 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20432         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20433         (xml-parse-tag): Join strings separated by a comment properly.
20435 2005-11-02  Andreas Schwab  <schwab@suse.de>
20437         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20439 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20441         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20442         (byte-optimize-pure-func): Quote the eval'd value.
20444         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20445         Rename from perl-font-lock-syntactic-face-function.
20446         Change the calling convention so it can be used as a font-lock MATCHER.
20447         Do the parse-partial-sexp loop outselves.
20448         (perl-font-lock-syntactic-keywords): Use it.
20449         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20451 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20453         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20454         disassembly buffer too.
20455         (gdb-exited): Remove overlay arrows when execution has finished.
20456         (gdb-info-frames-custom, gdb-info-threads-custom)
20457         (gdb-info-registers-custom): Don't add inappropriate text
20458         properties if inferior is not active.
20460 2005-11-02  Glenn Morris  <rgm@gnu.org>
20462         * progmodes/fortran.el (fortran-blink-match):
20463         Use `blink-matching-delay'.
20465 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20467         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20469 2005-11-02  Lars Hansen  <larsh@soem.dk>
20471         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20472         "Permission denied".
20474 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20476         * textmodes/flyspell.el (flyspell-external-point-words):
20477         Pass nil to flyspell-get-word.
20479 2005-11-02  Kim F. Storm  <storm@cua.dk>
20481         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20482         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20484 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20486         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20487         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20488         (calendar-mouse-print-dates): Add optional `event' argument.
20489         Update interactive-spec.
20490         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20491         Use `calendar-event-to-date' instead of `event'.
20493 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20495         * progmodes/ld-script.el (ld-script-builtins):
20496         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20497         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20498         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20500 2005-11-01  Romain Francoise  <romain@orebokech.com>
20502         * vc-sccs.el: Update copyright year.
20503         * ezimage.el: Likewise.
20505 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20507         * info.el (Info-fontify-node): Use `string-width' for fontifying
20508         underlined titles.
20510 2005-11-01  Juri Linkov  <juri@jurta.org>
20512         * info.el (Info-fontify-node): Downcase node header keywords Node,
20513         Prev, Next, Up before comparison.
20514         (Info-history): Insert absolute directory name, and put invisible
20515         property on it.
20517 2005-11-01  Juri Linkov  <juri@jurta.org>
20519         * info.el (Info-file-supports-index-cookies): New variable.
20520         (Info-find-node-2): Check makeinfo version for index cookie support.
20521         (Info-index-nodes): Search for nodes with index cookies only when
20522         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20523         with "Index" in the node name.
20524         (Info-index-node): Search index cookie in the current node only when
20525         Info-file-supports-index-cookies is t.  Otherwise, check the word
20526         "Index" in the node name.
20527         (Info-find-emacs-command-nodes): Remove code that searches nodes
20528         with "Index" node name in the top menu.
20530 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20532         * progmodes/scheme.el (scheme-mode-variables): Use the default
20533         comment-indent-function.
20535         * faces.el (face-attribute): Handle the case where a face inherits from
20536         a non-existent face.
20538         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20539         for octal and hexa output, and merge the char into the paren.
20540         (kill-new): Use push.
20541         (copy-to-buffer): Use with-current-buffer.
20542         (completion-setup-function): Move code in loop to remove redundancy.
20543         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20544         those inherited from minibuffer-local-completion-map.
20546         * savehist.el (savehist-mode) <defcustom>:
20547         Use custom-set-minor-mode if available.
20548         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20549         and emit a message if applicable.
20551 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20553         * savehist.el: Sync up to version 19.
20554         (savehist-mode): New minor mode.
20555         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20556         (savehist-length): Remove (use history-length instead).
20557         (savehist-file-modes): Rename from savehist-modes.
20558         (savehist-save-hook, savehist-loaded): New vars.
20559         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20560         old format to new format.
20561         (savehist-install): Allow savehist-autosave-interval to be nil.
20562         (savehist-save): Run the new hook.  Be more careful to only trim the
20563         history variables.
20564         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20565         (savehist-printable): Print into a buffer rather than char-by-char.
20567 2005-11-01  John Wiegley  <johnw@newartisans.com>
20569         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20570         toggle-ignore keybinding (C-a).  The author said it had been
20571         disabled much earlier due to a possible incompatibility, but after
20572         many months of usage I have encountered no problems (and it is a
20573         rather useful option, especially for switching to " *temp*").
20575         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20576         support for OS/X's AddressBook, by calling out to the open source
20577         program "contacts" (installable through Fink).
20579         * net/eudc.el (eudc-expand-inline): If the
20580         `eudc-multiple-match-handling-method' is set to `all', delete the
20581         query string before inserting the query result.
20583         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20584         flag, to prevent Eshell from using the system ls when
20585         `eshell-ls-insert-directory' is in used.
20586         (eshell-ls-insert-directory): Disable font-lock in directory
20587         buffer so that Eshell's own fontification is seen.  This broke
20588         recently due to changes in font-lock, so this goes back to version
20589         21 behavior.
20591 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20593         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20594         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20595         (gdb-many-windows): Doc fix.
20597 2005-10-31  Romain Francoise  <romain@orebokech.com>
20599         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20601 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20603         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20604         that global-font-lock-mode can be enabled by default.
20606         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20607         (font-lock-add-keywords, font-lock-remove-keywords)
20608         (font-lock-fontify-buffer): Remove autoload cookies.
20610         * jit-lock.el (jit-lock-register): Likewise.
20612         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20614 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20616         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20617         intact if there is no gud-comint-buffer.
20619 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20621         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20622         old prompt comint-prompt-read-only is t and GDB commands are
20623         issued from tool bar etc.
20625 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20627         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20629 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20631         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20632         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20634 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20636         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20637         starting at beginning of line.  Fontification is messed up when
20638         `open-paren-in-column-0-is-defun-start' set to t.
20639         Reported by John Paul Wallington <jpw@pobox.com>.
20641 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20643         * comint.el (comint-send-input): Call `comint-update-fence' when
20644         `comint-process-echoes' and `comint-prompt-read-only' are both
20645         non-nil, to avoid leftover read-only newline.
20647 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20649         * textmodes/flyspell.el (flyspell-external-point-words):
20650         Detect when WORD can't be checked properly because
20651         flyspell-get-word finds just part of it, and move on.
20653         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20654         boundarychar for Polish.
20655         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20656         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20658 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20660         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20661         (gdb-registers-font-lock-keywords): Delete.
20662         (gdb-registers-mode): Don't fontify.
20663         (gdb-info-registers-custom): Use text properties instead as, in
20664         future, changed register values will use font-lock-warning-face.
20665         (gdb-local-font-lock-keywords): Rename to...
20666         (gdb-locals-font-lock-keywords): ...for consistency.
20668 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20670         * vc.el (vc-switch-backend): Better error message if the buffer is
20671         not visiting a file under version control.
20673         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20675 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20677         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20678         ~/.emacs.d/.emacs.
20680 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20682         * replace.el (occur-mode-mouse-goto): Always go to other window.
20683         (occur-mode-goto-occurrence): Always switch in same window.
20685         * simple.el (undo): Display message at end, not at start.
20687         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20688         New arg REUSE-CELL.
20689         (cancel-timer-internal): New function.
20690         (timer-event-handler): Use cancel-timer-internal,
20691         and pass the cell it returns to timer-activate...
20693         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20694         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20695         (jit-lock-after-change): Test memory-full.
20697 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20699         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20700         part of the decoded armor to find the key-identifier.
20701         (pgg-gpg-lookup-key-owner): New function to return the
20702         human-readable identifier of a key owner.
20703         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20704         key itself.
20705         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20706         the key value) if we have a key and can match it against a secret
20707         key.  Also, added a note pointing out fact that the prompt only
20708         indicates the first matching key.
20710         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20711         pgg-decrypt-region.
20712         (pgg-pending-timers): A new hash for tracking the passphrase cache
20713         timers, so that new ones supercede old ones.
20714         (pgg-add-passphrase-to-cache): Rename from
20715         `pgg-add-passphrase-cache' to reduce confusion (all callers
20716         changed).  Modified to cancel old timers when new ones are added.
20717         (pgg-remove-passphrase-from-cache): Rename from
20718         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20719         changed).  Modified to cancel old timers when their keys are
20720         removed from the cache.
20721         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20722         XEmacs, an indirection to delete-itimer.
20723         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20724         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20725         users can only check cache without risk of prompting.  Correct bug in
20726         notruncate behavior.
20727         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20728         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20729         Add informative docstrings.
20730         (pgg-decrypt): Convey provided passphrase in subordinate call to
20731         pgg-decrypt-region.
20733         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20734         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20735         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20736         `passphrase' argument, so the passphrase can be managed externally
20737         and then passed in to the system.
20739         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20740         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20741         so the passphrase cache can be used reliably with identifiers
20742         besides a pgp packet's key id.
20744         * pgg-gpg.el (pgg-pgp-encrypt-region)
20745         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20746         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20747         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20748         argument to all these routines, so the passphrase can be managed
20749         externally and passed in to the system.
20751         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20752         `notruncate' argument, so the passphrase cache can be used
20753         reliably with identifiers besides a pgp packet's key id.
20755 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20757         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20758         symmetric encryption.
20759         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20760         encrypted session key.
20761         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20762         message ask for the passphrase in a proper way.
20764         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20765         New user commands for symmetric encryption.
20767 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20769         * textmodes/conf-mode.el (conf-assignment-sign)
20770         (conf-assignment-regexp): Fix docstrings.
20771         (conf-mode-initialize): New function.
20772         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20773         recognize recursive calls.
20774         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20775         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20776         (conf-xdefaults-mode): Use define-derived-mode and
20777         conf-mode-initialize.
20779 2005-10-29  Romain Francoise  <romain@orebokech.com>
20781         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20783 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20785         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20786         part of the decoded armor to find the key-identifier.
20787         (pgg-gpg-lookup-key-owner): New function to return the
20788         human-readable identifier of a key owner.
20789         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20790         key itself.
20791         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20792         the key value) if we have a key and can match it against a secret
20793         key.  Also, added a note pointing out fact that the prompt only
20794         indicates the first matching key.
20796         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20797         pgg-decrypt-region.
20798         (pgg-pending-timers): A new hash for tracking the passphrase cache
20799         timers, so that new ones supercede old ones.
20800         (pgg-add-passphrase-to-cache): Rename from
20801         `pgg-add-passphrase-cache' to reduce confusion (all callers
20802         changed).  Modified to cancel old timers when new ones are added.
20803         (pgg-remove-passphrase-from-cache): Rename from
20804         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20805         changed).  Modified to cancel old timers when their keys are
20806         removed from the cache.
20807         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20808         XEmacs, an indirection to delete-itimer.
20809         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20810         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20811         users can only check cache without risk of prompting.  Correct bug in
20812         notruncate behavior.
20813         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20814         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20815         Add informative docstrings.
20816         (pgg-decrypt): Convey provided passphrase in subordinate call to
20817         pgg-decrypt-region.
20819 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
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-28  Bill Wohler  <wohler@newt.com>
20857         * help-mode.el (help-url): New button type.  Calls browse-url.
20858         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20859         Similar to Info nodes: URL `url'.
20860         (help-make-xrefs): Create help-url buttons for
20861         help-xref-url-regexp matches.
20863 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20865         * tool-bar.el (tool-bar-add-item-from-menu)
20866         (tool-bar-local-item-from-menu): Fix doc strings.
20868 2005-10-28  Romain Francoise  <romain@orebokech.com>
20870         * ldefs-boot.el: Update.
20872         * subr.el (locate-library): Move from help-fns.el.
20873         * help-fns.el (locate-library): Move to subr.el.
20875 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20877         * net/tramp.el (tramp-completion-mode): defvar moved up.
20879         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20881         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20883         * files.el (find-file-noselect): Use %d to format large file size.
20885         * bindings.el (mode-line-format): Add %e.
20887         * loadup.el ("facemenu"): Load unconditionally.
20888         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20889         ("x-dnd"): Load, when appropriate.
20891         * startup.el (command-line): Call before-init-hook earlier.
20892         Warn about some bad characters in -u user name.
20894         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20895         (flyspell-external-point-words): Error if misspelled word is not found.
20896         Set flyspell-large-region-beg at end of word.
20898 2005-10-28  Andreas Schwab  <schwab@suse.de>
20900         * view.el (View-revert-buffer-scroll-page-forward):
20901         Use view-page-size-default.
20903 2005-10-28  Juri Linkov  <juri@jurta.org>
20905         * international/quail.el (quail-get-current-str): Translate last
20906         raw character for deterministic input methods.
20908 2005-10-27  Jay Belanger  <belanger@truman.edu>
20910         * calc/calc-ext.el: Add functions to autoloads.
20911         (math-identity-matrix-p, math-ident-row-p): New functions.
20913         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20914         multiplication by an identity matrix; don't turn multiplication by
20915         an inverse matrix into division.
20916         (math-div-symbol-fancy): Replace division by matrices with
20917         multiplication by inverse.
20919         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20921         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20922         (calc-writeoutpower): New functions.
20924 2005-10-27  Romain Francoise  <romain@orebokech.com>
20926         * replace.el (occur-engine): Include colon in mouse-face highlight.
20928         * dired-x.el: Change Maintainer field.
20930 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
20932         * longlines.el (longlines-mode): Bind after-change-functions to
20933         nil during initial decoding and final encoding.
20935 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
20937         * term.el (term-emulate-terminal, term-handle-colors-array)
20938         (term-handle-ansi-escape): Specify the terminfo capabilities
20939         implemented.
20941 2005-10-26  Richard M. Stallman  <rms@gnu.org>
20943         * info.el (Info-fontify-node): Fix detection of sentence-break
20944         before *Note.
20946 2005-10-26  Romain Francoise  <romain@orebokech.com>
20948         * smerge-mode.el: Add `tools' to file keywords.
20950 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
20952         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20953         when the fringe is not available.
20955         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20956         (def-gdb-auto-update-trigger): Simplify construction.
20957         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20958         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20959         defined explicitly.
20960         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20961         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20962         defined explicitly.
20963         (gdb-info-locals-custom): Remove as it's a no-op.
20965 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
20967         * longlines.el (longlines-mode): Remove narrowing before
20968         performing the initial decoding or final encoding.
20970 2005-10-25  Romain Francoise  <romain@orebokech.com>
20972         * emacs-lisp/find-func.el (find-library-name): Also strip
20973         extension if library name ends in .el, to take advantage of
20974         `find-library-suffixes'.
20976 2005-10-25  Richard M. Stallman  <rms@gnu.org>
20978         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20980 2005-10-25  Juri Linkov  <juri@jurta.org>
20982         * textmodes/texinfo.el (texinfo-mode): Change charset of one
20983         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20985 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20987         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20988         (blackbox-redefine-key): Add argument `map'.
20990         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20991         regions when moving the jit-lock-context-unfontify-pos boundary.
20993 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20995         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20997 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20999         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21001 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21003         * play/blackbox.el (blackbox-redefine-key): New function.
21004         (blackbox-mode-map): Use it to remap existing bindings for cursor
21005         motion instead of binding literal keys.
21007 2005-10-25  Glenn Morris  <rgm@gnu.org>
21009         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21010         diary does not end in a newline.  Do not assume a blank line at
21011         the start of the diary file.
21013 2005-10-25  Kenichi Handa  <handa@m17n.org>
21015         * international/quail.el (quail-translate-key): If the input
21016         method is deterministic and failed to handle the last key, restart
21017         the key handling loop from an appropriate key.
21019 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21021         * vc.el (vc-dired-mode): Extend comment for binding of
21022         `directory-listing-before-filename-regexp'.
21024 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21026         * textmodes/texinfo.el (texinfo-mode):
21027         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21028         not to unnecessarily expose emacs-mule's internal char codes.
21030 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21032         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21033         Display hand pointer and help-echo on disabled icon too.
21034         (gdb-mouse-until): New function.
21035         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21037 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21039         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21040         with 2005-10-23 change to doctor.el.
21042         * finder.el (finder-mode-map): Add follow-link binding.
21044 2005-10-25  Kim F. Storm  <storm@cua.dk>
21046         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21047         to gdb-mouse-toggle-breakpoint-fringe.
21048         (gdb-mouse-toggle-breakpoint-margin): Rename from
21049         gdb-mouse-toggle-breakpoint.  Fix doc.
21050         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21051         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21052         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21053         string properties also for fringe breakpoint bitmaps.
21055 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21057         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21059 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21061         * simple.el (completion-common-substring):
21062         Use `completion-common-substring' prior to `completion-base-size'.
21064 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21066         * savehist.el: Require CL while compiling.
21067         (savehist-history-variables): Remove.
21068         (savehist-save-minibuffer-history, savehist-additional-variables)
21069         (savehist-minibuffer-history-variables): New vars.
21070         (savehist-save): Use them.
21071         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21072         (savehist-install): New fun, extracted from savehist-load.
21073         (savehist-load): Use them.
21075 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21077         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21078         a dummy doc-string-elt property.
21079         (defalias, defvaralias, define-category): Add a docstring property.
21081         * image.el (defimage):
21082         * widget.el (define-widget):
21083         * custom.el (defface, defcustom): Add `doc-string' declaration.
21085         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21086         (defadvice): Add `doc-string' declaration.
21088         * emacs-lisp/byte-run.el (macro-declaration-function):
21089         Handle `doc-string' declarations.
21090         (define-obsolete-function-alias, define-obsolete-variable-alias):
21091         Add `doc-string' declaration.
21093 2005-10-24  Kenichi Handa  <handa@m17n.org>
21095         * international/utf-7.el (utf-7): Add autoload cookie.
21097         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21099 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21101         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21102         list of directories passed to batch-update-autoloads.  Add "." to
21103         the list of the echoed directories.
21105         * pgg-def.el:
21106         * pgg-gpg.el:
21107         * pgg-parse.el:
21108         * pgg-pgp.el:
21109         * pgg-pgp5.el:
21110         * pgg.el: Moved here from the gnus subdirectory.
21112 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21114         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21115         in case comint-prompt-read-only is set to t.
21117         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21118         in case comint-prompt-read-only is set to t.
21120 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21122         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21123         Now a string.
21124         (icalendar-import-format): Handle CLASS, STATUS, URL.
21125         Rename `subject' to `summary'.
21126         (icalendar-import-format-summary): Rename from
21127         `icalendar-import-format-subject'.
21128         (icalendar-import-format-url, icalendar-import-format-status)
21129         (icalendar-import-format-class): New variables.
21130         (icalendar--rris): Take variable argument list.
21131         (icalendar--datestring-to-isodate): Remove unnecessary
21132         calendar-style check when converting dates with explicit month names.
21133         (icalendar-export-region): Change return type of conversion
21134         subroutines.  Bury current buffer unless error occurred.
21135         (icalendar--convert-to-ical)
21136         (icalendar--parse-summary-and-rest): New functions.
21137         (icalendar--convert-ordinary-to-ical)
21138         (icalendar--convert-weekly-to-ical)
21139         (icalendar--convert-yearly-to-ical)
21140         (icalendar--convert-block-to-ical)
21141         (icalendar--convert-cyclic-to-ical)
21142         (icalendar--convert-anniversary-to-ical): Change return type.
21143         Strip trailing blanks from subject.
21144         (icalendar--convert-sexp-to-ical): Change return type.
21145         Strip trailing blanks from subject.  Handle simple sexp
21146         entries as generated by icalendar.el.
21147         (icalendar--convert-float-to-ical)
21148         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21149         (icalendar-import-file): Doc fix.
21150         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21151         Correct call to icalendar--rris.
21152         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21153         `summary'.
21154         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21156 2005-10-24  Romain Francoise  <romain@orebokech.com>
21158         * server.el (server-sentinel): Set query-on-exit flag to nil on
21159         new client processes (it isn't inherited from the server process).
21161         * replace.el (occur-engine): Rearrange text properties.
21163 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21165         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21166         case-fold-search is nil.
21167         (debug-help-follow): Use help-xref-interned directly.
21169 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21171         * thumbs.el (thumbs-image-type): Add .pbm.
21173 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21175         * faces.el (inhibit-face-set-after-frame-default): New variable.
21176         (set-face-attribute): Bind it.
21177         (face-set-after-frame-default): Test it.
21179         * help-fns.el (describe-simplify-lib-file-name): New function.
21180         (describe-function-1, describe-variable): Use it.
21182         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21184         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21185         Eliminate nil as possible value.
21186         (tooltip-hide-delay): Reduce internal-border-width.
21188         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21189         (menu-bar-file-menu) <new-file>: Likewise.
21191         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21193         * international/mule.el (load-with-code-conversion):
21194         Pass full file name to `eval-buffer' unless preloading.
21196         * textmodes/flyspell.el (flyspell-large-region):
21197         Call ispell-check-version.
21199         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21200         Fix the make-variable-buffer-local call that was supposed
21201         to be for this variable.
21202         (ispell-aspell-supports-utf8): Doc fix.
21203         (ispell-find-aspell-dictionaries): Preserve elements of
21204         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21205         (ispell-aspell-find-dictionary): Return nil on error.
21207         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21208         (doctor-symptoms): Likewise.
21210         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21212 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21214         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21215         (custom-raised-buttons): Add :set spec.
21216         (custom-button-unraised, custom-button-pressed-unraised):
21217         New faces, so that custom-raised-buttons actually does something.
21218         (custom-mode): Use custom-button and custom-button-pressed.
21220         * wid-edit.el (widget-specify-button): Don't ignore
21221         widget-mouse-face on graphic terminals.
21222         (widget-move-and-invoke): Cleanup.
21224 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21226         * whitespace.el (whitespace-cleanup): Doc fix.
21228 2005-10-23  Romain Francoise  <romain@orebokech.com>
21230         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21231         `eval-after-load' to avoid evaluating their result.
21233 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21235         * files.el (directory-listing-before-filename-regexp):
21236         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21238         * dired.el (dired-move-to-filename-regexp): Remove.
21239         All occurrences replaced by `directory-listing-before-filename-regexp'.
21241         * dired-x.el, locate.el, vc.el:
21242         Replace `dired-move-to-filename-regexp' by
21243         `directory-listing-before-filename-regexp'.  In vc.el it is
21244         overwritten locally; maybe this can be handled in files.el too.
21246         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21247         replaced by `directory-listing-before-filename-regexp'.
21249 2005-10-23  Andreas Schwab  <schwab@suse.de>
21251         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21252         and eval-next-after-load.
21254 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21256         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21257         exist, create it.
21259 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21261         * allout.el: Remove autoloads for mailcrypt and crypt++.
21262         Require pgg, pgg-gpg during compilation.
21263         (allout-version): Increment version number to 2.1, and use a literal
21264         rather than RCS Id.
21265         (allout-default-encryption-scheme): Remove.
21266         (allout-passphrase-verifier-handling)
21267         (allout-passphrase-verifier-string)
21268         (allout-file-passphrase-verifier-string)
21269         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21270         (allout-passphrase-hint-handling): Rename and simplify.
21271         (allout-init): Use `find-file-hook' if available, otherwise
21272         `find-file-hooks'.
21273         (allout-mode): Use `write-file-functions' if available, otherwise
21274         `local-write-file-hooks' and, instead of making auto-save-hook
21275         buffer local, make the write-file-hook activity contingent to
21276         allout-mode.
21277         (allout-mode): Use key-binding substitution in the docstring.
21278         (allout-kill-line): Spell-out kill ring data structure mutation
21279         instead of using byte-compiler-complaint-provoking `pop'.
21280         (allout-insert-listified): Use `insert' rather than `insert-string'
21281         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21282         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21283         (allout-encrypt-string): Totally revamped vis new underlying
21284         encryption facilities.
21285         (allout-mc-activate-passwd): Remove.
21286         (allout-obtain-passphrase): New, more or less replaces
21287         allout-mc-activate-passwd.
21288         (allout-encrypted-key-info): More or less replaces
21289         allout-encrypted-text-type.
21290         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21291         (my-mark-marker): Use `(featurep 'xemacs)'.
21293 2005-10-23  Lars Hansen  <larsh@soem.dk>
21295         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21296         (byte-compile-file-form-defmumble, byte-compile-defun)
21297         (byte-compile-defmacro): Use it.
21298         (byte-compile-form): Don't call byte-compile-set-symbol-position
21299         when a byte-compile handler is called.
21301 2005-10-22  Romain Francoise  <romain@orebokech.com>
21303         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21305         * subr.el (eval-after-load): Convert library name to an absolute
21306         file name using locate-library, since load-history no longer has
21307         library names in it.
21309 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21311         * files.el (make-temp-file): Move from subr.el.
21312         * subr.el (make-temp-file): Move to files.el.
21314         * window.el (get-buffer-window-list): Move from subr.el.
21315         * subr.el (get-buffer-window-list): Move to window.el.
21317         * image.el (image-load-path): Use eval-at-startup to initialize.
21319         * subr.el (eval-at-startup): New macro.
21321         * subr.el: Much rearrangement of functions and division
21322         into pages.  No code changes.
21324 2005-10-22  Kenichi Handa  <handa@m17n.org>
21326         * tar-mode.el (tar-extract): Be sure to call
21327         find-operation-coding-system if set-auto-coding doesn't find a
21328         coding system.
21330 2005-10-22  Kim F. Storm  <storm@cua.dk>
21332         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21333         Change users.
21334         (image-type-file-name-regexps): New defconst.
21335         (image-type-from-data): Simplify loop.
21336         (image-type-from-buffer): New defun.
21337         (image-type-from-file-header): Use it instead of image-type-from-data.
21338         Use image-search-load-path instead of only looking in data-directory.
21339         (image-type-from-file-name): New defun.
21340         (image-search-load-path): Change `pathname' to `filename'.
21341         Make PATH arg optional, default to image-load-path.
21343 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21345         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21347         * textmodes/paragraphs.el (sentence-end-base): New variable.
21348         (sentence-end): Use sentence-end-base.
21350 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21352         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21353         property independently from the font-lock-multiline variable.
21355 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21357         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21359         * startup.el (command-line): Convert library names
21360         in `load-history' to absolute file names.
21362         * subr.el (symbol-file): Doc fix.
21364         * loadhist.el (file-loadhist-lookup): Call locate-library
21365         instead of find-library-name.  Don't try converting
21366         abs file names to library names, since load-history no longer
21367         has library names in it.
21368         (file-dependents, file-provides, file-requires): Doc fixes.
21370 2005-10-21  Juri Linkov  <juri@jurta.org>
21372         * progmodes/etags.el (tags-table-mode): New function.
21373         (tags-verify-table): Replace initialize-new-tags-table with
21374         tags-table-mode.
21376         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21377         default value.
21378         (desktop-modes-not-to-save): Add tags-table-mode to the
21379         default value.
21381         * info.el (Info-index-next): Add total number of index
21382         alternatives to the message.
21384         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21385         backward only space (instead of space and period) before looking
21386         at sentence end.
21388         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21389         Add the old variable value as 4th default-value arg of read-string.
21391 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21393         * cus-face.el (custom-declare-face): Make face from X resources
21394         also on Mac.
21396         * disp-table.el (standard-display-g1, standard-display-graphic):
21397         Refuse to use string glyphs also on Mac.
21398         (standard-display-european): Don't set terminal coding system also
21399         on Mac.
21401         * frame.el (display-screens): Use x-display-screens also on Mac.
21403 2005-10-21  Romain Francoise  <romain@orebokech.com>
21405         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21407 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21409         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21410         and $? into sexps.
21412         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21413         warning face on open-paren-in-column-0.
21415         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21416         boundary case.  Fix typo.
21417         Suggested by Martin Rudalics <rudalics@gmx.at>.
21419 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21421         * textmodes/org.el (org-combined-agenda-icalendar-file)
21422         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21423         (org-export-icalendar-this-file)
21424         (org-export-icalendar-all-agenda-files)
21425         (org-export-icalendar-combine-agenda-files): New commands.
21426         (org-export-icalendar, org-print-icalendar-entries)
21427         (org-start-icalendar-file, org-finish-icalendar-file)
21428         (org-ical-ts-to-string): New functions.
21429         (org-read-date, org-goto-calendar)
21430         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21431         call to `calendar'.
21432         (orgtbl-setup): Remove the :keys arguments from the menu description.
21433         (org-after-save-iCalendar-file-hook): New variable.
21435 2005-10-21  Kenichi Handa  <handa@m17n.org>
21437         * language/vietnamese.el (tcvn-5712): Make it an alias of
21438         vietnamese-tcvn coding-system.
21440 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21442         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21443         group id is given.
21445 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21447         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21448         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21449         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21450         whose line is either continued or ends with a comment.
21452 2005-10-20  Romain Francoise  <romain@orebokech.com>
21454         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21456         * replace.el (occur-engine): Add follow-link property.
21458         * font-core.el (font-lock-mode): Doc fix.
21460 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21462         * net/rcirc.el: New file.
21464 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21466         * term.el (term-term-name): Initialize to "eterm-color".
21468 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21470         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21471         for encryption functionality.
21472         Move allout customization subgroup from `editing' to `outlines' group.
21473         Fix commentary keywords to legitimate ones.
21474         Update author info (using my current email address, obscurified).
21475         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21476         (allout-encrypted-topic-p, allout-encrypted-text-type)
21477         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21478         (allout-situate-encryption-key-verifier)
21479         (allout-get-encryption-key-verifier, allout-verify-key)
21480         (allout-next-topic-pending-encryption)
21481         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21482         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21483         (outline-key-verifier-handling, outline-key-hint-handling)
21484         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21485         (allout-file-key-verifier-string, allout-encryption-scheme)
21486         (allout-key-verifier-string, allout-key-hint-string)
21487         (allout-after-save-decrypt): New variables.
21488         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21489         (allout-after-saves-handler): New hook functions.
21490         (allout-post-command-business): Do allout-after-save-decrypt.
21491         (allout-enable-file-variable-adjustment): Custom var to enable
21492         mechanism for adding and adjusting settings of Emacs file variables.
21493         (allout-adjust-file-variable, allout-file-vars-section-data):
21494         New functions, implement the mechanism.
21495         (outlineify-sticky): Use the file vars mechanism.
21496         (allout-inhibit-protection, allout-during-write-cue)
21497         (allout-override-protect, allout-before-change-protect): Remove.
21498         (allout-flag-region, allout-open-topic): Adjust read-only text.
21499         (allout-open-line-not-read-only): Add to facilitate read-only
21500         text based protection.
21501         (allout-kill-line): Revise to adjust read-only text, clue the
21502         user about the inhibition.
21503         (allout-unprotected): Use unwind-protect.
21504         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21505         topic deeper than the offspring depth of the previous topic -
21506         avoiding confusing "containment discontinuities".
21507         (allout-reindent-bodies): Fix retention of body relative hanging
21508         indent during promotion of collapsed bodies.
21509         (allout-open-topic): Make it easy to open new topic with same
21510         bullet as current topic - topic creation functions provided with
21511         any universal argument provokes now prompt for bullet, defaulting
21512         to the bullet of the previous topic.
21513         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21514         Plain bullet alternates `.' period and `,' comma only.  All other
21515         bullets are relegated to special status (but customizable).
21516         (allout-end-of-entry): Rename from allout-end-of-current-entry
21517         since it actually operates w.r.t. most immediately containing
21518         entry, visible or not.
21519         (allout-hide-current-entry, allout-show-current-entry): Use the
21520         revised version.
21521         (allout-old-expose-topic): Solidify deprecation.
21522         (allout-end-of-subtree): Add so we can span concealed as well
21523         as visible topics.
21524         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21525         (allout-end-of-current-heading): Tweak to just respect the first line.
21526         (allout-get-body-text): Add.
21527         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21528         when invoked interactively.
21529         (allout-up-current-level): Use `interactive-p'.
21530         (allout-mode, allout-init): Miscellaneous docstring and
21531         operational refinements, as well as hookups of new encryption stuff.
21532         (allout-beginning-of-current-entry): Now works as advertised.
21533         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21534         (allout-isearch-rectification): Refine condition for isearching.
21535         (allout-isearch-abort, allout-enwrap-isearch)
21536         (allout-flag-region, my-region-active-p): Relocate some macros.
21537         (allout-title): Fallback title is (buffer-name), not
21538         non-existing (current-buffer-name).
21539         (subst-char-in-string): Define if absent (for some XEmacs versions).
21541 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21543         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21544         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21545         (mail-citation-prefix-regexp, mail-signature-file)
21546         (mail-default-headers, mail-bury-selects-summary)
21547         (mail-send-nonascii): Add autoload cookies.
21549 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21551         * frame.el (blink-cursor-mode): Add `mac' to the list of
21552         window-system's that support blinking cursor.
21554 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21556         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21558 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21560         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21561         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21562         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21564 2005-10-20  Kim F. Storm  <storm@cua.dk>
21566         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21567         (ido-set-current-directory): Don't add / after final @.
21568         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21569         Explicitly handle ange-ftp completion oddities.
21570         (ido-make-file-list): Don't rotate list at tramp root to avoid
21571         triggering tramp file handler for expand-file-name via get-file-buffer.
21573 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21575         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21577 2005-10-19  Jay Belanger  <belanger@truman.edu>
21579         * calc/calc-units.el (math-standard-units): Add units, adjust
21580         symbols and update values.
21581         (math-unit-prefixes): Add more prefixes.
21583 2005-10-19  Romain Francoise  <romain@orebokech.com>
21585         * bookmark.el (bookmark-menu-heading): New face.
21586         (bookmark-bmenu-list): Use it.
21587         Don't fiddle with `baud-rate' at top-level.
21589 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21591         * image.el (create-image, find-image): Mention max-image-size in
21592         docstring.
21594 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21596         * savehist.el (savehist-load): Revert to checking XEmacs.
21598         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21599         Various docstring and line-width fixups.
21600         (conf-mode): Use cond.
21601         Set font-lock-defaults.  Don't set comment-use-syntax.
21603 2005-10-18  David Ponce  <david@dponce.com>
21605         * tree-widget.el (tree-widget-button-click): New function.
21606         (tree-widget-button-keymap): Use it.
21608 2005-10-18  Romain Francoise  <romain@orebokech.com>
21610         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21611         (bookmark-bmenu-hide-filenames): Add follow-link property.
21612         Improve help-echo text.
21614         * ffap.el (find-file-at-point): Doc fix.
21616 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21618         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21620 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21622         Install to the CVS repository what I forgot to install in my
21623         2005-10-16 changes.
21625         * progmodes/python.el (python-complete-symbol): Pass the common
21626         prefix substring of completion to `display-completion-list'.
21628         * textmodes/org.el (org-complete): Ditto.
21630 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21632         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21634         * woman.el (WoMan-xref-man-page): New button type derived
21635         from `Man-abstract-xref-man-page'.
21636         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21638         * man.el (Man-abstract-xref-man-page): New button type.
21639         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21640         (Man-highlight-references): Add new optional argument `xref-man-type'.
21642 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21644         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21646 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21648         * cus-edit.el (Custom-move-and-invoke): Delete.
21649         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21651         * wid-edit.el (widget-move-and-invoke): New function, from
21652         Custom-move-and-invoke.
21654 2005-10-17  Bill Wohler  <wohler@newt.com>
21656         Move all remaining images from lisp/toolbar to etc/images, move
21657         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21658         the low resolution images in their own directory (low-color).
21660         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21661         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21662         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21663         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21664         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21665         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21666         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21668         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21669         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21670         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21671         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21672         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21673         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21674         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21675         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21676         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21677         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21678         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21679         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21680         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21681         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21682         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21684         To conform with convention, replace the underscore (_) in the
21685         following image names with dash (-) or (/) as appropriate.
21687         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21688         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21689         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21690         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21691         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21692         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21693         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21694         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21695         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21696         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21697         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21698         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21699         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21700         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21701         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21703         * info.el (info-tool-bar-map): Replace underscores in image names
21704         with dashes.
21706         * makefile.w32-in (WINS): Remove toolbar.
21708         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21710         * tool-bar.el: Move to lisp from toolbar.  Now that
21711         toolbar is empty, it should be deleted when folks run "cvs up -P".
21713 2005-10-18  Jay Belanger  <belanger@truman.edu>
21715         * calc/calc-store.el (calc-store-into): Get the proper variable name
21716         to display in message.
21718 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21720         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21721         expressions display in speedbar for all buffers when debugging.
21722         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21724         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21725         (speedbar-insert-button, speedbar-make-button):
21726         Use add-text-properties.
21727         (speedbar-update-localized-contents)
21728         (speedbar-update-directory-contents)
21729         (speedbar-update-special-contents): Use dolist.
21730         (speedbar-buffer-easymenu-definition): Add a menu separator.
21732 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21734         * makefile.w32-in: Use $(lisp) consistently.
21735         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21736         for shell specific generation of mh-autoloads.
21738 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21740         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21742 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21744         * jit-lock.el (jit-lock-fontify-now):
21745         Move jit-lock-context-unfontify-pos to avoid wasted work.
21747 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21749         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21750         `tramp-completion-mode' for checking if we are in completion mode.
21751         (tramp-completion-handle-file-name-all-completions): Reorder code
21752         in order to complete for file names only in case there are no
21753         method/user/host completions.  This is necessary for cooperation
21754         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21756 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21758         * longlines.el (longlines-search-forward)
21759         (longlines-search-backward): Match any number of spaces.
21761 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21763         * diff-mode.el (diff-mode): Doc fix.
21765 2005-10-16  David Reitter  <david.reitter@gmail.com>
21767         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21768         as default on darwin and windows systems.
21770 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21772         * arc-mode.el (archive-zip-extract): Doc fix.
21774 2005-10-16  Romain Francoise  <romain@orebokech.com>
21776         * mouse.el (mouse-1-click-follows-link): Doc fix.
21778 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21780         * savehist.el: Don't require CL at runtime.
21781         (savehist-xemacs): Remove.
21782         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21783         (savehist-no-conversion): Use (featurep 'xemacs).
21784         (savehist-load): Check existence of start-itimer rather than XEmacs.
21785         Use an idle timer.
21786         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21787         `delete-if-not'.
21789 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21791         * savehist.el: Newer version.
21792         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21793         (savehist-last-checksum, savehist-no-conversion): New vars.
21794         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21795         New functions.
21796         (savehist-load, savehist-save): Use them.
21797         (savehist-delimit): Remove.
21799 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21801         * progmodes/compile.el (compilation-goto-locus): Display the
21802         compilation buffer first and the source buffer second, in case they're
21803         in overlapping frames.  Don't raise the compilation frame if it was the
21804         selected window upon entry.  Pass the `other-window' arg to
21805         pop-to-buffer.
21807         * info.el (Info-fontify-node): Use dolist.
21808         Change add-text-properties to put-text-property.
21810 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21812         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21813         bound of search.
21815 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21817         * dabbrev.el (dabbrev-completion): Pass the common
21818         prefix substring of completion to `display-completion-list'.
21820         * filecache.el (file-cache-minibuffer-complete)
21821         (file-cache-complete): Ditto.
21823         * tempo.el (tempo-display-completions): Ditto.
21825         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21827         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21829         * eshell/em-hist.el (eshell-list-history): Ditto.
21831         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21833         * mail/mailalias.el (mail-complete): Ditto.
21835         * progmodes/etags.el (complete-tag): Ditto.
21837         * progmodes/make-mode.el (makefile-complete): Ditto.
21839         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21841         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21843         * progmodes/pascal.el (pascal-complete-word)
21844         (pascal-show-completions): Ditto.
21846         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21848         * simple.el (completion-common-substring): New variable.
21849         (completion-setup-function): Use `completion-common-substring'
21850         to put faces.
21852 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21854         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21855         (x-get-selection, mac-select-convert-to-string): Convert from/to
21856         UTF-16 clipboard data as in native byte order, no BOM.
21858 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21860         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21861         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21862         (gud-sentinel): Use speedbar-frame to check for speedbar.
21864 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21866         * savehist.el: New file.
21868 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21870         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21871         Fix bug in \bf fontification.
21873 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21875         * pcvs.el (cvs-edit-log-files): New var.
21876         (cvs-mode-edit-log): New arg `file'.
21877         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21878         Instead force the use of the original file and nothing else.
21879         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21880         the cvs-minor-wrap-function is set.
21881         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21883 2005-10-14  Bill Wohler  <wohler@newt.com>
21885         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21886         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21887         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21888         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21889         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21890         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21891         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21892         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21893         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21894         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21895         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21896         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21897         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21898         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21899         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21901         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21902         appropriately (for example, gud-break to gud/break).
21904 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21906         * longlines.el (longlinges-search-function)
21907         (longlines-search-forward, longlines-search-backward): New functions.
21908         (longlines-mode): Set isearch-search-fun-function to
21909         longlinges-search-function.
21911         * mouse.el (mouse-drag-region-1): Handle the case where a
21912         double-click event is bound to an arbitrary function.
21914 2005-10-14  David Ponce  <david@dponce.com>
21916         * recentf.el (recentf-track-opened-file)
21917         (recentf-track-closed-file, recentf-update-menu)
21918         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21919         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21920         mouse-1-click-follows-link.
21922 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21924         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21925         Gnome file-manager.png.  Suggested by
21926         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21928         * toolbar/README: Add diropen.xpm.
21930 2005-10-13  Bill Wohler  <wohler@newt.com>
21932         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21933         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
21935 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21937         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21938         Don't waste the byte-compiler's time on constant data.
21940 2005-10-13  Kenichi Handa  <handa@m17n.org>
21942         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21943         byte with `escape-glyph' face.
21945         * international/fontset.el (ccl-encode-unicode-font):
21946         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21947         Handle the case that ucs-mule-to-mule-unicode translates a character to
21948         ASCII (usually for IPA characters).
21950 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21952         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21953         Don't hide the underline of titles if font-lock-mode is disabled.
21955 2005-10-12  Bill Wohler  <wohler@newt.com>
21957         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
21958         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21959         files in MH-E-SRC have been updated.
21960         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21962 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21964         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21965         (mixal-mode-syntax-table): Add \n as end-comment.
21966         (mixal-operation-codes-alist): Immediately initialize to full value.
21967         (mixal-add-operation-code): Remove.
21968         (mixal-describe-operation-code): Make the arg non-optional.
21969         Use the interactive spec instead.
21970         Use mixal-operation-codes-alist rather than mixal-operation-codes.
21971         (mixal-font-lock-keywords): Don't highlight comments here any more.
21972         (mixal-font-lock-syntactic-keywords): New var.
21973         (mixal-mode): Use it.  Fix comment-start-skip.
21975 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21977         * startup.el (command-line-x-option-alist): -nb => -nbi.
21979 2005-10-12  Kim F. Storm  <storm@cua.dk>
21981         * startup.el (fancy-splash-default-action): Discard mouse click in
21982         the splash screen window, as it has no sensible meaning in the
21983         next window to be selected.  Fixes error reported by Jan D.
21985 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21987         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21989 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21991         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21992         Try to fix up minor layout issues like indentation, line break, etc...
21993         (mixal-mode-syntax-table): Don't try to specify comment syntax,
21994         because it doesn't work.
21995         (mixal-operation-codes): Add some more codes.
21996         (mixal-font-lock-keywords): Process comments here.
21997         (mixal-mode): mixasm no longer needs -g option.
21999 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22001         * progmodes/sh-script.el (sh-tmp-file):
22002         Use mktemp -t.  Finish support for es and rc shells.
22004 2005-10-11  Jay Belanger  <belanger@truman.edu>
22006         * calc/calcalg2.el (calc-integral): With an argument, compute the
22007         definite integral.
22009 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22011         * mouse.el (mouse-drag-region-1): Don't try to catch a
22012         double-click when doing follow-link (it's overridden anyway).
22014 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22016         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22017         (autoload-print-form-outbuf): Add docstring.
22019 2005-10-11  Juri Linkov  <juri@jurta.org>
22021         * info.el (Info-mode-menu): Delete menu item "Edit".
22022         (Info-mode): Delete description of Info-edit from docstring,
22023         and rearrange descriptions of Info commands in the order
22024         they are documented in the Info manual.
22026 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22028         * calendar/appt.el (appt-check): Use diary-selective-display var.
22030 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22032         * net/newsticker.el (newsticker-start, newsticker-show-news):
22033         Add autoload cookies.
22035 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22037         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22039 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22041         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22043 2005-10-10  Jay Belanger  <belanger@truman.edu>
22045         * calc/calc-arith.el (math-check-known-scalarp)
22046         (math-check-known-matrixp): Check the values of arguments that are
22047         variables.
22048         (math-check-known-square-matrixp): New function.
22049         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22050         (math-super-types): Add sqmatrix type.
22052         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22053         mode name `square' to `sqmatrix'.
22055         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22056         mode name `square' to `sqmatrix'.
22058 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22060         * progmodes/etags.el (select-tags-table-mode): Don't use
22061         selective-display.
22062         (tags-select-tags-table): Pass `button' to the action function.
22063         (select-tags-table): Place the side-info on button properties rather
22064         than in hidden text.  Abbreviate file names.
22065         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22066         (select-tags-table-select): Add `button' argument.
22067         Get side-info from the button property rather than from hidden text.
22069 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22071         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22072         (gud-speedbar-buttons): Preserve point if possible.
22073         (gud-sentinel): Restore previous speedbar display type.
22075         * progmodes/gdb-ui.el (gdba): Improve diagram.
22076         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22077         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22078         Call get-buffer-window once.
22080 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22082         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22083         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22084         (pascal-indent-command): Remove unused var `ind'.
22085         (pascal-indent-case): Remove unused var `oldpos'.
22086         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22087         since it's now used as a proper minor mode map.
22088         (pascal-outline): Rename to pascal-outline-mode.
22089         (pascal-outline-mode): Use define-minor-mode.
22090         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22091         selective-display.
22093 2005-10-10  Andreas Schwab  <schwab@suse.de>
22095         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22096         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22098         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22099         outside source directory.
22101 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22103         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22104         C-x' as a prefix.
22105         (orgtbl-mode-map): Full keymap instead of sparse, because all
22106         `self-insert-command' keys are redefined in this map.
22107         (org-export-as-html): Specify charset for HTML file, by taking it
22108         from the coding system.
22110 2005-10-10  Kenichi Handa  <handa@m17n.org>
22112         * textmodes/flyspell.el (flyspell-check-word-p):
22113         If unread-command-events is non-empty, don't call sit-for.
22115 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22117         * font-lock.el (font-lock-syntactic-keywords)
22118         (font-lock-keywords): Doc fixes.
22120         * textmodes/flyspell.el (flyspell-external-point-words):
22121         Simplify logic, and don't try to check for consecutive appearances
22122         of one incorrect word.
22124 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22126         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22127         separator.
22129         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22130         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22131         (gud-expansion-speedbar-buttons): New function.
22132         (gud-speedbar-buttons): Check for gud-comint-buffer.
22134 2005-10-09  Bill Wohler  <wohler@newt.com>
22136         * Makefile.in (updates): Add mh-loaddefs dependency.
22138 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22140         * speedbar.el (speedbar-file-key-map): Fix typo.
22142 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22144         * cus-start.el (line-spacing): Add custom spec.
22146 2005-10-09  Romain Francoise  <romain@orebokech.com>
22148         * textmodes/ispell.el (ispell-check-version): Fix last change.
22150 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22152         * term/x-win.el: Remove -i, --icon-type from comment.
22154         * startup.el (command-line-x-option-alist): Remove options -i,
22155         -itype, --icon-type, added -nb, --no-bitmap-icon.
22157 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22159         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22160         instead of :active.
22162 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22164         * textmodes/ispell.el (ispell-check-version):
22165         Ignore hyphen, and all that follows, in aspell's version text.
22167 2005-10-08  Jay Belanger  <belanger@truman.edu>
22169         * calc/calc-arith.el (math-known-square-matrixp): New function.
22170         (math-pow-fancy): Check for matrices before distributing exponent
22171         across products.
22173         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22174         fullscreen keypad.  Suggested by Luc Teirlinck.
22175         (calc-keypad-show-input): Add space for formatting.
22177         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22178         Add square matrix option.
22180         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22181         of checking calc-matrix-mode when deciding how to expand.
22183         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22185 2005-10-08  Lars Hansen  <larsh@soem.dk>
22187         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22188         Add error handling.
22189         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22191 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22193         Sync with Tramp 2.0.51.
22195         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22196         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22197         Insert special handling for `last-coding-system-used', again
22198         it still seems to be necessary (unlike stated before).
22199         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22200         (tramp-password-prompt-regexp): There might be other words before
22201         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22202         (tramp-chunksize): Improve docstring.
22203         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22204         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22205         Christian Joergensen <bugs@razor.dk>.
22207 2005-10-07  Glenn Morris  <rgm@gnu.org>
22209         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22210         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22211         precision'.
22213 2005-10-07  Romain Francoise  <romain@orebokech.com>
22215         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22216         (ibuffer-do-shell-command-pipe-replace)
22217         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22218         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22219         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22220         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22221         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22222         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22223         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22224         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22225         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22226         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22227         Autoload file sans suffix.
22229         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22231 2005-10-07  David Ponce  <david@dponce.com>
22233         * recentf.el (recentf-menu-open-all-flag): New option.
22234         (recentf-digit-shortcut-command-name): New function.
22235         (recentf--shortcuts-keymap): New variable.
22236         (recentf-menu-shortcuts): New variable.
22237         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22238         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22239         (recentf-menu-value-shortcut): New function.
22240         (recentf-make-menu-item): Use it.  No more in-lined.
22241         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22242         (recentf-open-most-recent-file): Rename from
22243         `recentf-open-file-with-key'.  Don't depend on key binding.
22244         (recentf-mode-map): New variable.
22245         (recentf-mode): Use it.
22247 2005-10-06  Bill Wohler  <wohler@newt.com>
22249         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22251         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22252         (MH-E-SRC): New.  Used by mh-autoloads.
22253         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22254         files in MH-E-SRC have been updated.
22255         (compile, recompile, bootstrap): Depend on mh-autoloads.
22257 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22259         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22260         gud-break and gud-remove icons when the fringe is not available.
22262         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22263         Typo.
22265 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22267         * play/zone.el (zone): Wrap body with save-window-excursion.
22269 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22271         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22272         Use the new `list-only' arg to diary-list-entries.
22274         * calendar/diary-lib.el: Use overlays rather than selective-display.
22275         (diary-selective-display): New var.
22276         (diary-header-line-format): Use it.
22277         (diary-list-entries): Add argument `list-only'.
22278         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22279         Replace \^M by invisible overlays.
22280         (diary-unhide-everything): Replace \^M by invisible overlays.
22281         (print-diary-entries): Look for overlays rather than \^M.
22282         Add a space to the temp buffer name.
22283         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22284         Put the buffer in diary-mode.
22285         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22286         (diary-anniversary): Make the year arg optional.
22287         (diary-time-regexp): New const.
22288         (diary-font-lock-keywords): Use it to accept a few more time formats.
22290         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22292 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22294         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22295         Fix bug introduced 2005-07-03: Use (car (last ...))
22296         to faithfully reproduce replaced artist-last.
22297         (artist-set-arrow-points-for-poly): Likewise.
22298         Suggested by Johan Bockg\e,Ae\e(Brd.
22300 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22302         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22303         * wid-edit.el (widget):
22304         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22305         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22307 2005-10-06  Kenichi Handa  <handa@m17n.org>
22309         * international/mule-cmds.el (set-language-environment):
22310         Fix setting up of case-table for unibyte mode.
22312         * simple.el (what-cursor-position): If the character is displayed
22313         by some `display' text property, show that.  Don't use
22314         single-key-description for eight-bit characters in multibyte mode.
22316 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22318         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22319         (gdb-ann3): Set it.
22320         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22321         (gdb-info-frames-custom): Use inverse-video for first five
22322         characters of selected frame only.
22323         (gdb-get-frame-number): Select frame even when point is on frame
22324         number.
22326 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22328         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22329         Put `font-lock-function-name-face'.
22330         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22331         and `font-lock-variable-name-face'
22332         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22333         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22334         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22335         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22336         (gdb-local-font-lock-keywords): New font lock keywords definition.
22337         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22338         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22339         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22341 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22343         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22344         (ediff-merge-region-is-non-clash-to-skip): Previously called
22345         ediff-merge-region-is-non-clash.
22347         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22348         Use insert-buffer-substring.
22350         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22351         selecting files to patch.  Also bug fixes.
22353         * ediff-util.el (ediff-setup): Bug fix.
22354         (ediff-next-difference): Never skip clashes that differ in white
22355         space only.
22357         * ediff-wind.el (ediff-setup-control-frame)
22358         (ediff-destroy-control-frame): Check the menubar feature.
22360         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22361         (viper-refresh-mode-line): Use make-local-variable to localize
22362         some vars instead of make-variable-buffer-local.  Suggested by
22363         Stefan Monnier.
22365         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22366         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22367         Use make-local-variable instead of make-variable-buffer-local.
22368         Suggested by Stefan Monnier.
22370         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22371         (viper-comint-mode-hook): Use make-local-variable on
22372         require-final-newline.
22373         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22375 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22377         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22378         also the second char of a comment-start sequence.
22379         (scheme-sexp-comment-syntax-table): New var.
22380         (lambda, define): Set their scheme-doc-string-elt property.
22381         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22382         Use lisp-font-lock-syntactic-face-function now that it properly
22383         handles |...| symbols.
22384         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22385         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22387         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22388         bit from # to |.
22389         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22391         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22392         (lisp-doc-string-elt-property): New var.
22393         (lisp-font-lock-syntactic-face-function): Use it.
22394         Rewrite to recognize docstrings even for forms not at toplevel.
22396         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22397         annotation on the | part of #| rather than on the # part.
22398         (scheme-font-lock-syntactic-face-function): New function, to
22399         distinguish strings from |...| symbols.
22400         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22401         syntax-table so that #|...|# is properly highlighted.
22403         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22404         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22406 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22408         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22409         and C-e.
22411         * emacs-lisp/eldoc.el: Move comments into docstrings.
22412         (eldoc-message-commands): Initialize in its declaration.
22413         Add move-beginning-of-line and move-end-of-line.
22414         (eldoc-add-command, eldoc-add-command-completions)
22415         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22417         * outline.el (outline-mark-subtree): Activate the mark.
22419         * calendar/appt.el (appt-time-regexp): New var.
22420         (appt-add, appt-make-list): Use it.
22421         (appt-convert-time): Clean up.
22423         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22424         Don't set any syntax-table property here.
22425         (tex-font-lock-verb): New function.  Do it here.
22426         (tex-font-lock-syntactic-keywords): Use it.
22428 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22430         * wid-edit.el (widget-file-complete): Get the widget start point
22431         the right way.  Default directory to `/' if file has none.
22433         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22435         * textmodes/flyspell.el (flyspell-mode-on):
22436         Call ispell-maybe-find-aspell-dictionaries.
22438         * textmodes/ispell.el (ispell-word, ispell-region):
22439         Call ispell-maybe-find-aspell-dictionaries.
22440         (ispell-accept-buffer-local-defs):
22441         Don't call ispell-maybe-find-aspell-dictionaries.
22443 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22445         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22447 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22449         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22450         instead of `fboundp' in order to allow for anonymous functions.
22452 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22454         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22455         case the user clicks on the link while another window is selected.
22456         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22458         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22459         functionality.
22460         (dframe-help-echo): Save point in case mouse tracking is off.
22462 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22464         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22466 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22468         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22469         not change the global value of those vars.
22471         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22472         make-local-variable which we do not need any more.
22474 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22476         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22477         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22478         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22479         (speedbar-path-line): Define obsolete aliases.
22480         (speedbar-line-directory): Doc fix.
22482         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22483         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22484         instead of speedbar-line-path.
22486 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22488         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22489         to nil if dropping on a window.  Handle dropping on a minibuffer window
22490         like dropping on a non-window part of Emacs.
22492 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22494         * net/ange-ftp.el: Use with-current-buffer.
22495         (ange-ftp-insert-directory): Do not follow symlinks any more.
22497         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22498         Remove interactive spec.
22500 2005-10-03  Kim F. Storm  <storm@cua.dk>
22502         * ido.el (ido-mode): Use custom-initialize-set.
22504 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22506         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22507         Use insert-buffer-substring.
22509         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22510         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22512 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22514         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22515         in last change.
22516         (ange-ftp-insert-directory): Fix up the search for the case where
22517         `file' is absolute.
22519 2005-10-02  Romain Francoise  <romain@orebokech.com>
22521         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22523 2005-10-02  Andreas Schwab  <schwab@suse.de>
22525         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22526         directory component in the session info.
22528 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22530         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22532         * simple.el (next-error-internal): New function.
22534         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22535         (compilation-start): Pass new arg to compilation-buffer-name.
22536         (compile-goto-error): Use next-error-internal.
22538 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22540         * speedbar.el: Remove RCS tag.
22541         (speedbar-check-read-only): Handle non-existent files.
22543         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22545         * info.el (Info-speedbar-hierarchy-buttons)
22546         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22548 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22550         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22551         Do not match newline.
22552         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22553         (bibtex-summary): Remove unnecessary save-excursion.
22554         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22556 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22558         * term/mac-win.el: Add charset info for "iso10646-1".
22559         Modify default fontset to use ATSUI-compatible fonts for some charsets
22560         if available.
22562 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22564         * speedbar.el: Re-apply arch tag.
22565         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22566         M. Ludlam.
22567         Reapply two changes from Emacs CVS' version of speedbar lost
22568         during the merge:
22569         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22570         (speedbar-frame-parameters): Improve customize type.
22572 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22574         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22575         (ange-ftp-file-directory-p): Fix the symlink case.
22576         (ange-ftp-insert-directory): When listing a single file, get a list of
22577         the parent buffer and extract the relevant line.  Inspired from a patch
22578         by Katsumi Yamaoka <yamaoka@jpl.org>.
22579         (ange-ftp-file-name-sans-versions): Simplify.
22581 2005-09-30  Bill Wohler  <wohler@newt.com>
22583         Move MH-E image files from toolbar and mail directories into
22584         etc/images.
22586         * mail/reply2.*: Move to etc/images/mail/reply*.
22588         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22589         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22590         etc/images.
22592         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22593         * toolbar/reply*: Move to etc/images/mail.
22595         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22597 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22599         * speedbar.el: New version 1.0pre3.
22601         Frame management code (including timer, and mouse click specifics)
22602         moved to dframe.el:
22603         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22604         (speedbar-timer): Removed.  Use dframe-timer.
22605         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22606         (speedbar-activity-change-focus-flag): Removed.  Use
22607         dframe-activity-change-focus-flag.
22608         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22609         dframe-update-speed.
22611         (speedbar-current-frame): New macro.  Use this instead of the
22612         variable speedbar-frame.
22614         (speedbar-use-images, speedbar-expand-image-button-alist)
22615         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22617         (speedbar-find-image-on-load-path): Removed.  Replaced by
22618         defezimage in ezimage.el.
22619         (speedbar-expand-image-button-alist): Removed.  Replaced by
22620         ezimage-expand-image-button-alist in ezimage.el.
22622         (speedbar-ignored-directory-regexp)
22623         (speedbar-add-ignored-directory-regexp)
22624         (speedbar-ignored-directory-expressions)
22625         (speedbar-line-directory, speedbar-buffers-line-directory)
22626         (speedbar-directory-line, speedbar-buffers-line-directory):
22627         Renamed, replacing `path' with `directory'.
22629         (speedbar-create-directory, speedbar-expand-line-descendants)
22630         (speedbar-toggle-line-expansion)
22631         (speedbar-contract-line-descendants): New commands.
22633         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22634         (speedbar-use-tool-tips-flag): New options.
22636         (speedbar-check-read-only, speedbar-require-version)
22637         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22638         (speedbar-handle-delete-frame, speedbar-try-completion)
22639         (speedbar-update-localized-contents): New functions.
22641         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22642         (speedbar-object-read-only-indicator): New variables.
22644         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22645         New hooks.
22647         (speedbar-separator-face): New face.
22649         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22650         (speedbar-ignored-modes): Add fundamental-mode.
22651         (speedbar-directory-unshown-regexp): Add . directories.
22653         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22654         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22655         `]' for full expand/close.
22656         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22658         (speedbar-check-vc): Support hidden files.
22659         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22660         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22661         state is nil, it is not checked out.
22663         (speedbar-line-text, speedbar-line-token): Support expand buttons
22664         with no text.
22665         (speedbar-refresh): Universal argument acts as power-click.
22666         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22667         that buffer to get variable values.
22669         And many other bugfixes.
22671         * dframe.el, ezimage.el, sb-image.el: New files.
22673         * sb-*.xpm: Remove files.  New image files installed into
22674         etc/images/ezimage.
22676 2005-09-30  Kenichi Handa  <handa@m17n.org>
22678         * ps-mule.el (ps-mule-show-warning): If a character is in
22679         ps-print-translation-table, don't treat it as non-printable.
22681 2005-09-30  David Ponce  <david@dponce.com>
22683         * tree-widget.el (tree-widget-themes-load-path): New variable.
22684         (tree-widget-themes-directory): Doc fix.
22685         (tree-widget-image-formats) [Emacs]: Doc fix.
22686         (tree-widget--locate-sub-directory): New function.
22687         (tree-widget-themes-directory): Use it.
22689         * recentf.el (recentf-filename-handlers): Rename from
22690         `recentf-filename-handler'.  Allow a list of functions.
22691         (recentf-menu-items-for-commands): Fix :help strings.
22692         (recentf-apply-filename-handlers): New function.
22693         (recentf-expand-file-name): Use it.
22694         (recentf-cleanup): Remove duplicates too.
22696 2005-09-29  Juri Linkov  <juri@jurta.org>
22698         * faces.el: Rearrange face definitions to be in the same order as
22699         their face descriptions in "(emacs)Standard Faces".
22701         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22703         * tooltip.el (tooltip): Add group `basic-faces'.
22705         * buff-menu.el (Buffer-menu-buffer): Remove group
22706         `font-lock-highlighting-faces'.
22708         * progmodes/compile.el (compilation-error, compilation-warning)
22709         (compilation-info, compilation-line-number, compilation-column-number):
22710         Change group from `font-lock-highlighting-faces' to `compilation'.
22712         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22713         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22714         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22715         (vhdl-font-lock-reserved-words-face)
22716         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22717         `font-lock-highlighting-faces'.
22719         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22721 2005-09-28  Kim F. Storm  <storm@cua.dk>
22723         * emulation/cua-base.el: Set CUA move property on additional commands:
22724         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22725         forward-sexp, backward-sexp, forward-list, backward-list.
22727 2005-09-28  Romain Francoise  <romain@orebokech.com>
22729         * comint.el (comint-show-output): Really set point at the
22730         beginning of the output when not using `comint-use-prompt-regexp'.
22732 2005-09-27  Jay Belanger  <belanger@truman.edu>
22734         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22735         in TeX mode.
22737 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22739         * textmodes/org.el (org-table-sum): Fix format string.
22741         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22742         Quote face names.
22744 2005-09-26  Romain Francoise  <romain@orebokech.com>
22746         * isearch.el (isearch-forward-regexp): Close doc string.
22748 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22750         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22752         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22754         * progmodes/compile.el (compilation-error-properties):
22755         When getting the file from the previous error message,
22756         correctly decode the new data format.
22758         * progmodes/cc-cmds.el (c-electric-paren):
22759         Call old-blink-paren only for close-paren.
22761 2005-09-24  Andreas Schwab  <schwab@suse.de>
22763         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22764         condition.
22766 2005-09-25  Romain Francoise  <romain@orebokech.com>
22768         * dired-aux.el (dired-copy-file-recursive):
22769         * dired.el (dired-delete-file):
22770         * ediff-mult.el (ediff-dir-diff-copy-file):
22771         * ediff-util.el (ediff-test-save-region):
22772         * forms.el (forms-mode):
22773         * ido.el (ido-file-internal, ido-delete-file-at-head):
22774         * log-edit.el (log-edit-done):
22775         * ses.el (ses-yank-resize):
22776         * play/gomoku.el (gomoku-human-plays, gomoku)
22777         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22778         (gomoku-offer-a-draw):
22779         * play/landmark.el (lm-human-resigns, lm):
22780         * net/eudcb-ldap.el (eudc-ldap-check-base):
22781         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22782         * progmodes/ebrowse.el (ebrowse-find-pattern):
22783         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22784         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22785         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22787         * vc.el (vc-delete-file):
22788         * play/gomoku.el (gomoku-terminate-game, gomoku)
22789         (gomoku-prompt-for-move, gomoku-human-takes-back):
22790         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22791         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22793 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22795         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22796         color rxvt terminals by using the code xterm.el used to use before
22797         2005-04-09 in order to match the colors used by rxvt.
22799 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22801         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22802         colors rxvt-unicode terminals by using the same code as xterm.el.
22804 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22806         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22807         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22808         new symbol used for the tex-verbatim face.
22810 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22812         * woman.el (woman-file-name):
22813         * wid-edit.el (widget-file-prompt-value)
22814         (widget-coding-system-prompt-value):
22815         * w32-fns.el (set-w32-system-coding-system):
22816         * vc.el (vc-version-diff, vc-annotate):
22817         * textmodes/reftex-auc.el (reftex-arg-cite)
22818         (reftex-arg-index-tag):
22819         * textmodes/refer.el (refer-get-bib-files):
22820         * textmodes/artist.el (artist-figlet-choose-font):
22821         * terminal.el (terminal-emulator):
22822         * replace.el (occur-read-primary-args):
22823         * rect.el (string-rectangle, string-insert-rectangle):
22824         * ps-print.el (ps-print-preprint):
22825         * progmodes/pascal.el (pascal-goto-defun):
22826         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22827         * progmodes/compile.el (compilation-find-file):
22828         * printing.el (pr-interactive-n-up):
22829         * play/animate.el (animate-birthday-present):
22830         * net/rcompile.el (remote-compile):
22831         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22832         * mail/rmailsum.el (rmail-summary-search-backward)
22833         (rmail-summary-search):
22834         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22835         (rmail-output-read-file-name):
22836         * mail/rmail.el (rmail-search, rmail-search-backwards):
22837         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22838         * locate.el (locate):
22839         * international/quail.el (quail-show-keyboard-layout):
22840         * international/mule.el (set-buffer-file-coding-system)
22841         (revert-buffer-with-coding-system, set-file-name-coding-system)
22842         (set-terminal-coding-system, set-keyboard-coding-system)
22843         (set-next-selection-coding-system):
22844         * international/mule-diag.el (describe-coding-system)
22845         (describe-font, describe-fontset):
22846         * international/mule-cmds.el (universal-coding-system-argument)
22847         (search-unencodable-char, describe-input-method)
22848         (set-language-environment, describe-language-environment):
22849         * international/codepage.el (codepage-setup):
22850         * international/code-pages.el (codepage-setup):
22851         * info.el (Info-search, Info-follow-reference)
22852         (Info-search-backward):
22853         * emacs-lisp/advice.el (ad-read-advised-function)
22854         (ad-read-advice-class, ad-clear-cache, ad-activate)
22855         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22856         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22857         (ad-read-regexp):
22858         * ediff-util.el (ediff-toggle-regexp-match):
22859         * ediff-ptch.el (ediff-prompt-for-patch-file):
22860         * dired-aux.el (dired-diff):
22861         * diff.el (diff):
22862         * cus-edit.el (custom-variable-prompt):
22863         * calendar/timeclock.el (timeclock-ask-for-project):
22864         * calc/calcalg3.el (calc-get-fit-variables):
22865         * calc/calc-store.el (calc-edit-variable)
22866         (calc-permanent-variable):
22867         * vc-mcvs.el (vc-mcvs-register):
22868         * shadowfile.el (shadow-define-literal-group):
22869         * woman.el (woman-file-name):
22870         * vc.el (vc-version-diff, vc-merge):
22871         * textmodes/reftex-index.el (reftex-index-complete-tag):
22872         * format.el (format-decode-buffer, format-decode-region):
22873         * emulation/viper-cmd.el (viper-read-string-with-history):
22874         * emacs-lisp/debug.el (cancel-debug-on-entry):
22875         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22876         * ediff.el (ediff-merge-revisions)
22877         (ediff-merge-revisions-with-ancestor, ediff-revision):
22878         * completion.el (interactive-completion-string-reader):
22879         * calc/calc-prog.el (calc-user-define-formula):
22880         Follow convention for reading with the minibuffer.
22882 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22884         * progmodes/python.el (python-describe-symbol): Add globals() and
22885         locals() to the arguments of emacs.ehelp.
22887 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22889         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22890         New function, code extracted from ispell-valid-dictionary-list.
22891         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22892         Call it.
22894 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22896         * subr.el (version-regexp-alist): Extend valid syntax for version
22897         strings: allow any of the characters -,_,+ to separate the
22898         alpha/beta/rc part from the version part.  Doc fix.
22899         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22901 2005-09-23  David Reitter  <david.reitter@gmail.com>
22903         * mail/mailclient.el: New file.
22905 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22907         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22908         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22909         Doc fixes.
22911         * progmodes/cc-mode.el (c-font-lock-init):
22912         Specify font-lock-lines-before.
22914 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22916         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22917         whole conflict.
22919 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
22921         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22922         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
22923         of `remap' feature when available.  Additional key bindings for
22924         better tty support.
22925         (org-mode-restart, org-force-self-insert): New commands.
22926         (org-time-stamp-inactive): New command.
22927         (org-remap): New function.
22928         (org-table-auto-blank-field, org-level-color-stars-only): New options.
22929         (org-enable-fixed-width-editor): Move to `org-structure'
22930         customization group.
22931         (org-self-insert-command, orgtbl-self-insert-command): Modify to
22932         blank field after field motion commands.
22934 2005-09-23  Kenichi Handa  <handa@m17n.org>
22936         * international/mule-cmds.el (set-language-environment):
22937         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22938         have to call utf-translate-cjk-load-tables.
22940 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22942         * mouse.el (mouse-move-drag-overlay): Fix last change.
22944 2005-09-22  David Ponce  <david@dponce.com>
22946         * tree-widget.el (tree-widget-value-create): Fix previous change.
22948 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22950         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22952 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22954         * mouse.el (mouse-move-drag-overlay): New function.
22955         (mouse-drag-region-1): Use it.
22956         Try to simplify a bit the state handling.  Handle clicks on links
22957         inside intangible areas.
22958         (mouse-save-then-kill): Minor simplification.
22959         (mouse-secondary-overlay): Make it always non-nil instead of
22960         recreating it each time.
22961         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22962         (mouse-kill-secondary, mouse-secondary-save-then-kill):
22963         Simplify accordingly.
22965 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22967         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22969 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
22971         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22972         (ediff-file-name-sans-prefix): Treat nil as an empty string.
22973         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22974         to patch.
22976         * ediff-util.el: Use insert-buffer-substring.
22978         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22980         * emulation/viper-cmd.el (viper-change-state): Don't move over the
22981         field boundaries in the minibuffer.
22982         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22983         (viper-minibuffer-post-command-hook): New hook.
22984         (viper-line): Don't move cursor at bolp.
22986         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22988         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22989         avoid compiler warnings.
22991         * emulation/viper-macs.el (ex-map): Better messages.
22993         * emulation/viper-utils.el (viper-beginning-of-field): New function.
22995         * emulation/viper.el: Replace make-variable-buffer-local with
22996         viper-make-variable-buffer-local everywhere, to avoid warnings.
22998 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23000         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23001         Delete unused var `old-selected-window'.
23002         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23003         (mouse-drag-secondary): Delete unused var `start-frame'.
23005 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23007         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23009 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23011         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23012         Re-indent within 80 columns.  Use inhibit-read-only.
23014 2005-09-19  Romain Francoise  <romain@orebokech.com>
23016         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23018 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23020         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23021         unconditionally, since the after-change-function already did it.
23023 2005-09-19  Miles Bader  <miles@gnu.org>
23025         * net/newsticker.el: Get rid of CVS keyword.
23027 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23029         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23030         The prompt is formatted later.
23032 2005-09-19  David Ponce  <david@dponce.com>
23034         * tree-widget.el (tree-widget-value-create): Save the converted
23035         tree :node widget.
23037 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23039         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23040         variable `message'.
23042 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23044         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23045         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23046         <slawomir.nowaczyk.847@student.lu.se>.
23048 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23050         * image.el (image-load-path): Use symbol `data-directory' instead
23051         of its value, for backward compatibility with packages that bind
23052         it during `find-image'.  Suggested by Katsumi Yamaoka.
23053         (image-search-load-path): Handle symbols whose values are strings.
23055 2005-09-18  Romain Francoise  <romain@orebokech.com>
23057         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23058         with-current-buffer form in save-excursion.
23060 2005-09-18  Deepak Goel  <deego@gnufans.org>
23062         * apropos.el (apropos-command): Fix `message' call: first arg
23063         should be a format spec.  In this and all other cases that appear
23064         below and elsewhere in the source code, I made a change only when
23065         two conditions were satisfied: [1] I can think of a possibility
23066         that the arguments would cause an error, for example, the code in
23067         question relies on external variables such as filenames.  [2] I
23068         was sure that the arg to `message' could not have been nil in the code.
23070         * textmodes/tildify.el (tildify-region): Ditto.
23072         * textmodes/reftex-index.el (reftex-index-change-entry)
23073         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23074         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23075         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23076         (org-priority, org-table-sum):
23077         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23078         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23079         (flyspell-word, flyspell-display-next-corrections):
23080         * textmodes/bibtex.el (bibtex-print-help-message):
23081         * textmodes/artist.el (artist-key-set-point-poly):
23082         * term/mac-win.el (mac-services-insert-text):
23083         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23084         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23085         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23086         (vhdl-compose-configuration):
23087         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23088         (sh-set-indent, sh-learn-line-indent):
23089         * progmodes/ps-mode.el (ps-mode-target-column):
23090         * progmodes/idlwave.el (idlwave-make-tags)
23091         (idlwave-scan-library-catalogs):
23092         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23093         * progmodes/gud.el (gud-jdb-analyze-source):
23094         * progmodes/flymake.el (flymake-log):
23095         * progmodes/ebnf2ps.el (ebnf-generate-region):
23096         * progmodes/cmacexp.el (c-macro-expansion):
23097         * progmodes/ada-xref.el (ada-treat-cmd-string):
23098         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23099         (ada-justified-indent-current, ada-batch-reformat):
23100         * play/zone.el (zone):
23101         * play/landmark.el (lm-move):
23102         * play/decipher.el (decipher-show-alphabet):
23103         * net/newsticker.el (newsticker--display-jump)
23104         (newsticker--display-scroll):
23105         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23106         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23107         * mail/feedmail.el (feedmail-dump-message-to-queue):
23108         * eshell/esh-proc.el (eshell-remove-process-entry):
23109         * emulation/ws-mode.el (ws-last-error):
23110         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23111         (viper-record-kbd-macro):
23112         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23113         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23114         * emacs-lisp/find-func.el (find-function-noselect):
23115         * calendar/timeclock.el (timeclock-status-string)
23116         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23117         (timeclock-when-to-leave-string):
23118         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23119         * calc/calc-units.el (calc-enter-units-table):
23120         * calc/calc-mode.el (calc-mode-record-mode):
23121         * woman.el (woman-mini-help):
23122         * wdired.el (wdired-change-to-wdired-mode):
23123         * vc.el (vc-retrieve-snapshot):
23124         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23125         * startup.el (display-startup-echo-area-message):
23126         * simple.el (set-goal-column):
23127         * ses.el (ses-command-hook, ses-recalculate-cell):
23128         * server.el (server-process-filter):
23129         * printing.el (pr-interface-txt-print, pr-interface-printify)
23130         (pr-interface-ps):
23131         * pcvs.el (cvs-help):
23132         * log-edit.el (log-edit, log-edit-mode-help):
23133         * iswitchb.el (iswitchb-possible-new-buffer):
23134         * isearch.el (isearch-edit-string):
23135         * image-mode.el (image-mode, image-minor-mode):
23136         * ibuf-macs.el (define-ibuffer-filter):
23137         * hi-lock.el (hi-lock-find-patterns):
23138         * files.el (toggle-read-only):
23139         * ediff-util.el (ediff-copy-diff)
23140         (ediff-write-merge-buffer-and-maybe-kill):
23141         * echistory.el (Electric-history-undefined):
23142         * dnd.el (dnd-insert-text):
23143         * dired-aux.el (dired-query):
23144         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23145         * bookmark.el (bookmark-bmenu-locate):
23146         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23147         Fix `message' calls to ensure first arg is a format string.
23148         The change was made only when these two conditions were satisfied:
23149         [1] when there is a possibility that the arguments would cause an error
23150         for example, if the code in question relies on external variables
23151         such as filenames, and
23152         [2] if the arg to `message' could not have been nil in the code.
23154         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23155         Not having a %s would be weird, though not technically wrong.
23157 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23159         * term/mac-win.el (mac-add-charset-info): Doc fix.
23161 2005-09-17  Romain Francoise  <romain@orebokech.com>
23163         * shell.el (shell-resync-dirs): Handle echoing processes more
23164         reliably.  Don't insert resync command if `comint-process-echoes'
23165         is non-nil.
23167 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23169         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23170         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23171         aspell versions >= 0.60.
23172         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23173         only if ispell-aspell-supports-utf8 is non-nil.
23175 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23177         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23178         buffer-local value to lisp-indent-function.
23180 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23182         * progmodes/glasses.el (glasses-make-readable): If
23183         glasses-separator differs from underscore, put appropriate
23184         overlays over underscore characters.
23185         (glasses-convert-to-unreadable): If glasses-separator differs from
23186         underscore, try to convert glasses-separator characters to
23187         underscores.
23189 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23191         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23192         Use with-syntax-table and dolist.
23194 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23196         * textmodes/reftex-auc.el:
23197         * textmodes/reftex-cite.el:
23198         * textmodes/reftex-dcr.el:
23199         * textmodes/reftex-global.el:
23200         * textmodes/reftex-parse.el:
23201         * textmodes/reftex-ref.el:
23202         * textmodes/reftex-sel.el:
23203         * textmodes/reftex-toc.el:
23204         * textmodes/reftex-vars.el:
23205         * textmodes/reftex.el: Small changes to remove compiler warnings.
23207         * textmodes/reftex-index.el: Likewise.
23208         (reftex-query-index-phrase): More efficient use of markers.
23210 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23212         * image.el (image-load-path): New variable.
23213         (image-search-load-path): New function.
23214         (find-image): Search for images in `image-load-path'.
23216 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23218         * follow.el: Change Maintainer field.
23220 2005-09-15  David Ponce  <david@dponce.com>
23222         * recentf.el (recentf-save-file-modes): New option.
23223         (recentf-save-list): Use it.
23225 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23227         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23228         (mode-line-mule-info, mode-line-modified): Move bindings from
23229         mouse-3 to mouse-1.
23231 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23233         * simple.el (sendmail-user-agent-compose): Revert last change.
23235 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23237         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23238         Use with-current-buffer.
23239         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23240         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23241         (ange-ftp-insert-directory): Remove unused var `short'.
23242         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23244         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23245         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23247         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23248         (check-calendar-holidays, diary-list-entries): Autoload.
23249         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23250         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23252         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23253         which mistakenly removed a call to display-buffer.
23255 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23257         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23259 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23261         * progmodes/hideshow.el
23262         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23263         (hs-allow-nesting): New user var.
23264         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23265         (hs-hide-block-at-point): When nesting allowed,
23266         if there is already an overlay in place, delete it.
23267         (hs-safety-is-job-n): Delete func; remove call sites.
23268         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23269         (hs-overlay-at): New func.
23270         (hs-already-hidden-p, hs-show-block): Use it.
23271         (hs-hide-all): Don't pre-clean if nesting allowed.
23272         (hs-show-all): Temporarily disallow
23273         nesting around call to `hs-discard-overlays'.
23275 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23277         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23278         Delete unused local var.
23280 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23282         * help-fns.el (describe-categories): "?\ " -> "?\s".
23283         (help-do-arg-highlight): Recognize also ARG-n, as in
23284         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23286         * international/codepage.el (dos-unsupported-char-glyph):
23287         * net/newsticker.el (tool-bar-map, w3-mode-map)
23288         (w3m-minor-mode-map):
23289         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23290         (ent-alist):
23291         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23293 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23295         * custom.el (custom-push-theme): Handle the case where a symbol is
23296         bound but face properties have not yet been assigned.
23298         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23299         Fix behavior if noerase is `t' and there is no mail buffer.
23301         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23302         if `continue' is nil, rather than signal an error.
23304 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23306         * font-lock.el (font-lock-keywords): Add autoload.
23308         * help-fns.el (describe-variable): Rearrange to put source link
23309         in a predictable place.
23311         * net/newsticker.el: New file.
23313 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23315         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23316         (calendar-basic-setup): Use the new nil arg.
23317         (number-of-diary-entries): Move to diary-lib.el.
23319         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23320         (diary-list-entries): Use with-syntax-table and dolist.
23321         Rename from list-diary-entries.
23322         Use number-of-diary-entries if `number' is nil.
23323         (diary, diary-view-entries): Use this new name and new nil arg value.
23324         (number-of-diary-entries): Move from calendar.el.
23325         (diary-unhide-everything): New function.
23326         (include-other-diary-files, fancy-diary-display)
23327         (diary-show-all-entries, make-diary-entry): Use it.
23328         (diary-mail-entries): Use buffer-string.
23329         (mark-diary-entries): Fix long standing paren typo.
23330         (diary-sexp-entry): Use count-lines.
23331         (make-diary-entry): Avoid `previous-line'.
23332         (diary-mode-map): New var.
23333         (diary-mode): Redraw cal after saving.  Setup header-line.
23334         (fancy-diary-display-mode): Use local-set-key.
23336         * startup.el (command-line): Try calling various terminal-init-foo-bar
23337         functions by stripping hyphenated suffixes from $TERM.
23339         * files.el (normal-mode): Check boundness of font-lock-keywords.
23341 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23343         * progmodes/compile.el: Don't decide a file's directory
23344         until the user actually tries to go there.
23345         (compilation-next-error-function):
23346         Pass compilation-find-file the directory from the file-struct.
23347         (compilation-internal-error-properties): Separate local FILE-STRUCT
23348         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23349         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23350         Expand it, and if nil, use default-directory.
23351         (compilation-get-file-structure): Don't mix specified directory
23352         with default directory.  Put specified directory into
23353         file-struct.  Don't make the file name absolute.
23355         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23356         (compile-command): Add autoload.
23357         (compilation-disable-input): Add autoload.
23359 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23361         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23362         strings of the variables it can override.
23363         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23364         %Q and %q, for fully-qualified domain name and unqualified host name.
23366 2005-09-11  Kim F. Storm  <storm@cua.dk>
23368         * emacs-lisp/authors.el (authors-aliases): Update list.
23369         (authors-fixed-entries): Update mldrag.el entry.
23371 2005-09-10  Alan Mackenzie  <acm@muc.de>
23373         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23374         from the region narrowed to.
23376 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23378         * textmodes/ispell.el (ispell-check-version): Signal an error if
23379         aspell version is less than 0.60.
23381 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23383         * progmodes/octave-inf.el (inferior-octave-startup):
23384         Resync current dir at the end.
23386 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23388         * woman.el (woman-topic-at-point-default):
23389         Rename to woman-use-topic-at-point-default.
23390         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23391         (woman-file-name): Reflect renames above.  Automatically use the
23392         word at point as topic if woman-use-topic-at-point is non-nil.
23393         Otherwise offer it as default but don't insert it in the
23394         minibuffer.  Also use `test-completion' instead of `assoc' as
23395         suggested by Stefan Monnier.
23397 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23399         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23400         the attempt to do it over Tramp.  This is not yet supported.
23402 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23404         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23405         (menu-bar-non-minibuffer-window-p): New functions.
23406         ("Split Window", "Save As..."): Use them.
23407         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23408         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23409         Use menu-bar-menu-frame-live-and-visible-p.
23410         ("Save Buffer", "Insert File", "Open Directory...")
23411         ("Open File...", "Visit New File..."):
23412         Use menu-bar-non-minibuffer-window-p.
23413         (kill-this-buffer-enabled-p, dired <menu-enable>):
23414         Use menu-bar-non-minibuffer-window-p.
23416 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23418         * cus-start.el (all): Don't complain about fringe-related
23419         built-ins if fringes are not supported.  Ditto about
23420         selection-related built-ins.  Fix the test for GTK-related built-ins.
23422         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23423         ("Postscript Print Buffer", "Print Region", "Save As...")
23424         ("Save", "Insert File...", "Open Directory...")
23425         ("Open File...", "Visit New File..."")
23426         ("Truncate Long Lines in this Buffer"): Don't look at
23427         menu-updating-frame if this display does not support multiple frames.
23429 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23431         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23433 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23435         * woman.el: Format- and whitespace-related changes.
23437 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23439         * woman.el: Fix my email address.
23441 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23443         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23444         (sh-mode): Locally set skeleton-pair-default-alist.
23446         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23448         * progmodes/flymake.el: Require `compile' unconditionally.
23450         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23452         * woman.el (woman-file-name): Provide a default, not initial input.
23454         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23456         * font-lock.el (font-lock-support-mode): Doc fix.
23458         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23460 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23462         * simple.el (blink-matching-open): Get rid of text props from
23463         the string shown in echo area.  Don't permanently set point.
23464         Some rearrangements.
23466 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23468         * recentf.el (recentf-filename-handler): Add custom choice
23469         `abbreviate-file-name'.
23471         * msb.el (msb--very-many-menus): Fix typo.
23473         * disp-table.el (standard-display-european): Don't set
23474         enable-multibyte-characters to nil.
23476 2005-09-08  David Ponce  <david@dponce.com>
23478         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23479         (recentf-expand-file-name): Doc fix.
23480         (recentf-dialog-mode-map): Define digit shortcuts.
23481         (recentf--files-with-key): New variable.
23482         (recentf-show-digit-shortcut-filter): New function.
23483         (recentf-open-files-items): New function.
23484         (recentf-open-files): Use it.
23485         (recentf-open-file-with-key): New command.
23487 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23489         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23490         Suggested by Kim F. Storm.
23491         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23492         (Buffer-menu-make-sort-button): Use global keymap.
23494 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23496         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23497         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23498         necessary any longer with the remapped command.
23499         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23500         formatting time only.
23502         * net/tramp.el (tramp-action-password)
23503         (tramp-multi-action-password): Compile the password prompt from
23504         `method', `user' and `host'.  Sometimes it isn't obvious which
23505         password to enter, for example with remote files offered by
23506         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23507         <robert@chezmarshall.freeserve.co.uk>.
23509 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23511         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23512         Fix regexp for when "s///" is at the beginning of line.
23514 2005-09-07  Jay Belanger  <belanger@truman.edu>
23516         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23517         when in matrix mode.
23519 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23521         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23522         non-anonymous functions.
23524 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23526         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23527         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23529         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23530         can't be moved; don't signal an error.
23532 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23534         * cus-theme.el (custom-theme-write-faces): Save the current face
23535         spec, not the defface spec.
23537         * custom.el (custom-known-themes): Clarify meaning of "standard".
23538         (custom-push-theme): Save old values in the standard theme.
23539         (disable-theme): Correct typo.
23540         (custom-face-theme-value): Deleted unused function.
23541         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23543 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23545         * progmodes/compile.el (compilation-goto-locus): Take into account
23546         iconified frames when determining whether the buffer is
23547         already visible.
23548         Don't reset window height if the window already existed.
23550 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23552         * custom.el (load-theme): Rename from require-theme.
23553         Add interactive spec.
23554         (enable-theme): Rename from custom-enable-theme.
23555         Add interactive spec.
23556         (disable-theme): Rename from custom-disable-theme.
23557         Add interactive spec.
23558         (custom-make-theme-feature): Doc fix.
23559         (custom-theme-directory): Doc fix.
23560         (provide-theme): Call enable-theme.
23562 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23564         * obsolete/lazy-lock.el (lazy-lock-mode):
23565         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23566         font-lock-mode if it's off.  Print a warning instead.
23568         * progmodes/compile.el (compilation-start): Ignore errors if the
23569         process died before we get to send-eof.
23571         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23572         Undo last change.  Enclosing the result in quotes broke things on Unix
23573         since tex-send-command passes it through shell-quote-argument.
23574         (tex-send-command): Pass `file' through convert-standard-filename
23575         when possible.
23576         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23577         info in a transcript.
23579 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23581         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23582         fix compilation warning.  Reorder the key definitions to group
23583         together keys emitted by the current version of xterm.
23585         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23586         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23587         Reorder predicates to correct min-color usage.
23589 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23591         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23592         Kill local variables when longlines-mode is turned off.
23594 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23596         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23598         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23600         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23602         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23603         (font-lock-lines-before): Change default to being inactive.
23604         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23605         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23607 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23609         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23610         Deactivate temporarily advice if active (not needed for Emacs 22,
23611         but for backwards compatibility).
23612         (tramp-exists-file-name-handler): Rewrite.  First implementation
23613         was too simple.
23614         (tramp-advice-make-auto-save-file-name):
23615         Call `tramp-handle-make-auto-save-file-name' (again, just for
23616         backwards compatibility).
23618 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23620         * progmodes/vhdl-mode.el
23621         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23622         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23623         (vhdl-set-default-project): New function (easier setting of default).
23624         (vhdl-port-copy): Handle extended identifiers for generics.
23625         (vhdl-compiler-alist): Better description for error message regexp.
23626         (vhdl-make): Query for target, use previous as default.
23627         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23628         (vhdl-font-lock-keywords-2): Fix fontification for record
23629         el. assign.
23630         (vhdl-speedbar-make-subpack-line): Add package body link.
23631         (vhdl-generate-makefile-1): Not include itself as dependency.
23632         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23633         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23634         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23635         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23636         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23637         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23638         (vhdl-import-project): Add string argument for `error'.
23639         (vhdl-compose-configuration)
23640         (vhdl-compose-configuration-architecture): Add configuration
23641         declaration generation.
23642         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23643         (vhdl-trailer-re): Add "record" keyword (better indentation).
23644         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23645         "[^ \t-\"]+".
23646         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23647         (vhdl-testbench-entity-file-name)
23648         (vhdl-testbench-architecture-file-name): Allow separate
23649         customization of testbench file names.
23650         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23651         (vhdl-get-visible-signals): Allow newline within alias declaration.
23652         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23653         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23654         (member-ignore-case): Alias for missing function in XEmacs.
23655         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23656         (vhdl-update-sensitivity-list): Ignore case on read signals.
23657         (vhdl-replace-string): Adjust case only for file names.
23658         (vhdl-update-sensitivity-list): Fix search for read signals.
23659         (vhdl-update-sensitivity-list): Exclude formal parameters.
23660         (vhdl-get-visible-signals): Include aliases of signals.
23661         (vhdl-get-visible-signals): Fix signal name searching.
23662         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23663         (vhdl-fixup-whitespace-region): Fix for character
23664         literals (e.g. `:').
23666 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23668         * ansi-color.el (comint-last-output-start):
23669         * bs.el (font-lock-verbose):
23670         * diff-mode.el (add-log-buffer-file-name-function):
23671         * dired-x.el (vm-folder-directory):
23672         * faces.el (help-xref-stack-item):
23673         * files.el (font-lock-keywords):
23674         * find-lisp.el (dired-buffers, dired-subdir-alist):
23675         * ido.el (cua-inhibit-cua-keys):
23676         * log-view.el (cvs-minor-wrap-function):
23677         * outline.el (font-lock-warning-face):
23678         * simple.el (compilation-current-error):
23679         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23680         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23681         * tooltip.el (comint-prompt-regexp):
23682         * w32-fns.el (explicit-shell-file-name):
23683         * term/mac-win.el (mac-charset-info-alist)
23684         (mac-services-selection, mac-system-script-code):
23685         * term/tty-colors.el (msdos-color-values):
23686         * term/w32-win.el (xlfd-regexp-registry-subnum):
23687         * term/x-win.el (x-keysym-table, x-selection-timeout)
23688         (x-session-id, x-session-previous-id):
23689         * textmodes/ispell.el (mail-yank-prefix):
23690         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23691         * textmodes/org.el (calc-embedded-close-formula)
23692         (calc-embedded-open-formula)
23693         (font-lock-unfontify-region-function):
23694         * textmodes/reftex-global.el (isearch-next-buffer-function)
23695         (TeX-master):
23696         * textmodes/reftex.el (font-lock-keywords):
23697         * textmodes/tex-mode.el (font-lock-comment-face)
23698         (font-lock-doc-face):
23699         * textmodes/texinfo.el (outline-heading-alist):
23700         Add defvars.
23702         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23703         (artist-spray-chars, artist-mode-init, artist-replace-string)
23704         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23705         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23706         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23708         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23709         (conf-align-assignments): "?\ " -> "?\s".
23711         * textmodes/reftex-index.el (TeX-master): Add defvar.
23712         (reftex-index-phrases-marker): Move up defvar.
23714         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23715         (reftex-toc-include-labels-indicator)
23716         (reftex-toc-include-index-indicator)
23717         (reftex-toc-max-level-indicator): Move up declarations.
23719         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23720         of args to `tramp-run-real-handler', even if it's empty in this case.
23722 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23724         * dired.el (dired-move-to-filename-regexp): Add date format for
23725         Mac OS X 10.3 in East Asian locales.
23727 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23729         * files.el (make-auto-save-file-name): Add file name handler call
23730         if applicable.
23732         * net/tramp.el (tramp-file-name-handler-alist)
23733         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23734         (tramp-handle-make-auto-save-file-name): Rename from
23735         `tramp-make-auto-save-file-name'.
23736         (tramp-exists-file-name-handler): New defun.
23737         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23738         `make-auto-save-file-name' is not a magic file name operation.
23740 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23742         * files.el (risky-local-variable-p):
23743         Match `-predicates' and `-commands.
23745         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23746         (custom-save-all): Visit the file if necessary;
23747         kill the buffer if we created it.
23748         (custom-save-delete): Don't visit file or kill buffer here.
23750 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23752         * textmodes/org.el (org-special-keyword): New face.
23753         (org-table-copy-down, org-table-eval-formula)
23754         (org-table-recalculate, org-init-section-numbers):
23755         Use `string-to-number' instead of `string-to-int'.
23756         (org-get-location): Use `insert-buffer-substring' instead of
23757         `insert-buffer'.
23758         (org-modify-diary-entry-string): New function.
23759         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23760         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23761         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23762         active region.
23763         (org-export-as-html): Handle QUOTE keyword.
23764         (org-quote-string): New option.
23765         (org-bookmark-jump-unhide): New function, used for
23766         `bookmark-after-jump-hook'.
23767         (org-diary-default-entry): Apply only when not called through
23768         `org-agenda'.
23770 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23772         * net/eudc.el (mode-popup-menu):
23773         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23774         * progmodes/ada-mode.el (compile-auto-highlight)
23775         (skeleton-further-elements):
23776         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23777         * progmodes/cmacexp.el (msdos-shells):
23778         * progmodes/compile.el (font-lock-extra-managed-props)
23779         (font-lock-keywords, font-lock-maximum-size)
23780         (font-lock-support-mode):
23781         * progmodes/grep.el (font-lock-lines-before):
23782         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23783         * progmodes/mixal-mode.el (compile-command):
23784         * progmodes/perl-mode.el (font-lock-comment-face)
23785         (font-lock-doc-face, font-lock-string-face):
23786         * progmodes/prolog.el (comint-prompt-regexp):
23787         * progmodes/sh-script.el (font-lock-comment-face)
23788         (font-lock-set-defaults, font-lock-string-face):
23789         * progmodes/sql.el (font-lock-keyword-face)
23790         (font-lock-set-defaults, font-lock-string-face):
23791         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23792         (itimer-version, lazy-lock-defer-contextually)
23793         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23794         Add defvars.
23796         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23797         (cperl-electric-keyword, cperl-electric-pod)
23798         (cperl-electric-backspace, cperl-forward-re)
23799         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23800         (vc-rcs-header, vc-sccs-header): Add defvars.
23802         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23803         (font-lock-syntactic-keywords, gud-find-expr-function):
23804         Add defvars.
23806         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23807         (gdb-frame-parameters): Declare before use.
23809         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23810         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23811         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23812         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23814         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23815         (idlwave-help-with-source): Use `insert-buffer-substring', not
23816         `insert-buffer'.
23818 2005-08-29  Juri Linkov  <juri@jurta.org>
23820         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23821         Put outline-back-to-heading function call inside save-excursion.
23823 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23825         * man.el (Man-init-defvars, Man-translate-references)
23826         (Man-support-local-filenames, Man-highlight-references):
23827         * progmodes/sql.el (sql-interactive-mode):
23828         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23830         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23831         (compilation-mode-font-lock-keywords): Add defvars.
23832         (checkdoc-interactive-loop): "?\ " -> "?\s".
23834         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23835         (font-lock-doc-face, font-lock-string-face)
23836         (font-lock-keywords-case-fold-search): Add defvars.
23837         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23839         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23840         Don't pass X and Y (they are ignored anyway).
23841         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23842         (mouse-delete-window): Make arguments optional.
23844         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23845         (caesar-translate-table, minor-modes, news-buffer-save)
23846         (news-group-name, news-minor-modes): Add defvars.
23848         * emacs-lisp/lselect.el (mouse-highlight-priority)
23849         (x-lost-selection-functions, zmacs-regions):
23850         * emacs-lisp/pp.el (font-lock-verbose):
23851         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23852         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23853         (ses-mode-map):
23854         * emacs-lisp/tcover-unsafep.el (safe-functions):
23855         * international/mule-cmds.el (mac-system-coding-system)
23856         (mac-system-locale):
23857         * language/ethio-util.el (rmail-current-message)
23858         (rmail-message-vector):
23859         * language/thai-util.el (thai-auto-composition-mode):
23860         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23861         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23862         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23863         (vm-primary-inbox, vm-spool-files):
23864         * mail/rmail.el (deleted-head, font-lock-fontified)
23865         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23866         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23867         (total-messages):
23868         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23869         (rmail-summary-mode-map):
23870         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23871         (rmail-last-label, rmail-last-multi-labels)
23872         (rmail-summary-vector, rmail-total-messages):
23873         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23874         * mail/rmailsum.el (msgnum):
23875         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23876         (rmail-current-message):
23877         * obsolete/fast-lock.el (font-lock-face-list):
23878         * obsolete/rnewspost.el (mail-reply-buffer):
23879         * obsolete/scribe.el (compile-command):
23880         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23882 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23884         * ibuf-ext.el (ibuffer-auto-update-changed):
23885         Use `frame-or-buffer-changed-p' to check whether we need to update.
23886         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23887         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23888         as a `frame-or-buffer-changed-p' state vector instead.
23890 2005-08-27  Romain Francoise  <romain@orebokech.com>
23892         * textmodes/makeinfo.el (makeinfo-compile):
23893         Use `compilation-start'.  Set `next-error-function' according to
23894         `disable-errors'.
23895         (makeinfo-next-error): New function.
23896         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23897         (makeinfo-buffer): Likewise.
23899         * progmodes/compile.el (compilation-start): Add autoload cookie.
23901         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23902         * textmodes/sgml-mode.el: Likewise.
23903         * progmodes/python.el: Likewise.
23905 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23907         * simple.el (blink-matching-paren-distance): Document the meaning
23908         of nil value, and allow to customize to nil.
23910         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23911         command.com, not command.exe.
23913 2005-08-26  John Wiegley  <johnw@newartisans.com>
23915         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23916         code around a bit so that an extraneous nil argument is not added
23917         to a command when no args are given.
23919         * eshell/esh-arg.el (eshell-parse-double-quote): If a
23920         double-quoted argument resolves to nil, return it as an empty
23921         string rather than as nil.  This made it impossible to pass "" to
23922         a shell script as a null string argument.
23924 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23926         * outline.el (outline-invent-heading): New fun.
23927         (outline-promote, outline-demote): Use it.
23928         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23929         (outline-end-of-subtree): Remove unused var `opoint'.
23931 2005-08-26  David Reitter  <david.reitter@gmail.com>
23933         * menu-bar.el (truncate-lines, write-file, print-buffer)
23934         (ps-print-buffer-faces, ps-print-buffer, split-window):
23935         Disable menu items when the frame they refer to is invisible, or when
23936         they refer to a buffer and the minibuffer is selected.
23938 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
23940         * progmodes/flymake.el (flymake-highlight-err-lines):
23941         Use save-excursion around flymake-highlight-line to preserve point.
23943 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
23945         * progmodes/octave-mod.el: Change Author and Maintainer address.
23946         (octave-maintainer-address): Change Kurt's email address.
23947         * progmodes/octave-inf.el: Change Author and Maintainer address.
23948         * progmodes/octave-hlp.el: Change Author and Maintainer address.
23950 2005-08-26  Kim F. Storm  <storm@cua.dk>
23952         * subr.el (version-list-<, version-list-<=, version-list-=):
23953         Rename from integer-list-*.
23954         (version-list-not-zero): Likewise.  Fix while loop.
23955         (version=): Use version-list-= instead of string-equal.
23957 2005-08-26  Richard M. Stallman  <rms@gnu.org>
23959         * outline.el (outline-promote): Try shortening the heading.
23960         As last resort, read the heading to use.
23961         (outline-demote): As last resort, read the heading to use.
23963 2005-08-26  Romain Francoise  <romain@orebokech.com>
23965         * progmodes/compile.el (compilation-start): Doc fix.
23967         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23968         (antlr-font-lock-additional-keywords): Fix reference to
23969         `antlr-font-lock-literal-regexp' erroneously changed during the
23970         mass face rename.
23971         (antlr-run-tool): Use `compilation-start'.
23973         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23974         instead of the obsolete `compile-internal'.
23976 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
23978         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23979         (number, original-date):
23980         * calendar/cal-china.el (date):
23981         * calendar/cal-coptic.el (date):
23982         * calendar/cal-french.el (date):
23983         * calendar/cal-hebrew.el (date, entry, number, original-date):
23984         * calendar/cal-islam.el (date, number, original-date):
23985         * calendar/cal-iso.el (date):
23986         * calendar/cal-julian.el (date):
23987         * calendar/cal-mayan.el (date):
23988         * calendar/cal-menu.el (date, event):
23989         * calendar/cal-persia.el (date):
23990         * calendar/lunar.el (date):
23991         * calendar/solar.el (date): Add defvars.
23993         * emerge.el:
23994         * ibuffer.el:
23995         * info-xref.el:
23996         * obsolete/bg-mouse.el:
23997         * obsolete/sun-curs.el:
23998         * obsolete/swedish.el: Move the `defvar's to the top level.
24000         * smerge-mode.el (smerge-refined-change): Add :group.
24002 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24004         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24005         (smerge-keep-n): Remove props.
24006         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24007         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24008         now that it's done in smerge-keep-n.
24009         (smerge-refined-change): New face.
24010         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24011         (smerge-refine): New funs.
24012         (smerge-basic-map): Bind smerge-refine.
24014 2005-08-25  Juri Linkov  <juri@jurta.org>
24016         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24017         compilation-process-setup-function and compilation-disable-input
24018         in grep-mode instead of let-bindings in grep.
24020         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24021         Delete "Automatic File De/compression" (auto-compression-mode).
24023 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24025         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24026         Silence warning about non-existent variable.
24028 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24030         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24031         Rename "Describe Key" to "Describe Key or Mouse Operation".
24033         * mail/mailalias.el (build-mail-aliases): Delete comments
24034         from the contents before processing them.
24036         * isearch.el (isearch-edit-string): Erase the Search prompt
24037         if user enters an empty string and there is no default.
24039         * comint.el (comint-file-name-prefix): Add autoload.
24041 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24043         * subr.el (play-sound): Rearrange to avoid warning.
24045 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24047         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24048         New hook.
24049         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24051 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24053         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24055         * custom.el (custom-theme-set-variables): Sort minor modes last.
24057 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24059         * subr.el (version-separator, version-regexp-alist): New vars used by
24060         version comparison funs.
24061         (integer-list-<, integer-list-=, integer-list-<=)
24062         (integer-list-not-zero): New funs for integer list comparison.
24063         (version-to-list, version=, version<, version<=): New funs for version
24064         comparison.
24066 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24068         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24069         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24070         time to silence the byte-compiler.
24072         * ibuffer.el (ibuffer-compile-make-eliding-form)
24073         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24074         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24075         so it's silly to get warnings for it).
24076         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24077         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24078         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24079         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24080         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24081         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24082         Defvar at compile time.
24083         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24084         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24085         Declare them before use.
24087         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24088         (info-xref-good, info-xref-bad): Defvar at compile time.
24090         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24091         Use `let*' instead of `let'.
24093         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24094         (*mouse-y*, menu, char): Defvar at compile time.
24095         (sc::menu): Declare it before use.
24096         (sc::pack-one-line): Use `let', not `let*'.
24098         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24099         (mail-send-hook): Defvar at compile time.
24101         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24102         Defvar at compile time.
24104         * term/sun-mouse.el (current-global-mousemap)
24105         (current-local-mousemap): Declare them before use.
24107 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24109         * bookmark.el (bookmark-after-jump-hook): New hook.
24110         (bookmark-jump): Run `bookmark-after-jump-hook'.
24112 2005-08-23  Juri Linkov  <juri@jurta.org>
24114         * faces.el (minibuffer-prompt): Doc fix.
24116 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24118         * progmodes/xscheme.el: Trivial changes to silence warnings.
24119         (xscheme-previous-mode, xscheme-previous-process-state):
24120         Add defvars.
24121         (xscheme-last-input-end, xscheme-process-command-line)
24122         (xscheme-process-name, xscheme-buffer-name)
24123         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24124         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24125         (xscheme-control-g-synchronization-p)
24126         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24127         (default-xscheme-runlight, xscheme-runlight)
24128         (xscheme-runlight-string, xscheme-process-filter-state)
24129         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24130         Move to beginning of file.
24131         (scheme-interaction-mode-commands-alist)
24132         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24133         Declare them before use.  Note: the initialization code for the
24134         variables has not been moved because it uses functions that reference
24135         the variables.
24136         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24137         (xscheme-prompt-for-expression-map): Declare them before use.
24138         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24140 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24142         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24144 2005-08-22  Juri Linkov  <juri@jurta.org>
24146         * faces.el (set-face-underline): Delete this duplicate function
24147         and make an obsolete alias to set-face-underline-p.
24148         (set-face-underline-p): Use docstring of set-face-underline.
24149         (describe-face): Create hyperlink to parent face.
24151         * info.el (Info-insert-dir): Use save-excursion around
24152         insert-buffer-substring.
24153         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24154         (Info-escape-percent): Delete function.
24155         (Info-fontify-node): Replace Info-escape-percent by
24156         replace-regexp-in-string with REP arg set to lambda that
24157         duplicates `%' and preserves text properties.
24159         * progmodes/compile.el (compilation-disable-input): Doc fix.
24160         (define-compilation-mode): Doc fix and refill.
24161         (kill-compilation): Use `mode-name' in the error message.
24162         (compilation-find-file): Use `compilation-error' in the
24163         read-file-name's prompt.
24165 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24167         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24168         (smerge-auto-leave): Make undo re-enable the mode.
24169         (debug-ignored-errors): Add the user-error of impossible resolution.
24170         (smerge-resolve): Move things around a bit, in preparation for later.
24171         (smerge-diff): Don't fail if the buffer has no associated file.
24172         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24173         (smerge-conflict-overlay): New function.
24174         (smerge-match-conflict): Don't add text properties here.
24175         (smerge-find-conflict): Instead, add an overlay here.
24176         Also check for the case where we're inside a conflict already, so as to
24177         obviate the need for font-lock-multiline, which is unbearably slow with
24178         large conflicts and ciomplex font-lock patterns.
24179         (smerge-remove-props): Remove overlay rather than text-properties.
24180         (smerge-mode): Don't set font-lock-multiline.
24181         Remove overlays when turned off.
24183 2005-08-21  Kim F. Storm  <storm@cua.dk>
24185         * ido.el (ido-ignore-item-p): Use save-match-data.
24186         Bind case-fold-search to ido-case-fold locally.
24188 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24190         * files.el (normal-mode): If font lock is on, turn it off and on.
24192         * subr.el (replace-regexp-in-string): Doc fix.
24194         * startup.el (command-line-1): Don't suppress startup screen
24195         due to existing processes.
24197         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24199         * progmodes/compile.el (compilation-disable-input): Default to nil.
24201 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24203         * progmodes/compile.el (compilation-disable-input): New defcustom.
24204         (compilation-start): If compilation-disable-input is non-nil, send
24205         EOF to the compilation process.
24207 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24209         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24210         Run the argument of tex-shell-cd-command through
24211         convert-standard-filename, to get the correct style of slashes on
24212         Windows, and enclose the result in quotes, in case the file name
24213         includes whitespace or other special characters.
24215 2005-08-19  Andreas Schwab  <schwab@suse.de>
24217         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24218         process.
24220 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24222         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24224 2005-08-18  Kim F. Storm  <storm@cua.dk>
24226         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24228 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24230         * scroll-lock.el: New file.
24232 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24234         * dired.el (dired-move-to-end-of-filename):
24235         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24237 2005-08-18  Kim F. Storm  <storm@cua.dk>
24239         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24240         rather than toggle mode when custom value is nil.
24241         (ido-everywhere): Fix defun doc string.
24243 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24245         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24246         as tag instead of "Inviolable".
24248 2005-08-17  Kim F. Storm  <storm@cua.dk>
24250         * windmove.el (windmove-coordinates-of-position): Remove.
24251         (windmove-coordinates-of-window-position): Remove.
24252         (windmove-reference-loc): Use posn-at-point instead.
24254         * subr.el (insert-for-yank-1): Doc fix.
24256         * ido.el (ido-enter-matching-directory): Rename from
24257         ido-enter-single-matching-directory.  Change `slash' choice to
24258         `only'.  Add `first' choice.
24259         (ido-exhibit): Adapt to above changes.
24261 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24263         * Makefile.in: Expand comment about building loaddefs.el.
24265 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24267         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24268         Comment use of defadvice.
24270         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24272 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24274         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24275         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24276         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24277         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24278         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24279         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24280         for backward compatibility for faces that did not appear in the
24281         previous Emacs release.
24283         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24285 2005-08-15  Kim F. Storm  <storm@cua.dk>
24287         * emulation/cua-base.el (cua-delete-region): Return t if
24288         deleted region was non-empty.
24289         (cua-replace-region): Inhibit overwrite-mode for
24290         self-insert-command if replaced region was non-empty.
24291         (cua--explicit-region-start, cua--status-string): Make them
24292         buffer-local at top-level...
24293         (cua-mode): ...rather than when mode is enabled.
24295 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24297         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24298         Set t for Emacs 21, 22, and so on.
24300 2005-08-15  David Ponce  <david@dponce.com>
24302         * tree-widget.el: Update Commentary header.
24303         (tree-widget-theme): Doc fix.
24304         (tree-widget-space-width): New option.
24305         (tree-widget-image-properties): Look up in the default theme too.
24306         (tree-widget--cursors): Only for images with arrow pointer shape.
24307         (tree-widget-lookup-image): Pointer shape is hand by default.
24308         (tree-widget-icon): Rename generic icon widget from
24309         `tree-widget-control'.
24310         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24311         derive from `tree-widget-icon'.
24312         (tree-widget-handle): Improve default look and feel of the text
24313         representation.
24314         (tree-widget): Rename :*-control properties to :*-icon properties.
24315         Add :action and :help-echo properties.
24316         (tree-widget-after-toggle-functions): Move.
24317         (tree-widget-close-node, tree-widget-open-node): Remove.
24318         (tree-widget-before-create-icon-functions): New hook.
24319         (tree-widget-value-create): Update to allow customization of icons
24320         and nodes at run-time via that new hook.
24321         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24322         (tree-widget-icon-action, tree-widget-icon-help-echo)
24323         (tree-widget-action, tree-widget-help-echo): New functions.
24325 2005-08-15  Kim F. Storm  <storm@cua.dk>
24327         * ido.el (ido-buffer-internal): Use with-no-warnings.
24328         (ido-make-merged-file-list): Use while-no-input.
24330 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24332         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24333         (flyspell-large-region): Fix doc and custom type.
24335 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24337         * files.el (interpreter-mode-alist): Doc fix.
24339         * mail/rmail.el (rmail-nonignored-headers): New variable.
24340         (rmail-clear-headers): Use it.
24341         (rmail-reply): Better handling of mail-followup-to header.
24343         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24344         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24345         don't try to refer to executable-font-lock-keywords.
24346         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24347         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24348         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24349         (sh-mode): Set comment-start-skip, local-abbrev-table,
24350         imenu-case-fold-search.
24351         (sh-set-shell): Don't set them here.
24352         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24353         Don't cache the results in the original alist; don't ever modify
24354         that alist.
24356         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24358         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24359         empty.
24361 2005-08-15  Andreas Schwab  <schwab@suse.de>
24363         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24365         * dired.el, info.el, mail/rmail.el: Revert last change.
24367 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24369         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24370         modification in `eval-after-load' form.
24371         * info.el: Likewise.
24372         * mail/rmail.el: Likewise.
24374 2005-08-14  Juri Linkov  <juri@jurta.org>
24376         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24377         Remove highlighting of "Compilation started".  Highlight only
24378         the word "finished" in "Compilation finished".  Add highlighting
24379         of "interrupt", "killed", "terminated" and the exit code.
24380         (compilation-start): Add newline after header.  Use exactly the
24381         same time stamp format as the finishing message.
24382         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24384         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24385         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24386         Add highlighting of "interrupt", "killed", "terminated".
24388         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24389         enabled and the current command is self-insert-command, call it
24390         explicitly with overwrite-mode bound to nil, to not allow it
24391         to delete the character after the selected region.
24393 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24395         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24396         move-end-of-line, end-of-line, and beginning-of-line to the list
24397         of commands after which the echo area is updated.
24399 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24401         * cus-edit.el (custom-save-all, custom-save-delete):
24402         Bind recentf-exclude to exclude custom-file.
24404 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24406         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24407         to go to the bottom of the mail message.  Added to
24408         `rmail-summary-mode-map' with key "/".
24409         (rmail-summary-show-message): New (internal) function for use by
24410         both `rmail-summary-beginning/end-of-message'.
24411         (rmail-summary-beginning-of-message): Change to use
24412         rmail-summary-show-message.
24414         * mail/rmail.el (rmail-end-of-message): New command to go to the
24415         end of the current message.  Added to `rmail-mode-map' with key "/".
24416         (rmail-beginning-of-message): Fix to work as documented.
24417         (rmail-mode): Change documentation.
24419         * progmodes/compile.el (compilation-start): Add the line
24420         "Compilation started" with compilation start time.
24421         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24423 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24425         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24426         of menu items.
24428 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24430         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24432         * battery.el (battery-status-function): Don't use ignore-errors.
24434 2005-08-11  Lute Kamstra  <lute@gnu.org>
24436         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24437         define-obsolete-variable-alias.
24439 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24441         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24442         (ange-ftp-send-cmd): Revert last change, and expand
24443         the comment explaining the problem.
24445 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24447         * ldefs-boot.el: Update.
24449         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24450         item to "Time, Load and Mail".  Change help echo text.
24452         * time.el (display-time-use-mail-icon, display-time-format)
24453         (display-time-string-forms): Shorten first line of docstrings.
24455 2005-08-10  Lars Hansen  <larsh@soem.dk>
24457         * desktop.el (desktop-buffer-mode-handlers):
24458         Make non-customizable.  Add autoload cookie.  Change initial value to
24459         nil; add elements in respective modules instead.  Fix doc string.
24460         (desktop-load-file): New function.
24461         (desktop-minor-mode-handlers): New autoloaded variable.
24462         (desktop-create-buffer): Call minor mode handlers.
24463         Use desktop-load-file to load major and minor mode modules prior to
24464         checking for a handler.
24465         (desktop-save): Don't add nil to desktop-minor-modes for minor
24466         modes with nil function in desktop-minor-mode-table.  Don't delete
24467         desktop file before rewriting it.
24468         (desktop-locals-to-save): Add autoload cookie.  Don't make
24469         automatically buffer-local.  Add variables column-number-mode,
24470         size-indication-mode, indent-tabs-mode,
24471         indicate-buffer-boundaries, indicate-empty-lines and
24472         show-trailing-whitespace.
24473         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24474         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24475         (desktop-clear-preserve-buffers-regexp): Delete.
24476         (desktop-clear-preserve-buffers): Update initial value and docstring.
24477         (desktop-save-buffer): Fix doc string.
24479         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24480         (hilit-chg-desktop-restore): New function.
24481         (highlight-changes-mode): Add highlight-changes-mode to
24482         desktop-locals-to-save.
24484         * dired.el: Add handler to desktop-buffer-mode-handlers.
24485         (dired-restore-desktop-buffer): Remove autoload cookie.
24486         (dired-mode): Add autoload cookie.
24488         * info.el: Add handler to desktop-buffer-mode-handlers.
24489         (Info-restore-desktop-buffer): Remove autoload cookie.
24490         (Info-mode): Add autoload cookie.
24492         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24493         (mh-restore-desktop-buffer): Remove autoload cookie.
24494         (mh-folder-mode): Add autoload cookie.
24496         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24497         (rmail-restore-desktop-buffer): Remove autoload cookie.
24499 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24501         * hexl.el (hexl-address-region):
24502         (hexl-ascii-region, hexl-font-lock-keywords):
24503         (hexl-highlight-line-range): Use the term "region"
24504         instead of "area" for consistency with the other symbols
24505         defined in hexl.el.
24507 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24509         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24510         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24511         out by Juri Linkov).  Add `display-battery-mode'.
24513 2005-08-09  Juri Linkov  <juri@jurta.org>
24515         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24516         Remove `-text' from face variable names.
24517         (compilation-error-file-name, compilation-warning-file-name)
24518         (compilation-info-file-name): Delete faces.
24519         (compilation-line-number, compilation-column-number):
24520         Remove face underlining.
24521         (compilation-message-face): Set to `underline' value by default.
24522         (compilation-error-face, compilation-warning-face)
24523         (compilation-info-face): Remove `-file-name' from face names.
24524         (compilation-error-text-face, compilation-warning-text-face)
24525         (compilation-info-text-face): Delete face variables.
24526         (compilation-text-face): Delete function.
24528         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24529         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24530         (grep-error-face): Set to `compilation-error' instead of
24531         `compilation-error-face' (which is redefined to `grep-hit-face' in
24532         grep buffers).
24533         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24534         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24536         * dired-aux.el (dired-do-query-replace-regexp):
24537         Use `query-replace-read-args'.
24539         * replace.el (query-replace-read-from, query-replace-read-to)
24540         (query-replace-read-args): Rename arg `string' to `prompt'.
24542         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24544 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24546         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24547         uploading files.
24548         (ange-ftp-canonize-filename): Handle file names beginning with ~
24549         correctly.
24551 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24553         * textmodes/fill.el (canonically-space-region)
24554         (fill-context-prefix, fill-french-nobreak-p)
24555         (fill-delete-newlines, fill-comment-paragraph)
24556         (justify-current-line): "?\ " -> "?\s".
24558 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24560         * textmodes/fill.el (fill-nonuniform-paragraphs):
24561         Improve argument/docstring consistency.
24563 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24565         * textmodes/ispell.el (ispell-word): More fboundp checks.
24567         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24568         (find-file-noselect-1): Call it here, only if RAWFILE.
24569         (normal-mode): Always set some major mode.
24570         (save-some-buffers-action-alist): Change some explanation strings.
24571         (file-name-non-special): In the `quote' method, use unwind-protect.
24573 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24575         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24576         (ispell-have-aspell-dictionaries): New variable.
24577         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24578         (ispell-get-aspell-config-value): New function.
24579         (ispell-aspell-find-dictionary): New function.
24580         (ispell-aspell-add-aliases): New function.
24581         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24582         appropriate.  Don't look for ispell dictionaries if we use aspell.
24583         (ispell-menu-map): Don't build a submenu of dictionaries.
24585 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24587         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24588         (sql-read-passwd): Use read-passwd.
24590         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24591         (idlwave-toolbar-is-possible): Add defvars.
24593         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24594         Avoid warnings.
24596         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24597         (idlwave-system-class-info, idlwave-executive-commands-alist):
24598         Use defvar.
24600         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24602         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24603         Avoid warnings.
24605         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24606         and content-type: headers.
24608         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24610         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24611         and rename some of them to be more self-explanatory.
24613         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24615         * startup.el (command-line-1): Implement -scriptload.
24617         * replace.el (occur-engine): Initial *Occur* output not undoable.
24619         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24620         and improve help strings.
24622         * isearch.el (isearch-repeat): When changing direction,
24623         mark search successful.
24625         * ediff-init.el: Use (featurep 'xemacs).
24627         * comint.el (send-invisible): Identify buffer, if not selected.
24629         * align.el: Delete autoload for c-guess-basic-syntax.
24631 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24633         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24634         Improve argument/docstring consistency.  Doc fixes.
24635         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24636         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24637         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24638         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24639         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24640         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24641         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24642         Defvar at compile time.
24644 2005-08-09  Juri Linkov  <juri@jurta.org>
24646         * info.el: Replace `info' with upper-case `Info' where appropriate.
24647         (info-title-1, info-title-2, info-title-3, info-title-4)
24648         (info-menu-header): Move up face definitions.
24649         (info-menu-star): Rename from `info-menu-5'.
24650         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24651         (Info-fontify-visited-nodes): Fix docstring.
24652         (Info-hide-note-references): Fix docstring.
24653         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24654         menu items in the same way as on cross-references.
24655         (info-apropos): Fix sorting order and formatting to be like in the
24656         stand-alone Info browser.  Display error messages for 1 sec.
24657         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24658         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24659         from the menu bar.
24660         (Info-insert-dir): Restore point after calling
24661         `insert-buffer-substring'.
24663 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24665         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24666         (recompute-lucid-menubar): Add defvars.
24668         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24670         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24672         * net/net-utils.el (run-dig): Rename from `dig'.
24674         * play/gametree.el (gametree-mode): Use make-local-variable,
24675         not make-variable-buffer-local.
24677         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24679         * ansi-color.el (ansi-color-make-extent)
24680         (ansi-color-set-extent-face): Use fboundp, not functionp.
24682         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24683         not make-variable-buffer-local.
24685         * bookmark.el (Info-current-file): Add defvar.
24686         (bookmark-jump-noselect): Use with-no-warnings.
24688         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24690         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24692         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24694         * find-file.el (ada-procedure-start-regexp)
24695         (ada-package-start-regexp): Add defvars.
24697         * info.el (Info-insert-dir): Use insert-buffer-substring.
24699         * xml.el (xml-att-def-re): Add defvar.
24701         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24702         calling convention.
24704         * subr.el (while-no-input): Return t if there is input.
24706 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24708         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24710 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24712         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24713         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24715 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24717         * cmuscheme.el (scheme-start-file): Replace reference to
24718         `user-emacs-directory' by "~/.emacs.d/".
24720 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24722         * info.el (Info-dir-remove-duplicates): Avoid case folding
24723         in loop; instead, keep downcased strings for comparison.
24724         Suggested by Helmut Eller.
24726 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24728         Sync with Tramp 2.0.50.
24730         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24731         XEmacs case; not necessary anymore.
24732         (tramp-user-regexp): Allow "@" as part of user name.
24733         (tramp-handle-set-visited-file-modtime)
24734         (tramp-handle-insert-file-contents)
24735         (tramp-handle-write-region): No special handling for
24736         `last-coding-system-used, because this is done in
24737         `tramp-accept-process-output' now.
24738         (tramp-accept-process-output): New defun.
24739         (tramp-process-one-action, tramp-process-one-multi-action)
24740         (tramp-wait-for-regexp, tramp-wait-for-output)
24741         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24742         Howells <dhowells@redhat.com>.
24743         (clear-visited-file-modtime): Defadvice removed.  The check for
24744         unset buffer's modtime does not need to be based on
24745         `tramp-buffer-file-attributes'.  Suggested by RMS.
24746         (tramp-message): Insert "\n" if not being at beginning of line.
24747         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24748         sequence with same logic.
24749         (tramp-completion-handle-expand-file-name): Discard call of
24750         `tramp-drop-volume-letter'.  It is not necessary, and there have
24751         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24752         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24753         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24754         should always be visible.
24755         (tramp-handle-insert-directory, tramp-setup-complete)
24756         (tramp-set-process-query-on-exit-flag)
24757         (tramp-append-tramp-buffers): Pacify byte-compiler.
24758         (tramp-bug): Delete non-existing variables from list.
24759         Apply `tramp-load-report-modules' as pre-hook.
24760         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24761         `shell-prompt-pattern' because of non-7bit characters.
24762         Reported by Sebastian Luque <sluque@mun.ca>.
24763         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24764         (tramp-match-string-list): Remove function.
24765         (tramp-wait-for-regexp): Remove call of that function.
24766         Suggested by Kim F. Storm <storm@cua.dk>.
24767         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24768         instead of octal character code ?\600.  The latter resulted in a
24769         syntax error with XEmacs.
24771         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24772         XEmacs case; not necessary anymore.
24773         (tramp-smb-handle-write-region): No special handling for
24774         `last-coding-system-used, because this is done in
24775         `tramp-accept-process-output' now.
24776         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24778 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24780         * wid-edit.el (widget-choice-value-create):
24781         Unconditionally respect user choice.  Set :explicit-choice back to nil
24782         when no longer needed.
24783         (widget-choice-action): Unconditionally respect user choice.
24784         Eliminate :explicit-choice-value.
24786         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24788         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24789         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24790         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24791         running new function `toggle-indicate-empty-lines'.
24792         Rename "Customize" item to "Customize fringe".
24793         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24794         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24795         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24796         Delete "Empty lines only" item.
24797         (menu-bar-showhide-fringe-ind-customize): New function.
24798         (menu-bar-showhide-fringe-ind-mixed)
24799         (menu-bar-showhide-fringe-ind-box)
24800         (menu-bar-showhide-fringe-ind-right)
24801         (menu-bar-showhide-fringe-ind-left)
24802         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24803         instead of `fringe-indicators'.
24805 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24807         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24808         Change the date of last update.
24810 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24812         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24813         (viper-exec-yank, viper-put-back): Don't display modification msg
24814         if in the minibuffer.
24816         * viper-init.el (viper-replace-overlay-cursor-color)
24817         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24818         Make variables frame local.
24820         * viper-util.el (viper-append-filter-alist): Use append instead of
24821         nconc.
24823         * viper.el (viper-vi-state-mode-list)
24824         (viper-emacs-state-mode-list): Move help-mode and
24825         completion-list-mode from the first list to the second.
24826         (viper-mode): Docstring.
24827         (viper-go-away, viper-non-hook-settings): Don't localize
24828         minor-mode-alist in newer Emacsen.  Add advice to
24829         set-cursor-color.  Don't bind "\C-c\\".
24831 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24833         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24834         (scheme-macro-expand-command): New user options.
24835         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24836         (scheme-form-at-point, scheme-start-file)
24837         (scheme-interactively-start-process): New functions.
24838         (scheme-get-process): New function, extracted from `scheme-proc'.
24839         (run-scheme): Call `scheme-start-file' to get start file, and pass
24840         it to `make-comint'.
24841         (switch-to-scheme, scheme-proc):
24842         Call `scheme-interactively-start-process' if no Scheme buffer/process
24843         is available.
24845 2005-08-06  Juri Linkov  <juri@jurta.org>
24847         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24848         Use `compilation-text-face', `compilation-info-text-face' and
24849         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24850         (compilation-error): New face.
24851         (compilation-error-file-name): Inherit from
24852         `compilation-error' instead of `font-lock-warning-face'.
24853         (compilation-warning-file-name): Inherit from
24854         `compilation-warning' instead of `font-lock-warning-face'.
24855         (compilation-info, compilation-error-file-name)
24856         (compilation-warning-file-name, compilation-info-file-name)
24857         (compilation-line-number, compilation-column-number): Doc fix.
24858         (compilation-error-text-face, compilation-warning-text-face)
24859         (compilation-info-text-face): New face variables.
24860         (compilation-line-face, compilation-column-face)
24861         (compilation-enter-directory-face)
24862         (compilation-leave-directory-face): Doc fix.
24863         (compilation-text-face): New function.
24865         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24866         instead of 1 to display binary file names as info file links.
24867         (grep-error-face): Use `compilation-error-face' instead of
24868         `font-lock-keyword-face'.
24869         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24870         and `compilation-warning-text-face' instead of
24871         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24872         instead of `grep-error-face'.
24874 2005-08-05  Kenichi Handa  <handa@m17n.org>
24876         * international/code-pages.el: Add autoload cookies for all coding
24877         systems.
24879 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24881         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24883 2005-08-04  Juri Linkov  <juri@jurta.org>
24885         * progmodes/compile.el (compilation-mode-map):
24886         * progmodes/grep.el (grep-mode-map):
24887         Bind TAB to `compilation-next-error' and [backtab] to
24888         `compilation-previous-error'.
24890         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24891         matching line numbers, column numbers and their ranges with regexp
24892         matching only line numbers.
24893         (grep-context-face): New face variable.
24894         (grep-mode-font-lock-keywords): Use it.
24896         * faces.el (read-face-name): Delete duplicate faces.
24898 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24900         * thumbs.el (thumbs-find-image): Don't make variables
24901         automatically buffer local.
24902         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24903         (thumbs-image-num): Make automatically buffer local.
24904         (thumbs-show-thumbs-list): Use `make-local-variable', not
24905         `make-variable-buffer-local'.
24906         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24908         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24909         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24910         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24911         (bother, bye, canyou, chatlst, continue, deathlst, describe)
24912         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24913         (feelings-about, foullst, found, hello, history, howareyoulst)
24914         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24915         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24916         (neglst, obj, object, owner, please, problems, qlist)
24917         (random-adjective, relation, remlst, repetitive-shortness)
24918         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24919         (shortlst, something, sportslst, stallmanlst, states, subj)
24920         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24921         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24922         Defvar at compile time.
24924         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24925         not `make-variable-buffer-local'.
24927 2005-08-02  Kim F. Storm  <storm@cua.dk>
24929         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24930         rectangle overlay in selected window.
24932 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
24934         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24935         instead of display group.  Make `indicate-buffer-boundaries'
24936         customizable through Custom.
24938 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
24940         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24941         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24942         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24943         (gdb-put-string): Fix typos in docstrings.
24945 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
24947         Update copyright notices of files in progmodes directory for
24948         release of Emacs 22.1.
24950         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24952         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24953         Don't barf if the GUD buffer has been killed.
24955 2005-08-01  Kim F. Storm  <storm@cua.dk>
24957         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24959 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24961         * simple.el (next-error-follow-minor-mode):
24962         make-variable-buffer-local -> make-local-variable.
24964         * emacs-lisp/cl-extra.el: Require CL also when compiling.
24966         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24967         (byte-compile-form-make-variable-buffer-local): New functions to warn
24968         about misuses of make-variable-buffer-local where make-local-variable
24969         was meant.
24971 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
24973         * bs.el (bs-attributes-list): Doc fix.
24974         (bs): Update url-link.
24976         * desktop.el (desktop-save-buffer): Fix typos in docstring.
24977         (desktop-load-default): Simplify.
24979         * ibuffer.el (ibuffer-columnize-and-insert-list)
24980         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24981         (ibuffer-unmark-all, ibuffer-toggle-marks)
24982         (ibuffer-unmark-forward, ibuffer-unmark-backward)
24983         (ibuffer-compile-make-format-form, ibuffer-format-column)
24984         (ibuffer-current-buffers-with-marks)
24985         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24986         (ibuffer): Doc fix.
24987         (ibuffer-mode): Fix typo in docstring.
24988         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24989         with `define-obsolete-variable-alias'.
24990         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
24992 2005-07-29  Kenichi Handa  <handa@m17n.org>
24994         * international/mule-cmds.el (select-message-coding-system):
24995         Be sure to use LF for end-of-line.  If no coding system is decided,
24996         return iso-8859-1-unix.
24998 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25000         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25001         (ange-ftp-pending-error-line): New vars.
25002         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25003         to handle the non-fatal no-route-to-host messages.
25004         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25006 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25008         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25009         (isearch-quote-char, isearch-printing-char)
25010         (isearch-text-char-description): "?\ " -> "?\s".
25011         (isearch-lazy-highlight-cleanup)
25012         (isearch-lazy-highlight-initial-delay)
25013         (isearch-lazy-highlight-interval)
25014         (isearch-lazy-highlight-max-at-a-time)
25015         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25016         Declare with define-obsolete-*-alias macros.
25017         (isearch-forward): Fix typo in docstring.
25018         (search-invisible, search-ring-yank-pointer)
25019         (regexp-search-ring-yank-pointer): Doc fixes.
25021         * recentf.el (recentf-menu-append-commands-p): Declare with
25022         `define-obsolete-variable-alias'.
25023         (recentf-max-saved-items, recentf-menu-filter)
25024         (recentf-arrange-by-rule-subfilter): Doc fixes.
25025         (recentf-menu-append-commands-flag)
25026         (recentf-initialize-file-name-history, recentf-expand-file-name)
25027         (recentf-clear-data): Fix typos in docstrings.
25029 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25031         * progmodes/gdb-ui.el: Smarten comments.
25032         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25034 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25036         * term/apollo.el (terminal-init-apollo): New function containing
25037         all former top level forms in the file.
25038         * term/bobcat.el (terminal-init-bobcat):
25039         * term/cygwin.el (terminal-init-cygwin):
25040         * term/iris-ansi.el (terminal-init-iris-ansi):
25041         * term/linux.el (terminal-init-linux):
25042         * term/news.el (terminal-init-news):
25043         * term/rxvt.el (terminal-init-rxvt):
25044         * term/sun.el (terminal-init-sun):
25045         * term/tvi970.el (terminal-init-tvi970):
25046         * term/vt100.el (terminal-init-vt100):
25047         * term/vt102.el (terminal-init-vt102):
25048         * term/vt125.el (terminal-init-vt125):
25049         * term/vt200.el (terminal-init-vt200):
25050         * term/vt201.el (terminal-init-vt201):
25051         * term/vt220.el (terminal-init-vt220):
25052         * term/vt240.el (terminal-init-vt240):
25053         * term/vt300.el (terminal-init-vt300):
25054         * term/vt320.el (terminal-init-vt320):
25055         * term/vt400.el (terminal-init-vt400):
25056         * term/vt420.el (terminal-init-vt420):
25057         * term/wyse50.el (terminal-init-wyse50):
25058         * term/xterm.el (terminal-init-xterm): Likewise.
25060         * term/README: Describe the terminal-init-* functionality.
25062         * startup.el (command-line): After loading the terminal initialization
25063         file call the corresponding terminal initialization function.
25065 2005-07-27  Kenichi Handa  <handa@m17n.org>
25067         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25068         negative.
25070         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25071         (ps-mule-composition-prologue): Fix for the case that
25072         RelativeCompose is false.
25074 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25076         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25078         * descr-text.el (describe-char): Handle the case where the list of
25079         chars is displayed in a separate frame.
25080         Be a bit more discriminating when looking for the char.
25082 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25084         * bookmark.el (bookmark-automatically-show-annotations)
25085         (bookmark-read-annotation-text-func): Doc fixes.
25086         (bookmark-save): Improve argument/docstring consistency.
25087         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25088         (bookmark-alist-from-buffer)
25089         (bookmark-upgrade-file-format-from-0)
25090         (bookmark-grok-file-format-version)
25091         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25092         (bookmark-read-annotation-mode)
25093         (bookmark-insert-current-bookmark, bookmark-jump)
25094         (bookmark-exit-hook): Fix typos in docstrings.
25095         (bookmark-exit-hooks): Define as obsolete alias.
25096         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25097         not `bookmark-exit-hooks'.  Fix docstring.
25098         (bookmark-bmenu-select): "?\ " -> "?\s".
25100 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25102         * startup.el (command-line): Fix typo.
25104 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25106         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25107         not emacs-quick-startup.
25109 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25111         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25112         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25113         instead of `reb-with-current-window'.
25114         (reb-prev-match): Likewise.  Also, don't move left if the search
25115         was unsuccessful.
25116         (reb-initialize-buffer): New function.
25117         (re-builder, reb-change-syntax): Use it.
25119         * man.el (Man-goto-page): Make second argument NOERROR optional.
25121 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25123         * man.el (Man-bgproc-sentinel): Check here for failure to find
25124         any man page in the output, and report the error here.
25125         (Man-arguments): Make it permanent local.
25126         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25127         (Man-mode): Pass t for NOERROR.
25129         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25130         (grep-mode-font-lock-keywords):
25131         Don't use compilation-...-face for messages that are not file names.
25133         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25134         Don't use compilation-...-face for messages that are not file names.
25136 2005-07-22  Juri Linkov  <juri@jurta.org>
25138         * startup.el (normal-splash-screen): Update menu name.
25140         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25142 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25144         * term/xterm.el: Load term/rxvt if the terminal is actually an
25145         rxvt terminal.
25146         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25148         * term/rxvt.el (function-key-map): Use substitute-key-definition
25149         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25151         * term/cygwin.el: New file.
25153 2005-07-22  Kim F. Storm  <storm@cua.dk>
25155         * image-file.el (insert-image-file, image-file-yank-handler):
25156         Fix last change to maintain a (unique) yank-handler on yanked images.
25158 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25160         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25161         of the file size (as in "177B" for 177 bytes).  This happens with
25162         "ls -lh" on FreeBSD.
25164 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25166         * hilit-chg.el (highlight-changes-global-initial-state)
25167         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25168         (hilit-chg-fixup, highlight-changes-mode):
25169         Fix typos in docstrings.
25170         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25171         Doc fixes.
25173 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25175         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25176         mode function using `eval-after-load'.
25178 2005-07-21  Kim F. Storm  <storm@cua.dk>
25180         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25181         included when reporting an Emacs crash, and tell about the DEBUG file.
25183         * image-file.el (insert-image-file): Add yank-handler.
25184         (image-file-yank-handler): Yank handler to make unique copies of
25185         images when they are yanked into a buffer next to each other.
25187 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25189         * comint.el (comint-use-prompt-regexp, comint-send-input)
25190         (comint-source-default, comint-extract-string)
25191         (comint-get-source, comint-word, comint-completion)
25192         (comint-source, comint-prompt-read-only, comint-update-fence):
25193         Fix typos in docstrings.
25194         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25195         Declare with define-obsolete-*-alias macros.
25196         (comint-previous-matching-input-from-input)
25197         (comint-next-matching-input-from-input)
25198         (comint-previous-matching-input, comint-next-matching-input)
25199         (comint-forward-matching-input):
25200         Improve argument/docstring consistency.
25202         * desktop.el (desktop-clear-preserve-buffers-regexp):
25203         Also preserve the *server* buffer.
25205         * simple.el (clone-indirect-buffer): Doc fix.
25206         (fixup-whitespace, just-one-space)
25207         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25208         (next-error, next-error-highlight)
25209         (next-error-highlight-no-select, next-error-last-buffer)
25210         (next-error-buffer-p, next-error-find-buffer, next-error)
25211         (previous-error, next-error-no-select, previous-error-no-select)
25212         (open-line, split-line, minibuffer-prompt-width, kill-new)
25213         (binary-overwrite-mode): Fix typos in docstrings.
25214         (set-fill-column): Fix typo in message.
25216         * skeleton.el (skeleton-proxy-new): Doc fix.
25218         * strokes.el (strokes-load-hook): Doc fix.
25219         (strokes-grid-resolution, strokes-get-grid-position)
25220         (strokes-renormalize-to-grid, strokes-read-stroke)
25221         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25222         (strokes-global-map): Fix typos in docstrings.
25223         (strokes-help): Doc fix.  Fix help message and pass it through
25224         `substitute-command-keys'.
25226         * tempo.el (tempo-insert-prompt, tempo-interactive)
25227         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25228         (tempo-insert-string-functions, tempo-local-tags)
25229         (tempo-define-template, tempo-insert-template)
25230         (tempo-insert-prompt-compat, tempo-is-user-element)
25231         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25232         Fix typos in docstrings.
25234         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25235         (vcursor-key-bindings, vcursor-use-vcursor-map)
25236         (vcursor-find-window, vcursor-scroll-down)
25237         (vcursor-disable, vcursor-beginning-of-buffer)
25238         (vcursor-end-of-buffer): Fix typos in docstrings.
25239         (vcursor-relative-move, vcursor-get-char-count):
25240         Improve argument/docstring consistency.
25242         * version.el: "?\ " -> "?\s".
25244         * wid-edit.el (widget-default-create, widget-after-change)
25245         (widget-default-format-handler, widget-checklist-add-item)
25246         (widget-radio-add-item, widget-choose, widget-specify-secret)
25247         (widget-field-value-create, widget-field-value-get)
25248         (widget-editable-list-format-handler)
25249         (widget-editable-list-entry-create, widget-group-value-create)
25250         (widget-documentation-link-add)
25251         (widget-documentation-string-value-create): "?\ " -> "?\s".
25252         (widget-convert-text): Doc fix.
25253         (widget-narrow-to-field, widget-field-find)
25254         (widget-url-link-action, widget-emacs-library-link-action)
25255         (widget-color-notify): Fix typos in docstrings.
25257         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25258         (x-select-text, set-w32-system-coding-system)
25259         (w32-add-charset-info): Fix typos in docstrings.
25261         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25262         (cua-enable-cua-keys, cua-use-hyper-key)
25263         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25264         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25266         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25268         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25269         `defalias' instead of faking it.
25271         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25272         (eshell-ls-missing, eshell-ls-dired-initial-args)
25273         (eshell-ls-use-in-dired): Fix typos in docstrings.
25275 2005-07-20  Kim F. Storm  <storm@cua.dk>
25277         * emulation/cua-base.el (cua-mode): Improve doc string.
25279 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25281         * abbrev.el (expand-region-abbrevs): Doc fix.
25282         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25283         Improve argument/docstring consistency.
25285         * arc-mode.el (archive-get-descr, archive-alternate-display):
25286         Doc fixes.
25287         (archive-l-e): Improve argument/docstring consistency.
25288         (archive-tmpdir, archive-unixdate, archive-unixtime)
25289         (archive-chmod-entry): Fix typos in docstrings.
25290         (archive-unflag, archive-unflag-backwards)
25291         (archive-unmark-all-files): "?\ " -> "?\s".
25293         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25294         (Buffer-menu-not-modified, Buffer-menu-execute)
25295         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25296         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25298         * composite.el (compose-string, encode-composition-rule)
25299         (compose-last-chars): Fix typos in docstrings.
25301         * desktop.el (desktop-enable, desktop-basefilename):
25302         Declare with `define-obsolete-variable-alias'.
25303         (desktop-internal-v2s): Don't quote keywords.
25304         (desktop-clear): "?\ " -> "?\s".
25306         * dired.el (dired-align-file, dired-flag-backup-files)
25307         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25308         (dired-listing-switches, dired-ls-F-marks-symlinks)
25309         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25310         (dired-directory, dired-faces, dired, dired-revert)
25311         (dired-mode, dired-summary, dired-view-file)
25312         (dired-copy-filename-as-kill, dired-delete-file)
25313         (dired-no-confirm, dired-unmark-all-marks)
25314         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25315         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25316         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25317         Fix typos in message strings.
25319         * dired-x.el (virtual-dired): Declare with `defalias'.
25320         (dired-mark-unmarked-files, dired-local-variables-file)
25321         (dired-omit-here-always): Doc fix.
25322         (dired-omit-mode, dired-find-subdir)
25323         (dired-enable-local-variables, dired-clean-up-buffers-too)
25324         (dired-extra-startup, dired-mark-extension, dired-jump)
25325         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25326         (dired-smart-shell-command, dired-guess-shell-alist-user)
25327         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25328         (dired-x-bind-find-file, dired-x-submit-report):
25329         Fix typos in docstrings.
25330         (dired-mark-unmarked-files): "?\ " -> "?\s".
25332         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25334         * faces.el (describe-face): "?\ " -> "?\s".
25335         (read-all-face-attributes, read-face-font, modify-face)
25336         (face-attr-construct, italic): Fix typos in docstrings.
25337         (frame-update-face-colors): Declare with
25338         `define-obsolete-function-alias'.
25340         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25341         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25342         (magic-mode-alist, buffer-file-numbers-unique)
25343         (write-file-functions, get-free-disk-space):
25344         Fix typos in docstrings.
25345         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25346         (write-contents-hooks, write-file-hooks):
25347         Declare with `define-obsolete-variable-alias'.
25349         * forms-d2.el (arch-rj): Fix typo in docstrings.
25350         (arch-tocol): Likewise.  "?\ " -> "?\s".
25352         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25353         Fix typo in docstring.
25354         (set-screen-width, set-screen-height): Delete redundant info in
25355         doctrings.
25356         (new-frame, screen-height, screen-width): Declare with
25357         `define-obsolete-function-alias'.
25358         (delete-frame-hook, blink-cursor): Declare with
25359         `define-obsolete-variable-alias'.
25361         * paths.el (prune-directory-list): Fix typos in docstring.
25363         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25364         (cvs-prefix-get): Fix typos in docstrings.
25366         * ps-print.el (ps-extend-face-list, ps-extend-face)
25367         (ps-print-background-image): Fix typos in docstrings.
25368         (ps-default-fg, ps-default-bg): Doc fixes.
25370         * s-region.el (s-region-bind): Doc fix.
25371         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25373         * textmodes/org.el (org-table-formula-substitute-names)
25374         (org-table-get-vertical-vector): Doc fixes.
25375         (org-table-recalculate): Remove unused argument to `message'.
25377 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25379         * textmodes/org.el (org-table-column-names)
25380         (org-table-column-name-regexp)
25381         (org-table-named-field-locations): New variables.
25382         (org-archive-subtree): Protect `this-command' when calling
25383         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25384         the kill buffer.
25385         (org-complete): Remove fixed-formula completion.
25386         (org-edit-formulas-map): New variable.
25387         (org-table-edit-formulas): New command.
25388         (org-finish-edit-formulas, org-abort-edit-formulas)
25389         (org-show-variable, org-table-get-vertical-vector): New functions.
25390         (org-table-maybe-eval-formula): Handle `:=' fields.
25391         (org-table-get-stored-formulas, org-table-store-formulas)
25392         (org-table-get-formula, org-table-modify-formulas)
25393         (org-table-replace-in-formulas): Handle named field formulas.
25394         (org-table-get-specials): Store locations of named fields.
25396 2005-07-19  Juri Linkov  <juri@jurta.org>
25398         * progmodes/grep.el (grep-regexp-alist)
25399         (grep-mode-font-lock-keywords, grep-process-setup):
25400         Use default GNU grep match color "01;31m" instead of "01;41m".
25401         (grep-regexp-alist, grep-mode-font-lock-keywords):
25402         Use `\\[[0-9]*m' instead of `\\[00m'.
25403         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25404         sgr_start where its handling is more important.  Use the real
25405         length of sgr_start instead of constant 8.
25406         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25407         specially.  Delete all remaining escape sequences.
25408         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25409         (grep-regexp-alist): Make hyperlink only for binary file name
25410         instead of the whole line.
25411         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25412         (grep-mode): Add autoload.
25414         * emacs-lisp/find-func.el (find-function-regexp):
25415         Add `define-compilation-mode'.
25417 2005-07-19  Juri Linkov  <juri@jurta.org>
25419         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25420         (compare-windows-sync-string-size, compare-windows-recenter)
25421         (compare-windows-highlight, compare-windows): Add version 22.1.
25422         (compare-windows) <defface>: Inherit from lazy-highlight instead
25423         of duplicating its default value.
25425         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25426         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25428         * descr-text.el (describe-char): Create link buttons for `charset'
25429         and `code point'.  Add the current input method name with a link
25430         button to `to input' field.  Print face names of display table
25431         characters in `The display table entry is displayed by' section
25432         instead of printing face-id in the `display' field.
25433         Guess hardcoded faces and create a link button for them.
25434         Skip empty fields when calculating max-width.
25435         Treat `widget-create' specially while inserting strings from the
25436         collected field list.
25437         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25439         * diff-mode.el (diff-file-header): Change foreground color from
25440         yellow to green on light backgrounds.
25441         (diff-context): Inherit from `shadow' only for color/grayscale
25442         with more than 88 colors.
25443         (diff-indicator-removed, diff-indicator-added)
25444         (diff-indicator-changed): New faces.
25445         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25446         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25447         font-lock-comment-delimiter-face and font-lock-comment-face.
25448         Add `#' to ^[^...] in the rule for `diff-context-face'.
25450         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25451         a button-like box.  Inherit from `highlight' on low colors.
25452         (shadow): Use shades of gray only for color/grayscale with
25453         more than 88 colors.  Use green for light backgrounds with
25454         8 colors, and yellow for dark backgrounds with 8 colors.
25456         * font-lock.el (font-lock-regexp-grouping-backslash):
25457         Don't inherit from escape-glyph (use bold for all cases).
25459         * info.el (info-xref-visited): Use light foreground color `violet'
25460         for dark backgrounds instead of dark color `magenta3'.
25461         (info-title-1): Use `yellow' color for dark backgrounds.
25463         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25464         too-light magenta2.
25466         * replace.el (match): Use slightly more light RoyalBlue3 instead
25467         of dark RoyalBlue4.
25469         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25471 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25473         * novice.el (disabled-command-hook): Declare it with
25474         `define-obsolete-variable-alias'.
25476         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25477         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25478         (desktop-load-default): Add release to obsolescence info.
25479         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25480         (desktop-append-buffer-args, desktop-read):
25481         Fix typos in docstrings.
25482         (desktop-kill): Fix typo in message.
25483         (desktop-save): Doc fix.
25485 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25487         * viper-cmd.el (viper-escape-to-state): Bug fix.
25488         (viper-envelop-ESC-key): Change the definition of fast
25489         keysequence so it'll work with keyboard macros.
25491         * ediff.el (ediff-patch-buffer): Change the docstring.
25493 2005-07-19  Kenichi Handa  <handa@m17n.org>
25495         * international/mule-cmds.el (select-safe-coding-system): Try to
25496         use an auto-coding (if any) before anything else.  If the found
25497         auto-coding is invalid, show a warning message.
25499         * international/mule.el (find-auto-coding): New function created
25500         by modifying the body of set-auto-coding.
25501         (set-auto-coding): Use find-auto-coding to find a coding.
25503 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25505         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25506         not isearch-mode-end-hook-error.
25507         (allout-before-change-protect): Fix error message.
25509 2005-07-18  Juri Linkov  <juri@jurta.org>
25511         * allout.el (allout-mode):
25512         * calculator.el (calculator-copy):
25513         * custom.el (custom-known-themes):
25514         * dired.el (dired-desktop-buffer-misc-data)
25515         (dired-restore-desktop-buffer):
25516         * dired-x.el (dired-omit-marker-char):
25517         * files.el (basic-save-buffer):
25518         * font-core.el (font-lock-mode):
25519         * calendar/calendar.el (calendar-goto-hebrew-date)
25520         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25521         (calendar-goto-persian-date):
25522         * language/ethio-util.el (ethio-sera-to-fidel-region):
25523         * textmodes/picture.el (picture-mode):
25524         Delete duplicate duplicate words.
25526 2005-07-18  Juri Linkov  <juri@jurta.org>
25528         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25529         chars * ? } |.
25530         (isearch-fallback): Don't call `isearch-process-search-char'.
25531         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25532         (isearch-process-search-char): Call `isearch-fallback' for regexp
25533         chars * ? } |.
25534         (isearch-return-char): Make obsolete with `make-obsolete' instead
25535         of simply documenting it as obsolete in the docstring.
25536         (isearch-fallback): Refill docstring.
25538         * international/isearch-x.el
25539         (isearch-process-search-multibyte-characters): Remove unneeded
25540         `concat'.  Add intermediate values to `junk-hist' instead of
25541         `minibuffer-history'.  Test the length of `str'.
25543 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25545         * allout.el (allout-resolve-xref): Fix typos in error strings.
25546         (allout-before-change-protect): Remove unneeded `concat'.
25548         * array.el (array-mode, array-reconfigure-rows)
25549         (untabify-backward): Fix typos in docstrings.
25550         (array-reconfigure-rows): Use `insert-buffer-substring', not
25551         `insert-buffer'.
25553         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25554         * progmodes/ada-mode.el (ada-make-body):
25555         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25557         * dired.el (dired-log):
25558         * tar-mode.el (tar-subfile-save-buffer):
25559         * play/zone.el (zone-pgm-stress-destress):
25560         Use `insert-buffer-substring', not `insert-buffer'.
25562 2005-07-17  Simon Josefsson  <jas@extundo.com>
25564         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25566 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25568         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25569         Add plain auth method.
25570         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25572 2005-07-17  Kim F. Storm  <storm@cua.dk>
25574         * ido.el (dired-other-window): Add ido property.
25576 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25578         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25579         Fix typo in docstring.
25580         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25581         `insert-file-literally'.
25583         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25584         info and delete redundant message.  Doc fix.
25585         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25586         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25588 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25590         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25591         (byte-compile-and): Use byte-compile-and-recursion.
25592         (byte-compile-or-recursion): New function.
25593         (byte-compile-or): Use that.
25594         (byte-compile-if): Guard the else-clause too.
25595         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25597         * isearch.el (isearch-mode-end-hook-quit): New variable.
25598         (isearch-done): Bind it.
25599         (isearch-mode-end-hook): Doc fix.
25601         * allout.el (allout-isearch-did-quit): Variable deleted.
25602         (allout-real-isearch-abort): Function name no longer used.
25603         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25604         (allout-isearch-rectification): isearch-mode always exists.
25605         Don't set allout-isearch-did-quit.
25606         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25607         allout-isearch-did-quit.
25608         (allout-enwrap-isearch): Just add the hook.
25609         (allout-isearch-abort): Function deleted.
25610         (allout-pre-command-business): Avoid warning.
25612         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25613         Correctly avoid warnings.
25614         (pascal-outline): Likewise.
25616         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25618         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25620         * play/tetris.el (tetris-mode): Avoid warning.
25622         * play/snake.el (snake-mode): Avoid warning.
25624         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25625         (gamegrid-set-display-table): Avoid warning.
25626         (gamegrid-set-timer): Likewise.
25627         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25628         (gamegrid-add-score-with-update-game-score-1): Take FILE
25629         as argument.
25630         (gamegrid-add-score-with-update-game-score): Pass that argument.
25631         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25633         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25635         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25636         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25638         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25639         and insert-file.
25641         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25642         (sc-ask): Avoid warnings.
25644         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25645         (eshell-hist-initialize): Use that var the natural way.
25647         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25649         * emacs-lisp/re-builder.el (reb-cook-regexp):
25650         Avoid warning calling lre-compile-string.
25651         (reb-color-display-p): Avoid warning.
25653         * calculator.el (calculator-last-input): Guard uses
25654         of event-key and key-press-event-p.
25655         (event-key, key-press-event-p): Delete definitions.
25657         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25658         (find-gc-source-directory, find-gc-subrs-callers)
25659         (find-gc-noreturn-list, find-gc-source-files)
25660         (find-gc-subrs-called): Vars renamed and defvar'd.
25662         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25663         (checkdoc-overlay-put, checkdoc-delete-overlay)
25664         (checkdoc-overlay-start, checkdoc-overlay-end)
25665         (checkdoc-mode-line-update, checkdoc-char=):
25666         Define such that compiler knows they are defined.
25667         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25668         (checkdoc-read-event): Delete.  Use read-event directly.
25670         * whitespace.el (whitespace-make-overlay)
25671         (whitespace-overlay-put, whitespace-delete-overlay)
25672         (whitespace-overlay-start, whitespace-overlay-end):
25673         Define such that compiler knows they are defined.
25674         (whitespace): Move conditional inside.
25676         * tempo.el (tempo-insert-template): Suppress warning.
25678         * ediff-diff.el (longlines-mode): Add defvar.
25680 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25682         * server.el: Bind "C-x #" in a way that works even if C-x is
25683         redefined to a command key, not a prefix key.
25685 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25687         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25688         cl-make-type-test till execution time.
25690 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25692         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25693         arg ARG and use it.
25695 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25697         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25699 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25701         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25702         a defcustom with two :set or :type keywords.
25704 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25706         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25707         Don't give ^M comment-end syntax.
25709 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25711         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25712         Don't consider gdbmi (gdb-mi.el has its own update functions).
25713         (gdb-var-delete): Make it work for gdbmi as well.
25714         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25716         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25717         (gud-speedbar-menu-items): Correct logic for enabling items.
25719 2005-07-15  Kim F. Storm  <storm@cua.dk>
25721         * ido.el: Fix commentary.
25722         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25723         Use with-no-warnings around ffap-guesser.
25724         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25725         Let bind minibuffer-completing-file-name to t.
25727 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25729         * startup.el (site-run-file, keyboard-type): Doc fixes.
25730         (command-line): Check for "--basic-display" argument; also for
25731         "--quick", not "--bare-bones" (which was renamed).
25732         (fancy-splash-text): Add missing item "Getting New Versions".
25733         (normal-splash-screen): Fix typos and improve consistency with
25734         `fancy-splash-text'.  Update copyright year.
25736         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25737         valid binding for `help-char'.
25739         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25741 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25743         * term.el (term-mode): Disable cua-mode for term buffers.
25745 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25747         * add-log.el (add-log-mailing-address, change-log-merge):
25748         Doc fixes.
25749         (change-log-get-method-definition): Fix typo in docstring.
25751 2005-07-14  Kim F. Storm  <storm@cua.dk>
25753         * emulation/cua-base.el:
25754         (cua--pre-command-handler-1, cua--pre-command-handler)
25755         (cua--post-command-handler-1, cua--post-command-handler):
25756         Split in two.  Check (buffer local) value of cua-mode.
25757         (cua-selection-mode): New command.
25759 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25761         * custom.el (custom-initialize-safe-set)
25762         (custom-initialize-safe-default): Doc fixes.
25764         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25765         and simplify :init-value again.
25767         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25768         and simplify :init-value again.  Delete autoload.
25770         * startup.el (command-line): Use `custom-reevaluate-setting' again
25771         for tooltip-mode.
25773         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25774         a defcustom with two :initialize keywords.
25776 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25778         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25779         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25780         (allout-post-command-business, allout-flag-region)
25781         (isearch-reenable-font-lock, allout-yank)
25782         (allout-insert-latex-header, allout-insert-latex-trailer)
25783         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25784         (allout-latex-verb-quote): Fix typos in docstrings.
25785         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25786         (allout-unprotected, allout-prefix-data):
25787         Improve argument/docstring consistency.
25788         (allout-chart-subtree): Fix argument spec.
25789         (allout-open-topic): Rename `use_sib_bullet' argument to
25790         `use-sib-bullet'.  Doc fix.
25792         * whitespace.el (whitespace-check-buffer-leading)
25793         (whitespace-check-buffer-trailing)
25794         (whitespace-check-buffer-indent)
25795         (whitespace-check-buffer-spacetab)
25796         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25797         (whitespace-check-leading-whitespace)
25798         (whitespace-check-trailing-whitespace)
25799         (whitespace-check-spacetab-whitespace)
25800         (whitespace-check-indent-whitespace)
25801         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25802         (whitespace-modes): Fix typos in docstrings.
25803         (defgroup, defcustom): Doc fixes.
25805         * winner.el (winner-mode, winner-boring-buffers)
25806         (winner-pending-undo-ring): Doc fixes.
25807         (winner-ring): Remove unneeded `progn'.
25808         (winner-equal): `defsubst' it.
25809         (winner-redo): Fix message.
25811 2005-07-13  Kim F. Storm  <storm@cua.dk>
25813         * simple.el (line-move-1): Always use vertical-motion to
25814         do the last (or only) line move to ensure some movement.
25815         Undo 2005-06-23 change--don't check for overlays.
25817 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25819         * term/mac-win.el (ccl-encode-mac-roman-font)
25820         (ccl-encode-mac-centraleurroman-font)
25821         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25822         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25823         Change charset-id boundary of dimension to ?\xef.
25824         (mac-char-fontspec-list): New constant.
25825         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25826         argument.  Nil uses itself as family in font-spec.  Previous
25827         behavior for nil is now provided by non-nil non-string argument.
25828         All callers changed.  Add font-specs for Mac fonts to
25829         "fontset-default" unless iso8859-1 fonts are installed.
25831 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25833         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25834         a continuation line if the \ is preceded by SPC or TAB.
25835         (sh-get-indent-info): Simplify.
25836         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25837         Use with-current-buffer.
25839         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25840         when the matched text is empty.
25842 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25844         * startup.el (command-line): Revert to previous handling of
25845         tooltip-mode.  Explain in comment why the complexity is needed.
25847         * tooltip.el (tooltip-mode): Revert to previous implementation of
25848         its defcustom.
25850         * frame.el (blink-cursor-mode): Revert to previous implementation
25851         of its defcustom.  Update comment.
25853 2005-07-12  Lars Hansen  <larsh@soem.dk>
25855         * desktop.el: Update e-mail address.
25857 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25859         * term/mac-win.el (mac-services-mail-selection)
25860         (mac-services-mail-to): New functions.
25861         (mac-application-menu-map): Bind them.
25863 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25865         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25867 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25869         * custom.el (custom-reevaluate-setting): Doc fix.
25871 2005-07-11  Jay Belanger  <belanger@truman.edu>
25873         * calc/calc.el (calc-embedded-announce-formula-alist)
25874         (calc-embedded-open-close-plain-alist)
25875         (calc-embedded-open-close-mode-alist): Add checks for additional
25876         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25878 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25880         * custom.el (custom-enable-theme): Don't add theme to
25881         `custom-enabled-themes' with `push' because there is no
25882         setf-method for `delq'.
25884 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25886         * custom.el (custom-declare-variable): Doc fix.
25888         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25889         from the alists.
25891         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25892         Do nothing if edebug-active.
25894         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25895         (edebug-display): Do it here instead.
25897 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25899         * cus-face.el (custom-theme-set-faces): Make it work.
25900         (custom-reset-faces): Doc fix.
25901         (custom-theme-reset-internal-face, custom-theme-face-value):
25902         Functions deleted.
25904         * custom.el (custom-push-theme): Maintain list of the settings
25905         of a given theme in its theme-settings property.
25906         Maintain position of old settings in the theme-value
25907         or theme-face property.
25908         (custom-enabled-themes): New variable.
25909         (custom-theme-enabled-p): New function.
25910         (provide-theme): Update custom-enabled-themes.
25911         Disable and reenable the `user' theme.
25912         (require-theme): Doc fix.
25913         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25914         (custom-theme-value, custom-theme-variable-value): Likewise.
25915         (custom-theme-reset-internal): Likewise.
25916         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25917         (custom-enable-theme, custom-disable-theme): New functions.
25918         (custom-variable-theme-value, custom-face-theme-value): Likewise.
25919         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25920         (custom-theme-reset-variables): Simplify.
25921         (deftheme, custom-declare-theme, custom-make-theme-feature):
25922         Definitions moved.
25924 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
25926         * longlines.el (longlines-show-region)
25927         (longlines-unshow-hard-newlines): Recognize hard newlines by
25928         non-nil hard property, instead of t.
25930 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
25932         * viper-cmd.el (viper--key-maps): New variable.
25933         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25934         emulation-mode-map-alists.
25935         (viper-envelop-ESC-key): Use viper-subseq.
25936         (viper-search-forward/backward/next): Disable debug-on-error.
25938         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25939         (viper-ESC-key): New defcustoms.
25941         * viper-macs.el (ex-map-read-args): Use viper-subseq.
25943         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25944         (viper-subseq): Copy of subseq from cl.el.
25946         * viper.el (viper-go-away, viper-set-hooks): Use
25947         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25949         * viper-mous.el (viper-current-frame-saved): Use defvar.
25951         * viper-init.el: Get rid of -face in face names.
25953         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25954         Make it work with longlines mode.
25956         * ediff-mult.el (ediff-meta-mode-hook): New variable.
25958         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25960         * ediff-init.el: Get rid of -face in face names.
25962 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25964         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25965         and with-timeout-unsuspend.
25967         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25968         and with-timeout-unsuspend.
25970         * emacs-lisp/timer.el (with-timeout-timers): New variable.
25971         (with-timeout): Bind that variable to record timers.
25972         (with-timeout-suspend, with-timeout-unsuspend): New functions.
25974         * emacs-lisp/debug.el (debug-help-follow): New function.
25975         (debugger-mode-map): Use that instead of help-follow.
25976         (debugger-setup-buffer): Use eval-buffer-list
25977         to handle eval-buffer frames.
25979 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
25981         * timezone.el (timezone-parse-date): Change first regexp
25982         so it will not mistakenly match dates with no time zone.
25984 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
25986         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25988 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
25990         * custom.el (custom-initialize-safe-set)
25991         (custom-initialize-safe-default): New functions.
25993         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25994         and simplify :init-value.
25996         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25997         and simplify :init-value.  Delete obsolete comment.
25999         * startup.el (command-line): Use `custom-reevaluate-setting' to
26000         handle `tooltip-mode'.  Delete obsolete comment.
26002         * files.el (set-visited-file-name): Avoid calling
26003         `file-name-nondirectory' with a nil argument.
26005 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26007         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26008         was called with nil for the buffer, handle the read position right.
26009         Handle read position for eval-region, too.
26011 2005-07-09  Juri Linkov  <juri@jurta.org>
26013         * fringe.el (fringe-mode): Add period in docstring.
26014         (fringe-query-style): Build prompt depending on `all-frames' arg.
26016         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26017         to not create links to unrelated functions in the Help buffer.
26019         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26020         Doc fix.
26022         * simple.el (next-error-hook): New variable.
26023         (next-error): Use it.  Doc fix.
26025         * textmodes/ispell.el (ispell-command-loop): Add current
26026         dictionary name and program name to mode-line-format.
26027         (ispell-region, ispell-process-line): Add current dictionary name
26028         and program name to messages.
26030 2005-07-08  Jay Belanger  <belanger@truman.edu>
26032         * calc/calc.el (calc-embedded-announce-formula-alist)
26033         (calc-embedded-open-close-formula-alist)
26034         (calc-embedded-open-close-word-alist)
26035         (calc-embedded-open-close-plain-alist)
26036         (calc-embedded-open-close-new-formula-alist)
26037         (calc-embedded-open-close-mode-alist)
26038         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26039         (calc-embedded-mode-hook): New variables.
26041         * calc/calc-embed.el (calc-embedded-firsttime)
26042         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26043         New variables.
26044         (calc-do-embedded): Use calc-embedded-firsttime,
26045         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26046         determine whether or not to run hooks.
26047         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26048         calc-embedded-firsttime-formula appropriately.
26049         Set calc-embedded delimiter variables according to mode.
26051 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26053         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26054         Check for "emacs", etc., as entire symbol, not just as word.
26055         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26057         * files.el (set-visited-file-name): Report the error
26058         for "empty filename" earlier.
26059         (kill-some-buffers): Ignore buffers already dead.
26061         * fringe.el (fringe-mode): Doc fix.
26063         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26064         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26065         Use unwind-protect to ensure byte-compile-unresolved-functions
26066         is updated.
26068         * whitespace.el (whitespace-buffer-leading-cleanup):
26069         Simplify w/ skip-chars-forward.
26070         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26072         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26073         Unconditionally try to leave point at the same old place.
26075 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26077         * comint.el (comint-postoutput-scroll-to-bottom)
26078         (comint-show-maximum-output): Take scroll-margin into consideration.
26080 2005-07-08  Kim F. Storm  <storm@cua.dk>
26082         * ido.el (ido-use-filename-at-point): New choice `guess'.
26083         (ido-file-internal): Try ffap-guesser if selected.
26085         * ido.el (ido-before-fallback-functions): New hook.
26086         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26087         (ido-read-file-name): Run it.
26089 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26091         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26092         strings rather than a list of symbols to the completion function.
26094 2005-07-07  Jay Belanger  <belanger@truman.edu>
26096         * calc/calc-units.el (math-apply-units): Change the places in
26097         which units are simplified.
26099 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26101         * cus-edit.el (customize-option, customize-option-other-window):
26102         Make them handle aliases.
26104         * custom.el (custom-variable-p): Make it recursively follow
26105         aliases.  Mention that in the docstring.
26107 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26109         * cus-start.el (exec-path): Use `directory' instead of `file'.
26110         Fix tag for nil.
26112 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26114         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26115         when called non-interactively.  Doc fix.
26117 2005-07-07  Lute Kamstra  <lute@gnu.org>
26119         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26120         new address as well.
26122 2005-07-07  Kenichi Handa  <handa@m17n.org>
26124         * international/mule.el (make-coding-system):
26125         Describe `ascii-incompatible' property in the docstring.
26126         (set-file-name-coding-system): Signal an error if coding-system is
26127         ascii-incompatible.
26128         (set-keyboard-coding-system): Likewise.
26130         * international/mule-cmds.el (set-default-coding-systems):
26131         Don't set default-file-name-coding-system and
26132         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26134         * international/utf-16.el: Declare that all UTF-16-based coding
26135         systems are ASCII-incompatible.
26137 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26139         * progmodes/gud.el: Require font-lock for displaying errors.
26140         Used by gdb-ui.el.
26142 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26144         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26145         values for the pattern lists which are `read'able but not
26146         `append'able (like symbols).
26148 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26150         * progmodes/flymake.el (flymake-float-time): Instead of
26151         with-no-warnings, test for XEmacs.
26152         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26153         to avoid warning.
26155 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26157         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26159 2005-07-05  Lute Kamstra  <lute@gnu.org>
26161         * battery.el: Add support for Darwin (with much debugging help
26162         from Samuel Lauber <sam124@operamail.com>).
26163         (battery-status-function, battery-echo-area-format)
26164         (battery-mode-line-format): Add support for pmset on Darwin.
26165         (battery-load-low, battery-load-critical): New user options.
26166         (battery-pmset): New function.
26168 2005-07-05  Lute Kamstra  <lute@gnu.org>
26170         Update FSF's address in GPL notices.
26172         * textmodes/page-ext.el: Update FSF's address.
26174 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26176         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26177         filling from using prefix when filling a single-line docstring.
26179         * progmodes/flymake.el: Remove useless eval-when-compile.
26181         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26183 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26185         * textmodes/org.el (org-file-apps-defaults-gnu):
26186         Rename from org-file-apps-defaults-linux.
26187         (org-default-apps): Don't test system-type for `linux'.
26188         (org-file-apps): Doc fix.
26190 2005-07-04  David Ponce  <david@dponce.com>
26192         * tree-widget.el: Improve header Commentary section.
26193         (tree-widget) [defgroup]
26194         (tree-widget-image-enable, tree-widget-themes-directory)
26195         (tree-widget-theme, tree-widget-image-properties-emacs)
26196         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26197         (tree-widget-image-formats, tree-widget-control)
26198         (tree-widget-empty-control, tree-widget-leaf-control
26199         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26200         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26201         (tree-widget-keep, tree-widget-after-toggle-functions)
26202         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26203         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26204         :help-echo message.
26205         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26206         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26207         (tree-widget--cursors): New constant.
26208         (tree-widget-lookup-image): New function split from
26209         `tree-widget-find-image'.  Clearer implementation.
26210         (tree-widget-find-image): Use it.
26211         (tree-widget-button-keymap): Use `set-keymap-parent'.
26212         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26213         Define the sub-widgets here.
26214         (tree-widget-node): Check that :node is not a tree-widget.
26215         (tree-widget-get-super, tree-widget-open-control)
26216         (tree-widget-close-control, tree-widget-empty-control)
26217         (tree-widget-leaf-control, tree-widget-guide)
26218         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26219         (tree-widget-no-handle, tree-widget-value-delete)
26220         (tree-widget-map): Remove.
26221         (tree-widget-children-value-save): Doc fix.  Simplified.
26222         (tree-widget-value-create): Update according to previous changes.
26224 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26226         * textmodes/org.el: Leading space replaced by TABS.
26227         (org-recalc-marks, org-table-rotate-recalc-marks)
26228         (org-table-get-specials): Treat "^" and "_" marks.
26229         (org-table-justify-field-maybe): Optional argument NEW.
26230         (org-table-eval-formula): Parsing of the format simplified.
26231         New modes C,I.  Honor the %= parameter in the current table.
26232         Avoid unnecessary re-align by using the NEW argument to
26233         `org-table-justify-field-maybe'.
26234         (org-calc-default-modes): Default for date-format mimicks org-mode.
26235         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26237 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26239         * cus-face.el (custom-theme-set-faces): Make it handle face
26240         aliases whose alias declarations are pre- or autoloaded.
26242 2005-07-04  Juri Linkov  <juri@jurta.org>
26244         * faces.el (read-face-name): Put the code for getting a face name
26245         from the buffer before adding the faces from the `face' property.
26246         Use `completing-read-multiple' instead of `completing-read'.
26247         Require `crm'.  Add default value and post-process the returned
26248         list of faces.
26250         * emacs-lisp/crm.el (crm-find-current-element)
26251         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26253         * emacs-lisp/lisp-mode.el (eval-defun-1):
26254         * emacs-lisp/edebug.el (edebug-eval-defun):
26255         Remove unnecessary quotes.
26257 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26259         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26260         (prolog-indent-level): Fix typo in docstring.
26262         * info.el (Info-history, Info-history-forward)
26263         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26265         * add-log.el (add-change-log-entry):
26266         * comint.el (comint-dynamic-list-input-ring)
26267         (comint-dynamic-list-completions):
26268         * dabbrev.el (dabbrev-expand):
26269         * delim-col.el (delimit-columns-rectangle-line):
26270         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26271         (diff-unified->context):
26272         * ediff-init.el (ediff-abbrev-jobname):
26273         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26274         (ediff-replace-session-activity-marker-in-meta-buffer):
26275         * info.el (Info-summary):
26276         * lpr.el (printify-region):
26277         * printing.el (pr-create-interface):
26278         * ps-print.el (ps-print-quote):
26279         * ses.el (ses-column-widths, ses-print-cell)
26280         (ses-adjust-print-width, ses-center):
26281         * shell.el (shell-file-name-quote-list):
26282         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26283         (strokes-fill-current-buffer-with-whitespace)
26284         (strokes-xpm-for-stroke, strokes-list-strokes)
26285         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26286         * term.el (term-dynamic-list-input-ring)
26287         (term-dynamic-list-completions):
26288         * calc/calc.el (math-format-stack-value):
26289         * emacs-lisp/edebug.el (edebug-display-freq-count):
26290         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26291         (delphi-new-comment-line):
26292         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26293         * progmodes/executable.el (executable-set-magic):
26294         * progmodes/python.el (inferior-python-mode):
26295         * progmodes/scheme.el (scheme-mode-syntax-table):
26296         * progmodes/sh-script.el (sh-maybe-here-document):
26297         * progmodes/sql.el (sql-copy-column):
26298         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26299         * textmodes/bibtex.el (bibtex-mode):
26300         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26301         (sgml-auto-attributes):
26302         * textmodes/table.el (table-insert, table-shorten-cell)
26303         (table--generate-source-scan-lines, table-delete-row)
26304         (*table--cell-delete-char, table--spacify-frame)
26305         (table--horizontally-shift-above-and-below)
26306         (table--cell-insert-char, table--cell-blank-str)
26307         (table--fill-region-strictly):
26308         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26309         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26311         * add-log.el (change-log):
26312         * apropos.el (apropos):
26313         * comint.el (comint-completion, comint-source):
26314         * dabbrev.el (dabbrev):
26315         * delim-col.el (columns):
26316         * diff-mode.el (diff-mode):
26317         * ediff.el (ediff):
26318         * ediff-diff.el (ediff-diff):
26319         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26320         * ediff-mult.el (ediff-mult):
26321         * ediff-ptch.el (ediff-ptch):
26322         * ediff-wind.el (ediff-window):
26323         * facemenu.el (facemenu):
26324         * indent.el (indent):
26325         * info.el (info):
26326         * jka-cmpr-hook.el (compression, jka-compr):
26327         * lpr.el (lpr):
26328         * outline.el (outlines):
26329         * pcmpl-cvs.el (pcmpl-cvs):
26330         * pcmpl-rpm.el (pcmpl-rpm):
26331         * printing.el (printing):
26332         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26333         (ps-print-vertical, ps-print-headers, ps-print-font)
26334         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26335         (ps-print-background, ps-print-printer, ps-print-page)
26336         (ps-print-miscellany):
26337         * ses.el (ses):
26338         * shell.el (shell, shell-directories, shell-faces):
26339         * startup.el (initialization):
26340         * strokes.el (strokes):
26341         * term.el (term):
26342         * uniquify.el (uniquify):
26343         * w32-vars.el (w32):
26344         * calc/calc.el (calc):
26345         * emacs-lisp/bytecomp.el (bytecomp):
26346         * emacs-lisp/cl-indent.el (lisp-indent):
26347         * emacs-lisp/edebug.el (edebug):
26348         * emacs-lisp/elp.el (elp):
26349         * emacs-lisp/testcover.el (testcover):
26350         * emacs-lisp/trace.el (trace):
26351         * emulation/viper-ex.el (viper-ex):
26352         * emulation/viper-mous.el (viper-mouse):
26353         * mail/mailalias.el (mailalias):
26354         * mail/supercite.el (supercite, supercite-frames)
26355         (supercite-attr, supercite-cite, supercite-hooks):
26356         * net/rcompile.el (remote-compile):
26357         * net/rlogin.el (rlogin):
26358         * obsolete/ooutline.el (outlines):
26359         * progmodes/delphi.el (delphi):
26360         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26361         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26362         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26363         (ebnf-optimization):
26364         * progmodes/etags.el (etags):
26365         * progmodes/executable.el (executable):
26366         * progmodes/idlwave.el (idlwave):
26367         * progmodes/pascal.el (pascal):
26368         * progmodes/prolog.el (prolog):
26369         * progmodes/python.el (python):
26370         * progmodes/scheme.el (scheme):
26371         * progmodes/sh-script.el (sh, sh-script):
26372         * progmodes/sql.el (SQL):
26373         * progmodes/tcl.el (tcl):
26374         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26375         * textmodes/enriched.el (enriched):
26376         * textmodes/makeinfo.el (makeinfo):
26377         * textmodes/sgml-mode.el (sgml):
26378         * textmodes/table.el (table-hooks):
26379         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26380         * textmodes/texinfo.el (texinfo):
26381         * textmodes/two-column.el (two-column):
26382         Finish `defgroup' description with period.
26384         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26385         * eshell/esh-var.el (eshell-var):
26386         * progmodes/vhdl-mode.el (vhdl-testbench):
26387         * textmodes/org.el (org): Fix typos in docstrings.
26389         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26390         consistency.
26392         * progmodes/flymake.el (flymake-find-file): Remove.
26393         (flymake-float-time): Use `with-no-warnings'.
26394         (flymake-check-start-time, flymake-check-was-interrupted)
26395         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26396         (flymake-new-err-info): `defvar' at compile time.
26398 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26400         * replace.el (occur-hook): Doc fix.
26401         (occur-1): Don't call `occur-hook' if there are no matches.
26403 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26405         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26406         global-map, save the same map.
26407         (global-map): Don't alter it at top level.
26408         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26409         Then alter it here instead.
26410         (tpu-edt-off): Set global-map to the saved one.
26412         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26413         All references simplified.
26414         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26415         (zmacs-regions): Add defvar.
26416         (repeat-complex-command-map): Everything about that deleted.
26418         * textmodes/artist.el (artist-key-is-drawing)
26419         (artist-key-endpoint1, artist-key-poly-point-list)
26420         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26421         (artist-key-compl-table, artist-rb-save-data)
26422         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26423         Don't put them in eval-when-compile.
26424         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26426         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26427         Use with-no-warnings.
26429         * net/browse-url.el (dos-windows-version): Add defvar.
26431         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26433         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26434         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26435         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26436         Add defvar.
26437         (rmail-summary-beginning-of-message): Use with-no-warnings.
26438         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26440         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26441         Use with-no-warnings.
26443         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26444         (c-mark-function): Add point-moving-unit property.
26445         (vi-goto-line): Use with-no-warnings.
26447         * emulation/edt.el (edt-last-copied-word): Add defvar.
26448         (zmacs-region-stays): Likewise.
26449         (edt-mark-section-wisely): Use c-mark-function for C.
26450         Use makr-defun for Fortran.
26451         (time-string): defvar deleted.
26452         (edt-display-the-time): Don't set time-string.
26454         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26456         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26457         Don't warn when name is not constant
26458         or for defining the group `emacs'.
26460         * tooltip.el (gud-tooltip-mode): Add defvar.
26462         * startup.el (default-frame-background-mode): Add defvar.
26464         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26466         * info.el (tool-bar-map): Add defvar.
26468         * dired.el (dnd-protocol-alist): Add defvar.
26470         * dired-aux.el (dired-query): Display question with answer, when
26471         the user answers.
26473         * custom.el (custom-add-option): Doc fix.
26475         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26477 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26479         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26480         bogus name from the last change.
26482 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26484         * custom.el (custom-declare-variable): Fix typos in comment.
26485         (custom-known-themes): Doc fix.
26486         (custom-theme-directory): New defcustom.
26487         (require-theme): Make it check `custom-theme-directory'.
26489         * cus-theme.el (custom-new-theme-mode): New function.
26490         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26491         (custom-theme-description): Add compiler defvars.
26492         (customize-create-theme): Add doc to the "*New Custom Theme*"
26493         buffer.  Use `custom-new-theme-mode'.
26494         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26495         and save it to the `custom-theme-directory'.  Make this the
26496         default directory of the buffer.
26498 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26500         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26501         Fix unbalanced parentheses.
26503 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26505         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26506         into flymake-mode and delegate to flymake-mode.
26508         * find-file.el (ff-which-function-are-we-in): Clean up.
26510 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26512         * replace.el (occur-rename-buffer): Fix docstring.
26514         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26515         (edt-last-copied-word, edt-learn-macro-count)
26516         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26517         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26518         (time-string, zmacs-region-stays):
26519         * emulation/edt-mapper.el (edt-save-function-key-map)
26520         (EDT-key-name): `defvar' to silence the byte-compiler.
26522 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26524         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26525         font-lock-regexp-backslash.  Doc fix.
26526         (font-lock-regexp-backslash-grouping-construct): Rename from
26527         font-lock-regexp-backslash-construct.  Doc fix.
26528         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26529         grouping constructs.
26531 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26533         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26534         updating all the prerequisites.
26536 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26538         * textmodes/org.el (org-agenda-start-on-weekday)
26539         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26540         (org-agenda-use-time-grid, org-archive-location)
26541         (org-allow-space-in-links, org-usenet-links-prefer-google)
26542         (org-enable-table-editor, org-export-default-language)
26543         (org-export-html-show-new-buffer, org-fill-paragraph)
26544         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26545         (org-goto-quit, org-occur, org-eval-in-calendar)
26546         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26547         (org-agenda-diary-entry, org-remember-help)
26548         (org-table-convert-region, org-at-table-p)
26549         (org-table-move-row-down, org-table-move-row-up)
26550         (org-table-copy-region, org-table-toggle-vline-visibility)
26551         (org-table-get-stored-formulas, org-table-get-specials)
26552         (org-recalc-commands, org-table-eval-formula)
26553         (org-table-formula-substitute-names, orgtbl-make-binding)
26554         (org-format-org-table-html, org-format-table-table-html)
26555         (org-format-table-table-html-using-table-generate-source)
26556         (org-customize): Fix typos in docstrings.
26557         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26558         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26559         (org-back-to-heading): Doc fixes.
26560         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26561         (org-agenda-change-all-lines, org-get-header):
26562         Improve argument/docstring consistency.
26563         (orgtbl-error): Fix error message.
26565         * progmodes/flymake.el (flymake-find-possible-master-files)
26566         (flymake-master-file-compare, flymake-get-line-err-count)
26567         (flymake-highlight-line, flymake-gui-warnings-enabled):
26568         Fix typos in docstrings.
26569         (flymake-parse-line, flymake-get-project-include-dirs-function)
26570         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26571         Doc fixes.
26572         (flymake-get-project-include-dirs-function)
26573         (flymake-make-err-menu-data):
26574         Improve argument/docstring consistency.
26576 2005-07-01  Lute Kamstra  <lute@gnu.org>
26578         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26579         Catch errors with ignore-errors.  Use temporary buffer.
26580         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26582         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26583         background color faces.
26584         (facemenu-set-foreground, facemenu-set-background):
26585         Use facemenu-set-face-from-menu.
26586         (facemenu-set-face-from-menu): Treat face names that start with
26587         "fg:" or "bg:" as special.
26588         (facemenu-add-new-color): Don't create faces.  Simplify.
26590 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26592         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26593         (crm-find-current-element): Likewise.
26595 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26597         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26599 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26601         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26602         (archive-mouse-extract): Make it an obsolete alias.
26603         (archive-mode-map): Don't use archive-mouse-extract any more.
26604         (archive-mode, archive-extract): write-contents-hooks ->
26605         write-contents-functions.
26606         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26607         first arg.
26608         (archive-rename-entry): Update the call.
26609         (archive-zip-summarize): Remove unused var `method'.
26610         (archive-lzh-summarize): Remove unused var `creator'.
26612         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26613         dedicated frame upon exit.
26615         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26616         (archive-zip-extract, archive-zip-expunge)
26617         (archive-zip-update, archive-zip-update-case): Use executable-find.
26618         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26619         Use restore-buffer-modified-p.
26620         (archive-extract, archive-add-new-member, archive-write-file-member):
26621         Use with-current-buffer.
26622         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26624 2005-06-30  Andreas Schwab  <schwab@suse.de>
26626         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26628 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26630         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26632 2005-06-30  Juri Linkov  <juri@jurta.org>
26634         * faces.el (vertical-border): Inherit from mode-line-inactive
26635         only on tty.
26637 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26639         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26640         example, -NLINES in the `occur' docstring).
26642         * replace.el (occur-1): When no matches are found, do not set the
26643         `buffer-read-only' and modified flags for the occur buffer,
26644         because it is deleted.
26646         * emulation/cua-base.el (cua-check-pending-input)
26647         (cua-repeat-replace-region, cua-mode, cua-debug)
26648         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26649         Fix typos in docstrings.
26651         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26652         (cua-cut-region-to-global-mark)
26653         (cua--cut-rectangle-to-global-mark):
26654         Remove period from end of messages.
26656         * emulation/cua-rect.el (cua-do-rectangle-padding):
26657         Remove period from end of messages.
26658         (cua--rectangle-seq-format): Fix typo in docstring.
26659         (cua-sequence-rectangle, cua-fill-char-rectangle):
26660         Improve argument/docstring consistency.
26662 2005-06-29  Juri Linkov  <juri@jurta.org>
26664         * faces.el (default-frame-background-mode): New internal variable.
26665         (frame-set-background-mode): Use it.
26667         * startup.el (normal-top-level): Set default-frame-background-mode
26668         instead of frame-background-mode.  Before setting it, test for its
26669         nil value.  Remove tests for frame-background-mode and frame
26670         parameter `reverse'.  Add test for "unspecified-fg".
26672         * term/xterm.el (xterm-rxvt-set-background-mode):
26673         * term/rxvt.el (rxvt-set-background-mode):
26674         Set default-frame-background-mode instead of frame-background-mode.
26676 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26678         * simple.el (set-variable): Warn about obsolete user variables.
26680         * imenu.el (imenu--completion-buffer):
26681         * mouse.el (mouse-buffer-menu-alist):
26682         * msb.el (msb-invisible-buffer-p):
26683         * calendar/diary-lib.el (diary-header-line-format):
26684         * emacs-lisp/pp.el (pp-buffer):
26685         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26686         * textmodes/picture.el (picture-replace-match):
26687         Change space constants followed by a sexp to "?\s ".
26689         * play/decipher.el (decipher-loop-with-breaks):
26690         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26691         constants "protected" from end of line by a comment to "?\s".
26693 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26695         * font-lock.el (save-buffer-state): Use `declare'.
26697         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26698         reset the syntax-table to cperl-mode-syntax-table.
26699         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26700         "foo_print_bar" is not matched as a reserved keyword.
26702 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26704         * textmodes/org.el (orgtbl-setup): New function, for delayed
26705         setup for the orgtbl commands.
26706         (org-calc-default-modes): New option.
26707         (orgtbl-make-binding): Use `defun' to get better help display.
26708         (org-diary): Call `org-compile-prefix-format'.
26709         (org-table-formula-substitute-names): New function.
26710         (org-agenda-day-view, org-agenda-week-view): New commands.
26711         (org-agenda-toggle-week-view): Command removed.
26712         (org-tbl-menu): Split off from org-org-menu.
26713         (org-mode): Move removal of outline-mode menus to here.
26714         (org-table-formula-debug): New option.
26715         (org-table-insert-row): Keep first field if just "#" or "*".
26716         (org-mode): Paragraph regexps fixed.
26717         (org-table-recalculate-regexp): New constant.
26718         (org-table-justify-field-maybe): Avoid replace if not necessary.
26719         (org-copy-special, org-cut-special): Use `call-interactively'.
26720         (org-table-copy-region): Take region from `interactive' call.
26721         (org-trim): Return string even if no match.
26722         (org-formula): New face.
26723         (org-set-font-lock-defaults): No longer highlight "FIXME".
26724         But highlight formula-related fields in table.
26725         (org-table-p): Use regexp, not fontification.
26726         (org-table-align): Handle white space at end of line.
26727         (org-table-formula-evaluate-inline): New option.
26728         (org-mode): Auto-wrapping in comment lines turned off.
26729         (org-table-copy-down): Evaluate only in copied field, not in
26730         destination.
26731         (org-table-current-formula): Variable removed.
26732         (org-table-store-formulas, org-table-get-stored-formulas)
26733         (org-table-modify-formulas, org-table-replace-in-formulas)
26734         (org-table-maybe-eval-formula): New functions.
26735         (org-table-get-formula): Modify to use stored formulas.
26736         (org-table-insert-column, org-table-delete-column)
26737         (org-table-move-column): Call `org-table-modify-formulas'.
26738         (org-complete): Add completion for keyword formulas.
26739         (orgtbl-mode): Pull orgtbl-mode-map to start of
26740         minor-mode-map-alist.
26742 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26744         * progmodes/python.el (python-check): Require `compile' before
26745         modifying its variables.
26747         * newcomment.el (comment-indent-default): Don't get fooled by an early
26748         end of buffer.
26750 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26752         * ps-print.el (ps-print-version): Fix version number.
26754 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26756         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26758 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26760         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26761         (flyspell-local-mouse-map): Declaration deleted.
26762         (flyspell-mouse-map): Bind only mouse-2.
26763         (flyspell-mode-map): Don't test flyspell-use-local-map.
26764         (flyspell-overlay-keymap-property-name): Var deleted.
26765         (flyspell-mode-on): Don't make local bindings for
26766         flyspell-mouse-map and flyspell-mode-map.
26767         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26769         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26771         * progmodes/compile.el (compilation-next-error-function):
26772         Don't switch buffers; operate on the current buffer.
26774         * progmodes/compile.el (compilation-error-file-name)
26775         (compilation-warning-file-name, compilation-info-file-name)
26776         (compilation-line-number, compilation-column-number): New faces.
26777         (compilation-error-face, compilation-warning-face)
26778         (compilation-info-face, compilation-line-face)
26779         (compilation-column-face): Use them.
26781         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26783         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26785         * bindings.el (global-map): Bind insertchar and its variants.
26787 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26789         * textmodes/artist.el (artist-text-overwrite)
26790         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26792 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26794         * ps-print.el: It was not working the page selection for printing.
26795         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26796         (ps-print-version): New version 6.6.7.
26797         (ps-end-sheet): New fun.
26798         (ps-header-sheet, ps-end-job): Call it.
26800 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26802         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26804 2005-06-27  Lute Kamstra  <lute@gnu.org>
26806         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26807         background color faces.
26808         (facemenu-get-face): Delete function.
26809         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26810         (facemenu-add-new-color): Make second argument mandatory.
26811         Create the appropriate face and return it.  Simplify.
26812         (facemenu-set-foreground, facemenu-set-background): Don't check if
26813         color is defined.  Use return value of facemenu-add-new-color.
26815 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26817         * progmodes/gud.el (gud-filter): Add missing argument to
26818         with-selected-window.
26820 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26822         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26823         a :require to the defcustom.
26825         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26826         defcustoms corresponding to minor modes.
26828 2005-06-26  David Ponce  <david@dponce.com>
26830         * recentf.el: Require tree-widget instead of wid-edit.
26831         (recentf-filename-handler): Fix widget :type.
26832         (recentf-cancel-dialog, recentf-open-more-files)
26833         (recentf-open-files-action): Doc fix.
26834         (recentf-dialog-goto-first): New function.
26835         (recentf-dialog-mode-map): Set parent keymap first.
26836         (recentf-dialog-mode): Define with define-derived-mode.
26837         Don't display continuation lines in dialogs.
26838         (recentf-edit-list): Rename from recentf-edit-selected-items.
26839         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26840         Simplify.
26841         (recentf-edit-list-validate): New function.
26842         (recentf-edit-list): Update accordingly.
26843         (recentf-open-files-item-shift): Remove.
26844         (recentf-open-files-item): Convert menu elements into tree and
26845         link widgets.  Don't create the widgets.
26846         (recentf-open-files): Update accordingly.
26847         (recentf-save-list): Untabify.
26849 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26851         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26852         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26853         partially contained in the active region.  Do not take active
26854         region into account when called from Lisp, unless INTERACTIVE arg
26855         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26856         avoid trouble with fields.  Make marker point nowhere when no
26857         longer used.  Always return nil.  Doc fix.
26858         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26859         into account when called from Lisp, unless INTERACTIVE arg is
26860         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26861         avoid trouble with fields.  Make marker point nowhere when no
26862         longer used.  Always return nil.  Doc fix.
26863         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26864         interchangeable.  Do not take active region into account when
26865         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26866         message in echo area when called from Lisp, unless INTERACTIVE arg
26867         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26868         Return the number of matches.  Doc fix.
26869         (occur): Doc fix.
26870         (perform-replace): Make comment follow double space convention for
26871         the sake of `outline-minor-mode'.
26873         * faces.el (facep): Doc fix.
26875 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26877         * facemenu.el (facemenu-enable-faces-p): New function.
26878         (facemenu-background-menu, facemenu-foreground-menu)
26879         (facemenu-face-menu): Add menu-enable property.
26881         * jka-compr.el (jka-compr-insert-file-contents):
26882         Special handling if cannot find the uncompression program.
26884         * cus-face.el (custom-face-attributes): Add autoload.
26886         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26887         Bind comment-indent-function locally.
26889         * window.el (save-selected-window): Use save-current-buffer.
26891         * subr.el (with-selected-window): Use save-current-buffer.
26893         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26894         and with-current-buffer.
26896 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26898         * simple.el (line-move-1): Fix previous change.
26900 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26902         * replace.el (occur-1): Set `buffer-read-only' and the
26903         buffer-modified flag before running `occur-hook' to protect
26904         against unintentional buffer switches that can lead to data loss.
26906 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26908         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26909         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26910         initial error.
26912         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26913         after fresh input.
26914         (gdb-var-create-handler): Put name of expression in quotes.
26916 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
26918         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26919         elements of RING in order, and without bogus nil elements.
26921 2005-06-23  Richard M. Stallman  <rms@gnu.org>
26923         * simple.el (set-variable): Args renamed; doc fix.
26924         (line-move-1): When there are overlays around, use vertical-motion.
26926         * faces.el (escape-glyph): Use brown against light background.
26927         (nobreak-space): Rename from no-break-space.
26928         Fix previous change.
26930         * dired-aux.el (dired-do-copy): Fix arg prompt.
26932         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26934 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
26936         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26937         rather than "Distributor".
26939 2005-06-23  Lute Kamstra  <lute@gnu.org>
26941         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26942         (debug-on-entry): Use it.  New interactive declaration that uses
26943         function-called-at-point.
26945 2005-06-23  Kim F. Storm  <storm@cua.dk>
26947         * subr.el (save-match-data): Add comment about using evaporate arg
26948         to set-match-data.
26950 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
26952         * cus-edit.el (customize-face)
26953         (customize-face-other-window): Handle face aliases.
26955         * faces.el (face-documentation, set-face-attribute)
26956         (face-spec-set): Handle face aliases.
26958 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
26960         * help-mode.el (help-make-xrefs): If a symbol representing a face
26961         name is not followed by the word "face", it could still be a
26962         function or variable name, so don't bypass other checks.
26964 2005-06-22  Juri Linkov  <juri@jurta.org>
26966         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26967         Replace aliased functions with calls where second arg `inherit' is t.
26969 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
26971         * progmodes/gdb-ui.el (gdb-error): New variable.
26972         (gdb-error): New function.
26973         (gdb-annotation-rules): Act on error-begin and error annotations.
26974         (gdb-concat-output): Use font-lock-warning-face for errors.
26976 2005-06-22  Miles Bader  <miles@gnu.org>
26978         * bindings.el (propertized-buffer-identification): Use renamed
26979         `Buffer-menu-buffer' face.
26981         * faces.el (vertical-border): Rename from `vertical-divider'.
26982         (escape-glyph): Change dark-background color back to `cyan'.
26984 2005-06-21  Juri Linkov  <juri@jurta.org>
26986         * faces.el (face-user-default-spec): Try getting `customized-face'
26987         prior to `saved-face'.
26988         (frame-background-mode): Refill docstring.
26990         * emacs-lisp/lisp-mode.el (eval-defun-1):
26991         * emacs-lisp/edebug.el (edebug-eval-defun):
26992         Set `saved-face' temporarily to nil before calling form.
26993         Set `customized-face' to the new spec after that.
26995 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
26997         * subr.el (1value, lambda, key-substitution-in-progress):
26998         Doc fixes.
27000         * autoinsert.el (auto-insert-alist):
27001         * ses.el (ses-call-printer):
27002         * subr.el (noreturn):
27003         * emacs-lisp/lisp.el (check-parens):
27004         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27005         * net/browse-url.el (browse-url-mosaic):
27006         * progmodes/cc-defs.el (c-safe-scan-lists):
27007         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27008         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27009         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27010         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27011         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27012         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27014 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27016         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27018 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27020         * calendar/appt.el (appt-make-list): Activate the package, if
27021         not already active (for backwards compatibility).
27023 2005-06-20  Kim F. Storm  <storm@cua.dk>
27025         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27027 2005-06-20  Miles Bader  <miles@gnu.org>
27029         * faces.el (vertical-divider): New face.
27031 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27033         * simple.el (kill-whole-line): Doc fix.
27034         (next-error-buffer-p, next-error-find-buffer)
27035         (clone-indirect-buffer): Fix typos in docstrings.
27036         (comment-line-break-function): Doc fix: don't say variable
27037         is automatically buffer-local (it isn't).
27039 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27041         * net/tramp-ftp.el (top):
27042         * net/tramp-smb.el (top):
27043         * net/tramp-util.el (top):
27044         * net/tramp-uu.el (top):
27045         * net/tramp-vc.el (top):
27046         * net/tramp.el (top): Revert copyright years back to original
27047         ones.  Tramp has a life outside GNU Emacs.
27049 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27051         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27053 2005-06-18  Juri Linkov  <juri@jurta.org>
27055         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27056         end of first regexp to limit the match to the position between
27057         line number and source line with same separator character as used
27058         between file name and line number.  In the second regexp limit
27059         mouse-face area to file name and line number by adding new group
27060         for them and referring it in HYPERLINK arg.
27061         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27062         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27063         previous line where grep markers may be already removed.
27065 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27067         * progmodes/ps-mode.el: Update version and maintainer's email address.
27069 2005-06-18  Steve Youngs  <steve@xemacs.org>
27071         * net/browse-url.el (browse-url-browser-function)
27072         (browse-url-default-browser): Add firefox.
27073         (browse-url-firefox-program, browse-url-firefox-arguments)
27074         (browse-url-firefox-startup-arguments)
27075         (browse-url-firefox-new-window-is-tab): New defcustoms.
27076         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27078 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27080         * startup.el (command-line): Warn if specified user name has
27081         no home directory.
27083         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27084         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27086         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27087         Doc fixes.
27089         * faces.el (underline): Try bold if terminal doesn't support underline.
27091         * mail/sendmail.el (mail-setup-with-from): New variable.
27092         (mail-insert-from-field): New function.
27093         (sendmail-send-it): Call it.
27094         (mail-setup): Optionally call it here.
27096         * term/linux.el: Call tty-no-underline.
27098 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27100         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27102 2005-06-17  Miles Bader  <miles@gnu.org>
27104         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27105         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27106         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27107         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27108         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27109         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27110         Remove "-face" suffix from face names.
27111         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27112         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27113         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27114         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27115         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27116         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27117         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27118         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27119         New backward-compatibility aliases for renamed faces.
27120         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27121         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27122         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27123         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27124         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27125         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27126         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27127         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27128         Use renamed ediff faces.
27130         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27131         Remove "-face" suffix from face names.
27132         (eshell-test-ok-face, eshell-test-failed-face):
27133         New backward-compatibility aliases for renamed faces.
27134         (eshell-run-test): Use renamed eshell-test faces.
27136         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27137         face name.
27138         (eshell-prompt-face): New backward-compatibility alias for renamed
27139         face.
27140         (eshell-emit-prompt): Use renamed eshell-prompt face.
27142         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27143         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27144         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27145         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27146         Remove "-face" suffix from face names.
27147         (eshell-ls-directory-face, eshell-ls-symlink-face)
27148         (eshell-ls-executable-face, eshell-ls-readonly-face)
27149         (eshell-ls-unreadable-face, eshell-ls-special-face)
27150         (eshell-ls-missing-face, eshell-ls-archive-face)
27151         (eshell-ls-backup-face, eshell-ls-product-face)
27152         (eshell-ls-clutter-face):
27153         New backward-compatibility aliases for renamed faces.
27154         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27156         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27157         Remove "-face" suffix from face name.
27158         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27159         instead of literal face.
27161 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27163         * emacs-lisp/warnings.el (display-warning, lwarn)
27164         (warning-minimum-log-level): Doc fixes.
27165         (warning-minimum-level, warning-minimum-log-level):
27166         Add :debug to :type choices.
27168         * progmodes/ada-mode.el (ada-format-paramlist)
27169         (ada-get-indent-case, ada-check-matching-start)
27170         (ada-check-defun-name, ada-goto-matching-decl-start)
27171         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27172         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27173         (ada-make-subprogram-body): Follow error conventions.
27174         (ada-case-exception-file, ada-indent-comment-as-code)
27175         (ada-indent-handle-comment-special, ada-indent-renames)
27176         (ada-indent-return, ada-search-directories-internal)
27177         (ada-tab-policy, ada-case-exception-substring)
27178         (ada-other-file-alist, ada-matching-start-re)
27179         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27180         (ada-imenu-generic-expression, ada-compile-goto-error)
27181         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27182         (ada-popup-menu, ada-add-extensions, ada-mode)
27183         (ada-region-selected, ada-create-case-exception)
27184         (ada-create-case-exception-substring, ada-after-keyword-p)
27185         (ada-activate-keys-for-case, ada-adjust-case-region)
27186         (ada-adjust-case-buffer, ada-format-paramlist)
27187         (ada-scan-paramlist, ada-insert-paramlist)
27188         (ada-indent-newline-indent)
27189         (ada-indent-newline-indent-conditional)
27190         (ada-justified-indent-current, ada-goto-previous-word)
27191         (ada-indent-current, ada-get-indent-open-paren)
27192         (ada-get-indent-paramlist, ada-get-indent-end)
27193         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27194         (ada-get-indent-block-start, ada-get-indent-subprog)
27195         (ada-get-indent-noindent, ada-get-indent-label)
27196         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27197         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27198         (ada-goto-stmt-end, ada-goto-next-word)
27199         (ada-check-matching-start, ada-check-defun-name)
27200         (ada-goto-matching-decl-start, ada-goto-matching-start)
27201         (ada-goto-matching-end, ada-search-ignore-string-comment)
27202         (ada-in-decl-p, ada-looking-at-semi-or)
27203         (ada-looking-at-semi-private, ada-in-paramlist-p)
27204         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27205         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27206         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27207         (ada-previous-package, ada-create-menu)
27208         (ada-fill-comment-paragraph-justify)
27209         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27210         (ada-other-file-name, ada-last-which-function-line)
27211         (ada-last-which-function-subprog, ada-which-function)
27212         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27213         (ada-gen-treat-proc, ada-check-emacs-version)
27214         (ada-continuation-indent, ada-align-region-separate):
27215         Fix typos in docstrings.
27216         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27218 2005-06-16  Lute Kamstra  <lute@gnu.org>
27220         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27221         conditionally.
27223 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27225         * comint.el (comint-replace-by-expanded-filename)
27226         (comint-prompt-regexp, comint-delimiter-argument-list)
27227         (comint-preinput-scroll-to-bottom):
27228         * info.el (Info-hide-cookies-node):
27229         * ls-lisp.el (ls-lisp-classify):
27230         * find-file.el (ff-search-directories, ff-special-constructs)
27231         (ff-find-other-file):
27232         * font-lock.el (font-lock-keywords):
27233         * shell.el (shell-prompt-pattern)
27234         (shell-dynamic-complete-functions, shell-mode)
27235         (shell-delimiter-argument-list):
27236         * term.el (term-replace-by-expanded-filename)
27237         (term-prompt-regexp, term-delimiter-argument-list):
27238         * woman.el (woman-ignore, woman0-if):
27239         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27240         * emacs-lisp/elint.el (elint-init-env):
27241         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27242         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27243         * language/ethio-util.el (ethio-tilde-escape)
27244         (ethio-use-three-dot-question):
27245         * net/zone-mode.el (zone-mode-load-time-setup):
27246         * progmodes/cc-align.el (c-lineup-argcont):
27247         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27248         * progmodes/cperl-mode.el (cperl-set-style-back):
27249         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27250         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27251         Fix spellings in docstrings.
27253         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27254         * progmodes/modula2.el (m2-for): Fix spellings.
27256         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27258         * simple.el (undo-more): Don't use `format' on `error' arguments.
27259         Improve argument/docstring consistency.
27260         (pending-undo-list): Doc fix.
27262         * smerge-mode.el (smerge-ensure-match):
27263         * emulation/vip.el (vip-ex):
27264         * net/zone-mode.el (zone-mode-update-serial):
27265         * progmodes/idlwave.el (idlwave-complete):
27266         * progmodes/vhdl-mode.el (vhdl-visit-file)
27267         (vhdl-compose-wire-components):
27268         Don't use `format' on `error' arguments.
27270         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27271         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27272         (tooltip-help-tips): Fix typos in docstrings.
27274 2005-06-16  David Ponce  <david@dponce.com>
27276         * tree-widget.el (tree-widget-value-create): Simplify last change.
27278 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27280         * ido.el (ido-incomplete-regexp): New variable.
27281         (ido-set-matches-1): Handle invalid-regexp error and set
27282         ido-incomplete-regexp.
27283         (ido-incomplete-regexp): New face.
27284         (ido-completions): Use it.
27285         (ido-complete, ido-exit-minibuffer, ido-completions):
27286         Handle incomplete regexps.
27287         (ido-completions): Add check for complete match when entering a regexp.
27289 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27291         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27293 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27295         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27296         by field delimiters.
27298 2005-06-15  David Ponce  <david@dponce.com>
27300         * tree-widget.el: eval-and-compile inlined functions so they will
27301         be available at run-time too.
27302         (tree-widget-super-format-handler)
27303         (tree-widget-format-handler): Remove.
27304         (tree-widget-value-create): Handle the :indent property.
27306 2005-06-15  Miles Bader  <miles@gnu.org>
27308         * progmodes/which-func.el (which-func): Only inherit
27309         `font-lock-function-name-face' when that makes sense against the
27310         default mode-line face, otherwise set the face color explicitly.
27312         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27313         faces instead of (non-existent) variables.
27315 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27317         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27318         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27320 2005-06-14  Miles Bader  <miles@gnu.org>
27322         * progmodes/ld-script.el (ld-script-location-counter):
27323         Remove "-face" suffix from face name.
27324         (ld-script-location-counter-face):
27325         New backward-compatibility alias for renamed face.
27326         (ld-script-location-counter-face): Use renamed face.
27328         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27329         (cperl-hash): Remove "-face" suffix from face names.
27330         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27331         New backward-compatibility aliases for renamed faces.
27332         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27333         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27335         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27336         name.
27337         (which-func-face): New backward-compatibility alias for renamed face.
27338         (which-func-format): Use renamed which-func face.
27340         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27341         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27342         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27343         names.
27344         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27345         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27346         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27347         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27348         (vhdl-speedbar-architecture-selected)
27349         (vhdl-speedbar-configuration-selected)
27350         (vhdl-speedbar-package-selected)
27351         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27352         names.
27353         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27354         Use renamed faces.
27355         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27356         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27357         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27358         Use renamed faces.
27359         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27360         names.
27361         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27362         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27363         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27364         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27365         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27366         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27368         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27369         face name.
27370         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27371         (sh-heredoc-face): Use renamed sh-heredoc face.
27373         * progmodes/idlw-help.el (idlwave-help-link):
27374         Remove "-face" suffix from face name.
27375         (idlwave-help-link-face):
27376         New backward-compatibility alias for renamed face.
27377         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27379         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27380         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27381         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27382         New backward-compatibility aliases for renamed faces.
27383         (idlwave-shell-disabled-breakpoint-face)
27384         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27386         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27387         Remove "-face" suffix from face names.
27388         (flymake-errline-face, flymake-warnline-face):
27389         New backward-compatibility aliases for renamed faces.
27390         (flymake-highlight-line): Use renamed flymake faces.
27392         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27393         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27394         (ebrowse-member-class, ebrowse-progress):
27395         Remove "-face" suffix from face names.
27396         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27397         (ebrowse-file-name-face, ebrowse-default-face)
27398         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27399         (ebrowse-progress-face):
27400         New backward-compatibility aliases for renamed faces.
27401         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27402         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27403         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27404         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27406         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27407         antlr-syntax)
27408         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27409         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27410         names.
27411         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27412         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27413         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27414         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27415         backward-compatibility aliases for renamed faces.
27416         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27417         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27418         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27419         remove "font-lock-".  Use renamed antlr-mode faces.
27420         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27421         literal face-names with face variable references.
27423         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27424         face name.
27425         (Buffer-menu-buffer-face): New backward-compatibility alias for
27426         renamed face.
27427         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27429 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27431         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27432         Eliminate "-face" suffix.
27433         (makefile-targets): Inherit from font-lock-function-name-face and
27434         eliminate "-face" suffix.
27435         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27436         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27437         actions, instead of prepending, to make it less visible.
27438         (makefile-previous-dependency, makefile-match-dependency):
27439         Don't match a target on a continuation line.
27441         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27443 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27445         * progmodes/gdb-ui.el (menu): Re-order menu items.
27446         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27448         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27449         Define in tooltip.el.
27450         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27451         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27452         gud-tooltip-echo-area.
27454         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27455         backward compatibility and make obsolete.
27456         (tooltip-help-tips): Use tooltip-use-echo-area.
27457         (tooltip-show-help-function): Rename to...
27458         (tooltip-show-help): ...this, because it is a function.
27459         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27461 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27463         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27464         (edebug-print-length, edebug-print-level, edebug-print-circle)
27465         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27466         (edebug-eval-print-last-sexp): Doc fixes.
27468 2005-06-14  Kim F. Storm  <storm@cua.dk>
27470         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27471         as the coverage buffer/file/both may change.
27473 2005-06-14  Lute Kamstra  <lute@gnu.org>
27475         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27476         and run-mode-hooks.  Simplify.
27478         * mail/rmailedit.el (rmail-edit-mode):
27479         * progmodes/octave-inf.el (inferior-octave-mode):
27480         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27482         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27483         and run-mode-hooks.
27484         (recentf-edit-list, recentf-open-files): Don't call
27485         kill-all-local-variables directly.
27487         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27489 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27491         * emacs-lisp/byte-run.el (make-obsolete)
27492         (define-obsolete-function-alias): Rename arguments FUNCTION and
27493         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27494         (make-obsolete-variable, define-obsolete-variable-alias):
27495         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27496         respectively.
27498         * isearchb.el (isearchb-activate):
27499         * pcvs.el (cvs-mode):
27500         * ses.el (ses-load):
27501         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27502         * net/tramp.el (tramp-find-file-exists-command)
27503         (tramp-find-shell):
27504         * progmodes/ada-mode.el (ada-create-case-exception)
27505         (ada-create-case-exception-substring, ada-make-subprogram-body):
27506         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27507         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27508         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27509         * textmodes/org.el (org-promote, org-evaluate-time-range)
27510         (org-agenda-next-date-line, org-agenda-previous-date-line)
27511         (org-agenda-error, org-open-at-point, org-table-move-row)
27512         (org-format-table-table-html-using-table-generate-source)
27513         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27514         * textmodes/reftex.el (reftex-access-scan-info):
27515         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27516         (reftex-toc-promote-prepare): Follow error conventions.
27518         * diff-mode.el (diff-mode): Fix typo in docstring.
27520         * forms.el (forms--intuit-from-file): Fix reference to
27521         `forms-number-of-fields' in error message.
27522         (forms-print): Fix quoting in error message.
27524         * forms.el (forms-mode):
27525         * emulation/vi.el (vi-goto-insert-state):
27526         * progmodes/flymake.el (flymake-new-err-info)
27527         (flymake-start-syntax-check-for-current-buffer)
27528         (flymake-simple-cleanup):
27529         * eshell/esh-var.el (eshell/export):
27530         * progmodes/gud.el (xdb):
27531         * textmodes/flyspell.el (flyspell-incorrect-hook)
27532         (flyspell-maybe-correct-transposition)
27533         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27535 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27537         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27538         minibuffer prompt.
27540 2005-06-13  Kim F. Storm  <storm@cua.dk>
27542         * subr.el (add-to-ordered-list): New defun.
27544         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27545         add cua--keymap-alist to emulation-mode-map-alists.
27547 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27549         * subr.el (complete-in-turn): New macro.
27550         (dynamic-completion-table, lazy-completion-table): Add debug info.
27552         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27553         in preference to face aliases.
27555         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27556         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27557         Remove unused vars `start' and `firstline'.
27558         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27559         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27561 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27563         * cus-start.el (all): Don't complain about missing GTK-related
27564         variables, unless either `gtk' is boundp or this isn't a
27565         `windows-nt' build.
27567 2005-06-13  Lute Kamstra  <lute@gnu.org>
27569         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27570         run-mode-hooks.
27572         * ediff-mult.el (ediff-meta-mode):
27573         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27575         * ledit.el (ledit-mode): Use delay-mode-hooks.
27577         * woman.el (woman-mode-line-format): Delete constant.
27578         (woman-mode-map): Initialize it properly.
27579         (woman-mode): Set mode-class property to special.
27580         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27581         Set major-mode and mode-name.  Don't set mode-line-format directly.
27582         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27584         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27585         string argument obsolete.
27587 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27589         * textmodes/org.el (org-CUA-compatible): New option.
27590         (org-disputed-keys): New variable.
27591         (org-key): New function.
27592         (orgtbl-make-binding): Add docstring to the created function.
27593         (org-mode): Set paragraph start/separate regexps.
27594         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27595         (org-archive-location, org-archive-mark-done)
27596         (org-archive-stamp-time): New options.
27597         (org-archive-subtree): New command.
27598         (org-fill-paragraph): New function.
27599         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27600         (org-fake-empty-table-line): Function removed.
27601         (org-format-org-table-html): Do not create empty table lines at
27602         separator lines.  Improved table header treatment.
27603         (org-link-format): New option.
27604         (org-make-link): New function.
27605         (org-insert-link, org-store-link): Use org-make-link.
27606         (org-open-file): Quote file name for shell command, to allow
27607         spaces in file names.
27608         (org-link-regexp): Fix bug with mailto link.
27609         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27610         New constants.
27611         (org-export-as-html): Deal with the optional angles around a link.
27612         Better treatment of file: links.
27613         (org-open-at-point): Replace @{ and @} with < and >.
27614         (org-run-mode-hooks): Function removed.
27615         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27617 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27619         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27620         MI command -data-list-register-values.
27621         (gdb-post-prompt): Indent properly.
27623 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27625         * hilit-chg.el (highlight-changes-colors): Rename from
27626         `highlight-changes-colours'.
27627         (highlight-changes-colours): Keep as obsolete alias.
27628         (highlight-changes-face-list): Doc fix.
27629         (hilit-chg-make-list): Use `highlight-changes-colors'.
27631 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27633         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27634         defun-prompt-regexp.
27636 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27638         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27639         and cygwin.
27641         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27642         Don't use an old loaddefs.el, as in Makefile.in.
27644 2005-06-12  Lute Kamstra  <lute@gnu.org>
27646         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27648         * man.el (Man-mode-map): Initialize it properly.
27649         (Man-mode): Set mode-class property to special.
27651         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27653 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27655         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27656         A newline is needed in the docstring there.
27658         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27659         Doc fixes.
27661 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27663         * printing.el: Doc fix.  The menubar is no more changed when printing
27664         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27665         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27666         (pr-version): New version number (6.8.4).
27667         (pr-menu-bind): New command.
27668         (pr-update-menus): Docstring and code fix.
27669         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27670         Docstring fix.
27671         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27672         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27674 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27676         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27677         "Returns" to "return", document useful return values, etc.
27679 2005-06-11  Alan Mackenzie  <acm@muc.de>
27681         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27682         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27683         (adaptive-file-function): Minor amendment to doc-string.
27685 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27687         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27688         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27689         Fix :type--it is `integer', not `string'.
27691         * faces.el (modeline-highlight): Rename from (the erroneous)
27692         `modeline-higilight'.
27694 2005-06-11  Lute Kamstra  <lute@gnu.org>
27696         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27697         lisp-interaction-mode-map but make it the parent.
27698         (edebug-eval-mode): Use define-derived-mode.
27700 2005-06-11  Andreas Schwab  <schwab@suse.de>
27702         * bindings.el: Add binding of `ESC functionkey' for every
27703         `M-functionkey'.
27704         * hexl.el (hexl-mode-map): Likewise.
27706 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27708         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27709         [msft]: update regexp for newer msft compilers.
27711 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27713         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27714         ATTLIST portions of included DTDs.
27715         (xml-parse-dtd): Eliminate use of inefficient match-data.
27717 2005-06-10  Miles Bader  <miles@gnu.org>
27719         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27720         (mpuz-text): Remove "-face" suffix from face names.
27721         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27722         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27723         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27725         * play/gomoku.el (gomoku-O, gomoku-X):
27726         Remove "-face" suffix from face names.
27727         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27728         New backward-compatibility aliases for renamed faces.
27729         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27731 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27733         * thumbs.el: Fixes for changes of 2005-06-09.
27734         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27735         as a directory.
27736         (thumbs-thumbname): Remove directory separator from format string;
27737         `thumbs-thumbsdir' now returns a valid directory name.
27738         (thumbs-temp-dir): New defsubst.
27739         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27740         Use it.
27742         * cus-edit.el (minibuffer):
27743         * files.el (make-backup-file-name-function):
27744         * filesets.el (filesets-external-viewers):
27745         * hilit-chg.el (highlight-changes-colours)
27746         (highlight-changes-face-list, highlight-changes-rotate-faces):
27747         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27748         * kmacro.el (kmacro-call-macro):
27749         * log-edit.el (log-edit-changelog-full-paragraphs):
27750         * mouse.el (mouse-1-click-follows-link):
27751         * skeleton.el (skeleton-autowrap):
27752         * subr.el (insert-for-yank-1):
27753         * tempo.el (tempo-insert-region):
27754         * terminal.el (terminal-emulator):
27755         * time.el (display-time-mail-face):
27756         * vc.el (vc-annotate):
27757         * vcursor.el (vcursor-copy-line):
27758         * woman.el (woman-bold-headings, woman-ignore)
27759         (woman-default-faces, woman-monochrome-faces):
27760         * calendar/todo-mode.el (todo-insert-threshold):
27761         * emulation/pc-select.el (pc-select-selection-keys-only)
27762         (pc-selection-mode):
27763         * emulation/vip.el (vip-find-char-forward):
27764         * emulation/viper-cmd.el (viper-find-char-forward):
27765         * international/mule-cmds.el
27766         (select-safe-coding-system-accept-default-p)
27767         (input-method-exit-on-invalid-key):
27768         * international/mule-diag.el (describe-coding-system):
27769         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27770         * net/browse-url.el (browse-url-xterm-program):
27771         * obsolete/lazy-lock.el (lazy-lock-mode):
27772         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27773         (cperl-mode):
27774         * progmodes/cpp.el (cpp-face-light-name-list)
27775         (cpp-face-dark-name-list):
27776         * progmodes/delphi.el (delphi-newline-always-indents):
27777         Fix spellings in docstrings.
27779         * ido.el (ido-mode, ido-file-extensions-order)
27780         (ido-default-file-method, ido-default-buffer-method)
27781         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27782         (ido-decorations, ido-read-file-name-as-directory-commands)
27783         (ido-read-file-name-non-ido, ido-work-directory-list)
27784         (ido-ignore-item-temp-list, ido-current-directory)
27785         (ido-magic-forward-char, ido-enter-find-file)
27786         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27787         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27789 2005-06-10  Lute Kamstra  <lute@gnu.org>
27791         * play/dunnet.el (dun-mode): Use define-derived-mode.
27792         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27793         obsolete alias.
27795         * play/doctor.el (doctor-mode-map): Remove defvar.
27796         (doctor-mode): Use define-derived-mode.
27798         * mail/mspools.el (mspools-mode):
27799         * net/eudc-hotlist.el (eudc-hotlist-mode):
27800         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27802 2005-06-10  Miles Bader  <miles@gnu.org>
27804         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27805         Remove "-face" suffix from face names.
27806         (flyspell-incorrect-face, flyspell-duplicate-face):
27807         New backward-compatibility aliases for renamed faces.
27808         (flyspell-mode-on, make-flyspell-overlay)
27809         (flyspell-highlight-incorrect-region)
27810         (flyspell-highlight-duplicate-region)
27811         (flyspell-display-next-corrections)
27812         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27814         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27815         from face name.
27816         (texinfo-heading-face): New backward-compatibility alias for
27817         renamed face.
27818         (texinfo-heading-face): Use renamed texinfo-heading face.
27820         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27821         suffix from face names.
27822         (tex-math-face, tex-verbatim-face):
27823         New backward-compatibility aliases for renamed faces.
27824         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27825         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27826         literal face name.
27828         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27829         name.
27830         (table-cell-face): New backward-compatibility alias for renamed face.
27831         (table--put-cell-face-property, table--update-cell-face):
27832         Use renamed table-cell face.
27834         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27835         from face name.
27836         (sgml-namespace-face): New backward-compatibility alias for
27837         renamed face.
27838         (sgml-namespace-face): Use renamed sgml-namespace face.
27840         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27841         (org-level-4, org-level-5, org-level-6, org-level-7)
27842         (org-level-8, org-warning, org-headline-done)
27843         (org-deadline-announce, org-scheduled-today)
27844         (org-scheduled-previously, org-link, org-done, org-table)
27845         (org-time-grid): Remove "-face" suffix from face names.
27846         (org-level-1-face, org-level-2-face, org-level-3-face)
27847         (org-level-4-face, org-level-5-face, org-level-6-face)
27848         (org-level-7-face, org-level-8-face, org-warning-face)
27849         (org-headline-done-face, org-deadline-announce-face)
27850         (org-scheduled-today-face, org-scheduled-previously-face)
27851         (org-link-face, org-done-face, org-table-face)
27852         (org-time-grid-face):
27853         New backward-compatibility aliases for renamed faces.
27854         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27855         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27856         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27857         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27859         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27860         (viper-minibuffer-emacs, viper-minibuffer-insert)
27861         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27862         (viper-search-face, viper-replace-overlay-face)
27863         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27864         (viper-minibuffer-vi-face):
27865         New backward-compatibility aliases for renamed faces.
27866         (viper-search-face, viper-replace-overlay-face)
27867         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27868         (viper-minibuffer-vi-face): Use renamed viper faces.
27870         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27871         Remove "-face" suffix from face names.
27872         (testcover-nohits-face, testcover-1value-face):
27873         New backward-compatibility aliases for renamed faces.
27874         (testcover-mark): Use renamed testcover faces.
27876         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27877         face name.
27878         (diary-button-face): New backward-compatibility alias for renamed face.
27879         (diary-entry): Use renamed diary-button face.
27881         * calendar/calendar.el (diary, calendar-today, holiday)
27882         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27883         (diary-face, calendar-today-face, holiday-face):
27884         New backward-compatibility aliases for renamed faces.
27885         (eval-after-load "facemenu", diary-entry-marker)
27886         (calendar-today-marker, calendar-holiday-marker, diary-face):
27887         Use renamed calendar faces.
27889         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27890         (compare-windows-face): New backward-compatibility alias for
27891         renamed face.
27892         (compare-windows-highlight): Use renamed compare-windows face.
27894         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27895         (strokes-char-face): New backward-compatibility alias for renamed face.
27896         (strokes-encode-buffer): Use renamed strokes-char face.
27898         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27899         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27900         Remove "-face" suffix from face names.
27901         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27902         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27903         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27904         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27905         Use renamed pcvs faces.
27906         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27907         * pcvs-defs.el (cvs-mode-map): Likewise.
27908         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27910         * info.el (info-title-1, info-title-2, info-title-3)
27911         (info-title-4): Remove "-face" suffix from and downcase face names.
27912         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27913         (Info-title-4-face):
27914         New backward-compatibility aliases for renamed faces.
27915         (Info-fontify-node): Use renamed info faces.
27917         * hilit-chg.el (highlight-changes, highlight-changes-delete):
27918         Remove "-face" suffix from face names.
27919         (highlight-changes-face, highlight-changes-delete-face):
27920         New backward-compatibility aliases for renamed faces.
27921         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27922         (hilit-chg-make-list): Use renamed highlight-changes faces.
27924         * generic-x.el (show-tabs-tab, show-tabs-space):
27925         Remove "-face" suffix from face names.
27926         (show-tabs-tab-face, show-tabs-space-face):
27927         New backward-compatibility aliases for renamed faces.
27928         (show-tabs-generic-mode-font-lock-defaults-1)
27929         (show-tabs-generic-mode-font-lock-defaults-2):
27930         Use renamed show-tabs faces.
27932         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27933         (smerge-markers): Remove "-face" suffix from face names.
27934         (smerge-mine-face, smerge-other-face, smerge-base-face)
27935         (smerge-markers-face):
27936         New backward-compatibility aliases for renamed faces.
27937         (smerge-mine-face, smerge-other-face, smerge-base-face)
27938         (smerge-markers-face): Use renamed smerge faces.
27940         * log-view.el (log-view-file, log-view-message): Remove "-face"
27941         suffix from face names.
27942         (log-view-file-face, log-view-message-face):
27943         New backward-compatibility aliases for renamed faces.
27944         (log-view-file-face, log-view-message-face): Use renamed log-view
27945         faces.
27947         * paren.el (show-paren-match, show-paren-mismatch):
27948         Remove "-face" suffix from face names.
27949         (show-paren-match-face, show-paren-mismatch-face):
27950         New backward-compatibility aliases for renamed faces.
27951         (show-paren-function): Use renamed show-paren faces.
27953         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27954         (ruler-mode-margins, ruler-mode-fringes)
27955         (ruler-mode-column-number, ruler-mode-fill-column)
27956         (ruler-mode-comment-column, ruler-mode-goal-column)
27957         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27958         suffix from face names.
27959         (ruler-mode-default-face, ruler-mode-pad-face)
27960         (ruler-mode-margins-face, ruler-mode-fringes-face)
27961         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27962         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27963         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27964         New backward-compatibility aliases for renamed faces.
27965         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27966         (ruler-mode-column-number, ruler-mode-fill-column)
27967         (ruler-mode-comment-column, ruler-mode-goal-column)
27968         (ruler-mode-tab-stop, ruler-mode-current-column)
27969         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27970         faces.
27972         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27973         face name.
27974         (whitespace-highlight-the-space): Use renamed face.
27975         (whitespace-highlight-face): New backward-compatibility alias for
27976         renamed face.
27978         * woman.el (woman-italic, woman-bold, woman-unknown)
27979         (woman-addition, woman-symbol-face):
27980         Remove "-face" suffix from face names.
27981         (woman-italic-face, woman-bold-face, woman-unknown-face)
27982         (woman-addition-face):
27983         New backward-compatibility aliases for renamed faces.
27984         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27985         (woman-decode-region, woman-replace-match)
27986         (woman-display-extended-fonts, woman-special-characters)
27987         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27988         Use renamed woman faces.
27990         * longlines.el (longlines-visible-face): Face removed.
27992         * diff-mode.el (diff-header, diff-file-header, diff-index)
27993         (diff-hunk-header, diff-removed, diff-added, diff-changed)
27994         (diff-function, diff-context, diff-nonexistent): Remove "-face"
27995         suffix from face names.
27996         (diff-header-face, diff-file-header-face, diff-index-face)
27997         (diff-hunk-header-face, diff-removed-face, diff-added-face)
27998         (diff-changed-face, diff-function-face, diff-context-face)
27999         (diff-nonexistent-face): New backward-compatibility aliases for
28000         renamed faces.
28001         (diff-header-face, diff-file-header-face)
28002         (diff-index, diff-index-face, diff-hunk-header)
28003         (diff-hunk-header-face, diff-removed, diff-removed-face)
28004         (diff-added, diff-added-face, diff-changed-face, diff-function)
28005         (diff-function-face, diff-context-face, diff-nonexistent)
28006         (diff-nonexistent-face): Use renamed diff-mode faces.
28008         * progmodes/compile.el (compilation-warning-face)
28009         (compilation-info-face): Remove "-face" suffix from face names.
28010         (compilation-warning-face, compilation-info-face):
28011         New backward-compatibility aliases for renamed faces.
28012         (compilation-warning-face, compilation-info-face):
28013         Use renamed compilation faces.
28015         * add-log.el (change-log-date, change-log-name)
28016         (change-log-email, change-log-file, change-log-list)
28017         (change-log-conditionals, change-log-function)
28018         (change-log-acknowledgement): Remove "-face" suffix from face names.
28019         (change-log-date-face, change-log-name-face)
28020         (change-log-email-face, change-log-file-face)
28021         (change-log-list-face, change-log-conditionals-face)
28022         (change-log-function-face, change-log-acknowledgement-face):
28023         New backward-compatibility aliases for renamed faces.
28024         (change-log-font-lock-keywords): Use renamed change-log faces.
28026         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28027         (custom-set, custom-changed, custom-saved, custom-button)
28028         (custom-button-pressed, custom-documentation, custom-state)
28029         (custom-comment, custom-comment-tag, custom-variable-tag)
28030         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28031         (custom-group-tag): Remove "-face" suffix from face names.
28032         (custom-magic-alist, custom-magic-value-create)
28033         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28034         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28035         (custom-set-face, custom-changed-face, custom-saved-face)
28036         (custom-button-face, custom-button-pressed-face)
28037         (custom-documentation-face, custom-state-face)
28038         (custom-comment-face, custom-comment-tag-face)
28039         (custom-variable-tag-face, custom-variable-button-face)
28040         (custom-face-tag-face, custom-group-tag-face-1)
28041         (custom-group-tag-face):
28042         New backward-compatibility aliases for renamed faces.
28044         * wid-edit.el (widget-documentation, widget-button)
28045         (widget-field, widget-single-line-field, widget-inactive)
28046         (widget-button-pressed): "-face" suffix removed from face names.
28047         (widget-documentation-face, widget-button-face)
28048         (widget-field-face, widget-single-line-field-face)
28049         (widget-inactive-face, widget-button-pressed-face):
28050         New backward-compatibility aliases for renamed faces.
28051         (widget-documentation-face, widget-button-face)
28052         (widget-button-pressed-face, widget-specify-field)
28053         (widget-specify-inactive): Use renamed widget faces.
28055 2005-06-10  Kenichi Handa  <handa@m17n.org>
28057         * term/x-win.el (x-clipboard-yank): Remove condition-case
28058         wrapping.
28060 2005-06-11  Kenichi Handa  <handa@m17n.org>
28062         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28063         date lines stricter.
28065 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28067         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28068         of x-get-selection.
28070 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28072         * comint.el (comint-mode, comint-snapshot-last-prompt):
28073         * frame.el (frame-current-scroll-bars):
28074         * term.el (term-mode, term-check-proc, term-input-sender)
28075         (term-simple-send, term-extract-string, term-word)
28076         (term-match-partial-filename):
28077         * window.el (window-current-scroll-bars):
28078         * emulation/cua-base.el (cua-normal-cursor-color)
28079         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28080         (cua-global-mark-cursor-color):
28081         * mail/undigest.el (rmail-forward-separator-regex):
28082         Fix typos in docstrings.
28084         * comint.el (comint-check-proc, make-comint-in-buffer)
28085         (comint-source-default): Doc fixes.
28087         * term.el (term-send-string): Improve argument/docstring consistency.
28089 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28091         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28092         call to `delete-region'.
28093         (comint-mode-hook): Do not enable Font Lock by default.
28095 2005-06-09  Lute Kamstra  <lute@gnu.org>
28097         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28098         could be void.
28100 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28102         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28103         (debug): Use it.
28104         (debugger-step-through, debugger-continue, debugger-jump)
28105         (debugger-return-value): Set it when needed.
28106         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28107         Use inhibit-read-only.
28109 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28111         * window.el (shrink-window-if-larger-than-buffer)
28112         (window-size-fixed): Fix typo in docstring.
28114         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28115         thumbnails directory on loading.
28116         (thumbs-conversion-program): Use `eq' to check the system type,
28117         not `equal'.
28118         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28119         not "/tmp".  Fix docstring.
28120         (thumbs-thumbsdir): New function to return the thumbnails
28121         directory, creating it if needed.
28122         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28123         (thumbs-temp-file): Delete variable and make it into a function.
28124         (thumbs-resize-image, thumbs-modify-image): Use it.
28125         (thumbs-kill-buffer): Simplify.
28126         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28127         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28128         docstrings.
28130 2005-06-09  Kim F. Storm  <storm@cua.dk>
28132         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28133         set-match-data to free markers in match-data.
28135         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28136         match-data to unchain markers in match-data.
28138 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28140         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28141         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28142         unnecessary now.
28144 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28146         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28147         give the variable a doc string that doesn't say don't set it directly.
28149         * textmodes/ispell.el (ispell-check-version):
28150         Use match-string-no-properties.
28151         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28152         (ispell-buffer-local-words): Likewise.
28154         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28155         except on terminals with enough colors to really display it.
28156         (makefile-dependency-regex): Delete spurious `bb'.
28158         * faces.el (escape-glyph): Use blue once again in last case.
28159         (no-break-space): Redefine so that it isn't invisible on a tty.
28161 2005-06-08  Kim F. Storm  <storm@cua.dk>
28163         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28164         also when reading directory name.
28166 2005-06-08  Lute Kamstra  <lute@gnu.org>
28168         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28169         (flyspell-mode-line-string): Remove autoload cookie.
28170         (flyspell-mode): Remove defvar.
28172 2005-06-07  Lute Kamstra  <lute@gnu.org>
28174         * textmodes/org.el (org-run-mode-hooks): New function.
28175         (org-agenda-mode): Use it.
28177 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28179         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28181 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28183         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28185 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28187         * font-lock.el (font-lock-add-keywords): Doc fix.
28189 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28191         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28192         (tex-compile-default): In the absence of any history, use the order in
28193         tex-compile-alist to choose the preferred command.
28194         (tex-compile-commands): Reorder a bit.
28196         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28197         (flyspell-incorrect-face, flyspell-duplicate-face):
28198         Use (X)Emacs-agnostic code.
28199         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28200         redundant with the subsequent add-minor-mode.  Merge Emacs and
28201         XEmacs code.
28202         (flyspell-word): Minor simplification.
28203         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28204         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28205         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28206         Merge the corresponding Emacs code.
28207         (flyspell-correct-word, flyspell-xemacs-popup):
28208         Use flyspell-do-correct.
28210         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28211         a dedicated window.
28213         * international/latexenc.el (latexenc-find-file-coding-system):
28214         Undo part of last patch, to turn off a compiler warning.
28216 2005-06-06  Juri Linkov  <juri@jurta.org>
28218         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28219         Rename `tmm-inactive-face' to `tmm-inactive'.
28221 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28223         * iswitchb.el: Rename faces.
28225 2005-06-06  Kim F. Storm  <storm@cua.dk>
28227         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28228         (cua-global-mark): Remove -face suffix from face names.
28230         * emulation/cua-gmrk.el (cua--init-global-mark):
28231         Remove cua-global-mark face setup.
28233 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28235         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28236         just like other allowed characters.
28237         (makefile-match-dependency): Exclude leading and training whitespace
28238         from the range of regexp subexp 1.
28239         (makefile-macroassign-regex): Don't try to match the body,
28240         just the name of the macro being defined.
28242         * info.el (Info-read-node-name-2): New function.
28243         (Info-read-node-name-1): Use that.
28244         Add a completion-base-size-function property.
28246         * simple.el (completion-setup-function): Look for
28247         completion-base-size-function property of minibuffer-completion-table.
28249         * files.el (locate-file-completion): Doc fix.
28251         * printing.el: Don't call pr-update-menus; user must do that.
28253         * emacs-lisp/debug.el (debugger-window): New variable.
28254         (debug): Use debugger-window if it is set and still alive.
28255         Record debugger-window for next entry.
28257         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28259 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28261         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28262         (hack-one-local-variable, hack-local-variables)
28263         (hack-local-variables-prop-line): Pass that arg.
28265 2005-06-06  Kim F. Storm  <storm@cua.dk>
28267         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28268         (ido-indicator): Remove -face suffix from face names.
28270 2005-06-06  Juri Linkov  <juri@jurta.org>
28272         * font-lock.el (font-lock-regexp-backslash)
28273         (font-lock-regexp-backslash-construct): New faces.
28274         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28275         after `('.  Add `while-no-input' to control structures.
28277         * faces.el (no-break-space, shadow): New faces.
28278         (escape-glyph): Use less loud colors pink2 and red4.
28280         * diff-mode.el (diff-context-face)
28281         * dired.el (dired-ignored)
28282         * rfn-eshadow.el (file-name-shadow)
28283         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28285         * info.el (Info-title-1-face): Use green instead of yellow because
28286         bold yellow is not readable on light backgrounds.
28288         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28289         before selecting the desired mode to not spend time fontifying
28290         old contents.
28292 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28294         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28295         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28297         * ps-print.el (ps-default-fg, ps-default-bg):
28298         Fix typos in docstrings.
28300         * isearchb.el (isearchb): Don't pass a spurious second argument to
28301         `iswitchb-completions'.
28303 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28305         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28306         to preserve point.
28307         (gdb-find-file-hook): Add doc string.
28309         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28310         C dereferenced pointer expression.
28311         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28313         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28315         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28316         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28317         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28318         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28319         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28320         Make background transparent.
28322 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28324         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28325         (font-lock-remove-keywords): Doc fix.
28326         (font-lock-mode-major-mode): Compiler defvar.
28327         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28329         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28330         (font-lock-mode): Update `font-lock-mode-major-mode'.
28331         (font-lock-set-defaults): Compiler defvar.
28332         (font-lock-default-function): Take `font-lock-mode-major-mode'
28333         into account.
28335         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28336         keep track of which major mode it enabled the minor mode for.
28337         Use find-file-hook again.  Update docstring.
28339         * simple.el (eval-expression-print-level)
28340         (eval-expression-print-length, eval-expression-debug-on-error):
28341         Doc fixes.
28343 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28345         * iswitchb.el (iswitchb-single-match-face)
28346         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28347         (iswitchb-invalid-regexp-face): New faces.
28348         (iswitchb-completions): Use them.
28349         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28350         now marked as an obsolete alias.
28351         (iswitchb-read-buffer): Remove check for bound font variables.
28352         (iswitchb-invalid-regexp): New free variable.
28353         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28354         set iswitchb-invalid-regexp.
28355         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28356         invalid regexps.
28357         (iswitchb-completions): Add check for complete match when entering
28358         a regexp.
28359         (iswitchb-completions): Remove require-match argument.
28360         (iswitchb-exhibit): Fix caller.
28361         (iswitchb-common-match-inserted): New variable.
28362         (iswitchb-complete, iswitchb-completion-help): Use it.
28364 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28366         * url-http.el (url-http-chunked-encoding-after-change-function):
28367         Use `url-http-debug' instead of `message'.
28369 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28371         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28372         callback argument.
28374 2005-06-04  Kim F. Storm  <storm@cua.dk>
28376         * simple.el (line-move): Only call sit-for when moving backwards.
28378         * ido.el (ido-make-merged-file-list-1): New defun split from
28379         ido-make-merged-file-list.
28380         (ido-make-merged-file-list): Bind throw-on-input around call to
28381         ido-make-merged-file-list-1.  Return input-pending-p if
28382         interrupted by more input available.
28383         (ido-read-internal): Handle input-pending-p return value from
28384         ido-make-merged-file-list.
28386 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28388         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28389         compatibility code.
28391         * international/latexenc.el (latexenc-find-file-coding-system):
28392         Don't inherit the EOL part of the coding-system from the
28393         tex-main buffer.  Fit within 80 columns.
28395 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28397         * tmm.el (tmm-inactive-face): New face.
28398         (tmm-remove-inactive-mouse-face): New function.
28399         (tmm-prompt, tmm-add-one-shortcut)
28400         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28401         but not selectable.
28403 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28405         * faces.el (face-equal): Improve argument/docstring consistency.
28407 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28409         * progmodes/make-mode.el (makefile-targets-face)
28410         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28411         (makefile-bsdmake-dependency-regex)
28412         (makefile-makepp-rule-action-regex)
28413         (makefile-bsdmake-rule-action-regex): New constants.
28414         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28416         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28417         Allow (...) within `...' for makepp messages.
28419 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28421         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28423         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28424         "." files are deleted from all file lists before comparison.
28426         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28427         (viper-ESC-key): Made them customizable.
28429         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28431 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28433         * autorevert.el (auto-revert-buffers): Use save-match-data.
28435 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28437         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28438         menu items with a nil command binding.
28440 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28442         * emacs-lisp/cl-macs.el (defsetf):
28443         Improve argument/docstring consistency.
28445         * faces.el (list-faces-display): Improve the formatting by
28446         computing the maximum length required for any face-name (reworked
28447         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28448         (internal-find-face): Remove redundant info in docstring.
28450 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28452         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28453         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28454         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28455         (gdb-assembler-custom): Improve regexps.
28456         (def-gdb-auto-update-handler): Use window point to preserve point.
28458 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28460         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28462 2005-05-31  Jay Belanger  <belanger@truman.edu>
28464         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28465         to calc-embedded.
28466         (calc-embedded-make-info): Have plain prefix argument select
28467         entire line.
28469 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28471         * faces.el (list-faces-display): Signal error if passed a regexp
28472         that matches no face name.
28474         * simple.el (filter-buffer-substring): Fix typo in docstring.
28476 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28478         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28479         (vhdl-emacs-21): Doc fix.
28480         (vhdl-mode): Unconditionally set comment-padding.
28481         (vhdl-fixup-whitespace-region): Insert spaces only where
28482         there are none.
28483         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28485 2005-05-30  John Wiegley  <johnw@newartisans.com>
28487         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28488         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28489         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28490         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28491         `string-to-number'.
28493 2005-05-30  Jay Belanger  <belanger@truman.edu>
28495         * calc/calc.el (calc-bug-address): Fix docstring.
28496         (calc-window-hook, calc-trail-window-hook): New variables.
28497         (calc-trail-display): Restore use of calc-trail-window-hook.
28498         (calc): Restore use of calc-window-hook.
28500 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28502         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28504         * help-fns.el (help-C-file-name): Add autoload mark for
28505         `find-function-noselect'.
28507 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28509         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28510         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28512 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28514         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28515         included diary buffer if it was not already being visited.
28516         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28518         * calendar/icalendar.el (top-level): Do not require appt.
28520         * mail/supercite.el (sc-select-attribution): Only use a list
28521         element from sc-attrib-selection-list if it returns a string.
28522         Reported by Davide G. M. Salvetti <salve@debian.org>.
28524 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28526         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28527         includes a hash value to improve its uniqueness, and has a ".jpg"
28528         extension.  Also, it is now a valid filename on all systems.
28529         (thumbs-make-thumb): Use `let', not `let*'.
28530         (thumbs-show-thumbs-list): Check for JPEG availability.
28532 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28534         * filesets.el (filesets-menu-ensure-use-cached):
28535         Prevent warning when emacs-version>= is undefined.
28537         * printing.el (pr-interactive-n-up): Use string-to-number.
28539         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28541         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28542         Warn only when name to be defined is quoted.
28544 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28546         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28547         Make regexp more robust.
28548         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28549         Force regeneration of disassembly.
28551 2005-05-29  Jay Belanger  <belanger@truman.edu>
28553         * calc/calc.el (calc-user-invocation): Check if
28554         calc-invocation-macro is non-nil.
28556 2005-05-29  Juri Linkov  <juri@jurta.org>
28558         * add-log.el (change-log-font-lock-keywords):
28559         Add `+' to e-mail regexp to accept mail address with keywords.
28561         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28563 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28565         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28567         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28569 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28571         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28572         Undo the change that moves to end of the current word.
28574 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28576         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28577         Throw error when count <= 0 to ensure input is a number.
28578         (gdb-read-memory-custom): Pick up address from buffer.
28579         (gdb-memory-mode): Allow user to increment and decrement
28580         memory address from header line.
28582 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28584         * flyspell.el (flyspell-version): Function deleted.
28585         (flyspell-auto-correct-previous-hook): Doc fix.
28587         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28588         Do nothing if memory is full.
28590         * font-lock.el (font-lock-fontify-syntactically-region):
28591         Pass t for GREEDY to looking-back.
28593         * saveplace.el (save-place-alist-to-file): Write the file
28594         using write-region.
28596         * subr.el (looking-back): New argument GREEDY.
28598         * progmodes/compile.el (compilation-start): Set the mode
28599         before inserting the initial text.
28601         * progmodes/which-func.el (which-func-update-1): Turn the mode
28602         off in case of error by setting which-func-mode.
28604 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28606         * flyspell.el (flyspell-auto-correct-previous-word):
28607         Narrow down to what's on the screen, and recenter overlays
28608         at the end of the next word.
28610 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28612         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28613         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28614         (flyspell-abbrev-p): Default to nil.
28615         (flyspell-use-global-abbrev-table-p): Doc fix.
28616         (flyspell-large-region): Allow nil as value.
28617         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28619         (mail-mode-flyspell-verify): More robust handling
28620         of `mail-header-separator'.  More efficient signature detection.
28621         Allow for regexp metacharacters in message-header-separator.
28622         Adding `To' not to be checked in mail-mode-flyspell-verify.
28624         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28625         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28626         Bind flyspell-auto-correct-binding.
28627         Bind C-. and C-, .
28628         (flyspell-mode-map): Likewise.
28629         (flyspell-mode): Doc fix.
28630         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28631         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28632         (flyspell-word-cache-result): New var, always local.
28633         (flyspell-check-pre-word-p): Doc fix.
28634         (flyspell-check-changed-word-p): Handle spc like newline.
28635         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28636         (flyspell-word-search-backward, flyspell-word-search-forward):
28637         New functions.
28638         (flyspell-word): Return t if nothing to check.
28639         When parsing TeX code, check for after } or \.
28640         Use flyspell-word-search-backward to find previous word.
28641         Return nil if duplicated word.
28642         For word already checked, return same value as last time.
28643         Set flyspell-word-cache-result after checking.
28644         Don't clobber the return value.
28645         (flyspell-get-word): Major rewrite.
28646         (flyspell-external-point-words): New locals pword, pcount.
28647         Fix size used in progress message.
28648         Find the proper corresponding word in flyspell-large-region-buffer.
28649         (flyspell-region): Check for flyspell-large-region = nil.
28650         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28651         (flyspell-auto-correct-word): Check that WORD is a cons.
28652         (flyspell-correct-word): Likewise.
28654 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28656         * progmodes/make-mode.el (makefile-rule-action-regex)
28657         (makefile-macroassign-regex, makefile-makepp-mode)
28658         (makefile-bsdmake-mode): Continuation lines may be empty.
28659         Reported by Joshua Varner.
28660         (makefile-makepp-font-lock-keywords): Add $(stem).
28662 2005-05-28  Karl Berry  <karl@gnu.org>
28664         * textmodes/tex-mode.el: Now that tex-send-command calls
28665         shell-quote-argument (2005-03-31 change), remove all calls to
28666         shell-quote-argument; they all end up invoking tex-send-command.
28667         The double quoting loses on filenames with non-safe characters,
28668         such as "@".  Reported by Frederik Fouvry.
28670 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28672         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28673         about preserving point.
28675 2005-05-27  Jay Belanger  <belanger@truman.edu>
28677         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28678         Info-goto-node.
28680         * calc/calc-embed.el (calc-embed-arg): New variable.
28681         (calc-do-embedded-activate, calc-embedded-activate-formula)
28682         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28683         variable by new variable.
28684         (calc-embedded-make-info): Replace undeclared variable by new
28685         variable.  When selecting region with positive prefix
28686         argument, use end of previous line instead of beginning of line.
28688         * calc/calc-aent.el (calc-arg-values): Declare it.
28690         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28691         Declare them.
28693         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28695         * calc/calc.el (calc-alg-map): Declare it.
28697         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28699 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28701         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28702         (gdb-registers-buffer, toggle-gdb-all-registers):
28703         Toggle display of floating point registers.
28704         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28706         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28707         (toggle-gud-tooltip-dereference):
28708         Rename from gud-toggle-tooltip-dereference.
28710 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28712         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28714 2005-05-27  Jay Belanger  <belanger@truman.edu>
28716         * calc/calc-prog.el (calc-kbd-report): Remove.
28717         (calc-kbd-query): Rewrite.
28719 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28721         * image.el (image-library-alist): Move to image.c.
28722         (image-type-available-p): Doc fix.
28724 2005-05-27  Lute Kamstra  <lute@gnu.org>
28726         * calc/calc.el (calc):
28727         * outline.el (outline-1, outline-2, outline-3, outline-4)
28728         (outline-5, outline-6, outline-7, outline-8):
28729         * textmodes/dns-mode.el (dns-mode):
28730         * textmodes/sgml-mode.el (sgml-namespace-face):
28731         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28732         (tex-verbatim-face, tex-use-reftex):
28733         * textmodes/texinfo.el (texinfo-heading-face):
28734         Specify customization group.
28736         * longlines.el: Don't require easy-mmode.
28737         (longlines-visible-face): Specify customization group.
28739 2005-05-27  Kenichi Handa  <handa@m17n.org>
28741         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28742         encoding table of windows-1251.
28744         * international/ucs-tables.el (ucs-set-table-for-input):
28745         If translation-table-for-input of a coding system is a symbol, get
28746         its translation-table property.
28748         * international/code-pages.el: Don't register a coding system into
28749         non-iso-charset-alist more than once.
28750         (cp-make-coding-system): Likewise.
28752 2005-05-26  John Wiegley  <johnw@newartisans.com>
28754         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28755         `eshell-resume-eval' is wrapped in a list, it indicates that the
28756         command was run asynchronously.  In that case, unwrap the value
28757         before checking the delimiter value.
28759         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28760         character before a space at the end of a line is \, assume the space
28761         is part of the last argument rather than a final argument separator.
28763         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28764         is in use, and the target is `t' or `nil' (which are the most common
28765         values), don't assume that the symbol target is a buffer.
28767 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28769         * calendar/calendar.el (calendar-mode-line-format):
28770         Use mode-line-highlight as mouse-face.
28772         * time.el (display-time-string-forms, display-time-update):
28773         Use mode-line-highlight as mouse-face.
28775 2005-05-26  Jay Belanger  <belanger@truman.edu>
28777         * calc/calc.el (calc-language-alist): Remove extra defvar.
28779 2005-05-26  Lute Kamstra  <lute@gnu.org>
28781         * arc-mode.el (archive-mode):
28782         * bookmark.el (bookmark-read-annotation-mode)
28783         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28784         * bs.el (bs-mode):
28785         * calc/calc-yank.el (calc-edit-mode):
28786         * calc/calc.el (calc-mode, calc-trail-mode):
28787         * calculator.el (calculator-mode):
28788         * chistory.el (command-history-mode):
28789         * comint.el:
28790         * cus-edit.el (custom-mode):
28791         * descr-text.el (describe-text-mode):
28792         * ebuff-menu.el (Electric-buffer-menu-mode):
28793         * ediff-util.el (ediff-mode):
28794         * emacs-lisp/re-builder.el (reb-mode):
28795         * emulation/vi.el (vi-mode-setup):
28796         * emulation/ws-mode.el (wordstar-mode):
28797         * eshell/esh-mode.el (eshell-mode):
28798         * forms.el (forms-mode):
28799         * help-mode.el (help-mode):
28800         * hexl.el (hexl-mode):
28801         * ibuffer.el (ibuffer-mode):
28802         * ielm.el (inferior-emacs-lisp-mode):
28803         * info.el (Info-mode, Info-edit-mode):
28804         * international/swedish.el:
28805         * ledit.el (ledit-from-lisp-mode):
28806         * locate.el (locate-mode):
28807         * mail/rmail.el (rmail-mode):
28808         * mail/rmailedit.el (rmail-edit-mode):
28809         * mail/rmailsum.el (rmail-summary-mode):
28810         * mail/supercite.el (sc-electric-mode):
28811         * net/eudc.el (eudc-mode):
28812         * net/quickurl.el (quickurl-list-mode):
28813         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28814         * obsolete/ooutline.el (outline-mode):
28815         * obsolete/options.el (Edit-options-mode):
28816         * obsolete/rnews.el (news-mode):
28817         * obsolete/rnewspost.el (news-reply-mode):
28818         * play/5x5.el (5x5-mode):
28819         * play/decipher.el (decipher-mode, decipher-stats-mode):
28820         * play/gomoku.el (gomoku-mode):
28821         * play/snake.el (snake-mode):
28822         * play/solitaire.el (solitaire-mode):
28823         * play/tetris.el (tetris-mode):
28824         * progmodes/ada-mode.el (ada-mode):
28825         * progmodes/antlr-mode.el (antlr-mode):
28826         * progmodes/autoconf.el (autoconf-mode):
28827         * progmodes/dcl-mode.el (dcl-mode):
28828         * progmodes/delphi.el (delphi-mode):
28829         * progmodes/ebrowse.el (ebrowse-tree-mode)
28830         (ebrowse-electric-list-mode, ebrowse-member-mode)
28831         (ebrowse-electric-position-mode):
28832         * progmodes/f90.el (f90-mode):
28833         * progmodes/fortran.el (fortran-mode):
28834         * progmodes/icon.el (icon-mode):
28835         * progmodes/idlw-help.el (idlwave-help-mode):
28836         * progmodes/idlw-shell.el (idlwave-shell-mode):
28837         * progmodes/idlwave.el (idlwave-mode):
28838         * progmodes/inf-lisp.el (inferior-lisp-mode):
28839         * progmodes/m4-mode.el (m4-mode):
28840         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28841         * progmodes/modula2.el (modula-2-mode):
28842         * progmodes/octave-inf.el (inferior-octave-mode):
28843         * progmodes/octave-mod.el (octave-mode):
28844         * progmodes/pascal.el (pascal-mode):
28845         * progmodes/sh-script.el (sh-mode):
28846         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28847         * progmodes/vhdl-mode.el (vhdl-mode):
28848         * progmodes/xscheme.el (scheme-interaction-mode):
28849         * replace.el (occur-mode):
28850         * ses.el (ses-mode):
28851         * simple.el (completion-list-mode):
28852         * skeleton.el:
28853         * speedbar.el (speedbar-mode):
28854         * term.el (term-mode):
28855         * terminal.el (terminal-edit-mode):
28856         * textmodes/reftex-index.el (reftex-index-mode)
28857         (reftex-index-phrases-mode):
28858         * textmodes/reftex-sel.el (reftex-select-label-mode)
28859         (reftex-select-bib-mode):
28860         * textmodes/reftex-toc.el (reftex-toc-mode):
28861         * wdired.el (wdired-change-to-wdired-mode):
28862         * wid-browse.el (widget-browse-mode):
28863         Use run-mode-hooks.
28865         * array.el (array-mode):
28866         * calendar/todo-mode.el (todo-mode):
28867         * man.el (Man-mode):
28868         * play/landmark.el (lm-mode):
28869         * play/mpuz.el (mpuz-mode):
28870         Use kill-all-local-variables and run-mode-hooks.
28872         * subr.el (delay-mode-hooks): Specify indentation.
28874 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28876         * xml.el (xml-substitute-special): Don't die for undefined xml
28877         entities.
28879 2005-05-26  Jay Belanger  <belanger@truman.edu>
28881         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28882         of nil.
28884 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28886         * progmodes/gdb-ui.el (gdb-frame-address):
28887         Rename from gdb-current-address.
28888         (gdb-previous-frame-address): Rename from gdb-previous-address.
28889         (gdb-selected-frame): Rename from gdb-current-frame.
28890         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28891         (gdb-frame-number): Rename from gdb-current-stack-level.
28892         (gdb-ann3): Match new mode-name for disassembly buffer.
28893         Extend initialization of variables.
28894         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28895         (gdb-memory-mode): Use mouse-face in header line.
28896         (gdb-assembler-buffer-name): Call it disassembly and give frame
28897         in mode line.
28898         (gdb-source-spec-regexp, gdb-assembler-custom)
28899         (gdb-invalidate-assembler, gdb-frame-handler):
28900         Make robust to leading zeroes in address format.
28902 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28904         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28905         define `org-mode'.
28906         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28908 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28910         * log-edit.el (log-edit-changelog-entries): Distinguish between
28911         filenames like xfns.c and fns.c.
28913 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
28915         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28916         point after reverting.
28917         (Buffer-menu-make-sort-button): Handle the case where
28918         `Buffer-menu-use-header-line' is nil.
28920 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
28922         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28923         New funcs.  In minibuffer-local-completion-map bind `]', `/'
28924         and `:' to them.
28926 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28928         * startup.el (normal-top-level): Allow modification of load-path while
28929         we're iterating over it.
28931 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
28933         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28934         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28935         (thumbs-resize-interactive, thumbs-insert-image)
28936         (thumbs-insert-thumb, thumbs-dired-show-marked)
28937         (thumbs-find-image-at-point, thumbs-delete-images)
28938         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28939         (thumbs-increment-image-size, thumbs-decrement-image-size):
28940         Fix typos in docstrings.
28942 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
28944         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28945         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28946         (cperl-mode): Use them.
28948 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
28950         * window.el (quit-window, shrink-window-if-larger-than-buffer):
28951         Doc fixes.
28953 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
28955         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28956         Bind C-d to gdb-inferior-io-eof.
28958         * dired.el (dired-dnd-popup-notice): Use message-box.
28960 2005-05-23  Masatake YAMATO  <jet@gyve.org>
28962         * bindings.el (mode-line-major-mode-keymap):
28963         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28965         * faces.el (mode-line-highlight): New face.
28967         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28968         as mouse-face.
28970         * bindings.el (top-level, help-echo, mode-line-modified)
28971         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28972         as mouse-face.
28974 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
28976         * progmodes/cc-engine.el (c-guess-basic-syntax):
28977         Remove spurious call to `zerop'.
28979         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28981 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
28983         CC Mode update to 5.30.10:
28985         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28986         could go past the limit in decoration level 2, thereby causing
28987         errors during interactive fontification.
28989         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28990         the file is evaluated interactively.
28992         * cc-engine.el (c-guess-basic-syntax): Handle operator
28993         declarations somewhat better in C++.
28995         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28996         make use of `run-mode-hooks' which has been added in Emacs 21.1.
28997         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28998         (awk-mode): Use it.
28999         (make-local-hook): Suppress warning about obsoleteness.
29001         * cc-engine.el, cc-align.el, cc-cmds.el
29002         (c-append-backslashes-forward, c-delete-backslashes-forward)
29003         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29004         Compensate for return value from `forward-line' when it has moved
29005         but not to a different line due to eob.
29007         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29008         `objc-method-intro' and `objc-method-args-cont'.
29010 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29012         CC Mode update to 5.30.10:
29014         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29015         in the copyright statement.  Incidentally, change "along with GNU
29016         Emacs" to "along with this program" where it occurs.
29018         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29019         so that it is interactive, hence can be found by M-x awk-mode
29020         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29021         <gmorris+emacs@ast.cam.ac.uk>.
29023         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29024         Mode's regexps.
29026 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29028         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29029         c-parse-state, to avoid a lisp error (on bad code).
29031 2005-05-23  Lute Kamstra  <lute@gnu.org>
29033         * subr.el (font-lock-defaults): Remove defvar as it's already
29034         defined in font-core.el.
29036         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29038 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29040         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29041         more general and work when GDB variable "print pretty" is on,
29042         as with Emacs, for example.
29044 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29046         * font-core.el: Update comment.
29048         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29049         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29051         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29053 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29055         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29056         and `yank-handler' in the doc strings.
29058 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29060         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29062 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29064         * help.el (describe-key): Move print-help-return-message call
29065         out of conditional.
29067         * progmodes/etags.el (list-tags): Use with-no-warnings.
29069         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29070         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29071         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29073         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29075         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29076         Add defvar.
29078         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29079         Use defvar, not defconst.
29081         * hexl.el (hexl-follow-line): Use with-no-warnings.
29083         * emulation/tpu-extras.el: Use write-file-functions instead of
29084         write-file-hooks.
29086         * dired.el (dired-font-lock-keywords): Fontify files with junk
29087         extensions even if marked by -F.
29089 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29091         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29092         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29093         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29094         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29095         (concatenate, list-length, get*, getf, cl-remprop):
29096         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29097         (etypecase, progv, lexical-let, lexical-let*)
29098         (multiple-value-bind, multiple-value-setq, shiftf):
29099         Improve argument/docstring consistency.
29101         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29103 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29105         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29106         doesn't exist.
29108         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29109         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29111 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29113         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29114         already deleted variables: auto-fill-hook, blink-paren-hook,
29115         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29116         suspend-hooks, comment-indent-hook, meta-flag,
29117         before-change-function, after-change-function,
29118         font-lock-doc-string-face.
29120 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29122         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29124 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29126         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29127         rmail-dont-reply-to.
29129 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29131         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29132         literal blank when splitting new-header-values.
29134 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29136         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29137         string so that tmm doesn't create a completion entry for it.
29139         * textmodes/table.el (table-disable-menu): Ditto.
29141 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29143         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29145         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29147         * net/rcompile.el (remote-compile): Use compilation-start.
29149         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29151 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29153         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29154         Default to makefile-bsdmake-mode on BSD systems.
29156         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29157         REGEXP may also be a search function now.  The part of doc-string
29158         for describing the structure was 95% identical to that of
29159         `imenu--generic-function'.  Unify it there.
29161         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29162         Use function to find dependencies, because regexp alone is so complex,
29163         it easily goes into an endless loop.
29164         (makefile-makepp-mode): Also add submenu for Perl functions
29165         defined in the makefile.
29166         (makefile-bsdmake-mode): Special imenu-generic-expression no
29167         longer needed, due to function call.
29168         (makefile-match-dependency): Take BOUND into account when checking
29169         if we're through.
29171 2005-05-20  Jay Belanger  <belanger@truman.edu>
29173         * calc/calc-units.el (calc-invalidate-units-table):
29174         Use inhibit-read-only.
29175         (math-build-units-table-buffer): Use view-mode.
29177 2005-05-20  David Kastrup  <dak@gnu.org>
29179         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29180         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29182 2005-05-20  Lute Kamstra  <lute@gnu.org>
29184         * diff-mode.el (diff-header-face, diff-file-header-face)
29185         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29186         (diff-added-face, diff-changed-face, diff-function-face)
29187         (diff-context-face, diff-nonexistent-face): Put them in the
29188         diff-mode customization group.
29190 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29192         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29194         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29196         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29197         Minor regexp-optimization.
29199 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29201         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29202         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29203         (org-agenda-add-time-grid-maybe): New function.
29204         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29205         (org-table-create): `dotimes' instead of `mapcar'.
29206         (org-xor): Simplify implementation.
29207         (org-agenda): `inhibit-redisplay' turned on.
29208         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29209         a consistent line after a state change.
29210         (org-agenda-remove-times-when-in-prefix): New option.
29211         (org-prefix-has-time): New variable.
29212         (org-parse-time-string): Optional argument NODEFAULT.
29213         (org-format-agenda-item): Parse items for time-of-day
29214         specifications and move these into the prefix if possible.
29215         (org-agenda-priority): Get current heading, not previous heading
29216         during agenda remote editing.
29218 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29220         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29221         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29222         (remove-duplicates, delete-duplicates, substitute)
29223         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29224         (nsubstitute-if-not, find, find-if, find-if-not, position)
29225         (position-if, position-if-not, count, count-if, count-if-not)
29226         (mismatch, search, sort*, stable-sort, merge, member*)
29227         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29228         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29229         (intersection, nintersection, set-difference, nset-difference)
29230         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29231         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29232         (nsublis, tree-equal): Improve argument/docstring consistency.
29234         * subr.el (send-string, send-region): Remove obsolescence declaration.
29235         (window-dot, set-window-dot, read-input, show-buffer)
29236         (eval-current-buffer, string-to-int):
29237         Add release number to obsolescence declarations.
29239 2005-05-19  Kim F. Storm  <storm@cua.dk>
29241         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29242         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29244 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29246         * faces.el (list-faces-display): Make back button respect optional
29247         regexp arg.
29249 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29251         * calculator.el (calculator-radix-grouping-mode)
29252         (calculator-radix-grouping-digits, calculator-displayer)
29253         (calculator-radix-grouping-separator, calculator-copy-displayer):
29254         * dabbrev.el (dabbrev-search-these-buffers-only):
29255         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29256         (diff-advance-after-apply-hunk, diff-mode-hook)
29257         (diff-minor-mode-prefix):
29258         * imenu.el (imenu-use-popup-menu):
29259         * jit-lock.el (jit-lock-context-time):
29260         * newcomment.el (comment-fill-column, comment-column)
29261         (comment-style, comment-padding, comment-multi-line)
29262         (comment-empty-lines, comment-auto-fill-only-comments):
29263         * reveal.el (reveal-around-mark):
29264         * uniquify.el (uniquify-buffer-name-style)
29265         (uniquify-after-kill-buffer-p)
29266         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29267         (uniquify-min-dir-content, uniquify-separator)
29268         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29269         * w32-vars.el (w32-fixed-font-alist):
29270         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29271         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29272         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29273         * progmodes/perl-mode.el (perl-indent-level)
29274         (perl-continued-statement-offset, perl-continued-brace-offset)
29275         (perl-brace-offset, perl-brace-imaginary-offset)
29276         (perl-label-offset, perl-indent-continued-arguments)
29277         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29278         * progmodes/tcl.el (tcl-indent-level)
29279         (tcl-continued-indent-level, tcl-auto-newline)
29280         (tcl-tab-always-indent, tcl-electric-hash-style)
29281         (tcl-help-directory-list, tcl-use-smart-word-finder)
29282         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29283         (inferior-tcl-source-command):
29284         * textmodes/fill.el (enable-kinsoku):
29285         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29286         * textmodes/table.el (table-yank-handler):
29287         Specify missing group (and type, if simple) in defcustom.
29289 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29291         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29293 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29295         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29297         * subr.el (event-basic-type): Don't get an error.
29298         (left-fringe-p): Function deleted.
29300         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29301         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29303         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29304         in recursive copy.
29306         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29308         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29310         * emacs-lisp/bytecomp.el
29311         (byte-compile-file-form-custom-declare-variable):
29312         Call byte-compile-nogroup-warn if appropriate.
29314         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29315         (compilation-set-window): Don't call left-fringe-p; do it directly.
29317 2005-05-19  Jay Belanger  <belanger@truman.edu>
29319         * calc/calc-graph.el (calc-graph-format-data): Make sure
29320         var-PlotRejects is bound before trying to check its value.
29322 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29324         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29325         definition of this variable from reftex-global.el to reftex.el,
29326         because it is needed in the menu.
29328 2005-05-19  Lute Kamstra  <lute@gnu.org>
29330         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29331         years are fixed.  Don't insert a space after a dash.
29333 2005-05-19  Kim F. Storm  <storm@cua.dk>
29335         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29337 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29339         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29340         strings, because (eq ... ?\\) is fairly frequent.
29342         * progmodes/make-mode.el (makefile-add-this-line-targets):
29343         Simplify and integrate into `makefile-pickup-targets'.
29344         (makefile-add-this-line-macro): Simplify and integrate into
29345         `makefile-pickup-macros.
29346         (makefile-pickup-filenames-as-targets): Simplify.
29347         (makefile-previous-dependency, makefile-match-dependency):
29348         Don't stumble over `::'.
29350 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29352         * subr.el (post-command-idle-hook, post-command-idle-delay):
29353         Remove obsoletion of post-command-idle-hook and
29354         post-command-idle-delay.
29356         * faces.el (list-faces-display): Provide button when describe-face
29357         is called to take user back to the list of faces.
29359         * help-fns.el (describe-variable): Remove hyperlinks in a
29360         variable's value as these are quite frequently inappropriate.
29362         * follow.el (follow-submit-feedback, follow-mode):
29363         Remove references to post-command-idle-hook.
29365 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29367         * progmodes/make-mode.el (makefile-previous-dependency)
29368         (makefile-match-dependency): Check for := (and in bsd mode also
29369         !=) to give a better result, even when font-lock is not on.
29371 2005-05-18  Jay Belanger  <belanger@truman.edu>
29373         * calc/calc-help.el (calc-s-prefix-help):
29374         Add `calc-copy-special-constant' to help string.
29376 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29378         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29380 2005-05-18  Jay Belanger  <belanger@truman.edu>
29382         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29383         in linear factors are in proper order.
29385 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29387         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29388         Support for jurabib.
29390         * textmodes/reftex.el (featurep): Define aliases for overlay
29391         commands, for XEmacs compatibility, and use these aliases in
29392         overlay initializations.
29393         (reftex-highlight): Use `reftex-move-overlay'.
29394         (reftex-unhighlight): Use `reftex-delete-overlay'.
29395         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29396         (reftex-access-search-path): Use `reftex-uniquify' instead of
29397         `reftex-uniq'.
29399         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29400         `before-string' property modification enables for Emacs as well.
29401         (reftex-select-item): Use `reftex-delete-overlay'.
29402         (reftex-select-mark): Use `reftex-make-overlay' and
29403         `reftex-overlay-put'.
29404         (reftex-select-unmark): Use `reftex-delete-overlay' and
29405         `reftex-overlay-put'.
29407 2005-05-18  Lute Kamstra  <lute@gnu.org>
29409         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29411 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29413         * add-log.el (add-change-log-entry):
29414         * array.el (array-make-template, array-reconfigure-rows)
29415         (array-init-max-row, array-init-max-column)
29416         (array-init-columns-per-line, array-init-field-width):
29417         * replace.el (replace-match-maybe-edit, perform-replace):
29418         * textmodes/spell.el (spell-region):
29419         Replace `read-input' by `read-string'.
29421         * forms.el (forms-mode):
29422         * finder.el (finder-compile-keywords):
29423         * shadowfile.el (shadow-read-files):
29424         Replace `eval-current-buffer' by `eval-buffer'.
29426         * terminal.el (te-pass-through):
29427         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29428         (ange-ftp-raw-send-cmd):
29429         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29430         (send-process-next-char, telnet-initial-filter, telnet):
29431         Replace `send-string' by `process-send-string'.
29433         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29434         (prolog-consult-region): Replace `send-string' by
29435         `process-send-string'; replace `send-region' by `process-send-region'.
29437         * progmodes/delphi.el (delphi-log-msg):
29438         Replace `set-window-dot' by `set-window-point'.
29440         * subr.el (window-dot, set-window-dot, read-input, send-string)
29441         (send-region, show-buffer, eval-current-buffer):
29442         Make really obsolete, as the comment says.
29444 2005-05-17  Kim F. Storm  <storm@cua.dk>
29446         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29447         (cua--init-keymaps): Bind C-return instead of S-return to set
29448         rectangle mark.
29450         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29451         instead of S-return to toggle/clear rectangle mark.
29453 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29455         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29456         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29457         Also fontify plain strings assigned to variables, mostly so that a
29458         colon has a face and is thus not taken as a dependency separator.
29459         (makefile-previous-dependency): Inline the new matcher, because it
29460         is too complex to work in both directions.
29461         (makefile-match-dependency): Eliminate `backward' arg (see above).
29462         Completely reimplemented so as to not sometimes go into an endless
29463         loop.  It should also be more efficient, because first it only
29464         searches for `:', instead of applying the very complex regexp.
29465         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29466         to be fontified in one piece can be too long for JIT.
29467         Makefiles are never *that* big.
29469 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29471         * dired.el (dired-mode): Simplify.
29473 2005-05-17  Lute Kamstra  <lute@gnu.org>
29475         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29476         defcustom for the mode hook variable.
29478         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29479         Emacs Lisp Reference Manual.
29481 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29483         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29484         (evenp, list*):
29485         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29486         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29488         * net/tramp-smb.el (tramp-smb-open-connection):
29489         Pass `tramp-chunksize' as fifth (required) argument.
29491 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29493         * font-lock.el (lisp-font-lock-keywords-1):
29494         Set `font-lock-negation-char-face' for [^...] char group.
29495         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29497         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29498         a var, and refine it to mask one more level of nested vars.
29499         (makefile-rule-action-regex): Turn it into a var, and refine it so
29500         it recognizes backslashed continuation lines as belonging to the
29501         same command.
29502         (makefile-macroassign-regex): Refine it so it recognizes
29503         backslashed continuation lines as belonging to the same command.
29504         (makefile-var-use-regex): Don't look at the next char, because it
29505         might be the same one to be skipped by the initial [^$], leading
29506         to an overlooked variable use.
29507         (makefile-make-font-lock-keywords): Remove two parameters, which
29508         are now variables that some of the modes set locally.
29509         Handle dependency and rule action matching through functions, because
29510         regexps alone match too often.  Dependency matching now comes
29511         last, so it can check, whether a colon already matched something else.
29512         (makefile-mode): Inform that font-lock improves makefile parsing
29513         capabilities.
29514         (makefile-match-dependency, makefile-match-action): New functions.
29516 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29518         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29520         * align.el (align-regexp):
29521         * ansi-color.el (ansi-color-get-face):
29522         * array.el (array-reconfigure-rows, array-init-max-row)
29523         (array-init-max-column, array-init-columns-per-line)
29524         (array-init-field-width):
29525         * dired-aux.el (dired-trample-file-versions):
29526         * dired-x.el (dired-mark-sexp):
29527         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29528         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29529         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29530         * faces.el (face-read-integer):
29531         * files.el (backup-extract-version, insert-directory):
29532         * hexl.el (hexl-insert-decimal-char):
29533         * server.el (server-process-filter):
29534         * shell.el (shell-extract-num):
29535         * startup.el (command-line-1):
29536         * term.el (term-command-hook):
29537         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29538         (time-stamp-do-number):
29539         * time.el (display-time-update):
29540         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29541         (timezone-fix-time):
29542         * vms-patch.el (vms-suspend-resume-hook):
29543         * calendar/appt.el (appt-convert-time):
29544         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29545         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29546         * calendar/cal-islam.el (mark-islamic-diary-entries):
29547         * calendar/calendar.el (calendar-cursor-to-date)
29548         (calendar-star-date):
29549         * calendar/diary-lib.el (diary-attrtype-convert)
29550         (mark-diary-entries, diary-entry-time):
29551         * calendar/solar.el (solar-get-number):
29552         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29553         * emacs-lisp/re-builder.el (reb-display-subexp):
29554         * emulation/edt.el (edt-set-scroll-margins):
29555         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29556         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29557         (vip-get-ex-count):
29558         * emulation/viper-ex.el (viper-get-ex-token)
29559         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29560         * international/fontset.el (fontset-plain-name):
29561         * mail/feedmail.el (feedmail-look-at-queue-directory):
29562         * mail/mailalias.el (mail-get-names):
29563         * mail/rmail.el (rmail-convert-to-babyl-format):
29564         * mail/rmailsum.el (rmail-make-basic-summary-line)
29565         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29566         (rmail-summary-goto-msg):
29567         * mail/smtpmail.el (smtpmail-read-response):
29568         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29569         (ange-ftp-vms-add-file-entry):
29570         * play/gametree.el (gametree-looking-at-ply)
29571         (gametree-current-branch-score):
29572         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29573         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29574         * progmodes/cperl-mode.el (condition-case):
29575         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29576         (ebrowse-set-member-buffer-column-width)
29577         (ebrowse-select-1st-to-9nth):
29578         * progmodes/etags.el (etags-snarf-tag):
29579         * progmodes/flymake.el (flymake-parse-line):
29580         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29581         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29582         (idlwave-shell-menu-def):
29583         * progmodes/ps-mode.el (ps-run-goto-error):
29584         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29585         (vhdl-speedbar-contract-level):
29586         * term/mac-win.el (x-handle-numeric-switch):
29587         * term/sun-mouse.el (sun-get-frame-data):
29588         * term/w32-win.el (x-handle-numeric-switch):
29589         * term/x-win.el (x-handle-numeric-switch):
29590         * textmodes/ispell.el (ispell-parse-output):
29591         * textmodes/nroff-mode.el (nroff-outline-level):
29592         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29593         (reftex-bib-sort-year-reverse, reftex-format-citation):
29594         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29595         (reftex-section-number):
29596         * textmodes/texinfmt.el (texinfo-paragraphindent):
29597         Replace `string-to-int' by `string-to-number'.
29599         * international/latexenc.el: Add page marker to force the "Local
29600         Variables:" string out of the last page.
29602 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29604         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29605         tooltip-change-major-mode.
29606         (gud-tooltip-print-command): Remove case where gud-minor-mode
29607         is gdb ("--fullname").
29608         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29609         explain to user.
29611 2005-05-16  Jay Belanger  <belanger@truman.edu>
29613         * calc/calc-store.el (calc-copy-special-constant): New function.
29615         * calc/calc-ext.el (calc-init-extensions): Add binding for
29616         `calc-copy-special-constant'.
29618         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29619         for the `calc-copy-special-constant' command.
29621 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29623         * subr.el (left-fringe-p): New function.
29625         * progmodes/compile.el (compilation-setup): Set local value of
29626         overlay-arrow-string to "" always.
29627         (compilation-set-window): Left fringe then don't scroll.
29628         No left fringe then no arrow and scroll message to top.
29629         (compilation-context-lines): Adjust doc string accordingly.
29631 2005-05-16  Kim F. Storm  <storm@cua.dk>
29633         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29634         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29635         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29636         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29637         (ido-read-file-name): Handle commands with ido property value
29638         equal to find-file as reading a file name, to allow C-d to enter dired.
29639         (ibuffer-find-file): Add ido property with value find-file.
29641 2005-05-15  Kim F. Storm  <storm@cua.dk>
29643         * subr.el (open-network-stream-nowait): Remove.
29644         (open-network-stream-server): Remove.
29646 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29648         * faces.el (describe-face): Output a definition link button.
29650         * help-mode.el (help-face-def): New button type.
29652         * emacs-lisp/copyright.el (copyright-fix-years):
29653         Match properly if the first year is 2-digit.
29654         Don't mess up the whitespace after the years by filling.
29656         * dired-aux.el (dired-mark-confirm):
29657         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29659         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29660         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29661         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29663         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29664         Set font-lock-comment-start-skip.
29666         * font-lock.el (font-lock-comment-start-skip): New variable.
29667         (font-lock-comment-end-skip): New variable.
29668         (font-lock-fontify-syntactically-region): Use them if non-nil.
29670 2005-05-15  Jay Belanger  <belanger@truman.edu>
29672         * calc/calc-store.el (calc-store-value): Return a string rather
29673         than display it as a message.
29674         Use calc-var-name for variable name.
29675         (calc-store-into): Add the result of calc-store-value to message.
29676         (calc-copy-variable): Add a message.
29677         (calc-store-exchange): Improve error messages.
29678         (calc-store-binary, calc-store-map): Don't reset the values of
29679         special constants.
29681 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29683         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29684         manual to docstring.
29686         * files.el (hack-local-variables-confirm): Add STRING argument.
29687         Make the function handle non file visiting buffers correctly.
29688         (hack-local-variables-prop-line, hack-local-variables)
29689         (hack-one-local-variable): Use STRING arg of
29690         `hack-local-variables-confirm'.
29692 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29694         Sync with Tramp 2.0.49.
29696         * net/tramp.el (tramp-handle-dired-call-process)
29697         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29698         because the contents of the Tramp buffer is changed before
29699         insertion (`expand-file' and alike).
29700         (tramp-handle-insert-directory): If `localname' has an empty
29701         nondirectory name, it must not be quoted.
29702         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29703         variable `tramp-chunksize'.  Change callees.
29704         (tramp-open-connection-setup-interactive-shell): Check remote host
29705         for buggy `send-process-string' implementation.
29706         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29707         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29708         (tramp-handle-shell-command): `insert-buffer' cannot be used
29709         because the contents of the Tramp buffer is changed before
29710         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29711         <frederic.bothamy@free.fr>.
29712         (tramp-set-auto-save): Actions should be done for Tramp file name
29713         handler only.  Ange-FTP has its own auto-save mechanism.
29714         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29715         (tramp-set-auto-save-file-modes): Set file modes of
29716         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29717         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29718         (tramp-bug): Remove obsolete variable.
29719         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29720         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29722 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29724         * ibuf-ext.el (define-ibuffer-filter filename):
29725         If `dired-directory' is a list, use its car.
29727 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29729         * ibuffer.el (define-ibuffer-column filename):
29730         If `dired-directory' is a list, use its car.
29732 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29734         * subr.el (symbol-file): Doc fix.
29736         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29737         (byte-compile-form): Call byte-compile-nogroup-warn.
29738         (byte-compile-warning-types): Doc fix.
29740         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29742         * progmodes/cc-engine.el (c-literal-faces):
29743         Add font-lock-comment-delimiter-face.
29745         * net/net-utils.el (dig): Use with-no-warnings.
29747         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29748         (sc-recite-frame-alist, sc-default-cite-frame)
29749         (sc-default-uncite-frame, sc-default-recite-frame)
29750         (sc-attrib-selection-list, sc-rewrite-header-list):
29751         Mark as risky-local-variable.
29753         * international/ogonek.el (ogonek-jak, ogonek-how):
29754         Don't use beginning-of-buffer.
29756         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29758         * calendar/solar.el (solar-data-list): Move definition up.
29760         * dnd.el (dnd-protocol-alist): Add autoload.
29762         * progmodes/sh-script.el: Many doc usage fixes.
29763         (sh-indent-after-do): Change default to match common styles.
29765 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29767         * files.el (interpreter-mode-alist)
29768         (auto-mode-interpreter-regexp): Doc fixes.
29770 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29772         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29774         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29776 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29778         * dired.el (dired-mode): make-variable-buffer-local =>
29779         make-local-variable.
29781 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29783         * term/mac-win.el (mac-select-convert-to-string): Try coding
29784         systems in mac-script-code-coding-systems if specified one cannot
29785         encode string for `com.apple.traditional-mac-plain-text'.
29787 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29789         * progmodes/make-mode.el (makefile-targets-face)
29790         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29791         (makefile-dependency-regex): Fix it to not make the colon in
29792         $(var:a=b) special.
29793         (makefile-rule-action-regex): New regexp for highlighting embedded
29794         Shell strings.
29795         (makefile-macroassign-regex): Handle != for highlighting as
29796         embedded Shell strings.
29797         (makefile-var-use-regex): New const.
29798         (makefile-statements, makefile-automake-statements)
29799         (makefile-gmake-statements, makefile-makepp-statements)
29800         (makefile-bsdmake-statements): New consts.
29801         (makefile-make-font-lock-keywords): New function.
29802         (makefile-automake-font-lock-keywords)
29803         (makefile-gmake-font-lock-keywords)
29804         (makefile-makepp-font-lock-keywords)
29805         (makefile-bsdmake-font-lock-keywords): New consts.
29806         (makefile-mode-map): Add switchers between the various submodes.
29807         (makefile-mode): Document the availability of the variants.
29808         (makefile-automake-mode, makefile-gmake-mode)
29809         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29811         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29812         new variants of makefile-mode.
29814 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29816         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29817         the inheritance.
29819 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29821         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29822         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29824         * files.el (normal-mode): Extend the scope of the
29825         `enable-local-variables' binding to include the `set-auto-mode' call.
29826         (magic-mode-alist): Doc fix.
29828 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29830         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29831         font-lock-comment-face rather than copying its setting.
29833 2005-05-12  Andreas Schwab  <schwab@suse.de>
29835         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29837 2005-05-12  Lute Kamstra  <lute@gnu.org>
29839         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29840         defcustom for the mode hook variable.  Delete the last argument.
29841         * generic-x.el: Fix callers of define-generic-mode.
29842         (generic-x-modes): Delete group.
29843         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29844         generic-x customization group.
29846 2005-05-12  Kim F. Storm  <storm@cua.dk>
29848         * font-lock.el (font-lock-negation-char-face): Default to "off".
29850         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29851         font-lock-negation-char-face to ! in !=.
29853 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29855         * add-log.el (find-change-log): Fix typos in the docstring
29856         of function.
29858 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29860         * international/latexenc.el (latexenc-find-file-coding-system):
29861         Avoid `re-search-forward' when looking for input encoding because
29862         of speed and safety.  Better regular expressions for recognizing
29863         input encoding.  Limit a search for TeX-master/tex-main-file to
29864         the local variable section.
29866 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29868         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29869         syntax of $ to "'" (quote).
29871 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29873         * dnd.el (dnd-protocol-alist): Improve custom type.
29875         * dired.el (dired-dnd-protocol-alist): New variable.
29876         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29877         `dired-mode-hook' to the end.
29879 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29881         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29882         comment-end if comment-start-skip is not set.
29883         Obey the font-lock-comment-delimiter-face variables.
29885 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29887         * files.el (executable-find): Move from executable.el.  Use
29888         locate-file.
29889         * progmodes/executable.el (executable-find): Move to files.el.
29891         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29892         when trying to ensure forward progress.
29894 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29896         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29897         (mouse-select, mouse-select-internal, mouse-extend-internal):
29898         Use it to implement mouse-1-click-follows-link functionality.
29900 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29902         * font-lock.el (font-lock-fontify-syntactically-region):
29903         Use font-lock-comment-delimiter-face for comment delimiters.
29905 2005-05-10  Jay Belanger  <belanger@truman.edu>
29907         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29908         preserving embedded modes.
29910 2005-05-10  Richard M. Stallman  <rms@gnu.org>
29912         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29914         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29915         Move from ada-stmt.el.
29916         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29918         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29919         Move to ada-mode.el.
29920         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29922         * cus-edit.el (custom-file): Call file-chase-links.
29924         * files.el (read-directory-name): Fix previous change.
29925         (hack-local-variables-confirm): New function.
29926         (hack-local-variables-prop-line, hack-local-variables)
29927         (hack-one-local-variable): Use it.
29929 2005-05-10  Lute Kamstra  <lute@gnu.org>
29931         * font-lock.el (font-lock-keywords-alist)
29932         (font-lock-removed-keywords-alist): Clarify docstrings.
29934 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
29936         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29937         (gdb-source-info): Check for preprocessor info.
29938         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
29939         a macro for a function.
29940         (gdb-info-breakpoints-custom): Try to find file again if not already
29941         found (user might have used GDB dir command).
29942         (gdb-get-location): Update gdb-location-alist correctly for change
29943         to gdb-info-breakpoints-custom.
29945         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29946         (gud-tooltip-print-command): Add gdbmi case.
29947         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29948         preprocessor info.
29950 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
29952         * startup.el (fancy-splash-insert): Fix typo in doc string.
29954 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
29956         * obsolete/float.el (string-to-float):
29957         * obsolete/hilit19.el (hilit-add-pattern):
29958         * obsolete/rnews.el (news-parse-range, news-select-message)
29959         (news-get-pruned-list-of-files): Replace `string-to-int' by
29960         `string-to-number'.
29962         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29963         `find-file-not-found-hooks'; use `add-hook'.
29964         (uncompress-while-visiting): Set `write-file-functions', not
29965         `write-file-hooks'; use `add-hook'.
29967 2005-05-09  Kim F. Storm  <storm@cua.dk>
29969         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29970         (cua-paste): Handle clipboard action.
29971         (cua--init-keymaps): Remap clipboard-kill-region and
29972         clipboard-kill-ring-save.
29974 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
29976         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29977         Improve commentary.
29979         * simple.el (next-error-overlay-arrow-position): Revert the change
29980         made on 2005-04-30.
29982 2005-05-07  Jay Belanger  <belanger@truman.edu>
29984         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29985         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29986         `calc-sel-reselect'.
29988         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29989         Calc is in embedded mode.
29991 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29993         * progmodes/compile.el (compilation-setup):
29994         Set overlay-arrow-string to an empty string on text terminals.
29996         * textmodes/ispell.el (ispell-program-name): Try looking for
29997         "aspell" along exec-path, and if found, use it as the default
29998         speller program.
30000 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30002         * international/mule.el (sgml-xml-auto-coding-function):
30003         Recognize encoding='FOO' in single quotes as well as in double quotes.
30005 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30007         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30008         as well as `interactive', so that defmacro* would recognize
30009         `declare' forms.
30011 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30013         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30014         Explain more about the LIGHTER arg's usage in the doc string.
30015         Add commentary to clarify what the code does.  Fix the regexp that
30016         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30017         since it could have characters special to regular expressions.
30019 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30021         * replace.el (occur-1): Bind inhibit-read-only so that
30022         erase-buffer doesn't barf on read-only text properties (likewise
30023         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30024         (occur-engine): Don't set buffer-read-only here.
30026 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30028         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30029         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30030         sometimes mistakenly reused as a *cvs* buffer.
30032 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30034         * tooltip.el: Move code for GUD tooltips into gud.el.
30035         (require): CL no longer needed to compile case.
30036         (tooltip-mode): Do not toggle functions for GUD tooltips.
30037         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30038         gud-tooltip-mode in gud.el.
30039         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30040         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30041         tooltip-gud prefix with gud-tooltip and obsolete.
30042         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30043         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30044         (tooltip-mouse-motion): Mouse movement functions/variable.
30045         Rename in gud.el by adding gud prefix.
30046         (tooltip-gud-original-filter, tooltip-gud-dereference)
30047         (tooltip-gud-event, tooltip-toggle-gud-tips)
30048         (tooltip-gud-process-output, tooltip-gud-print-command)
30049         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30050         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30051         (gdb-tooltip-print): Move to gdb-ui.el.
30053         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30054         (require): CL needed to compile case.
30055         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30056         tooltip-gud-tips-p.  Make it a minor-mode.
30057         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30058         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30059         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30060         (gud-tooltip-change-major-mode)
30061         (gud-tooltip-activate-mouse-motions-if-enabled)
30062         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30063         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30064         (gud-tooltip-original-filter, gud-tooltip-dereference)
30065         (gud-tooltip-event, tooltip-toggle-gud-tips)
30066         (gud-tooltip-process-output, gud-tooltip-print-command)
30067         (gud-tooltip-tips): Move from tooltip.el.
30069         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30070         (gdb-cpp-define-alist-flags): Doc fix.
30071         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30072         gud-tooltip-mode is t.
30074 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30076         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30077         evaporate if their text is deleted.
30078         (goto-address-at-point): Make it work as a mouse binding as well.
30079         (goto-address-at-mouse): Obsolete it.  Update users.
30081 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30083         * calendar/appt.el (top-level): No longer activate on load.
30085 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30087         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30088         * net/webjump.el (webjump):
30089         * progmodes/idlw-help.el (idlwave-do-context-help1)
30090         (idlwave-highlight-linked-completions):
30091         * textmodes/po.el (po-find-file-coding-system-guts):
30092         Replace `assoc-ignore-case' by `assoc-string'.
30094 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30096         * files.el (locate-file): Doc fix.
30098         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30099         Remove the redundant test for ms-dos.
30101         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30102         look for the preprocessor with exec-suffixes.  If not found in
30103         standard places, look in exec-path.  Remove most of the tests that
30104         used system-type.
30106         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30108         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30110         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30111         file-name clash with jka-compr.el on 8+3 filesystems.
30113 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30115         * term/mac-win.el: Don't define or bind scroll bar functions if
30116         x-toolkit-scroll-bars is t.
30117         (x-select-text, x-get-selection-value): Clear
30118         x-last-selected-text-clipboard if x-select-enable-clipboard is
30119         nil.
30120         (PRIMARY): Put mac-scrap-name property.
30121         (mac-select-convert-to-file-url): New function.
30122         (public.file-url): New selection target type.  Add to
30123         selection-converter-alist.
30124         (x-get-selection, x-selection-value): Handle it.
30125         (x-cut-buffer-or-selection-value): New alias.
30127 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30129         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30130         entry to avoid calling bibtex-find-entry with arg global
30131         being t.  Remove arg key.
30132         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30133         (bibtex-copy-summary-as-kill): Change accordingly.
30135 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30137         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30138         (org-agenda-date-later): Use with-current-buffer.
30140 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30142         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30143         (define-obsolete-variable-alias): Doc Fixes.
30145 2005-05-06  Kim F. Storm  <storm@cua.dk>
30147         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30148         vertical-motion when selective-display is active.
30150         * ido.el (ido-setup-hook): New hook.
30151         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30152         (ido-input-stack): New var.
30153         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30154         ido-next-work-file binding to M-O.
30155         Bind M-f to ido-wide-find-file-or-pop-dir.
30156         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30157         (ido-read-internal): Run ido-setup-hook.
30158         Catch quit in read-file-name and read-string to cancel edit.
30159         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30160         Automatically pop-all when completing a directory name (RET).
30161         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30162         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30163         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30164         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30165         New functions for M-b/M-f to move among the directory components.
30166         (ido-make-merged-file-list): Catch quit to cancel merge.
30167         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30168         (ido-completion-help): No warnings for ido-completion-buffer-full.
30170 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30172         * font-lock.el (font-lock-negation-char-face): New face and variable.
30173         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30174         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30175         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30176         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30178 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30180         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30181         Fix typo in docstring.
30183         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30184         (ebrowse-print-statistics-line)
30185         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30187         * term/w32-win.el (image-library-alist): Add additional name for
30188         Xpm library.
30190 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30192         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30193         use gcc instead of cpp.
30195         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30196         (gdb-create-define-alist): Use it.
30197         (gdb-cpp-define-alist-program): Update for MS-DOS.
30199 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30201         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30203 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30205         * help.el (describe-key): No error when UNTRANSLATED is nil.
30207         * simple.el (line-move-1): Fix previous change to signal errors
30208         appropriately.
30210 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30212         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30213         (icalendar-duration-correction): Remove.
30214         (icalendar--get-event-properties): Split result at commas.
30215         (icalendar--decode-isoduration): New optional argument
30216         DURATION-CORRECTION.
30217         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30218         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30219         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30220         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30221         (icalendar--convert-anniversary-to-ical): New functions, extracted
30222         from icalendar-export-region, with bug fixes.
30223         (icalendar-export-region): Use the above functions.
30224         (icalendar-import-buffer): Check before saving diary file.
30225         (icalendar--convert-recurring-to-diary)
30226         (icalendar--convert-non-recurring-all-day-to-diary)
30227         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30228         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30229         (icalendar--convert-ical-to-diary): Use the above functions.
30231 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30233         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30234         Remove these recent additions.
30235         (c-mode): Restore to before 2005-04-28.
30237         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30238         recent addition.
30240         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30241         (gdb-define-alist): New variables.
30242         (gdb-create-define-alist): New function.
30243         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30244         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30245         with string-to-number.
30246         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30248         * progmodes/gud.el: Replace string-to-int with string-to-number.
30249         (gud-find-file): Handle gdb-define-alist.
30251         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30253 2005-05-02  Jay Belanger  <belanger@truman.edu>
30255         * calc/calc-aent.el (math-read-token):
30256         * calc/calc-bin.el (calc-word-size):
30257         * calc/calc-ext.el (calc-read-number-fancy):
30258         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30259         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30260         * calc/calc-frac.el (calc-over-notation):
30261         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30262         (calc-graph-num-points, calc-graph-init):
30263         * calc/calc-prog.el (calc-read-parse-table-part)
30264         (calc-edit-macro-repeats):
30265         * calc/calc-yank.el (calc-do-grab-rectangle):
30266         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30267         Replace `string-to-int' by `string-to-number'.
30269 2005-05-02  Kim F. Storm  <storm@cua.dk>
30271         * kmacro.el: Use executing-kbd-macro-index variable.
30273 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30275         * net/rlogin.el (rlogin-parse-words): Delete func.
30276         (rlogin): Use split-string, not rlogin-parse-words.
30277         Also, if there are option-like elements in the parsed args,
30278         take the host to be the first arg immediately following them.
30279         Suggested by Michael Mauger.
30281 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30283         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30285 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30287         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30288         (cc-mode-cpp-program): Rename to cc-define-list-program and
30289         move to cc-vars.el.
30291         * progmodes/cc-vars.el (cc-define-list-program):
30292         Change to "gcc -E -dM -".  Make customizable.
30294 2005-05-02  Kim F. Storm  <storm@cua.dk>
30296         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30298 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30300         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30302         * international/mule-util.el (truncate-string): Remove alias and
30303         obsolete declaration.
30305         * international/mule-cmds.el (update-iso-coding-systems):
30306         Remove alias and obsolete declaration.
30308         * international/mule.el (coding-system-parent): Remove alias and
30309         obsolete declaration.
30311         * subr.el (define-function, sref): Remove aliases and obsolete
30312         declarations.
30313         (chars-in-region): Remove obsolete declaration.
30315 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30317         * info.el (Info-mode): Set widen-automatically to nil, locally.
30319         * simple.el (widen-automatically): New variable.
30320         (pop-global-mark): Obey widen-automatically.
30322 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30324         * term/xterm.el (function-key-map): Call substitute-key-definition
30325         before the keymap size is increased by a lot of define-key calls.
30327 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30329         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30330         Rename ARG to ELEMENT.  Doc fix.
30332 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30334         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30335         Remove references to allout-exposure/change to allout-new-exposure.
30337         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30338         bytecode symbols.
30340         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30341         (compiled-function-p, focus-frame, unfocus-frame):
30342         Remove aliases and obsolete declarations.
30343         Back out inadvertent changes from previous commit.
30345 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30347         * files.el (require-final-newline): Make Custom tags consistent
30348         with mode-require-final-newline.
30349         (mode-require-final-newline): Doc fix.
30351 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30353         * international/latexenc.el (latexenc-find-file-coding-system):
30354         Fix regular expressions.
30356 2005-05-01  David Kastrup  <dak@gnu.org>
30358         * international/latexenc.el (latexenc-find-file-coding-system):
30359         Fix regular expressions.
30361 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30363         * subr.el (string-to-int): Make obsolete.
30365 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30367         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30369         * loadup.el: load jka-comp-hook.
30371         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30372         (jka-compr-handler): Add autoload.  `put' calls moved
30373         to jka-comp-hook.el.
30374         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30375         (jka-compr-inhibit): Autoload.
30377         * jka-comp-hook.el: New file.
30378         Enable the mode by default.
30380         * files.el (backup-buffer-copy): Use copy-file instead
30381         of write-region, and put back the 'excl.
30383 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30385         * progmodes/flymake.el (flymake-split-string)
30386         (flymake-split-string, flymake-log, flymake-pid-to-names)
30387         (flymake-reg-names, flymake-get-source-buffer-name)
30388         (flymake-unreg-names, flymake-add-line-err-info)
30389         (flymake-add-err-info): Clarify docstrings.
30390         (flymake-popup-menu, flymake-make-emacs-menu)
30391         (flymake-make-xemacs-menu): Add docstrings.
30392         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30393         Set variables directly throughout.
30395 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30397         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30398         exists.  Initialize cc-define-alist.
30399         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30400         If there is no file (Macroexpansion) don't create an alist.
30402 2005-04-29  Sam Steingold  <sds@gnu.org>
30404         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30405         (cc-create-define-alist): Use it instead of the hard-coded string.
30407 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30409         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30410         for latexenc.
30412 2005-04-29  Lute Kamstra  <lute@gnu.org>
30414         * emacs-lisp/generic.el: Improve commentary section.
30415         (define-generic-mode): Improve docstring.
30417 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30419         * textmodes/org.el (many places): Change to quiet the byte compiler.
30420         (org-prefix-format-compiled): New variable.
30421         (org-compile-prefix-format): New function.
30422         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30423         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30424         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30425         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30426         consistency with entries from `org-mode' files.
30427         (org-get-time-of-day): Fix bug with partial matches early in a line.
30428         (org-non-link-chars): New constant.
30429         (org-link-regexp): Respect `org-non-link-chars'.
30430         (org-agenda-day-view): Remove command.
30431         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30432         (org-follow-bbdb-link, org-store-link): Search also company field.
30433         (org-highlight-overlay): New variable.
30434         (org-highlight, org-unhighlight): New functions.
30435         (org-agenda-mode): Add pre-command-hook to remove highlight.
30436         (org-evaluate-time-range): Behavior depends upon whether time stamp
30437         contains a time or not.
30438         (org-show-subtree, org-show-entry): New functions.
30439         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30441 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30443         * comint.el (comint-output-filter-functions): Add autoload cookie.
30445 2005-04-28  Kim F. Storm  <storm@cua.dk>
30447         * ido.el (ido-everywhere): Fix last change.
30449 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30451         * international/latexenc.el: New file.
30452         * international/mule-conf.el (file-coding-system-alist): For .tex,
30453         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30455 2005-04-28  Lute Kamstra  <lute@gnu.org>
30457         * font-lock.el (font-lock-add-keywords)
30458         (font-lock-remove-keywords): Clarify docstring.
30459         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30460         Don't start docstrings with a `*'.
30461         (font-lock-update-removed-keyword-alist): Give it a docstring.
30463         * generic-x.el: Update commentary section.
30464         Only require font-lock when compiling.
30465         Define all modes conditionally.
30466         Place all generic modes in the generic-x-modes customization group.
30467         (generic-x-modes): New customization group.
30468         (generic-default-modes, generic-mswindows-modes)
30469         (generic-unix-modes, generic-other-modes): New constants.
30470         (generic-define-mswindows-modes, generic-define-unix-modes):
30471         Update docstrings.  Make them obsolete.
30472         (generic-extras-enable-list): New default value.  Update docstring.
30473         Improve :type.  Change :set function.
30474         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30475         Fix docstring.
30477         * emacs-lisp/generic.el (generic-mode-internal):
30478         Simplify font-lock-defaults.
30479         (define-generic-mode): Fix docstring.
30481 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30483         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30484         font-lock-face property to highlight matches.
30486 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30488         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30489         (cc-define-alist): New variable.
30490         (c-mode): Make it local and initialize it.
30492         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30493         (gdb-exited): New function.
30494         (gdb-annotation-rules): Use it.
30495         (gdb-starting): Set gdb-active-process to t.
30496         (gdb-stopping): Amend doc string.
30497         (gdb-reset): Set gdb-active-process to nil.
30499         * tooltip.el (tooltip-gud-tips): Show the associated #define
30500         directives when a C program under GDB is not executing.
30502 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30504         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30505         font-lock-fontify-syntactic-keywords.
30507         * font-lock.el (font-lock-default-fontify-region): Don't force
30508         parse-sexp-lookup-properties to nil.
30510 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30512         * man.el (man-mode-syntax-table): Set up `:' to have
30513         word-constituent syntax.
30515 2005-04-27  Lute Kamstra  <lute@gnu.org>
30517         * novice.el (disable-command): Don't add spurious newlines to the
30518         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30520 2005-04-26  Jay Belanger  <belanger@truman.edu>
30522         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30523         than one window before deleting window.
30525 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30527         * shell.el (shell-prompt-pattern): Doc fix.
30528         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30530         * comint.el (comint-prompt-regexp, comint-get-old-input)
30531         (comint-use-prompt-regexp)
30532         (comint-use-prompt-regexp-instead-of-fields)
30533         (comint-replace-by-expanded-history, comint-send-input)
30534         (comint-output-filter, comint-get-old-input-default)
30535         (comint-line-beginning-position, comint-bol, comint-show-output)
30536         (comint-backward-matching-input, comint-forward-matching-input)
30537         (comint-next-prompt, comint-previous-prompt):
30538         Rename `comint-use-prompt-regexp-instead-of-fields' to
30539         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30540         obsolete.
30541         (comint-use-prompt-regexp): Shorten first line of doc string.
30543         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30544         Set paragraph-separate buffer locally to "\\'".
30546         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30547         Adapt to above name change.
30549         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30550         (smbclient-prompt-regexp): Ditto.
30552         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30554 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30556         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30557         gdb-location-list.
30558         Break lines that are over 80 characters wide.
30560 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30562         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30563         New fun and var, to preserve compatibility.
30565         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30567 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30569         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30570         name to file-newer-than-file-p.
30572 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30574         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30576         * progmodes/python.el (python-mode):
30577         Use new name eldoc-documentation-function.
30579         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30581         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30582         (eldoc-documentation-function):
30583         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30585 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30587         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30589 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30591         * term/xterm.el (function-key-map): Fix strings for
30592         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30593         {C,S,A,C-S}-{f1-f12}.
30595 2005-04-26  Kenichi Handa  <handa@m17n.org>
30597         * international/mule-cmds.el (select-safe-coding-system):
30598         Fix previous change.
30600 2005-04-26  Lute Kamstra  <lute@gnu.org>
30602         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30604         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30605         (font-lock-comment-delimiter-face): Ditto.
30607         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30609 2005-04-25  Jay Belanger  <belanger@truman.edu>
30611         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30612         to t while inserting information; use help-mode.
30614 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30616         * term.el (ansi-term-color-vector): Use the xterm colors.
30617         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30619 2005-04-25  Lute Kamstra  <lute@gnu.org>
30621         * font-core.el (font-lock-defaults): Fix docstring.
30623         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30625 2005-04-25  Kenichi Handa  <handa@m17n.org>
30627         * international/mule-cmds.el (select-safe-coding-system):
30628         Don't check consistency with coding: spec, etc if raw-text or
30629         no-conversion was found to be safe.
30631 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30633         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30634         citation markers at start of each line.
30636         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30637         citation markers at start of each line.
30639         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30641         * files.el (mode-require-final-newline): Fix previous change.
30642         (require-final-newline): Fix type label.
30644 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30646         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30647         statement in buffer (broken by 2004-11-24 change).
30649 2005-04-24  Kim F. Storm  <storm@cua.dk>
30651         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30652         and read-file-name-function values.  Don't overwrite existing
30653         non-nil values if ido-mode is enabled without ido-everywhere.
30655 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30657         * files.el (mode-require-final-newline): Minor doc fix.
30659 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30661         * subr.el (syntax-after): Doc fix.
30662         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30663         bits, not 8 bits.
30665         * files.el (mode-require-final-newline): Doc fix.
30666         (backup-buffer-copy): Fix last change.
30668 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30670         * term/mac-win.el: Require select.  Set selection-coding-system to
30671         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30672         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30673         (x-select-enable-clipboard): New variables.
30674         (x-select-text, x-get-selection, x-selection-value)
30675         (x-get-selection-value, mac-select-convert-to-string)
30676         (mac-services-open-file, mac-services-open-selection)
30677         (mac-services-insert-text): New functions.
30678         (CLIPBOARD, FIND): Put mac-scrap-name property.
30679         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30680         (public.tiff): Put mac-ostype property.
30681         (selection-converter-alist): Add entries for them.
30682         (mac-application-menu-map): New keymap.
30683         (interprogram-cut-function, interprogram-paste-function): Set to
30684         x-select-text and x-get-selection-value, respectively.
30685         (split-window-keep-point): Set to t.
30687 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30689         * files.el (read-directory-name): Always pass non-nil
30690         DEFAULT-FILENAME arg to read-file-name.
30691         (backup-buffer-copy, basic-save-buffer-2): Take care against
30692         writing thru an unexpected existing symlink.
30693         (revert-buffer): In indirect buffer, revert the base buffer.
30694         (magic-mode-alist): Doc fix.
30695         (buffer-stale-function): Doc fix.
30696         (minibuffer-with-setup-hook): Avoid warning.
30697         (mode-require-final-newline): Doc and custom fix.
30699         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30701         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30702         use the default appearance.
30703         (font-lock-comment-delimiter-face): New face, new variable.
30705         * imenu.el (imenu--generic-function): The official position of a
30706         definition is the start of the line that BEG is in.
30708         * midnight.el (midnight-timer): Move defvar up.
30710         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30712         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30714         * startup.el (command-line): Use with-no-warnings.
30716         * window.el (window-size-fixed): New defvar.
30718         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30720         * mail/rmail.el (rmail-font-lock-keywords):
30721         Use font-lock-comment-delimiter-face.
30723         * mail/sendmail.el (mail-font-lock-keywords):
30724         Use font-lock-comment-delimiter-face.
30726         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30728 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30730         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30731         Specify t for LAXMATCH when matching directories.
30732         Save match data around compilation-compat-error-properties form.
30734 2005-04-23  David Kastrup  <dak@gnu.org>
30736         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30737         Mention that the autoloaded aliases should be kept for AUCTeX.
30739 2005-04-23  Andreas Schwab  <schwab@suse.de>
30741         * isearch.el (isearch-forward): Doc fix.
30743 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30745         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30746         (jit-lock-stealth-nice): Change default value to 0.5.
30748 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30750         * abbrev.el (write-abbrev-file): Write table entries in
30751         alphabetical order by table name.
30753 2005-04-22  Kim F. Storm  <storm@cua.dk>
30755         * ido.el (ido-read-internal): Fix `list' completion.
30757 2005-04-22  Kenichi Handa  <handa@m17n.org>
30759         * recentf.el (recentf-save-file-coding-system): New variable.
30760         (recentf-save-list): Encode the file by
30761         recentf-save-file-coding-system and add coding: tag.
30763 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30765         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30767 2005-04-21  Lute Kamstra  <lute@gnu.org>
30769         * loadhist.el (unload-feature): Don't remove a function from hooks
30770         if it is about to be restored to an autoload .  Remove functions
30771         that will become unbound from auto-mode-alist.  Simplify the code.
30773         * subr.el (assq-delete-all): New implementation that is linear,
30774         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30775         (rassq-delete-all): New function.
30777         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30778         Add size-indication-mode.
30780 2005-04-21  Kenichi Handa  <handa@m17n.org>
30782         * international/mule-cmds.el: Add autoload for widget-value in
30783         eval-when-compile.
30785 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30787         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30788         Add tooltip-mode.
30790         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30792 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30794         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30795         (inferior-lisp-filter-regexp, inferior-lisp-program)
30796         (inferior-lisp-load-command, inferior-lisp-prompt)
30797         (inferior-lisp-mode-hook, lisp-source-modes)
30798         (inferior-lisp-load-hook): defvar->defcustom.
30799         (inferior-lisp-program, inferior-lisp-prompt)
30800         (inferior-lisp-load-hook): Doc fixes.
30801         (inferior-lisp-install-letter-bindings): Small change in
30802         introductory comment.
30804 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30806         * vc.el (vc-annotate-color-map): Change some colors so that text
30807         using them as foreground is readable on both white and black
30808         backgrounds.
30810 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30812         * international/mule-conf.el (translation-table-for-input):
30813         Remove redundant declaration.
30815 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30817         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30819         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30820         (tooltip-toggle-gud-tips): New function.
30822 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30824         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30825         right angle brackets.
30827 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30829         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30831 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30833         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30834         Remove.  Update callers to use expand-file-name instead.
30836         * subr.el (syntax-class): New function.
30838         * simple.el (blink-matching-open): Use it.
30840         * paren.el (show-paren-function): Use it to recognize parens that are
30841         also used in 2-char comment markers.
30843 2005-04-19  Lute Kamstra  <lute@gnu.org>
30845         * loadhist.el (unload-feature): Update for new format of
30846         load-history.  Simplify the code.
30848 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30850         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30851         (mac-add-charset-info): New function.  Initialize variable
30852         mac-charset-info-alist using it.
30853         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30854         for translation.
30855         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30856         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30857         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30858         New CCL programs.
30860 2005-04-19  Kim F. Storm  <storm@cua.dk>
30862         * simple.el (next-buffer, prev-buffer, next-error)
30863         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30864         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30866         * bindings.el (next-buffer, prev-buffer, next-error)
30867         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30868         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30869         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30870         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30872 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30874         * isearch.el (isearch-edit-string): Make the search-ring available for
30875         minibuffer history commands.
30876         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30877         the default history commands now work just as well.
30878         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30880 2005-04-18  Kim F. Storm  <storm@cua.dk>
30882         * emulation/cua-base.el (cua--pre-command-handler): Add more
30883         elaborate check for shift modifier on non-window systems.
30885 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30887         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30889 2005-04-18  Kim F. Storm  <storm@cua.dk>
30891         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30892         and make it optional.  Don't test tooltip-gud-echo-area here.
30893         (tooltip-gud-process-output, gdb-tooltip-print):
30894         Pass tooltip-gud-echo-area to tooltip-show.
30895         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30897 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30899         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30900         `display-graphic-p' may not be bound yet.
30902 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30904         * startup.el (command-line): No longer enable Xterm Mouse mode by
30905         default in terminals compatible with xterm.
30907         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30909 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30911         * tooltip.el (tooltip-gud-echo-area): Rename from
30912         tooltip-use-echo-area.
30913         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30914         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30915         area independently of where help tooltips are displayed.
30917 2005-04-17  David Kastrup  <dak@gnu.org>
30919         * cus-theme.el (custom-theme-write-variables): Quote variables
30920         where necessary.
30922 2005-04-17  Richard M. Stallman  <rms@gnu.org>
30924         * simple.el (yank-excluded-properties): Add follow-link to value.
30926         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30928         * startup.el (fancy-splash-max-time): Just 30 seconds.
30929         (fancy-splash-delay): Just 7.
30930         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30932         * loadhist.el (unload-feature): Update for new format of load-history.
30933         Simplify the code.
30935         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30936         (rmail-font-lock-keywords): Don't fontify the text of a citation.
30938         * mail/sendmail.el (mail-font-lock-keywords):
30939         Don't fontify subject text.
30940         Don't fontify the text of a citation.
30942 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
30944         * comint.el (comint-output-filter): Run comint-output-filter-functions
30945         with point where the user had it.
30947 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30949         * international/ucs-tables.el (ucs-set-table-for-input):
30950         Disable when using unify-on-decoding.
30952 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
30954         * emulation/cua-base.el (cua-global-mark-face): Add special case
30955         for displays supporting a high number of colors.
30957 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30959         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30961 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
30963         * filesets.el (filesets-add-buffer): If user supplies a name of a
30964         non-existing fileset, create a new fileset.
30966 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
30968         * textmodes/org.el (org-up-heading-all): Fix bug with
30969         `outline-up-heading-all'.
30971 2005-04-16  Andreas Schwab  <schwab@suse.de>
30973         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30974         /etc/permissions.d/* and /etc/aliases.d/*.
30976 2005-04-16  Kenichi Handa  <handa@m17n.org>
30978         * international/code-pages.el (cp-make-coding-system):
30979         Set `translation-table-for-input' property value to the symbol
30980         ucs-mule-to-mule-unicode, not to that value.
30981         (pt154): Escape guillemet by `\'.
30983 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
30985         * loadup.el: Load tooltip if x-show-tip is fboundp.
30987         * startup.el (command-line): Add comment.
30989         * tooltip.el (tooltip-mode): Specify correct standard value for
30990         Custom in init-value.
30992 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
30994         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30995         possible.
30997 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
30999         * textmodes/org.el (org-agenda-date-prompt): Rename from
31000         `org-agenda-date-today'.
31001         (org-evaluate-time-range): Insert at point instead of directly
31002         after time range.
31003         (org-first-headline-recenter, org-subtree-end-visible-p)
31004         (org-optimize-window-after-visibility-change): New functions
31005         (org-agenda-post-command-hook): Don't allow point at end of line,
31006         to make sure it always hits the text properties.
31007         (org-agenda-next-date-line, org-agenda-previous-date-line):
31008         New commands.
31009         (org-set-regexps-and-options): Category may contain white space.
31010         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31011         Improve marker positions.
31012         (org-agenda-new-marker): Argument POS made optional.
31013         (org-agenda-get-timestamps): Deadlines which are done are listed
31014         in org-done-face now.
31015         (org-agenda-get-todos, org-agenda-get-timestamps)
31016         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31017         Set `undone-face' and `done-face' properties.
31018         (org-last-todo-state-is-todo): New variable.
31019         (org-todo): Set `org-last-todo-state-is-todo'.
31020         (org-agenda-todo): Change face according to
31021         `org-last-todo-state-is-todo'.  And change other lines referring to
31022         the same entry.
31023         (org-calendar-goto-agenda): New command.
31024         (org-calendar-to-agenda-key): New option.
31025         (org-startup-folded): New allowed value `content'.
31026         (org-set-regexps-and-options): Accept new value `content' for
31027         `org-startup-folded'.
31028         (org-get-current-options): Handle new value `content' for
31029         `org-startup-folded'.
31030         (org-insert-todo-heading): New command.
31031         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31032         interactively in empty file and option
31033         `org-insert-mode-line-in-empty-file' has been set.
31034         (org-agenda-todo, org-agenda-priority): Modify to use
31035         `org-agenda-change-all-lines'.
31036         (org-warning-face): Change color on dark background.
31038 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31040         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31041         use preferences AppleLocale and AppleLanguages, and variable
31042         mac-system-locale for default locale.  On Mac OS Classic, use
31043         mac-system-coding-system for default coding systems.
31045         * term/mac-win.el: Don't set file-name-coding-system.
31046         Decode variables system-name, emacs-build-system, user-login-name, and
31047         user-full-name by mac-system-coding-system on Mac OS Classic.
31048         (mac-system-coding-system): New variable.
31050 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31052         * startup.el (command-line): Handle `xterm-mouse-mode' before
31053         reading init file.
31055         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31057 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31059         * progmodes/sh-script.el (sh-here-document-word): Make it a
31060         defcustom.  Doc fix.
31061         (sh-add): Bash uses $(( )) for arithmetic.
31062         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31063         (sh-maybe-here-document): Remove quotes and leading whitespace
31064         from heredoc word when closing.  Indent heredoc with tabs if word
31065         starts with "-".
31067 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31069         * simple.el (undo): Fix previous change.
31071         * custom.el (defface): Doc fix.
31073 2005-04-13  Lute Kamstra  <lute@gnu.org>
31075         * Makefile.in (DONTCOMPILE): Remove list.
31076         (compile, compile-always): Don't use DONTCOMPILE.
31077         (update-authors): Load the library in which batch-update-authors
31078         is defined.
31079         * makefile.w32-in (DONTCOMPILE): Remove list.
31080         (compile, compile-always): Fix comments.
31081         (update-authors): Load the library in which batch-update-authors
31082         is defined.
31084         * generic-x.el (generic-mode-ini-file-find-file-hook):
31085         Rename to ini-generic-mode-find-file-hook.
31086         Keep generic-mode-ini-file-find-file-hook as an alias.
31087         (ini-generic-mode-find-file-hook): Rename from
31088         generic-mode-ini-file-find-file-hook.  Fix docstring.
31089         (ini-generic-mode): Docstring change.
31090         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31092         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31093         called from lisp.
31095         * generic.el: Move to the emacs-lisp subdir.
31097 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31099         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31100         and C-S- function and cursor motion keys.
31102 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31104         * startup.el (command-line): Enable Xterm Mouse mode by default.
31105         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31106         for Custom.  No longer show "Mouse" in mode line when enabled.
31107         Doc fix.
31109 2005-04-12  Kim F. Storm  <storm@cua.dk>
31111         * emulation/cua-base.el (cua-rectangle-face)
31112         (cua-rectangle-noselect-face): Define face attributes here.
31114         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31116 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31118         * startup.el (command-line): Turn off blinking cursor if
31119         cursorBlink in resources is off or false.
31121 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31123         * term/mac-win.el (dnd): Require dnd.
31124         (mac-drag-n-drop): Call dnd-handle-one-url.
31125         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31126         (kTextEncodingISOLatin2): Remove constants.
31127         (mac-script-code-coding-systems): New constant.
31128         (mac-handle-language-change): New function.
31129         (special-event-map): Bind it to `language-change' event.
31130         (mac-centraleurroman, mac-cyrillic): New coding systems.
31131         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31132         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31133         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31134         encode-mac-cyrillic, respectively.
31136 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31138         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31139         Don't set overlay-arrow-string to "=>" as this is done
31140         globally in C now.
31142 2005-04-12  Lute Kamstra  <lute@gnu.org>
31144         * generic-x.el (rc-generic-mode, rul-generic-mode):
31145         Fix auto-mode-alist entries.
31146         (etc-fstab-generic-mode): Tweak fontification.
31148         * generic.el (generic-make-keywords-list): Fix docstring.
31149         (generic-mode-internal): Simplify generic-font-lock-keywords.
31151 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31153         * whitespace.el (whitespace-buffer-leading)
31154         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31155         However, fix the highlight area for the leading and
31156         trailing whitespaces to show space.
31158 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31160         * whitespace.el (whitespace-version): Bump to 3.5.
31162         (whitespace-buffer-leading, whitespace-buffer-trailing):
31163         Invert sense of the test to highlight the whitespace.
31165 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31167         * progmodes/gud.el (gud-display-line): GUD uses its own
31168         overlay arrow now so don't set overlay-arrow-string.
31169         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31171 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31173         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31174         (term-ansi-current-reverse, term-ansi-current-invisible)
31175         (term-ansi-face-already-done): Change to boolean.
31176         (term-reset-terminal, term-handle-colors-array): Handle the above
31177         vars accordingly.
31178         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31179         (term-emulate-terminal): Use the new name.
31181         * faces.el (secondary-selection): Use yellow1, not yellow.
31182         (trailing-whitespace): Use red1, not red.
31184 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31186         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31187         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31188         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31190         * cus-edit.el (dnd): New group.
31192         * term/w32-win.el (dnd): Require dnd
31193         (w32-drag-n-drop): Call dnd-handle-one-url.
31195         * x-dnd.el: Require dnd.
31196         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31197         Call dnd-handle-one-url.
31198         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31199         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31200         to dnd-insert-text.
31201         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31202         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31203         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31204         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31206         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31208 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31210         * wdired.el: Doc fixes.
31211         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31212         (wdired-use-dired-vertical-movement): Rename from
31213         wdired-always-move-to-filename-beginning.
31214         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31215         (wdired-change-to-wdired-mode): Change mode name.
31216         (wdired-newline): Delete.
31218 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31220         * whitespace.el (whitespace-highlight-the-space):
31221         Don't call whitespace-unhighlight-the-space here.
31223         * simple.el (undo): Record t in undo-equiv-table
31224         for the redo record made by an undo-in-region.
31226 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31228         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31229         (gdb-frame-inferior-io-buffer): New Functions to control
31230         display of separate IO buffer.
31231         (menu): Add them to menu-bar.
31232         (gdb-display-buffer): Check for buffer another frame.
31233         Protect GUD buffer.
31234         (gdb-setup-windows): Create IO buffer if not already there.
31235         (gdb-memory-mode): Remove purecopy noops.
31237 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31239         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31240         and pass to self-insert-command.
31242 2005-04-11  Lute Kamstra  <lute@gnu.org>
31244         * generic.el: Commentary section cleanup.
31245         (generic): Delete.
31246         (generic-use-find-file-hook, generic-lines-to-scan)
31247         (generic-find-file-regexp, generic-ignore-files-regexp)
31248         (default-generic-mode, generic-mode-find-file-hook)
31249         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31250         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31251         (generic-use-find-file-hook, generic-lines-to-scan)
31252         (generic-find-file-regexp, generic-ignore-files-regexp)
31253         (default-generic-mode, generic-mode-find-file-hook)
31254         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31256 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31258         * bookmark.el (bookmark-write-file): Catch errors writing file.
31259         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31261 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31263         * startup.el (fancy-splash-tail): Update copyright year.
31264         (command-line): Split part of -Q into -D.
31265         (emacs-basic-display): New defvar.
31266         (fancy-splash-text): Correct name of menu item.
31268         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31270         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31271         lines in one node.
31273         * comint.el (comint-send-input): New arg ARTIFICIAL.
31274         Callers in this file changed.
31276         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31278         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31280 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31282         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31283         `ldap-search-internal'.
31285 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31287         * files.el (set-auto-mode-1): Use line-end-position.
31289         * international/latin-1.el:
31290         * international/latin-2.el:
31291         * international/latin-3.el:
31292         * international/latin-4.el:
31293         * international/latin-5.el:
31294         * international/latin-8.el:
31295         * international/latin-9.el: Give punctuation syntax to NBSP.
31297         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31298         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31299         Use char-classes to accept non-ascii letters, accepted in some recent
31300         bibtex implementations.
31302 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31304         * custom.el (custom-set-minor-mode): Any non-nil value for the
31305         variable should enable the mode when set through Custom.
31307 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31309         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31310         TAB binding so tab-always-indent is obeyed.
31311         (vhdl-minibuffer-local-map): Move initialization into declaration.
31312         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31313         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31314         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31315         (vhdl-current-line): Use line-beginning-position.
31316         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31317         with-output-to-temp-buffer, so the current position can be recorded.
31319 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31321         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31322         Add regexp for gcov.
31324 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31326         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31327         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31328         syntax which Emacs 20 doesn't support.
31330 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31332         * help.el (describe-key-briefly, describe-key):
31333         Replace strings as event types with "(any string)".
31335 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31337         * arc-mode.el (archive-mode-map): Move initialization into
31338         the declaration.  Override *all* bindings of `undo'.
31339         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31341 2005-04-09  Jay Belanger  <belanger@truman.edu>
31343         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31345 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31347         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31348         (xterm-register-default-colors): Update color values computation
31349         to match xterm-200.
31351 2005-04-09  Kenichi Handa  <handa@m17n.org>
31353         * international/code-pages.el (iso-latin-7): Fix the map.
31355 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31357         * emacs-lisp/lisp.el (defun-prompt-regexp)
31358         (parens-require-spaces, buffer-end, end-of-defun)
31359         (insert-parentheses): Doc fixes.
31361 2005-04-08  Kim F. Storm  <storm@cua.dk>
31363         * comint.el (comint-highlight-prompt): Fix face spec.
31364         * hi-lock.el (hi-green): Likewise.
31366 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31368         * cus-edit.el (custom-modified-face):
31369         * comint.el (comint-highlight-input): Fix previous changes.
31370         * term.el (term-handle-ansi-escape): Add a comment.
31372 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31374         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31375         in the buffer and in whitespace-highlighted-space.
31376         (whitespace-unhighlight-the-space): Simplify.
31377         (whitespace-buffer): Simplify.
31379 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31381         * textmodes/table.el (table-cell-face): Add special case for
31382         displays supporting a high number of colors.
31383         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31384         (vhdl-font-lock-reserved-words-face)
31385         (vhdl-speedbar-architecture-face)
31386         (vhdl-speedbar-instantiation-face)
31387         (vhdl-speedbar-architecture-selected-face)
31388         (vhdl-speedbar-instantiation-selected-face): Likewise.
31389         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31390         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31391         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31392         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31393         (ebrowse-progress-face): Likewise.
31394         * progmodes/compile.el (compilation-info-face): Likewise.
31395         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31396         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31397         * calendar/calendar.el (diary-face): Likewise.
31398         * woman.el (woman-italic-face, woman-bold-face)
31399         (woman-unknown-face): Likewise.
31400         * wid-edit.el (widget-button-pressed-face): Likewise.
31401         * whitespace.el (whitespace-highlight-face): Likewise.
31402         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31403         * pcvs-info.el (cvs-marked-face): Likewise.
31404         * info.el (info-xref): Likewise.
31405         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31406         * hilit-chg.el (highlight-changes-face)
31407         (highlight-changes-delete-face): Likewise.
31408         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31409         (hi-red-b): Likewise.
31410         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31411         * font-lock.el (font-lock-keyword-face)
31412         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31413         * cus-edit.el (custom-invalid-face, custom-modified-face)
31414         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31415         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31416         * comint.el (comint-highlight-prompt): Likewise.
31418 2005-04-08  Lute Kamstra  <lute@gnu.org>
31420         * font-lock.el (font-lock-keywords): Docstring fixes.
31422 2005-04-08  Kenichi Handa  <handa@m17n.org>
31424         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31425         chars are more than a limit, print " and more..." at the tail.
31427 2005-04-08  Kim F. Storm  <storm@cua.dk>
31429         * emacs-lisp/authors.el (authors-aliases): Update list.
31430         (authors-ignored-files): New list.
31431         (authors-fixed-entries): Fix typo.
31432         (authors-renamed-files-alist): Update list.
31433         (authors-add): Check authors-ignored-files.
31435 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31437         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31438         optional, to ensure backward compatibility.
31440 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31442         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31444 2005-04-08  Kim F. Storm  <storm@cua.dk>
31446         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31448         * mouse.el (mouse-on-link-p): Doc fix.
31450 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31452         * ielm.el (ielm-prompt-read-only): Doc fix.
31454         * comint.el (comint-prompt-read-only): Doc fix.
31456 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31458         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31459         ensure dired always handles wildcards passed to ffap.
31460         (find-file-at-point): Use it.
31461         (ffap-dired-wildcards): Doc fix.
31463 2005-04-07  Juri Linkov  <juri@jurta.org>
31465         * simple.el (next-error-overlay-arrow-position): New defvar.
31466         Put "=>" on its property `overlay-arrow-string'.  Add it to
31467         `overlay-arrow-variable-list'.
31469         * progmodes/compile.el (compilation-setup):
31470         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31471         nil in the local hook `kill-buffer-hook'.  Make local variable
31472         `overlay-arrow-string' and set it to "=>".
31473         (compilation-goto-locus): Set BOL position to
31474         `next-error-overlay-arrow-position' instead of
31475         `overlay-arrow-position'.
31477         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31478         locally instead of adding it to the global hook.
31479         (Info-kill-buffer): Move up.
31481 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31483         * term/xterm.el (xterm-standard-colors): Update color values from
31484         xterm-200.
31486 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31488         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31490         * fast-lock.el:
31491         * lazy-lock.el: Move them to the obsolete subdir.
31493 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31495         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31496         (wdired-add-replace-advice): Remove.
31497         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31499 2005-04-06  Kim F. Storm  <storm@cua.dk>
31501         * startup.el (command-line): Add --bare-bones alias for -Q.
31503 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31505         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31506         create the startup fontset if a font specification ends with
31507         `mac-roman'.
31509 2005-04-06  Lute Kamstra  <lute@gnu.org>
31511         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31512         change.
31514         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31515         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31517 2005-04-05  Lute Kamstra  <lute@gnu.org>
31519         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31520         (define-generic-mode): Ditto.  Fix debug declaration.
31522         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31523         Put them in the generic-x group.
31525         * calendar/timeclock.el (timeclock): Doc fix.
31527         * generic.el (define-generic-mode): Don't use custom-current-group.
31528         Document default :group value.
31529         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31530         (define-global-minor-mode): Don't use custom-current-group.
31532 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31534         * startup.el (command-line-1): Display startup-echo-area-message
31535         when fancy splash screen is in use.
31537         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31538         (sh-escaped-newline): New face.
31539         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31540         newline, and use sh-escaped-newline face.
31542         * progmodes/tcl.el (tcl-escaped-newline): New face.
31543         (tcl-builtin-list): New variable.
31544         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31545         newlines.  Fix keywords subexpression number.
31547 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31549         * textmodes/org.el (org-diary-default-entry): Fix call to
31550         `add-to-diary-entry'.
31552 2005-04-05  Kim F. Storm  <storm@cua.dk>
31554         * ediff-init.el: Use (featurep 'xemacs).
31556 2005-04-05  David Ponce  <david@dponce.com>
31558         * cus-edit.el (face): Derive from symbol widget.  Display sample
31559         of the current face on the fly.
31560         (widget-face-sample-face-get, widget-face-notify): New functions.
31561         (widget-face-value-create): Remove.
31563         * wid-edit.el (widget-field-end): Temporarily remove field
31564         narrowing before to call `get-char-property'.
31566 2005-04-04  Jay Belanger  <belanger@truman.edu>
31568         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31569         (math-read-subscripts): New variable.
31570         (math-read-preprocess-string): Process subscripts.
31572 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31574         * comint.el (comint-prompt-read-only): Doc fix.
31576         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31577         `-1'.  Doc fix.
31579 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31581         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31582         Change default value to nil.
31584 2005-04-04  Lute Kamstra  <lute@gnu.org>
31586         * autorevert.el (auto-revert-mode): Specify :group.
31587         * battery.el (display-battery-mode): Specify :group.
31588         * diff-mode.el (diff-minor-mode): Specify :group.
31589         * font-core.el (font-lock-mode): Specify :group.
31590         * hl-line.el (hl-line-mode): Specify :group.
31591         * iimage.el (iimage): New customization group.
31592         (iimage-mode): Specify :group.
31593         * longlines.el (longlines-mode): Specify :group.
31594         * master.el: Don't require easy-mmode.
31595         (master): New customization group.
31596         (master-mode): Specify :group.
31597         * msb.el (msb-mode): Specify :group.
31598         * reveal.el (reveal-mode): Specify :group.
31599         * simple.el (next-error-follow-minor-mode): Specify :group.
31600         * smerge-mode.el (smerge-mode): Specify :group.
31601         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31602         * emulation/cua-base.el (cua-mode): Specify :group.
31603         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31604         * language/thai-util.el (thai-auto-composition-mode)
31605         (thai-word-mode): Specify :group.
31606         * mail/supercite.el (sc-minor-mode): Specify :group.
31607         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31608         * progmodes/flymake.el (flymake-mode): Specify :group.
31609         * progmodes/glasses.el (glasses-mode): Specify :group.
31610         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31611         * textmodes/enriched.el (enriched-mode): Specify :group.
31612         * textmodes/refill.el (refill-mode): Specify :group.
31614         * add-log.el (change-log-font-lock-keywords): Names in
31615         parenthesized lists can contain spaces.
31617 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31619         * startup.el (fancy-splash-text): Shorten default text of
31620         "Emacs Tutorial" line.  Also, if the current language env
31621         indicates an available tutorial file other than TUTORIAL,
31622         extract its title and append it to the line in parentheses.
31623         (fancy-splash-insert): If arg is a thunk, funcall it.
31625 2005-04-04  Jay Belanger  <belanger@truman.edu>
31627         * calc.el (calc-language-alist): Add tags to customization type.
31629 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31631         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31632         Doc fix.
31634 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31636         * add-log.el (change-log-font-lock-keywords): The manual
31637         describing a Change Log entry, says: (...) "Aside from these
31638         header lines, every line in the change log starts with a space or
31639         a tab.".  The font-lock was not highlighting lines started with
31640         spaces, added support for it.
31642 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31644         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31645         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31646         complex example in the docstring.
31647         (bibtex-font-lock-url): Use pop.
31649 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31651         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31653         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31655 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31657         * filesets.el (filesets-set-default): Doc fix.
31659 2005-04-03  Lute Kamstra  <lute@gnu.org>
31661         * generic.el (define-generic-mode): Add argument to specify
31662         keywords for defcustom.
31663         (default-generic-mode): Specify :group.
31665         * generic-x.el: Specify :group for all generic modes.
31667         * desktop.el (desktop-no-desktop-file-hook)
31668         (desktop-after-read-hook): Doc fix.
31670 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31672         * simple.el (visible-mode): Use explicit :group keyword.
31673         This changes the group of `visible-mode-hook' from paren-blinking
31674         to editing-basics.
31676 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31678         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31679         mailbox specifications as well as URLs.
31680         (rmail-insert-inbox-text): Remove unused conditional branches.
31682 2005-04-01  Jay Belanger  <belanger@truman.edu>
31684         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31685         (calc-gnuplot-print-command): Move definitions to calc.el.
31687         * calc/calc-embed.el (calc-embedded-announce-formula)
31688         (calc-embedded-open-formula, calc-embedded-close-formula)
31689         (calc-embedded-open-word, calc-embedded-close-word)
31690         (calc-embedded-open-plain, calc-embedded-close-plain)
31691         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31692         (calc-embedded-open-mode, calc-embedded-close-mode):
31693         Move definitions to calc.el.
31695         * calc/calc.el (calc-settings-file, calc-language-alist):
31696         Make customizable.
31697         (calc-embedded-announce-formula, calc-embedded-open-formula)
31698         (calc-embedded-close-formula, calc-embedded-open-word)
31699         (calc-embedded-close-word, calc-embedded-open-plain)
31700         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31701         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31702         (calc-embedded-close-mode, calc-gnuplot-name)
31703         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31704         from other files and make customizable.
31706 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31708         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31709         Use buffer-live-p.
31710         (cvs-mode-run): Don't call cvs-update-header here.
31711         (cvs-run-process): Call cvs-update-header.
31712         Use process properties for cvs-postprocess and cvs-buffer so that
31713         the sentinel can behave better if the temp buffer is killed.
31714         Use a pipe rather than a tty, to better handle unexpected prompts.
31715         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31717 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31719         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31720         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31722 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31724         * generic.el (define-generic-mode): Add indentation rule.
31726 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31728         * files.el (mode-require-final-newline): Make Custom correctly
31729         report a nil value and allow to set it to nil via Custom.
31730         Doc fix.
31732 2005-04-01  Kenichi Handa  <handa@m17n.org>
31734         * international/characters.el: Enable the correct case setting for
31735         dotless-i and dotted-I.
31737 2005-04-01  Kim F. Storm  <storm@cua.dk>
31739         * ido.el (ido-file-internal): Fall back to non-ido command if
31740         initial directory is on slow ftp (or tramp) host.
31742 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31744         * emacs-lisp/autoload.el (make-autoload):
31745         Handle define-global-minor-mode.
31747         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31748         Rename from easy-mmode-define-global-mode.
31749         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31751         * progmodes/scheme.el (scheme-mode-syntax-table):
31752         Update syntax of | and # for two-character comment syntax.
31754 2005-03-31  Lute Kamstra  <lute@gnu.org>
31756         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31757         (define-minor-mode): Call custom-current-group at load-time.
31759         * generic.el (define-generic-mode): Add debug declaration.
31760         Add defcustom for the mode hook.
31761         (generic-mode-internal): Use run-mode-hooks.
31763 2005-03-31  Kim F. Storm  <storm@cua.dk>
31765         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31766         (mouse-fixup-help-message): New defun called by show_help_echo
31767         to fixup mouse-2 prefix in help messages when applicable.
31769         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31771 2005-03-31  Kenichi Handa  <handa@m17n.org>
31773         * language/thai-word.el (thai-find-word-ends): Pay attention to
31774         the case that we reach the end of buffer.
31776         * textmodes/fill.el (fill-text-properties-at): New function.
31777         (fill-newline): Use fill-text-properties-at instead of
31778         text-properties-at.
31780 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31782         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31783         not comint-quote-filename.
31785 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31787         * help-fns.el (help-with-tutorial): Revert last change.
31789 2005-03-31  Kim F. Storm  <storm@cua.dk>
31791         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31793 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31795         * calendar/cal-china.el: Update reference to "Calendrical
31796         Calculations" book; there's a new edition.
31797         * calendar/cal-coptic.el: Likewise.
31798         * calendar/cal-french.el: Likewise.
31799         * calendar/cal-hebrew.el: Likewise.
31800         * calendar/cal-islam.el: Likewise.
31801         * calendar/cal-iso.el: Likewise.
31802         * calendar/cal-julian.el: Likewise.
31803         * calendar/cal-mayan.el: Likewise.
31804         * calendar/cal-persia.el: Likewise.
31805         * calendar/calendar.el: Likewise.
31806         * calendar/holidays.el: Likewise.
31807         * calendar/lunar.el: Likewise.
31808         * calendar/solar.el: Likewise.
31810         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31811         white space from doc string.
31813 2005-03-30  Jay Belanger  <belanger@truman.edu>
31815         * calc/calc-help.el (calc-full-help): Remove email address.
31817 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31819         * help-fns.el (help-with-tutorial): Delete title line.
31821 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31823         * calendar/cal-x.el (calendar-one-frame-setup)
31824         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31825         rather than `symbol' for set-window-dedicated-p.
31827         * calendar/appt.el (appt-buffer-name): Make it a constant.
31828         (appt-add): Doc fix.
31830         * filesets.el (filesets-menu-path, filesets-menu-before)
31831         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31832         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31833         (filesets-add-submenu): Delete and use add-submenu instead.
31835 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31837         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31838         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31839         (org-diary-default-entry): New function.
31840         (org-get-entries-from-diary): Better parsing of diary entries.
31841         (org-agenda-check-no-diary): New function.
31842         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31843         linking to diary entries.
31844         (org-agenda-execute-calendar-command): New function.
31845         (org-agenda): Improve visible section in window.
31846         Use `org-fit-agenda-window'.
31847         (org-fit-agenda-window): New option.
31848         (org-move-subtree-down): Better handling of empty lines
31849         at end of subtree.
31850         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31851         levels up.
31852         (org-fontify-done-headline): New option.
31853         (org-headline-done-face): New face.
31854         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31855         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31856         When current field is non-empty, it is copied to next row.
31857         (org-table-copy-from-above): Fix bug which made it
31858         impossible to copy fields containing only a single non-white character.
31860 2005-03-30  Kim F. Storm  <storm@cua.dk>
31862         * kmacro.el (kmacro-end-macro): Isearch may store this command
31863         into the macro -- so ignore it when executing keyboard macro.
31865 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31867         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31869 2005-03-29  Kenichi Handa  <handa@m17n.org>
31871         * language/thai.el ("Thai"): Set setup-function and exit-function
31872         for Thai language environment.
31874         * language/thai-util.el: Require thai-word.
31875         (thai-word-mode-map): New variable.
31876         (thai-word-mode): New minor mode.
31877         (setup-thai-language-environment-internal): New function.
31878         (exit-thai-language-environment-internal): New function.
31880         * language/thai-word.el (thai-word-table): Declare it by defvar,
31881         use dolist to initialize it.
31882         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31883         (thai-fill-find-break-point): New functions.
31885 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31887         * simple.el (idle-update-delay): Move definition up.
31888         (set-mark): Doc fix.
31890 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31892         * longlines.el: New file.
31894         * simple.el (buffer-substring-filters): New variable.
31895         (filter-buffer-substring): New function.
31896         (kill-region, copy-region-as-kill): Use it.
31898         * register.el (copy-to-register, append-to-register)
31899         (prepend-to-register): Use filter-buffer-substring.
31901 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31903         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31904         (gud-filter-pending-text): Move in front of gdb.
31905         (gud-overlay-arrow-position): New variable.
31906         (gud-sentinel, gud-display-line): Use it in place of
31907         overlay-arrow-position.
31909 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31911         * progmodes/fortran.el (fortran-if-indent): Doc fix.
31912         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31913         (fortran-font-lock-keywords-4): New variable.
31914         (fortran-blocks-re, fortran-end-block-re)
31915         (fortran-start-block-re): New constants, for hideshow.
31916         (hs-special-modes-alist): Add a Fortran entry.
31917         (fortran-mode-map): Bind fortran-end-of-block,
31918         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31919         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
31920         (fortran-looking-at-if-then, fortran-end-of-block)
31921         (fortran-beginning-of-block): New functions, for hideshow.
31923         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31924         Doc fix.  Tweak regexp.
31925         (f90-beginning-of-block): Push mark first.
31927 2005-03-29  Jay Belanger  <belanger@truman.edu>
31929         * calc/calc.el: Update copyright date.
31930         (calc-version): Increase to 2.1.
31931         (calc-version-date): Remove.
31933         * calc/calc-help.el: Update copyright date.
31934         (calc-full-help): Remove reference to calc-version-date.
31935         Update copyright date.
31937 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31939         * vc.el (vc-do-command): Use a pipe for async processes, so password
31940         prompts don't show up at places where the user can't reply.
31942 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31944         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31945         on the file name we pass to the inferior shell.
31947 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31949         * progmodes/which-func.el (which-function): Be robust in the face of an
31950         imenu--make-index-alist failure.
31952 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31954         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31956         * progmodes/python.el (python-preoutput-filter): Fix last change.
31958 2005-03-29  Lute Kamstra  <lute@gnu.org>
31960         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31961         functions and compiled macros.
31962         (debug-convert-byte-code): Handle macros too.
31963         (debug-on-entry-1): Don't signal an error when trying to clear a
31964         function that is not set to debug on entry.
31966 2005-03-29  Jay Belanger  <belanger@truman.edu>
31968         * calc/calc-lang.el: Add functions to math-function-table
31969         properties of tex and math.
31971 2005-03-29  Kenichi Handa  <handa@m17n.org>
31973         * ps-mule.el (ps-mule-plot-string): Translate characters by
31974         ps-print-translation-table.
31975         (ps-mule-begin-job): Call find-charset-region/string with
31976         ps-print-translation-table.
31977         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31979         * ps-print.el (ps-print-translation-table): New variable.
31980         (ps-plot-region): Translate characters by ps-print-translation-table.
31982 2005-03-29  Juri Linkov  <juri@jurta.org>
31984         * simple.el (next-error-highlight-timer): New variable.
31986         * progmodes/compile.el (compilation-goto-locus):
31987         Use `next-error-highlight-timer' instead of `sit-for'.
31989 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31991         * mail/supercite.el (sc-mail-field): Use assoc-string.
31992         (sc-get-address): Simplify regexps.
31994         * files.el (minibuffer-with-setup-hook): New macro.
31995         (find-file-read-args): Use it to avoid let-binding
31996         minibuffer-with-setup-hook (which breaks turning on/off
31997         file-name-shadow-mode while in the prompt).
31999         * complete.el (PC-read-include-file-name-internal):
32000         Use test-completion.
32002 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32004         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32006 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32008         * window.el (window-buffer-height): Use count-screen-lines.
32010         * progmodes/python.el (python-preoutput-leftover): New var.
32011         (python-preoutput-filter): Use it.
32012         (python-send-receive): Loop until all the result has been received.
32014 2005-03-28  Juri Linkov  <juri@jurta.org>
32016         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32018         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32019         "Recover Crashed Session".
32020         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32021         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32022         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32023         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32024         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32025         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32026         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32027         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32029         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32030         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32031         Ediff Sessions", "Toggle use of separate control buffer frame",
32032         "Use separate frame for Ediff control buffer".
32034         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32035         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32036         "Rename Bookmark", "Delete Bookmark".
32038         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32039         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32040         Add `:active Info-index-alternatives' to "Next Matching Item".
32042         * wdired.el (wdired-change-to-wdired-mode):
32043         Mention `wdired-abort-changes' key in the initial message.
32045         * international/mule.el (auto-coding-alist): Associate non-ascii
32046         image filename extensions with `no-conversion'.
32048 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32050         * international/iso-acc.el:
32051         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32053 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32055         * textmodes/sgml-mode.el (html-mode): Doc update.
32057         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32059 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32061         * term.el (term-move-columns): Fix face after extending a line.
32062         (term-insert-spaces): Likewise.
32063         (term-reset-terminal): Fix off by one error.
32065 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32067         * international/mule.el (auto-coding-alist): Add .xpi files.
32069         * files.el (auto-mode-alist): Add .xpi files.
32071 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32073         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32075 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32077         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32079 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32081         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32082         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32084         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32085         cursor to Jan 1 when needed.
32086         (calendar-end-of-year): Fix -/+ typo.
32087         Reported by Chong Yidong <cyd@stupidchicken.com>.
32089 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32091         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32093         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32094         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32096 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32098         * filesets.el (filesets-init): Add autoload.
32100         * mail/mailalias.el (mail-directory): Doc fix.
32102 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32104         * mail/mailalias.el (mail-directory-process): Do nothing if
32105         mail-directory-process is an atom.
32106         (mail-get-names): Ignore mail-directory-names if it is an atom.
32107         (mail-directory-process defvar): Doc fix.
32108         (mail-names): Doc fix.
32110 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32112         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32114 2005-03-26  Kenichi Handa  <handa@m17n.org>
32116         * international/mule-util.el (detect-coding-with-priority):
32117         Call update-coding-systems-internal before detect-coding-region.
32119 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32121         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32122         (gdb-frames-mode-map): Add follow-link property.
32124 2005-03-25  Jay Belanger  <belanger@truman.edu>
32126         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32127         for variables.
32129 2005-03-25  Juri Linkov  <juri@jurta.org>
32131         * image-mode.el: Optimize image filename extension regexps in
32132         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32133         in `auto-mode-alist'.
32134         (image-mode): Add `image-toggle-display-text' to local hook
32135         `change-major-mode-hook'.  Display the image as an image by
32136         default.  Set `cursor-type' and `truncate-lines' if the image
32137         is already displayed.  Take into account the current mode (image
32138         or text) in message.
32139         (image-minor-mode): New minor mode.
32140         (image-mode-maybe, image-toggle-display-text): New functions.
32141         (image-toggle-display): Use called-interactively-p.
32142         Let-bind `inhibit-read-only' to t.
32144         * image-mode.el (image-minor-mode): Set `cursor-type' and
32145         `truncate-lines' if the image is already displayed.  Add turning
32146         image-minor-mode off to `change-major-mode-hook'.  Add message.
32147         Call `image-toggle-display-text' after turning image-minor-mode off.
32149 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32151         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32152         Terminal.app, use utf-8.
32153         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32154         (set-locale-environment): Use it.
32156         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32158         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32160         * progmodes/python.el (python-close-block-statement-p)
32161         (python-outdent-p, python-current-defun): Use symbol-end.
32163 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32165         * files.el (save-some-buffers): Doc fix.
32167 2005-03-25  Werner Lemberg  <wl@gnu.org>
32169         * complete.el, thumbs.el: Replace `legal' with `valid'.
32170         * calendar/calendar.el: Replace `legal' with `valid'.
32171         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32172         * mail/supercite.el: Replace `legal' with `valid'.
32173         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32174         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32175         Replace `legal' with `valid'.
32176         * textmodes/reftex-vars.el, textmodes/reftex.el:
32177         Replace `legal' with `valid'.
32179 2005-03-25  Werner Lemberg  <wl@gnu.org>
32181         * calc/calc-forms.el, calc/calc-sel.el
32182         * midnight.el, vc-cvs.el
32183         * emacs-lisp/cl-macs.el
32184         * emulation/vip.el
32185         * eshell/esh-io.el, eshell/esh-var.el
32186         * mail/supercite.el
32187         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32188         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32189         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32190         * progmodes/sh-script.el, progmodes/xscheme.el
32191         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32192         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32193         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32194         * textmodes/reftex.el, textmodes/org.el:
32195         Replace `illegal' with `invalid'.
32197 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32199         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32200         (flymake-find-buildfile, flymake-find-possible-master-files)
32201         (flymake-check-include, flymake-parse-line): Replace loops over the
32202         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32204         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32205         Substitute file-name-as-directory in the rest of the file.
32206         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32207         (flymake-replace-region): Remove unused arg `buffer'.
32208         (flymake-check-patch-master-file-buffer): Update calls to it.
32209         (flymake-add-err-info): Remove unused var `count'.
32210         (flymake-mode): Use define-minor-mode.
32212         * progmodes/flymake.el: Use with-current-buffer.
32213         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32214         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32215         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32216         Avoid testing for `xemacs'.
32217         (flymake-nop): Move.
32218         (flymake-region-has-flymake-overlays): Return the computed value.
32219         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32220         Remove unused var `endline'.
32221         (flymake-get-line-count): Remove unused function.
32222         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32224         * emulation/vi.el:
32225         * generic.el:
32226         * hilit-chg.el (global-highlight-changes):
32227         * hi-lock.el (hi-lock-mode):
32228         * follow.el: find-file-hooks -> find-file-hook.
32230         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32232 2005-03-24  Juri Linkov  <juri@jurta.org>
32234         * dired.el (dired-mode-map): Add menu item "Compare directories"
32235         for dired-compare-directories.
32237         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32238         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32240 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32242         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32244 2005-03-24  Jay Belanger  <belanger@truman.edu>
32246         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32247         relevant mode settings in calc-embedded-original-modes when modes
32248         are permanently changed.
32250 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32252         * autoinsert.el: find-file-hooks -> find-file-hook.
32254 2005-03-24  Lute Kamstra  <lute@gnu.org>
32256         * generic.el (generic-font-lock-defaults): Make it obsolete.
32257         (generic-font-lock-keywords): New variable to replace
32258         generic-font-lock-defaults.
32259         (generic-mode-set-font-lock): Delete it.
32260         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32261         (generic-bracket-support): Add docstring.
32263         * generic-x.el: Rename generic-font-lock-defaults to
32264         generic-font-lock-keywords throughout.
32265         (mailagent-rules-setup-function): Delete it.
32266         (mailagent-rules-generic-mode): Use anonymous function instead.
32267         (show-tabs-generic-mode-font-lock-defaults-1)
32268         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32269         Quote faces.
32270         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32271         not foreground.
32273         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32274         Recognize define-generic-mode.
32276 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32278         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32279         if there's no completion table.
32281 2005-03-23  Miles Bader  <miles@gnu.org>
32283         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32284         Remove tty-specific variants, as they're no longer needed.
32286 2005-03-23  Lute Kamstra  <lute@gnu.org>
32288         * generic-x.el: Code cleanup: make args constant whenever possible.
32289         (installshield-statement-keyword-list)
32290         (installshield-system-functions-list)
32291         (installshield-system-variables-list, installshield-types-list)
32292         (installshield-funarg-constants-list): Make them constants.
32294         * generic.el (generic-make-keywords-list): Add autoload cookie.
32296         * calendar/time-date.el: Add comment on time value formats.
32297         Don't require parse-time.
32298         (with-decoded-time-value): New macro.
32299         (encode-time-value): New function.
32300         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32301         (days-to-time): Return a valid time value when arg is huge.
32302         (time-since): Use time-subtract.
32303         (time-to-number-of-days): Use time-to-seconds.
32305 2005-03-23  David Ponce  <david@dponce.com>
32307         * recentf.el (recentf-keep): New option.
32308         (recentf-menu-action): Default to `find-file'.
32309         (recentf-keep-non-readable-files-flag)
32310         (recentf-keep-non-readable-files-p)
32311         (recentf-file-readable-p, recentf-find-file)
32312         (recentf-cleanup-remote): Remove.
32313         (recentf-include-p): More robust.
32314         (recentf-keep-p): New function.
32315         (recentf-remove-if-non-kept): Rename from
32316         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32317         All callers updated.
32318         (recentf-menu-items-for-commands): Fix help string.
32319         (recentf-track-closed-file): Update.  Doc fix.
32320         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32322 2005-03-23  Kim F. Storm  <storm@cua.dk>
32324         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32325         Don't inherit from fringe face (now happens automatically).
32327 2005-03-22  Kim F. Storm  <storm@cua.dk>
32329         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32330         position values.
32332 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32334         * menu-bar.el (showhide-date-time): Remove.
32335         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32336         (menu-bar-make-mm-toggle): Simplify.
32338 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32340         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32341         Accept qualified variable and function names.
32343 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32345         * bindings.el (completion-ignored-extensions):
32346         Remove ".lis" for `vax-vms'.
32348 2005-03-22  Andreas Schwab  <schwab@suse.de>
32350         * generic-x.el: Revert last change.
32351         * ldefs-boot.el: Update.
32353 2005-03-22  Jay Belanger  <belanger@truman.edu>
32355         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32356         (calc-embedded-save-original-modes)
32357         (calc-embedded-restore-original-modes): New functions.
32358         (calc-do-embedded): Save original modes when entering embedded mode
32359         and restore when leaving embedded mode.
32360         (calc-embedded-modes-change): Change the value of
32361         calc-embedded-original-modes to reflect permanent changes.
32363 2005-03-22  Lute Kamstra  <lute@gnu.org>
32365         * generic-x.el: Require generic again.
32367 2005-03-22  Miles Bader  <miles@gnu.org>
32369         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32370         Tweak details to look good on both ttys and bitmap displays, light
32371         or dark background, etc.
32373 2005-03-21  Kim F. Storm  <storm@cua.dk>
32375         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32376         mouse position.
32378 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32380         * icomplete.el: Don't forcibly turn on the mode upon load.
32381         (icomplete-mode): Use define-minor-mode.
32382         (icomplete-eoinput): Default to nil.
32383         (icomplete-minibuffer-setup): Remove autoload.
32384         (icomplete-tidy): Simplify.
32385         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32386         in the initial state or if the user has modified the field.
32387         Fix handling of icomplete-max-delay-chars.
32388         Remove code that handles the oddball case where
32389         minibuffer-completion-table is an integer.
32390         Wrap icomplete-completions in while-no-input in case building
32391         completions takes more time than expected.
32392         (icomplete-completions): Simplify.
32394 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32396         * jka-compr.el (jka-compr-really-do-compress):
32397         Make variable buffer-local.
32399         * image-mode.el: Handle .xpm files too.
32400         (image-toggle-display): Preserve modification flag.
32402         * help.el (where-is): Don't mention aliases with no key bindings.
32404 2005-03-21  Lute Kamstra  <lute@gnu.org>
32406         * generic.el: Fix commentary section.  Don't require cl for
32407         compilation.
32408         (generic-mode-list): Add autoload cookie.
32409         (generic-use-find-file-hook, generic-lines-to-scan)
32410         (generic-find-file-regexp, generic-ignore-files-regexp)
32411         (generic-mode, generic-mode-find-file-hook)
32412         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32413         (define-generic-mode): Make it a defmacro.  Fix docstring.
32414         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32415         (generic-mode-set-comments): Code cleanup.
32416         * generic-x.el: Don't prevent compilation.  Don't require generic.
32417         Follow coding conventions.  Minor code cleanup.
32418         (etc-fstab-generic-mode): Add some keywords.
32419         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32420         define-generic-mode like a function declaration.
32422 2005-03-21  Jay Belanger  <belanger@truman.edu>
32424         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32425         changing modes.
32427 2005-03-21  Sam Steingold  <sds@gnu.org>
32429         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32431 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32433         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32434         Add underscore to "f$ lexicals" regexp.
32436 2005-03-20  Juri Linkov  <juri@jurta.org>
32438         * subr.el (progress-reporter-do-update): When `min-value' is equal
32439         to `max-value', set `percentage' to 0 and prevent division by zero.
32441 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32443         Sync with Tramp 2.0.48.
32445         * net/tramp.el (all): Change all addresses to .gnu.org.
32446         (tramp-append-tramp-buffers): New defun.
32447         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32448         Catch `dont-send' signal.
32449         (tramp-set-auto-save-file-modes): Set always permissions, because
32450         there might be an old auto-saved file belonging to another
32451         original file.  This could be a security threat.  Reported by
32452         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32453         Check for Emacs 21.3.50 removed.
32455         * net/tramp-smb.el (all): Remove debug construct for
32456         `with-parsed-tramp-file-name'.
32457         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32458         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32459         No error message if DIRECTORY or FILENAME doesn't exist.
32460         (tramp-smb-open-connection): Check existence of
32461         `tramp-smb-program'.
32463 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32465         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32466         Properly handle the case where the `m' or `s' command's argument is not
32467         yet terminated.
32468         (perl-indent-new-calculate): New function.
32469         (perl-indent-line): Use it.
32471 2005-03-20  Miles Bader  <miles@gnu.org>
32473         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32474         in text-mode too.  Change to new face names.
32475         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32476         Add `:weight bold' attribute.
32477         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32479 2005-03-19  Juri Linkov  <juri@jurta.org>
32481         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32483         * international/mule.el (auto-coding-alist): Sync with
32484         `auto-mode-alist' by adding upper case archive file extensions
32485         and adding ear/war to jar extension.
32487 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32489         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32490         running, restart it.
32492 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32494         * finder.el (finder-current-item): Throw an error on an empty line.
32496         * man.el (Man-follow-manual-reference): If current-word returns
32497         nil, use "".
32499 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32501         * simple.el (goto-line): Doc fix.
32503 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32505         * files.el (save-buffer): Doc fix.
32507 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32509         * recentf.el (recentf-cleanup-remote): New variable.
32510         (recentf-cleanup): Use it to conditionally check availability of
32511         remote files.
32513 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32515         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32516         function names.
32518 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32520         * language/thai-word.el: New file.
32522 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32524         * files.el (backup-buffer): If the file's directory is not
32525         writable, use copy instead of move to backup the file.
32527 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32529         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32531 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32533         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32534         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32535         <darkman_spam@yahoo.fr>.
32536         (ps-print-version): New version 6.6.6.
32538 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32540         * textmodes/table.el (table--line-column-position): New idiom.
32541         (table--row-column-insertion-point-p): New function to test
32542         validity of row and column insertion operation at a location.
32543         (table-global-menu, table-cell-menu): Use above functions for
32544         deterministic test operation.
32545         (table--editable-cell-p): Behave in deterministic fashion.
32547 2005-03-18  Juri Linkov  <juri@jurta.org>
32549         * isearch.el (isearch-lazy-highlight-new-loop):
32550         Make arguments beg and end optional.
32551         (isearch-update): Remove optional arguments nil from
32552         isearch-lazy-highlight-new-loop.
32553         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32554         isearch-lazy-highlight-case-fold-search instead of
32555         isearch-case-fold-search, and let-bind isearch-regexp to
32556         isearch-lazy-highlight-regexp.
32557         Use isearch-lazy-highlight-last-string instead of isearch-string.
32559         * replace.el (perform-replace): Remove bindings of global
32560         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32561         Add three new arguments to `replace-highlight'.
32562         (replace-highlight): Add arguments string, regexp, case-fold.
32563         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32564         to allow isearch-lazy-highlight-new-loop to use these values
32565         to set corresponding isearch-lazy-highlight-* internal
32566         variables whose values lazy highlighting will use regardless of
32567         changes to global variables isearch-string, isearch-regexp,
32568         isearch-case-fold-search during lazy highlighting loop.
32569         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32570         to `lazy-highlight-cleanup'.
32572         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32573         (ispell-highlight-face): Set default face to `isearch' when
32574         lazy highlighting is enabled.
32575         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32576         priority to 1.  Add lazy highlighting.
32577         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32578         from `isearch-dehighlight'.
32580 2005-03-18  David Ponce  <david@dponce.com>
32582         * files.el (hack-local-variables): Do a case-insensitive search
32583         for End.
32585 2005-03-18  Juri Linkov  <juri@jurta.org>
32587         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32588         `isearch-lazy-highlight-cleanup', add alias to old name and
32589         declare obsolete.  Add release numbers to other obsolete vars.
32590         (isearch-done, isearch-lazy-highlight-new-loop):
32591         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32592         (lazy-highlight-cleanup) <variable>: Doc fix.
32593         (isearch-lazy-highlight-update): Rename obsolete
32594         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32596 2005-03-18  Kenichi Handa  <handa@m17n.org>
32598         * language/thai-util.el: Fix categorization of Thai characters in
32599         thai-category-table.
32600         (thai-composition-pattern): Adjust it for the above change.
32601         (thai-self-insert-command, thai-compose-syllable): New functions.
32602         (thai-compose-region): Use thai-compose-syllable.
32603         (thai-compose-string): Likewise.
32604         (thai-composition-function): Likewise.
32605         (thai-auto-composition): New function.
32606         (thai-auto-composition-mode): New minor mode.
32608         * language/thai.el: Fix patterns to be registered in
32609         composition-function-table.
32611         * international/quail.el (quail-input-method): Locally bind
32612         inhibit-modification-hooks to t.
32614 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32616         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32617         (perl-mode): Use run-mode-hooks.
32619         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32620         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32621         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32623         * mail/sendmail.el (sendmail-send-it): Reenable the code
32624         to compute resend-to-address and use it.
32626         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32628         * image-mode.el: New file.
32630         * image.el (insert-sliced-image): Add autoload cookie.
32632         * font-lock.el (font-lock-lines-before): New user option.
32633         (font-lock-after-change-function): Obey it.
32635         * bindings.el (esc-map): Make M-g a prefix.
32636         Bind M-g g and M-g M-g to goto-line.
32638         * faces.el (face-id): Doc fix.
32640 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32642         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32643         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32644         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32646         * mail/sendmail.el (mail-yank-ignored-headers)
32647         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32648         Add Mail-Followup-To and Mail-Reply-To headers.
32649         (mail-citation-hook): Add autoload cookie.
32650         (mail-mode): Doc fix.
32651         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32652         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32653         (mail-mode-fill-paragraph): Handle those headers.
32654         (mail-mailing-lists): New variable.
32655         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32657 2005-03-17  Juri Linkov  <juri@jurta.org>
32659         * isearch.el (isearch-fallback): Check for `(car previous)'
32660         before calling `isearch-other-end-state'.
32662 2005-03-17  Kim F. Storm  <storm@cua.dk>
32664         * simple.el (move-beginning-of-line): Move to beginning of buffer
32665         line, as well as beginning of screen line.
32667 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32669         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32670         argument REDRAW rather than calendar-redrawing variable.
32671         * calendar/calendar.el (calendar-redrawing): Delete.
32672         (redraw-calendar): Do not bind calendar-redrawing.
32674 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32676         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32677         diary-file buffer.
32679 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32681         * help.el (describe-mode): Allow a :minor-mode-function property to
32682         specify a different minor mode toggle function than the variable.
32683         * simple.el (auto-fill-function):
32684         * subr.el (add-minor-mode): Use it.
32686 2005-03-16  Kenichi Handa  <handa@m17n.org>
32688         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32689         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32690         (ethio-fidel-to-sera-buffer): Likewise.
32692 2005-03-16  Juri Linkov  <juri@jurta.org>
32694         * emacs-lisp/find-func.el (find-function-regexp):
32695         Add defun-emitting macro `menu-bar-make-toggle'.
32697         * isearch.el: Put `isearch-scroll' property to
32698         `split-window-horizontally'.
32700         * info.el: Update error messages for `debug-ignored-errors'.
32701         (Info-isearch-search): Doc fix.
32702         (Info-find-node): Move up code to go into info buffer before
32703         recording the node to the history.
32704         (Info-fontify-node): Fontify titles only if the next line
32705         has two or more `*', `=', `-', `.'.
32706         Display "go to this node" for empty (match-string 3).
32708 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32710         * term/mac-win.el: Add mouse pointer shape constants.
32712 2005-03-15  Kim F. Storm  <storm@cua.dk>
32714         * simple.el (move-beginning-of-line): Use vertical-motion.
32716 2005-03-15  Juri Linkov  <juri@jurta.org>
32718         * isearch.el (isearch-error): New variable.
32719         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32720         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32721         (isearch-within-brackets-state): Remove.
32722         (isearch-case-fold-search-state, isearch-pop-fun-state):
32723         Decrease frame index.
32724         (isearch-mode, isearch-top-state, isearch-push-state)
32725         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32726         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32727         (isearch-search, isearch-lazy-highlight-new-loop):
32728         Replace `isearch-invalid-regexp' with `isearch-error'.
32729         Remove `isearch-within-brackets'.
32730         (isearch-search): Add `search-failed' handler to `condition-case'.
32731         (isearch-lazy-highlight-search): Add `condition-case' to catch
32732         errors and allow `isearch-lazy-highlight-update' to try
32733         highlighting from the beginning of the window.
32734         (isearch-repeat): Move up code to set isearch-wrapped to t
32735         before calling isearch-wrap-function.
32737         * info.el (Info-isearch-initial-node): New internal variable.
32738         (Info-search): Signal an error in isearch mode when search leaves
32739         the initial node.  Signal an error when `bound' is non-nil and
32740         nothing was found in the current subfile.
32741         (Info-isearch-search): Remove `condition-case'.
32742         (Info-isearch-wrap): Don't wrap when search failed during leaving
32743         the initial node.  If `Info-isearch-search' is nil, wrap around
32744         the current node.
32745         (Info-isearch-start): New fun.
32746         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32747         `isearch-mode-hook'.
32749 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32751         * simple.el (normal-erase-is-backspace): Set default to t if
32752         running on Mac.
32754         * term/mac-win.el (function-key-map): Sync with x-win.el.
32756 2005-03-15  Kenichi Handa  <handa@m17n.org>
32758         * international/mule-cmds.el (locale-language-names): Modify the
32759         format of elements and add more entries.
32760         (locale-preferred-coding-systems): Add more entries.
32761         (set-locale-environment): Adjust for the change of
32762         locale-language-names.
32764 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32766         * pcvs.el (smerge-ediff): Remove bogus autoload.
32768 2005-03-14  Lute Kamstra  <lute@gnu.org>
32770         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32771         Ignore a `*' at the beginning of a line.
32773         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32774         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32775         subr.el.
32776         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32777         to specify indentation.
32779         * generic.el (define-generic-mode): Let generic-mode-list be a
32780         list of strings; test membership with equal.
32782 2005-03-14  Kim F. Storm  <storm@cua.dk>
32784         * simple.el (next-line, previous-line): Add optional try-vscroll
32785         arg to recognize interactive use.  Pass it on to line-move.
32786         (line-move): Don't perform auto-window-vscroll when defining or
32787         executing keyboard macro to ensure consistent behavior.
32789 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32791         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32793 2005-03-13  Lute Kamstra  <lute@gnu.org>
32795         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32796         debugger-setup-buffer so that backtrace marks the frames set to
32797         debug-on-exit and we don't have to do it manually.  Set an extra
32798         debug-on-exit for macro's.
32799         (debugger-setup-buffer): Don't mark the top frame manually.
32801 2005-03-12  Lute Kamstra  <lute@gnu.org>
32803         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32804         lisp-indent-function throughout.
32805         (with-no-warnings): Set lisp-indent-function property.
32807 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32809         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32810         Add entry for backslash.
32812 2005-03-12  Juri Linkov  <juri@jurta.org>
32814         * info.el (Info-search): Four fixes for backward search.
32816 2005-03-11  Jay Belanger  <belanger@truman.edu>
32818         * calc/calc.el (calc-language-alist): New variable.
32819         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32820         (calc-embedded-find-modes): Use calc-language-alist instead of
32821         calc-embedded-language-alist.
32823 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32825         * calendar/calendar.el (calendar-redrawing): New internal
32826         variable.
32827         (redraw-calendar): Remove bogus save-excursion from previous
32828         change.  Bind calendar-redrawing to t for mark-diary-entries.
32829         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32830         calendar if that is why we were called.
32832 2005-03-11  Kenichi Handa  <handa@m17n.org>
32834         * international/mule.el (make-coding-system): Set property
32835         coding-system-define-form to nil.
32836         (define-coding-system-alias): Likewise.
32838 2005-03-11  Kenichi Handa  <handa@m17n.org>
32840         These changes are suggested by Dave Love <fx@gnu.org>.
32842         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32843         coding: tag.
32844         (adaptive-fill-regexp): Add more bullets.
32845         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32846         regexps.
32848 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32850         * help.el (describe-mode): Properly handle non-trivial lighters.
32851         Don't ignore minor modes that are not listed in minor-mode-list.
32853         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32854         feature ON when the user requests to turn it OFF.
32856 2005-03-10  Lute Kamstra  <lute@gnu.org>
32858         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32859         (implement-debug-on-entry): New function to replace debug-entry-code.
32860         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32861         second argument as the 2005-03-07 change makes it obsolete.
32862         (debug-on-entry, cancel-debug-on-entry): Update call to
32863         debug-on-entry-1.
32864         (debug, debugger-setup-buffer): Comment update.
32865         (debugger-frame-number): Update to work with implement-debug-on-entry.
32867 2005-03-10  Jay Belanger  <belanger@truman.edu>
32869         * calc/calc-embed.el (math-ms-args): Declare it.
32870         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32871         math-ms-args.
32872         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32873         variables.
32875 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32877         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32878         Use message-box.
32880         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32881         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32882         (tooltip-gud-tips): Simplify.
32883         (tooltip-gud-tips-p): Remove superfluous :set.
32884         (tooltip-gud-modes): Add fortran-mode.
32885         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32887         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32889 2005-03-09  Kim F. Storm  <storm@cua.dk>
32891         * play/animate.el (animate-place-char): Use forward-line instead
32892         of next-line to improve performance.
32894 2005-03-09  Simon Josefsson  <jas@extundo.com>
32896         * net/browse-url.el (browse-url-default-browser): Doc fix.
32898 2005-03-09  Miles Bader  <miles@gnu.org>
32900         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32901         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32903 2005-03-09  Kenichi Handa  <handa@m17n.org>
32905         * international/latin-1.el: Set case and syntax for 255 only if
32906         set-case-syntax-set-multibyte is nil.
32908         * textmodes/ispell.el (ispell-insert-word): New function.
32909         (ispell-word): Use ispell-insert-word to insert a new word.
32910         (ispell-process-line): Likewise.
32911         (ispell-complete-word): Likewise.
32913 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
32915         * calendar/calendar.el (redraw-calendar): Preserve point.
32916         Reported by Matt Hodges <MPHodges@member.fsf.org>.
32917         (calendar-week-start-day): Move after definition of
32918         redraw-calendar.  Delete buffer test, since redraw-calendar has
32919         that now.
32921         * calendar/diary-lib.el (mark-diary-entries): Only call
32922         redraw-calendar in the first of any recursive calls.
32923         Reported by Alan Shutko <ats@acm.org>.
32925 2005-03-08  Juri Linkov  <juri@jurta.org>
32927         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32928         (html-horizontal-rule, html-line, html-image, html-checkboxes)
32929         (html-radio-buttons): Add a space before the trailing `/>' where
32930         sgml-xml-mode is non-nil.
32931         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32932         the subsequent tag of the empty XML tag.
32933         (html-href-anchor): Don't set initial input to "http:".
32934         (html-image): Ask for the image URL and set point inside alt="".
32935         (html-name-anchor): Duplicate the name in the `id' attribute when
32936         sgml-xml-mode is non-nil.
32937         (html-paragraph): Remove \n before <p>.
32938         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32939         instead of `checked' when sgml-xml-mode is non-nil.
32941         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32942         Remove 1 space before #RRGGBB to not truncate it on terminal
32943         windows w/o fringes.  Remove 1 space between bg and fg examples
32944         to get more space.
32945         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32946         avoid byte-compile warnings.
32948         * image-file.el (image-file-handler): Put `safe-magic' property to
32949         `image-file-handler'.
32951         * info.el (Info-isearch-search): Emulate word search in
32952         isearching through multiple Info nodes with Info-search.
32953         (Info-isearch-wrap): Allow isearch-word.
32955 2005-03-08  Lute Kamstra  <lute@gnu.org>
32957         * emacs-lisp/debug.el (debugger-step-through): Make sure that
32958         stepping into the debugger's code is not possible.
32959         (debugger-jumping-flag): Docstring update.
32961 2005-03-08  Jay Belanger  <belanger@truman.edu>
32963         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32964         embedded mode begins.
32965         (calc-embedded-language-alist): New variable.
32966         (calc-embedded-find-modes): Use calc-embedded-language-alist to
32967         set default language mode.
32969 2005-03-08  Kenichi Handa  <handa@m17n.org>
32971         * international/ccl.el (define-ccl-program): Fix docstring about
32972         extra 256 bytes assured for the output buffer.
32974         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32975         Fix BUFFER_MAGNIFICATION to 2.
32976         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32978 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
32980         * align.el (align-rules-list): Added an alignment rule for CSS
32981         declarations (applies to css-mode and html-mode buffers).
32983 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
32985         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32987 2005-03-07  Kim F. Storm  <storm@cua.dk>
32989         * simple.el (move-beginning-of-line): New command.
32991         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32993         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32995         * emulation/cua-base.el: Put CUA move property on move-end-of-line
32996         and move-beginning-of-line.
32998         * apropos.el (apropos-print): Omit command from M-x ... RET.
33000 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33002         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33003         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33005 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33007         * bindings.el (esc-map): Bind M-g to goto-line.
33009         * facemenu.el (global-map): Bind M-o, not M-g.
33011 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33013         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33014         "Open Directory" as for "Open File".
33016 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33018         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33019         (push-mark-command): Run activate-mark-hook.
33021 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33023         * help-mode.el (help-mode-finish): Don't alter the element
33024         in view-return-to-alist if there already is one.
33026         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33027         make sure the current buffer is the expected one.
33029         * novice.el (disabled-command-function): Output in *Disabled Command*.
33030         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33032         * textmodes/flyspell.el (flyspell-large-region):
33033         Pass args differently for aspell.
33035         * files.el (mode-require-final-newline): Doc fix.
33037 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33039         * progmodes/which-func.el (which-function):
33040         Specify NOERROR when calling imenu--make-index-alist.
33042 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33044         * simple.el (normal-erase-is-backspace): Define default value.
33046         * custom.el (custom-theme-set-variables): Remove unused var
33047         `immediate'.
33048         (custom-reevaluate-setting): Simple function to handle variables
33049         that are defined before their default value can really be
33050         computed.
33052         * startup.el (command-line): Use it for temporary-file-directory,
33053         small-emporary-file-directory, auto-save-file-name-transforms,
33054         blink-cursor-mode, and normal-erase-is-backspace.
33056         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33057         progress, even with buggy anchored keywords.
33059 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33061         * simple.el (goto-line): Remove unbalanced final parenthesis.
33063 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33065         * simple.el (goto-line): Use a number at point as the default.
33066         With C-u as arg, switch buffers.
33068 2005-03-05  Juri Linkov  <juri@jurta.org>
33070         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33071         with `no-blinking-cursor'.
33073         * startup.el (no-blinking-cursor): New defvar.
33074         (command-line): Add `--no-blinking-cursor' to longopts.
33075         Set `no-blinking-cursor' to t for command line arguments
33076         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33077         with `no-blinking-cursor' in the condition for calling
33078         `blink-cursor-mode'.
33080 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33082         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33083         (menu-bar-options-save): Add blink-cursor-mode.
33084         (menu-bar-options-menu): Add blink-cursor-mode.
33086 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33088         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33089         (icalendar-export-file, icalendar-export-region)
33090         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33091         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33093 2005-03-04  Lute Kamstra  <lute@gnu.org>
33095         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33096         (debug-function-list): Ditto.
33098 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33100         * textmodes/texinfmt.el (texinfo-append-refill):
33101         Redefine the types of line to which @refill
33102         is not appended by replacing a search for `@refill\\|@bye' with
33103         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33104         itemize@refill' bug and the unfilled long lines bug.
33105         (texinfmt-version): Update number and date.
33107 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33109         * international/code-pages.el (windows-1250, windows-125[2-8])
33110         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33112 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33114         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33115         bound yet.
33117 2005-03-02  Romain Francoise  <romain@orebokech.com>
33119         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33120         buffer after removing limits.
33121         (ibuffer-pop-filter): Ditto.
33122         Update copyright.
33124 2005-03-02  Miles Bader  <miles@gnu.org>
33126         * button.el (make-text-button): If the user doesn't specify a
33127         type, use the default.  Rewrite to use `add-text-properties' and
33128         plist functions.
33130 2005-03-01  Lute Kamstra  <lute@gnu.org>
33132         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33133         (debugger-jumping-flag): New var.
33134         (debug-entry-code): Use it.
33135         (debugger-jump): Use debugger-jumping-flag and add
33136         debugger-reenable to post-command-hook.
33137         (debugger-reenable): Use debugger-jumping-flag and remove itself
33138         from post-command-hook.
33139         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33140         debugger-reenable.
33142 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33144         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33145         inclusion of "itemize\\|", which may be unnecessary, is certainly
33146         inelegant, and stops refilling in itemize lists when formatting
33147         Japanese Texinfo files to Info.
33148         Update copyright to 2005.
33150 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33152         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33153         of an error if GDB can't find the source file.
33155 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33157         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33158         not just the calendar.
33160         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33161         first.
33162         (diary-redraw-calendar): New function.
33163         (make-diary-entry): Add diary-redraw-calendar to local
33164         write-contents-functions.  Turn off selective display before
33165         inserting in diary.
33167 2005-03-01  Kim F. Storm  <storm@cua.dk>
33169         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33171 2005-03-01  Lute Kamstra  <lute@gnu.org>
33173         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33174         that debug-entry-code can be safely removed from a function while
33175         this code is being evaluated.  Revert the 2005-02-27 change as the
33176         new implementation no longer requires it.  Make sure that a
33177         function body containing just a string is not mistaken for a docstring.
33178         (debug): Skip one more frame in case of debug on entry.
33179         (debugger-setup-buffer): Delete one more frame line in case of
33180         debug on entry.
33181         (debugger-frame-number): Update to use the new text introduced by
33182         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33184 2005-02-28  Kim F. Storm  <storm@cua.dk>
33186         * double.el (double-translate-key): Call force-window-update after
33187         read-event to avoid crash in redisplay.
33189 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33191         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33192         (debug): Use it.  Move the inhibit-trace earlier.
33193         (debug-entry-code): New const.
33194         (debug-on-entry-1): Use it.
33196 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33198         * international/utf-16.el (ccl-encode-mule-utf-16le):
33199         Fix BUFFER_MAGNIFICATION to 2.
33200         (ccl-encode-mule-utf-16be): Likewise.
33202 2005-02-28  Kenichi Handa  <handa@m17n.org>
33204         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33205         Fix BUFFER_MAGNIFICATION to 4.
33206         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33208 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33210         * speedbar.el (speedbar-update-flag): Doc fix.
33211         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33212         argument.
33214 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33216         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33217         have a non-nil `invisible' property but are actually visible.
33219         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33220         for perldoc sections.
33221         (perl-outline-regexp, perl-outline-level): New var and function.
33222         (perl-mode): Use them.
33224 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33226         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33227         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33229 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33231         * cus-edit.el: Comment change.
33232         (custom-buffer-create-internal): Slightly reword text at top of
33233         Custom buffers.  Mention there that saving an option edits the
33234         init file.  Add link to Emacs manual node on `custom-file'.
33235         (custom-magic-alist): Rewrite individual State messages to use
33236         capitalized keywords.  Doc fix.
33238 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33240         * calendar/calendar.el (calendar-buffer): Move above
33241         calendar-week-start-day.
33242         (calendar-week-start-day): Doc fix.  Add :set function.
33243         (calendar-minimum-window-height): New variable.
33244         (generate-calendar-window): Only resize window if selected-window
33245         is displaying the calendar buffer.  Use new variable
33246         calendar-minimum-window-height.
33247         (generate-calendar): Reword error message.
33248         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33250 2005-02-27  Andreas Schwab  <schwab@suse.de>
33252         * vc.el (vc-do-command): Don't run command asynchronously when
33253         operating in a remote directory.
33255         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33256         change from sync with Tramp 2.0.47.
33258 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33260         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33262         * textmodes/flyspell.el (flyspell-mode-on):
33263         Call ispell-change-dictionary only if necessary.
33265         * emacs-lisp/re-builder.el (regexp-builder): New function.
33267         * register.el (describe-register-1): Explicitly handle
33268         yank-excluded-properties = t.
33270         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33271         (custom-magic-alist): Change the status descriptions again.
33272         (face widget-type): Total rewrite based on `restricted-sexp'
33273         to eliminate the confusing double hiding levels.
33275         * emacs-lisp/debug.el (debug-on-entry-1):
33276         If function body is empty, add nil as body form.
33278 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33280         * emacs-lisp/trace.el (inhibit-trace): New var.
33281         (trace-make-advice): Use it.
33283         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33285 2005-02-26  Kim F. Storm  <storm@cua.dk>
33287         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33288         (mouse-on-link-p, mouse-drag-region-1): Use it.
33290 2005-02-25  Lute Kamstra  <lute@gnu.org>
33292         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33294 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33296         * frame.el (blink-cursor-mode): Add :group keyword.
33298 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33300         * calendar/icalendar.el (icalendar--decode-isodatetime):
33301         New optional argument DAY-SHIFT.
33302         (icalendar-export-region): Fix coding-system-for-write.
33303         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33304         events by one.
33306 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33308         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33310 2005-02-24  Kim F. Storm  <storm@cua.dk>
33312         * international/iso-acc.el (iso-accents-compose): Fix crash
33313         during redisplay.  Call force-window-update after read-event
33314         and delete-region to signal that window is not accurate.
33316 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33318         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33319         Remove unused and inexistent var `inhibit-trace'.
33320         (debugger-mode): Use run-mode-hooks.
33321         (debugger-list-functions): Add buttons; setup xref stack.
33323 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33325         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33326         appointment says it was explicitly made.
33327         (appt-add): Set the 3rd element.
33328         (appt-make-list): Preserve explicit appointments.
33330         * subr.el (find-tag-default): Catch errors in forward-sexp.
33332 2005-02-23  Juri Linkov  <juri@jurta.org>
33334         * info.el (Info-isearch-search): New defcustom.
33335         (Info-isearch-search): Call the default isearch function
33336         when Info-isearch-search is nil.
33337         (Info-isearch-wrap): Use variable Info-isearch-search.
33339 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33341         * cus-edit.el: Comment change.
33343 2005-02-22  Kim F. Storm  <storm@cua.dk>
33345         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33346         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33348 2005-02-22  Simon Josefsson  <jas@extundo.com>
33350         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33351         New variable.
33352         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33353         Oskarsson" <myrkraverk@users.sourceforget.net>.
33355 2005-02-22  Kim F. Storm  <storm@cua.dk>
33357         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33358         check that window of that event is the selected window.
33359         (mouse-drag-region-1): Compare mouse event window to selected
33360         window before setting point.
33362         * tooltip.el (tooltip-show-help-function): Pass event to
33363         mouse-on-link-p so it can check selected window.
33365 2005-02-22  Kenichi Handa  <handa@m17n.org>
33367         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33368         (ps-mule-show-warning): New function.
33369         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33370         characters are found.
33372         * ps-print.el (ps-header-footer-string): Return a list of header
33373         and footer strings.
33375 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33377         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33379 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33381         * frame.el (blink-cursor-mode): Use define-minor-mode.
33383         * term/mac-win.el (function-key-map): Use char-names more consistently.
33384         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33385         already handled in mule-cmds.el (where it also works when mac-win.el
33386         is not used).
33388 2005-02-21  Kenichi Handa  <handa@m17n.org>
33390         * international/mule.el (ctext-pre-write-conversion): Always use
33391         " *code-converting-work*" buffer for work.
33393         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33395 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33397         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33399 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33401         * ses.el (undo-more): Restore defadvice, but only the part that
33402         allows changes outside the restricted area of the buffer.
33404 2005-02-20  Kim F. Storm  <storm@cua.dk>
33406         * simple.el (line-move): Add fourth optional arg try-vscroll which
33407         must be set to perform auto-window-vscroll.
33408         When moving backwards and doing auto-window-vscroll, automatically
33409         vscroll to the last part of lines which are taller than the window.
33410         (next-line, previous-line): Set try-vscroll arg on line-move.
33412 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33414         * replace.el (query-replace, query-replace-regexp)
33415         (replace-string, replace-regexp): When operating on region, make
33416         the minibuffer prompt say so.
33418         * isearch.el (isearch-forward): Document isearch-query-replace and
33419         isearch-query-replace-regexp keybindings.
33421 2005-02-19  Jay Belanger  <belanger@truman.edu>
33423         * calc/calc-aent.el (math-read-token): Add local variable.
33425         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33426         (calc-edit-top): Move declaration to earlier in file.
33427         (calc-edit-macro-repeats): Add local variables.
33429         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33430         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33431         calcFunc-tanh.
33432         Adjust integration rule for calcFunc-tan.
33434 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33436         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33437         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33438         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33439         (viper-skip-separators): Bug fix.
33440         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33441         particular major mode.
33442         (viper-del-backward-char-in-replace): Don't put deleted char on the
33443         kill ring.
33445         * viper-ex.el (viper-color-display-p): New function.
33446         (viper-has-face-support-p): Use viper-color-display-p.
33448         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33450         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33452         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33453         (viper-file-remote-p): Make equivalent to file-remote-p.
33455         * viper.el (viper-major-mode-modifier-list):
33456         Use viper-gnus-modifier-map.
33458 2005-02-19  David Kastrup  <dak@gnu.org>
33460         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33461         quoting.
33463 2005-02-19  Jay Belanger  <belanger@truman.edu>
33465         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33466         Remove extra definitions.
33467         (calc-coth): New function.
33468         (calcFunc-cot): Fix `let'.
33470 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33472         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33473         the reasons we use "type pc" in these faces.
33475         * button.el (button): Ditto.
33477 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33479         * replace.el (query-replace-read-from): Set the value of
33480         query-replace-from-history-variable to handle the case of an empty
33481         string entered to accept the suggested default.
33483         * net/tramp.el (tramp-file-name-for-operation):
33484         Use dired-call-process instead of dired-call-process-command.
33486 2005-02-19  Jay Belanger  <belanger@truman.edu>
33488         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33489         (math-div-non-trig): New variables.
33490         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33491         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33492         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33493         trig expressions.
33495 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33497         * progmodes/gdb-ui.el (gdb-var-update-handler)
33498         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33499         for watch expressions,
33500         (gdb-var-create-handler): Don't set speedbar-update-flag.
33501         (gdb-post-prompt): Simplify test for speedbar.
33503 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33505         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33506         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33507         we use the syntax table of the correct buffer.
33508         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33509         Felix Gatzemeier.
33511         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33512         (ediff-file-remote-p): Make synonymous with file-remote-p.
33513         In all deffaces ediff-*-face-*, use min-colors.
33515         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33516         ediff-recurse-to-subdirectories.
33517         (ediff-mark-if-equal): Check that the arguments are strings, use
33518         ediff-same-contents (after to Felix Gatzemeier).
33520         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33521         nil.
33523 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33525         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33527 2005-02-18  David Kastrup  <dak@gnu.org>
33529         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33530         use `mark-active' when defined.
33532 2005-02-18  Kenichi Handa  <handa@m17n.org>
33534         * ps-print.el (ps-font-info-database): New entry
33535         ZapfChancery-MediumItalic with correct font name.  Fix font name
33536         of the entry Zapf-Chancery-MediumItalic.
33538 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33540         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33542 2005-02-16  Kim F. Storm  <storm@cua.dk>
33544         * ido.el (ido-fallback-command): Pass user input to fallback command.
33546 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33548         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33549         (gdb-find-file-hook): Add server prefix.
33551 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33553         * replace.el (perform-replace): Pass new args to replace-highlight.
33554         (replace-highlight): Take region args,
33555         and pass them to isearch-lazy-highlight-new-loop.
33557         * novice.el (disabled-command-hook): Autoload the defalias
33558         and the make-obsolete-variable call.
33560         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33562         * isearch.el (isearch-lazy-highlight-start-limit)
33563         (isearch-lazy-highlight-end-limit): New variables limit
33564         the region for highlighting.
33565         (isearch-lazy-highlight-new-loop): New args BEG and END.
33566         (isearch-lazy-highlight-search): Use the new vars.
33567         (isearch-lazy-highlight-update): Likewise.
33569         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33571         * cus-start.el (all): Use default-boundp.
33573 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33575         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33577 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33579         * autorevert.el (auto-revert-stop-on-user-input)
33580         (auto-revert-verbose): Doc fixes.
33582 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33584         * international/mule-cmds.el (set-locale-environment): Remove call
33585         to set-selection-coding-system on Windows.
33587 2005-02-15  Jay Belanger  <belanger@truman.edu>
33589         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33590         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33591         calcFunc-coth.
33592         (math-simplify-sqrt): Add simplifications.
33594         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33595         to list.
33597         * calc/calc-ext.el: Add functions to autoloads.
33599         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33600         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33601         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33602         (math-csc-raw, math-cot-raw): New functions.
33604         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33606         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33607         the variable name in a message.
33609         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33610         calcFunc-csc, calcFunc-cot.
33612         * calc/calcalg2.el: Add derivative and integration rules for
33613         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33614         calcFunc-csch, calcFunc-coth.
33615         (math-do-integral-methods): Add to checks for when to use
33616         substitutions.
33618         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33620 2005-02-15  Lute Kamstra  <lute@gnu.org>
33622         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33623         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33624         <monnier@iro.umontreal.ca>.
33625         (lisp-outline-level): Improve efficiency.  Suggested by David
33626         Kastrup <dak@gnu.org>.
33628 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33630         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33631         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33632         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33633         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33634         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33636 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33638         * cus-start.el (all): Comment change.
33640 2005-02-14  Lute Kamstra  <lute@gnu.org>
33642         * cus-start.el (all): Check if symbol is void.
33644 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33646         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33647         optional argument to \cite.
33649 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33651         * cus-edit.el (custom-buffer-create-internal): Update help message.
33652         (custom-magic-alist): Update help messages.
33654         * cus-start.el (all): Allow a var to specify a standard value.
33656 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33658         * custom.el (custom-theme-set-variables): Handle variable aliases.
33660         * frame.el (blink-cursor-timer): Doc fix.
33661         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33662         declare obsolete.
33663         (blink-cursor-mode): Define with defcustom and use correct
33664         standard expression in that defcustom.
33665         * startup.el (command-line): Adapt to above changes in frame.el.
33667 2005-02-11  Lute Kamstra  <lute@gnu.org>
33669         * apropos.el (apropos-score-doc): Prevent division by zero.
33671 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33673         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33674         (icalendar--get-event-property-attributes)
33675         (icalendar--get-event-properties)
33676         (icalendar--datetime-to-diary-date): New functions.
33677         (icalendar--split-value): Doc fix.
33678         (icalendar--datetime-to-noneuropean-date)
33679         (icalendar--datetime-to-european-date): New optional argument
33680         SEPARATOR.  Return result as a string instead of a list.
33681         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33682         (icalendar--convert-string-for-export): Rename arg S to STRING.
33683         (icalendar-export-region): Doc fix.  Change name of error buffer.
33684         Save output buffer.
33685         (icalendar-import-file): Add blank at end of prompt.
33686         (icalendar-import-buffer): Doc fix.  Do not switch to error
33687         buffer.  Indicate status in return value.
33688         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33689         buffer.  Save output buffer.  Handle exception from recurrence
33690         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33691         events.  Fix problems with weekly all-day events.
33693 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33695         * simple.el (eval-expression-print-format):
33696         Avoid warning about edebug-active.
33698         * help.el (help-for-help-internal): Rename from help-for-help.
33699         (help-for-help): Define with defalias.
33701         * font-core.el (font-lock-default-function): Use with-no-warnings.
33703         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33705         * custom.el (defface): Doc fix.
33707 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33709         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33710         width 0" to prevent word wrapping problems.
33712 2005-02-09  Kim F. Storm  <storm@cua.dk>
33714         * ido.el (ido-file-extensions-order): New defcustom.
33715         (ido-file-extension-lessp, ido-file-extension-aux)
33716         (ido-file-extension-order): New advanced file ordering.
33717         (ido-file-lessp): New simple file ordering.
33718         (ido-sort-list): Remove.
33719         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33720         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33722 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33724         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33725         that some versions of grep produce.
33726         (grep-mode-font-lock-keywords): Likewise.
33728 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33730         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33731         (gdb-cdir): Delete.
33732         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33733         (gdb-source-info): Treat case when source file is in another
33734         directory properly.
33735         (gdb-get-location): New function.
33737 2005-02-07  Jay Belanger  <belanger@truman.edu>
33739         * calc/calc-prog.el (calc-write-parse-table-part)
33740         (calc-fix-token-name): Fix a check for language type.
33742         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33744 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33746         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33747         as directory not writable.
33749 2005-02-07  Kim F. Storm  <storm@cua.dk>
33751         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33752         (cua--standard-movement-commands): Remove list.
33753         Instead, set CUA property value to move for movement commands.
33754         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33755         (cua--pre-command-handler): Check CUA property.
33756         (cua--init-keymaps): Don't remap undo commands.
33757         (cua-mode): Don't call cua--rectangle-on-off.
33759         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33760         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33761         (cua--rect-undo-set-point): New var.
33762         (cua--rectangle-undo-boundary): Setup undo apply entry.
33763         (cua--rect-undo-handler): New function for rectangle undo.
33764         (cua--rect-start-position, cua--rect-end-position): Add.
33765         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33766         for restored rectangle.  Set point if cua--rect-undo-set-point.
33768 2005-02-06  Jay Belanger  <belanger@truman.edu>
33770         * calc/calc-lang.el (calc-tex-language): Display more information
33771         in messages.
33773         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33774         in TeX mode.
33776 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33778         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33780 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33782         * net/ldap.el (ldap-search-internal): Support attributes with
33783         optional descriptions separated by a semi-colon, as in
33784         "userCertificate;binary".
33786 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33788         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33789         isn't a cons (i.e. the version is 0).
33791 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33793         * help.el (help-for-help): Doc fix.
33795 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33797         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33798         GDB-Windows on the menu-bar as this works better.
33800 2005-02-04  Jay Belanger  <belanger@truman.edu>
33802         * calc/calc-embed.el (calc-embedded-update): Don't put in
33803         unnecessary newlines.  Adjust the end of formula marker.
33805         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33806         (math-latex-parse-two-args): New function.
33808 2005-02-03  Lute Kamstra  <lute@gnu.org>
33810         * help-fns.el (help-with-tutorial): Make sure that users cannot
33811         remove the entire text of the tutorial by means of `undo'.
33813 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33815         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33816         in recent changes, where the ispell process was repeatedly
33817         killed & restarted.
33819         * international/mule-cmds.el (set-locale-environment): Set file-name
33820         coding system to utf-8 on Darwin systems.
33821         (set-default-coding-systems): Don't set default-file-name-coding-system
33822         on Darwin systems.
33824 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33826         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33828 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33830         * faces.el (list-faces-display): Add optional argument.
33832 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33834         * font-core.el (font-lock-default-function): Handle the rare case where
33835         only font-lock-keywords is set.
33837 2005-02-02  Kenichi Handa  <handa@m17n.org>
33839         * international/characters.el: Cancel previous change for
33840         I-WITH-DOT-ABOVE and DOTLESS-i.
33842         * international/latin-5.el: Cancel previous change.
33844 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33846         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33848 2005-02-02  Kenichi Handa  <handa@m17n.org>
33850         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33851         DOTLESS-i.
33853         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33854         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33856         * case-table.el (get-upcase-table): New function.
33857         (copy-case-table): Copy upcaes table too if non-nil.
33858         (set-case-syntax-delims): Maintain upcase table too.
33859         (set-case-syntax-pair): Likewise.
33860         (set-upcase-syntax, set-downcase-syntax): New functions.
33861         (set-case-syntax): Maintain upcase table too.
33863 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33865         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33867         * progmodes/gud.el (gud-goto-info): New function.
33868         (gud-tool-bar-map): Use correct icon.
33870 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33872         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33873         When delegating, order args in the funcall correctly.
33875 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33877         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33879 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33881         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33882         buffer not visiting a file.
33884 2005-01-31  Jay Belanger  <belanger@truman.edu>
33886         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33887         bound on the line with the formula.
33889 2005-01-31  Kim F. Storm  <storm@cua.dk>
33891         * ses.el (ses-create-cell-variable-range)
33892         (ses-destroy-cell-variable-range, ses-reset-header-string)
33893         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33894         (ses-insert-row): Fix format of apply undo entries.
33896 2005-01-31  Jay Belanger  <belanger@truman.edu>
33898         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33899         parts.
33901         * calc/calc-embed.el (calc-embedded-open-formula)
33902         (calc-embedded-close-formula): Ignore matrix environments.
33904         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33905         TeX mode.
33907         * calc/calc-lang.el (math-function-table, math-oper-table)
33908         (math-variable-table): Adjust the LaTeX portions.
33910         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33911         (math-latex-ignore-words): New constant.
33913 2005-01-31  Richard M. Stallman  <rms@gnu.org>
33915         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33916         (ispell-local-dictionary): Doc fix.
33917         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33918         Don't reinitialize at run time.  Don't defcustom.
33919         All uses changed to append ispell-local-dictionary-alist,
33920         or check it first.
33921         (ispell-current-dictionary): New variable for dictionary in use.
33922         (ispell-dictionary): Now used only for global default.
33923         (ispell-start-process): Set ispell-current-dictionary,
33924         not ispell-dictionary.
33925         (ispell-change-dictionary): Use this only for setting
33926         user preferences.
33927         (ispell-internal-change-dictionary): New function
33928         to change the current dictionary in use.
33929         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33930         Use ispell-current-dictionary.
33931         Handle ispell-local-dictionary-overridden.
33932         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33934 2005-01-31  Jay Belanger  <belanger@truman.edu>
33936         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33938         * calc/calc-ext.el: Add calc-latex-language to autoloads.
33939         (calc-mode-map): Add calc-latex-language.
33941         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33942         (math-latex-print-frac): New functions.
33943         (math-oper-table, math-function-table, math-variable-table)
33944         (math-complex-format, math-input-filter): Add latex properties.
33945         (calc-set-language): Set math-expr-special-function-mapping.
33947         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33948         (calc-write-parse-table-part): Add LaTeX support.
33950         * calc/calc.el (calc-language): Adjust docstring.
33951         (calc-set-mode-line): Add LaTeX support.
33952         (math-expr-special-function-mapping): New variable.
33953         (math-tex-ignore-words): Add to list.
33955         * calc/calccomp.el (math-compose-expr, math-compose-rows):
33956         Add LaTeX support.
33957         (math-compose-expr): Add support for special functions.
33959         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33961 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
33963         * progmodes/gdb-ui.el (gdb-memory-address)
33964         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33965         (gdb-memory-mode-map, gdb-memory-format-keymap)
33966         (gdb-memory-format-menu, gdb-memory-unit-keymap)
33967         (gdb-memory-unit-menu): New variables for a buffer
33968         that lets the user examine program memory.
33969         (gdb-memory-set-address, gdb-memory-set-repeat-count)
33970         (gdb-memory-format-binary, gdb-memory-format-octal)
33971         (gdb-memory-format-unsigned, gdb-memory-format-signed)
33972         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33973         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33974         (gdb-memory-unit-word, gdb-memory-unit-halfword)
33975         (gdb-memory-unit-byte, gdb-memory-unit-menu)
33976         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33977         (gdb-memory-mode, gdb-memory-buffer-name)
33978         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33979         New functions for above buffer.
33981 2005-01-30  Richard M. Stallman  <rms@gnu.org>
33983         * cus-edit.el (custom-bury-buffer): Function deleted.
33984         (custom-buffer-done-function): Option deleted.
33985         (custom-buffer-done-kill): New replacement option.
33986         (Custom-buffer-done): Call quit-window.
33987         (custom-buffer-create-internal): Update for above changes.
33989 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
33991         * simple.el (undo-ask-before-discard): New var.
33992         (undo-outer-limit-truncate): Implement it.
33993         (undo-extra-outer-limit): Doc update.
33995 2005-01-29  Richard M. Stallman  <rms@gnu.org>
33997         * ses.el (undo-more): Delete defadvice.
33998         (ses-begin-change): Doc fix.
34000         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34001         instead of rebinding C-x u and C-_.
34003         * files.el (normal-backup-enable-predicate): Return nil for files
34004         in /tmp, regardless of temporary-file-directory.
34006         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34008         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34009         (open-rectangle, delete-whitespace-rectangle-line)
34010         (clear-rectangle-line): If FILL, pass t instead of FILL
34011         for move-to-column's 2nd arg.
34013         * simple.el (undo): Fix the test for continuing a series of undos.
34014         (undo-more): Set pending-undo-list to t when we reach end.
34015         (pending-undo-list): Move up defvar.
34017         * wid-edit.el (widget-button-click):
34018         Shorten the range of the track-mouse binding.
34020         * comint.el (comint-insert-input): Undo previous changes;
34021         use last-input-event in interactive spec.
34023 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34025         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34026         to nil before invoking call-process.  Reset buffer's modified flag
34027         after fontifying it in the no-async branch.
34029         * wid-edit.el (widget-specify-button): If mouse pointer shape
34030         cannot be changed, use mouse face instead.
34032 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34034         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34035         (gdb-goto-breakpoint): Make breakpoint handling work on template
34036         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34037         (gdb-assembler-custom): Update to recognize breakpoint information
34038         added on 2005-01-19.
34040 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34042         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34043         (dsssl-mode): Use define-derived-mode.
34044         (scheme-mode-initialize): Remove.
34045         (scheme-mode): Use run-mode-hooks.
34047         * cus-edit.el (customize-group-other-window)
34048         (custom-buffer-create-other-window): Don't override special-display-*.
34049         (custom-mode-map): Make it dense.
34051         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34052         sets the default value.
34054 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34056         * descr-text.el: Add more keywords.
34058 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34060         * speedbar.el: Avoid unnecessary use of locate-library.
34062         * international/mule-cmds.el (standard-display-european-internal):
34063         Don't fiddle with latin-1 non-break space any more since it's now
34064         special cased in the C code.
34065         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34067 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34069         * cus-start.el (all): Add `undo-outer-limit'.
34071 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34073         * textmodes/bibtex.el (bibtex-format-entry):
34074         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34075         field lines.
34076         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34077         not on part of a buffer.
34079 2005-01-25  Lute Kamstra  <lute@gnu.org>
34081         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34082         nonempty field text strings like "{letters\\macro{}more letters}".
34083         Clarify docstring.
34084         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34085         (bibtex-entry-offset, bibtex-parse-association)
34086         (bibtex-parse-field-name): Fix typos in docstrings.
34087         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34089 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34091         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34092         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34093         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34094         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34096         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34097         isearch minor mode.
34099 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34101         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34103 2005-01-24  Lute Kamstra  <lute@gnu.org>
34105         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34106         CASECHARS and NOT-CASECHARS regular expressions of the
34107         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34108         striding over charsets" error.
34110 2005-01-24  Jay Belanger  <belanger@truman.edu>
34112         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34113         display variable name.
34115 2005-01-24  Kenichi Handa  <handa@m17n.org>
34117         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34118         Fix setting of the element of encoded-kbd-iso2022-invocations.
34120 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34122         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34123         (gdb-threads-select): Change to also accept mouse events.
34124         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34125         (gdb-threads-mouse-select): Delete.
34127 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34129         * files.el (insert-directory): Take care of empty directory,
34130         listed without -a switch.
34132 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34134         * textmodes/refill.el (refill-post-command-function):
34135         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34136         to the list of functions that we should be careful not to undo.
34137         (refill-late-fill-paragraph-function): Remove.
34138         (refill-saved-state): New var.
34139         (refill-mode): Use it to save fill-paragraph-function.
34140         Save also the value of auto-fill-function.
34142         * term/w32-win.el: Simplify code.
34144 2005-01-23  Kim F. Storm  <storm@cua.dk>
34146         * simple.el (line-move): Adapt to new return value from
34147         pos-visible-in-window-p.
34149         * simple.el (line-move): Fix last change.  Check partial
34150         visibility at point rather than at window-start.
34152 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34154         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34156 2005-01-22  David Kastrup  <dak@gnu.org>
34158         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34160 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34162         * type-break.el (type-break-mode): Add a test for
34163         type-break-file-name being non-nil.
34165 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34167         * net/eudc.el (top level): Call (message "") via progn, so that
34168         eudc-options-file is loaded.
34170 2005-01-22  Kim F. Storm  <storm@cua.dk>
34172         * simple.el (line-move-1): Rename from line-move.
34173         (line-move): New function that adjusts vscroll for partially
34174         visible rows, and calls line-move-1 otherwise.
34176 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34178         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34179         since it's not a complete read-event implementation.
34181 2005-01-20  Jay Belanger  <belanger@truman.edu>
34183         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34184         for called function.
34186 2005-01-20  Steven Tamm  <steventamm@mac.com>
34188         * term/mac-win.el (process-connection-type): Remove.
34189         Controlled now by s/darwin.h:PTY_ITERATION.
34191 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34193         * window.el (handle-select-window): Don't switch window when we're
34194         in the minibuffer.
34196 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34198         * subr.el (dotimes-with-progress-reporter): New macro.
34200         * ses.el (ses-dotimes-msg): Remove macro.
34201         Use `dotimes-with-progress-reporter' instead.
34203 2005-01-19  Steven Tamm  <steventamm@mac.com>
34205         * term/mac-win.el (process-connection-type): Use new
34206         operating-system-release variable to use ptys on Darwin 7 (OS X
34207         10.3) when using carbon build.
34209 2005-01-19  Jay Belanger  <belanger@truman.edu>
34211         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34212         flags if the last command was a tab or M-tab.
34214         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34215         in formula editing buffer.
34217 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34219         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34220         breakpoint image symbol in margin.
34222 2005-01-19  Jay Belanger  <belanger@truman.edu>
34224         * calc/calc-prog.el (calc-execute-kbd-macro):
34225         Ignore calc-keep-arg-flag.
34227 2005-01-19  Kenichi Handa  <handa@m17n.org>
34229         * textmodes/ispell.el (ispell-looking-at): New function.
34230         (ispell-process-line): Use ispell-looking-at to compare the ispell
34231         output and the buffer contents.
34233 2005-01-18  Jay Belanger  <belanger@truman.edu>
34235         * calc/calc.el (calc-display-raw): Fix docstring.
34237 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34239         * simple.el (blink-matching-open): Strip extra info from syntax.
34241         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34242         funny chars in the end-of-here-doc marker.
34244 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34246         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34247         that enable/disabled state of breakpoints is shown correctly in
34248         fringe and on ttys.
34249         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34250         Add breakpoint information as text properties.
34251         (gdb-mouse-toggle-breakpoint):
34252         Rename to gdb-mouse-set-clear-breakpoint.
34253         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34254         breakpoints in the margin.
34255         (gdb-remove-strings): Simplify.
34257 2005-01-17  Jay Belanger  <belanger@truman.edu>
34259         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34260         erasing buffer.
34262 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34264         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34265         for calling grep-compute-defaults.
34267         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34268         if buffer is empty.
34270         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34272 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34274         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34276         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34277         non-preloaded variables.
34279 2005-01-17  Steven Tamm  <steventamm@mac.com>
34281         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34282         tex-shell cause to force interactivity when using pipes.
34284 2005-01-17  Kim F. Storm  <storm@cua.dk>
34286         * simple.el (just-one-space): Make arg optional.
34288 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34290         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34291         posn-at-x-y to t to access left-margin.
34293 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34295         Sync with Tramp 2.0.47.
34297         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34298         catching keep-date problems in cp/scp operations.
34299         (tramp-handle-copy-file): Don't call `set-file-modes'
34300         unconditionally.  Specialized functions should know better what is
34301         necessary.  This improves performance a little bit, and the
34302         functions could catch errors with `cp -p' and `scp -p'.
34303         (tramp-do-copy-or-rename-file-via-buffer)
34304         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34305         when appropriate.
34306         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34307         Call `set-file-modes' when appropriate.
34308         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34309         Johnsson <isak@hypergene.com>.
34310         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34311         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34312         <joakim@verona.se>.
34313         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34314         Emacs only.
34316         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34317         `find-file-hooks' and `dired-mode-hook'.
34318         (tramp-minor-mode-map): Respective map.  Add remapping for
34319         `compile' and `recompile'.
34320         (tramp-remap-command, tramp-recompile): New defuns.
34321         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34322         in buffer "*Compilation*".  Call the commands asynchronously.
34324         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34325         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34326         `shell-command', because it isn't magic in XEmacs.  Reported by
34327         Adrian Aichner <adrian@xemacs.org>.
34329         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34330         `substitute-in-file-name.
34331         (tramp-smb-handle-substitute-in-file-name): New defun.
34332         (tramp-smb-advice-PC-do-completion): Delete advice.
34334 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34336         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34337         Fix error in deleting region.
34339 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34341         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34342         In non-temp buffer, switch syntax table temporarily.
34344         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34346         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34348         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34350         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34351         (imenu--generic-function): Use START, not BEG, as pos of definition.
34353         * simple.el (just-one-space): Argument specifies number of spaces.
34355         * simple.el (eval-expression-print-format): Avoid warning
34356         about edebug-active.
34358 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34360         * progmodes/sh-script.el: Code copied from make-mode.el
34361         with small changes,
34362         (sh-mode-map): Bind C-c C-\.
34363         (sh-backslash-column, sh-backslash-align): New variables.
34364         (sh-backslash-region, sh-append-backslash): New functions.
34366 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34368         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34369         (rmail-pop-password, rmail-pop-password-required): Move to
34370         rmail-obsolete group.
34371         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34372         All callers updated.
34373         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34374         Take an argument specifying whether it is POP or IMAP mailbox we
34375         are using.  All callers updated.
34376         (rmail-pop-password-error): Rename to
34377         rmail-remote-password-error.  Added mailutils-specific error message.
34378         (rmail-movemail-search-path)
34379         (rmail-movemail-variant-in-use): New variables.
34380         (rmail-remote-password, rmail-remote-password-required):
34381         New customization variables.
34382         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34383         (rmail-parse-url): New function.
34384         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34385         with GNU mailutils movemail.
34387 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34389         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34390         suffix to space, $ or '$, to correctly position point when going
34391         to @table style constants like DBL_MAX.
34393 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34395         * type-break.el (type-break-mode, type-break-file-time)
34396         (type-break-file-keystroke-count, type-break-choose-file):
34397         Don't store data in or load data from the file if type-break-file-name
34398         is nil.
34399         (type-break-file-name): Doc update as per the above.
34401 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34403         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34404         lookup-key might return nil; handle that.
34406 2005-01-15  Alan Mackenzie  <acm@muc.de>
34408         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34409         rather than the element found, thus enabling the tree to be setcar'd.
34411 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34413         * textmodes/org.el (org-show-following-heading): New option.
34414         (org-show-hierarchy-above): Use `org-show-following-heading'.
34415         (org-cycle): Documentation fix.
34417         * textmodes/org.el (orgtbl-optimized): New option
34418         (orgtbl-mode): New command, a minor mode.
34419         (orgtbl-mode-map): New variable.
34420         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34421         (orgtbl-error, orgtbl-self-insert-command)
34422         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34424         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34425         a local variable in each org-mode buffer.
34427         * textmodes/org.el (org-set-regexps-and-options): Rename from
34428         `org-set-regexps'.  Added checking for STARTUP keyword.
34429         (org-get-current-options): Add STARTUP options.
34430         (org-table-insert-row): Make mode intelligent about when
34431         realignment is needed.
34432         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34433         New commands.
34434         (org-enable-table-editor): New default value `optimized'.
34435         (org-table-blank-field): Support blanking regions if active.
34437 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34439         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34440         if the year is not given.
34442         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34443         Add new escapes %m and %M, fixed bug with %F by adding
34444         save-match-data.
34445         (reftex-reference): Remove ?. from list of spaces.
34446         (reftex-label-info): Add automatic label prefix recognition.
34448         * textmodes/reftex-index.el (reftex-index-next-phrase):
34449         Add slave parameter to call of `reftex-index-this-phrase'.
34450         (reftex-index-this-phrase): New optional argument.
34451         (reftex-index-region-phrases): Add slave parameter to call of
34452         `reftex-index-this-phrase'.
34453         (reftex-display-index): New argument redo.
34454         (reftex-index-rescan): Add `redo' to arguments of
34455         `reftex-display-index'.
34456         (reftex-index-Rescan, reftex-index-revert)
34457         (reftex-index-switch-index-tag): Add `redo' to arguments of
34458         `reftex-display-index'.
34459         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34460         indexing.  Fix bug with matching is there is a quote before or
34461         after the word.
34463         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34464         Fix bug when collecting citation keys in lines with comments.
34465         (reftex-citation): Prefix argument no longer rescans the document,
34466         but forces prompting for optional arguments of cite macros.
34467         (reftex-do-citation): Prompting for optional arguments implemented.
34469         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34470         Add optional arguments to most cite commands.
34471         (reftex-cite-cleanup-optional-args): New option
34472         (reftex-cite-prompt-optional-args): New option.
34473         (reftex-trust-label-prefix): New option.
34475         * textmodes/reftex-toc.el (reftex-toc-find-section):
34476         Add push-mark before changing the position in the buffer.
34478         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34479         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34481 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34483         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34484         more carefully.
34486 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34488         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34489         (sgml-mode): Use it.
34490         (sgml-get-context): Better keep track of implicitly closed tags.
34492 2005-01-13  Kenichi Handa  <handa@m17n.org>
34494         * textmodes/ispell.el: These changes are to fix misalignment error
34495         caused by equivalent characters of different Emacs charsets.
34496         (ispell-unified-chars-table): New variable.
34497         (ispell-get-decoded-string): New function.
34498         (ispell-get-casechars, ispell-get-not-casechars)
34499         (ispell-get-otherchars): Call ispell-get-decoded-string.
34501 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34503         * custom.el (custom-declare-variable): Just put symbol instead
34504         of (defvar . symbol) in `current-load-list'.
34506 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34508         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34510 2005-01-12  Jay Belanger  <belanger@truman.edu>
34512         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34513         to create a Calc summary.
34515 2005-01-12  Kim F. Storm  <storm@cua.dk>
34517         * mouse.el (mouse-on-link-p): Change functionality and doc
34518         string to comply with latest description in lisp ref.
34520 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34522         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34523         Enable mouse clicks on mode-line, header-line and margin.
34524         (event-type): Give mouse event symbols an `event-kind' property
34525         with value `mouse-click'.
34527 2005-01-12  Juri Linkov  <juri@jurta.org>
34529         * facemenu.el (list-colors-display): Add new arg buffer-name.
34530         Use it.  Fix docstring.  Replace code for identifying duplicate
34531         colors by the name with call to `list-colors-duplicates' which
34532         identifies duplicate colors by the value unless the color
34533         is one of special Windows colors.  Set truncate-lines to t.
34534         Print sorted duplicate color names on each line.  Indent to 22
34535         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34536         (list-colors-duplicates): New function.
34537         (facemenu-color-name-equal): Delete function.
34539         * facemenu.el (list-colors-print): New function created from code
34540         in list-colors-display.  Print #RRGGBB at the window right edge.
34541         (list-colors-display): When temp-buffer-show-function is not
34542         defined, call list-colors-print from temp-buffer-show-hook
34543         to get the right value of window-width in list-colors-print
34544         after the buffer is displayed.
34546         * simple.el (pop-mark): Move deactivate-mark out of conditional
34547         part to deactivate the active mark regardless of the state of the
34548         mark ring.
34550         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34551         variables line in desktop files.
34553 2005-01-12  Juri Linkov  <juri@jurta.org>
34555         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34556         Bring together isearch highlight related options.
34557         (lazy-highlight): Replace group `replace' by `matching'.
34558         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34559         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34560         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34561         and declare them obsolete.
34562         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34563         (isearch-faces): Remove defgroup.
34564         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34565         Move isearch highlighting code closer to lazy highlighting code.
34567         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34568         (query-replace-highlight, query-replace-lazy-highlight)
34569         (query-replace): Move definitions to the beginning of the file.
34571 2005-01-11  Juri Linkov  <juri@jurta.org>
34573         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34574         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34575         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34577         * info.el (Info-history-forward): New variable.
34578         (Info-select-node): Reset Info-history-forward to nil.
34579         (Info-last): Turn into defalias.
34580         (Info-history-back): Rename from Info-last.
34581         Add current node to Info-history-forward.
34582         (Info-history-forward): New fun.
34583         (Info-mode-map): Replace Info-last by Info-history-back.
34584         Bind Info-history-forward to "r".
34585         (Info-mode-menu): Replace Info-last by Info-history-back.
34586         Fix menu item text.  Add menu item for Info-history-forward.
34587         (info-tool-bar-map): Replace Info-last by Info-history-back.
34588         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34589         for Info-history-forward.
34590         (Info-mode): Replace Info-last by Info-history-back in docstring.
34591         Add local variable Info-history-forward.
34592         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34594 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34596         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34597         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34598         Ignore select-window events rather than fiddle with
34599         mouse-autoselect-window.
34601 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34603         * type-break.el (type-break-mode): Fix previous change.
34605 2005-01-10  Jay Belanger  <belanger@truman.edu>
34607         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34608         calculator; only reset when point is inside a calculator.
34609         Don't adjust the window height if the window takes up the whole height
34610         of the frame.
34612 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34614         * ebuff-menu.el (Electric-buffer-menu-mode):
34615         Preserve value of buffer-local var header-line-format.
34617 2005-01-09  Jay Belanger  <belanger@truman.edu>
34619         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34620         Make sure settings file exists before accessing it.
34622         * calc/calc-embed.el (calc-embedded-subst):
34623         Replace math-multi-subst-rec, which is only supposed to be called
34624         by math-multi-subst, by math-multi-subst.
34626 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34628         * vc.el (vc-allow-async-revert): New user option.
34629         (vc-disable-async-diff): New internal variable.
34630         (vc-revert-buffer): Use them to disable asynchronous diff.
34632         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34633         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34634         asynchronously if vc-disable-async-diff is t.
34636 2005-01-09  Jay Belanger  <belanger@truman.edu>
34638         * calc/calc.el (defcalcmodevar): New macro.
34639         (calc-mode-var-list-restore-default-values)
34640         (calc-mode-var-list-restore-saved-values): New functions.
34641         (calc-mode-var-list): Use defcalcmodevar to define it.
34642         (calc-always-load-extensions, calc-line-numbering)
34643         (calc-line-breaking, calc-display-just, calc-display-origin)
34644         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34645         (calc-group-char, calc-point-char, calc-frac-format)
34646         (calc-prefer-frac, calc-hms-format, calc-date-format)
34647         (calc-float-format, calc-full-float-format, calc-complex-format)
34648         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34649         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34650         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34651         (calc-matrix-brackets, calc-language, calc-language-option)
34652         (calc-left-label, calc-right-label, calc-word-size)
34653         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34654         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34655         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34656         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34657         (calc-window-height, calc-display-trail, calc-show-selections)
34658         (calc-use-selections, calc-assoc-selections)
34659         (calc-display-working-message, calc-auto-why, calc-timing)
34660         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34661         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34662         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34663         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34664         (calc-gnuplot-geometry, calc-graph-default-resolution)
34665         (calc-graph-default-resolution-3d, calc-invocation-macro)
34666         (calc-show-banner): Use defcalcmodevar to declare them and set
34667         their default values.
34669         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34670         instead of default values (but restore default values if there is
34671         an argument of 0).
34673 2005-01-09  David Kastrup  <dak@gnu.org>
34675         * desktop.el (desktop-restore-eager): Fix typo in type.
34677 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34679         * cus-edit.el (customize): Delete :link.
34681 2005-01-08  Jay Belanger  <belanger@truman.edu>
34683         * calc/calc.el (calc-mode): Remove the extension from the
34684         `calc-settings-file' file name when loading it.
34686 2005-01-08  Kim F. Storm  <storm@cua.dk>
34688         * info.el (Info-mode-map, Info-next-link-keymap)
34689         (Info-prev-link-keymap, Info-up-link-keymap):
34690         Map follow-link to mouse-face.
34691         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34693 2005-01-08  Jay Belanger  <belanger@truman.edu>
34695         * calc/calc.el (calc-settings-file): Change default value.
34696         Suggested by cgw in a comment in calc-mode.el.
34698         * calc/calc-mode.el (calc-settings-file-name):
34699         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34700         Replace ~/.emacs in a prompt by calc-settings-file.
34702 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34704         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34705         (desktop-lazy-idle-delay): New customizable variables.
34706         (desktop-buffer-args-list): New variable.
34707         (desktop-append-buffer-args): New function.
34708         (desktop-save): Call desktop-append-buffer-args for some buffers.
34709         (desktop-lazy-create-buffer): New function.
34710         (desktop-idle-create-buffers): New function.
34711         (desktop-read): Add message about buffers to restore lazily.
34712         (desktop-lazy-abort): New command.
34713         (desktop-clear): Call desktop-lazy-abort.
34714         (desktop-lazy-complete): New command.
34716 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34718         * emacs-lisp/find-func.el (find-face-definition):
34719         Rename from find-face.
34721 2005-01-06  Kim F. Storm  <storm@cua.dk>
34723         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34725         * man.el (Man-xref-man-page, Man-xref-header-file)
34726         (Man-xref-normal-file): Add follow-link property.
34728 2005-01-06  Jay Belanger  <belanger@truman.edu>
34730         * calc/calc-units.el: Make sure the proper macro definitions are
34731         available when compiling.
34733 2005-01-06  Juri Linkov  <juri@jurta.org>
34735         * isearch.el (isearch-lazy-highlight-update):
34736         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34738 2005-01-06  Miles Bader  <miles@gnu.org>
34740         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34741         (isearch-lazy-highlight-face): Use new name.
34743 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34745         * uniquify.el (uniquify-rationalize-file-buffer-names):
34746         Re-add an interactive spec.
34747         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34748         to the same name.
34750         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34751         (isearch-update, isearch-done): Adjust calls accordingly.
34753 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34755         * custom.el (custom-set-variables, custom-theme-set-variables):
34756         Clarify documentation.
34758         * emacs-lisp/find-func.el (find-variable)
34759         (find-variable-other-window, find-variable-other-frame):
34760         Fix the TYPE args to find-function-read and find-function-do-it.
34761         (find-function): Doc fix.
34762         (find-function-at-point): Replace function-at-point alias.
34764 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34766         * cus-face.el (custom-declare-face):
34767         Record defface in current-load-list.
34769         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34771         * emacs-lisp/find-func.el: Doc fixes.
34772         (find-face-regexp): New variable.
34773         (find-function-regexp-alist): New variable.
34774         (find-function-C-source): Third arg is now TYPE.
34775         (find-function-search-for-symbol): Handle general TYPE.
34776         (find-function-read, find-function-do-it): Handle general TYPE.
34777         (find-definition-noselect, find-face): New functions.
34778         (function-at-point): Alias deleted.
34780 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34782         * battery.el (display-battery-mode): Rename from display-battery.
34783         Handle the case where it gets turned off.
34785 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34787         * cus-edit.el (customize): Make :link point to user doc.
34789         * man.el (Man-fontify-manpage): Turn off undo generation.
34791         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34793 2005-01-04  Andreas Schwab  <schwab@suse.de>
34795         * files.el (insert-directory): Only look for error lines in
34796         inserted text.  Don't move too far after processing --dired markers.
34798 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34800         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34801         Don't expand if the character is @, period, dash, etc.
34802         (define-mail-abbrev): Quote names that contain problem characters.
34804 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34806         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34808 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34810         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34811         (query-replace-highlight, query-replace-lazy-highlight)
34812         (query-replace): Definitions moved up.  Doc fix.
34814 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34816         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34817         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34818         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34819         (lazy-highlight-face): Rename from isearch-lazy-...
34820         Change all references to them.
34822 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34824         * cus-edit.el (custom-file): Doc fix for defcustom.
34825         (custom-file): The function no longer sets the variable
34826         `custom-file' to its return value.
34828         * startup.el (command-line): No longer load `custom-file'.
34830 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34832         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34834         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34835         Don't confuse module-prefixed identifiers for labels.
34836         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34838 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34840         * files.el (basic-save-buffer-1): Fix previous change.
34842         * loadhist.el (file-loadhist-lookup): New function.
34843         (file-provides, file-requires): Use it.
34845         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34846         instead of calculating the right size.
34848 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34850         * vc-svn.el (vc-svn-diff): Stay local if possible.
34852 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34854         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34856         * files.el (hack-local-variables): Fix last change.
34858 2005-01-02  Jay Belanger  <belanger@truman.edu>
34860         * calc/calc-yank.el (calc-edit-top): New variable.
34861         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34862         object.  Change header properties.
34863         (calc-edit-finish, calc-edit-finish-stack-object)
34864         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34865         edited object.
34866         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34867         for the beginning of the edited object.
34868         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34869         for the beginning of the edited object.
34870         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34871         (calc-finish-formula-edit, calc-macro-repeats)
34872         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34873         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34874         beginning of the edited object.
34875         (calc-user-define-edit): Change the header for editing macros.
34876         Remove unnecessary variable.
34878 2005-01-01  Jay Belanger  <belanger@truman.edu>
34880         * calc/calc-yank.el (calc-edit-mode): Change default header.
34881         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34882         * calc/calc-store.el (calc-edit-variable): Change title to match new
34883         header.
34884         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34885         mode to match new header.
34886         (calc-user-define-edit): Change titles to include names of commands.
34887         (calc-finish-formula-edit): Adjust to handle new header.
34888         (calc-finish-macro-edit): Remove.
34889         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34890         (calc-edit-macro-command, calc-edit-macro-command-type)
34891         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34892         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34893         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34894         (calc-edit-macro-finish-edit): New functions.
34895         (calc-user-define-edit): Use new functions to edit named calc macros.
34897 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34899         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34901         * ses.el (copy-region-as-kill): Deactivate mark.
34903 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34905         * replace.el (occur-1): If the output buffer is also an input,
34906         don't kill it, rename it.
34908         * faces.el (set-face-background, set-face-foreground): Doc fix.
34910         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34911         for :foreground and :background.
34913         * dired.el (dired-view-command-alist): Variable deleted.
34914         (dired-view-file, dired-mouse-find-file-other-window):
34915         Delete the code to use it.
34917 2005-01-01  Kim F. Storm  <storm@cua.dk>
34919         * image.el (insert-sliced-image): Use t for line-height property.
34921 See ChangeLog.11 for earlier changes.
34923 ;; Local Variables:
34924 ;; coding: iso-2022-7bit
34925 ;; add-log-time-zone-rule: t
34926 ;; End:
34928     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34930   This file is part of GNU Emacs.
34932   GNU Emacs is free software; you can redistribute it and/or modify
34933   it under the terms of the GNU General Public License as published by
34934   the Free Software Foundation; either version 3, or (at your option)
34935   any later version.
34937   GNU Emacs is distributed in the hope that it will be useful,
34938   but WITHOUT ANY WARRANTY; without even the implied warranty of
34939   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34940   GNU General Public License for more details.
34942   You should have received a copy of the GNU General Public License
34943   along with GNU Emacs; see the file COPYING.  If not, write to the
34944   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34945   Boston, MA 02110-1301, USA.
34947 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1