(file-name-sans-versions): Use [:alnum:] and also allow
[emacs.git] / lisp / ChangeLog
blob28d9f4eb9ec2ca86066f99428e7012b6e00b904a
1 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
3         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4         #, @, : and ^.
6 2007-09-23  Glenn Morris  <rgm@gnu.org>
8         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
10 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
12         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
14         * log-view.el (log-view-mode-map): Likewise.
16         * diff-mode.el (diff-mode-shared-map): Likewise.
18 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
20         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
21         add inferior-octave-directory-tracker to the buffer-local value
22         of comint-input-filter-functions.
24 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
26         * files.el (file-name-sans-versions): Also allow `A-Z'.
28         * vc.el: Mention all supported VC backends.
30 2007-09-22  Richard Stallman  <rms@gnu.org>
32         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
33         neighbouring buttons.
35 2007-09-22  Andreas Schwab  <schwab@suse.de>
37         * files.el (file-name-sans-versions): Also allow `_'.
39 2007-09-22  Glenn Morris  <rgm@gnu.org>
41         * eshell/esh-mode.el (eshell-output-filter-functions): Add
42         eshell-postoutput-scroll-to-bottom.
44 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
46         * files.el (file-name-sans-versions): Allow - and a-z in version
47         names.
49         * log-view.el (log-view-mode-map, log-view-mode-menu): Bind
50         log-view-annotate-version.
51         (log-view-beginning-of-defun, log-view-end-of-defun)
52         (log-view-annotate-version): New functions.
53         (log-view-mode): Use log-view-beginning-of-defun and
54         log-view-end-of-defun.
56 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging brain damage.
60 2007-09-21  Kevin Ryde  <user42@zip.com.au>
62         * international/mule.el (sgml-html-meta-auto-coding-function):
63         Bind `case-fold-search' to t.
65 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
67         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
68         neighbouring buttons.
70         * progmodes/compile.el (compilation-error-regexp-alist-alist):
71         Recognize gcc's use of "note" for informational messages.
73 2007-09-20  Glenn Morris  <rgm@gnu.org>
75         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
76         motion functions, rather than hard-coding "\n\n".
77         (tex-validate-region): Check for eobp, to speed up.
78         (tex-next-unmatched-end): Doc fix.
80 2007-09-19  Glenn Morris  <rgm@gnu.org>
82         * textmodes/tex-mode.el (tex-terminate-paragraph):
83         Use backward-paragraph.
85 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
88         (css-mode): Update correspondingly.
90 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
92         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
94         * vc-hooks.el (vc-menu-entry): New var.
95         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
96         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
97         (vc-menu-map): Declare and initialize in one step.
99         * menu-bar.el (vc-menu-map): Don't setup any more.
100         Instead, just create the proper spot in the menu.
102 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
103             Stefan Monnier  <monnier@iro.umontreal.ca>
105         * vc.el: Document new VC operation `extra-menu'.
107         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
109 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
111         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
112         Signed-off-by, Acked-by and Merge.
114 2007-09-17  Glenn Morris  <rgm@gnu.org>
116         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
117         filename from `--file-line-error', if it is available.
119 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
121         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
122         TeX `--file-line-error' format.
124 2007-09-17  Glenn Morris  <rgm@gnu.org>
126         * textmodes/tex-mode.el (tex-region): Simplify previous change,
127         handling the case where the region is not in `tex-main-file'.
128         (tex-region-1): Delete.
129         (tex-region-header): New function, doing the header part of the
130         old tex-region-1.
132 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * ediff-init.el (ediff-verbose-p): This var is not a constant.
136 2007-09-16  Drew Adams  <drew.adams@oracle.com>
138         * cus-edit (custom-face-edit-activate): Doc fix.
140 2007-09-16  Glenn Morris  <rgm@gnu.org>
142         * textmodes/tex-mode.el (tex-region): Handle the case where the
143         region is not in `tex-main-file'.  Move the old code that applies
144         to both cases...
145         (tex-region-1): ...to this new function.
147 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
149         * simple.el (blink-matching-open): Don't display message when no
150         paren is found within blink-matching-paren-distance characters.
151         Don't search prompt in blink-matching-paren-distance nil case.
153 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
155         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
157 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * vc-mtn.el: New file.
161         * vc-hooks.el (vc-handled-backends): Add Mtn.
163 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
165         * files.el (find-file, find-file-other-window)
166         (find-file-other-frame, find-file-existing, find-file-read-only)
167         (find-file-read-only-other-window)
168         (find-file-read-only-other-frame)
169         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
171 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
173         * man.el (Man-default-man-entry): At end of line, continue looking
174         to the next line for possible end of hyphenated command.
176 2007-09-13  Chris Moore  <dooglus@gmail.com>
178         * shell.el (shell-resync-dirs): Don't move the cursor relative to
179         the command being edited.
181 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
183         * progmodes/gud.el (gdb-ready): New variable.
184         (gdb): Set it to nil.  Set gud-running to nil here...
185         (gud-common-init): ...instead of here.
187         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
188         Use gdb-ready.  Discard input until GDB is ready to accept it.
190 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
192         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
193         C-M-S- keys.
195 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
197         * dired.el (dired-warning): Inherit from font-lock-warning-face to
198         make it show up with eight colors.
200 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
203         diffs are concatenated with no intervening line.
205 2007-09-10  Dave Love  <fx@gnu.org>
207         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
208         (python-font-lock-keywords): Update to the 2.5 version of the language.
209         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
210         (python-backspace): Only behave funny in code.
211         (python-compilation-regexp-alist): Add PDB stack trace regexp.
212         (inferior-python-mode): Add PDB prompt regexp.
213         (python-fill-paragraph): Refine the fenced-string regexp.
214         (python-find-imports): Handle imports spanning several lines.
215         (python-mode): Add `class' to hideshow support.
217 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
220         add-log-buffer-file-name-function rather than bind buffer-file-name,
221         so we dont end up calling change-log-mode in *cvs* when `fi' is the
222         ChangeLog file itself.
224         * outline.el (outline-flag-region): Use front-advance.
226 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
228         * progmodes/cperl-mode.el: Merge upstream 5.23.
229         (cperl-where-am-i): Remove function.
230         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
231         (cperl-sniff-for-indent): De-invert [string] and [comment].
232         When looking for label, skip s:m:y:tr.
233         (cperl-indent-line): Likewise.
234         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
235         (cperl-windowed-init): Wrong `ps-print' handling.
236         Both thanks to Chong Yidong.
237         (cperl-look-at-leading-count): Could fail with unfinished RExen.
238         (cperl-find-pods-heres): If the second part of s()[] is missing,
239         don't try to highlight delimiters...
241 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
243         * progmodes/compile.el (compilation-get-file-structure): Complete last
244         change by also using spec-directory in the puthash.
246 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
248         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
249         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
250         (vc-bzr-status): Fix shadowing of variable 'status'.
251         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
252         Use `expand-file-name' instead of `concat'.
253         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
254         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
256 2007-09-05  Jason Rumney  <jasonr@gnu.org>
258         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
260 2007-09-02  Richard Stallman  <rms@gnu.org>
262         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
263         Add `safe-local-variable' property.
264         (lisp-body-indent): Likewise.
266 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
268         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
269         prev/next-node.
271         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
272         (x-gtk-map-stock): New function.
274 2007-09-02  Glenn Morris  <rgm@gnu.org>
276         * comint.el (comint-mode): Don't set scroll-conservatively.
278         * eshell/em-unix.el (eshell/time): Stringify and flatten the
279         non-command arguments.
281 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
283         * emacs-lisp/bytecomp.el (byte-recompile-directory):
284         Fix bug: Don't expand top-level file name more than once.
285         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
287 2007-09-01  Richard Stallman  <rms@gnu.org>
289         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
290         Add doc string.
292 2007-08-30  Richard Stallman  <rms@gnu.org>
294         * speedbar.el (speedbar-frame-reposition-smartly)
295         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
296         (speedbar-check-vc): Don't use dframe-xemacsp.
298 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
300         * files.el (backup-buffer-copy): Try to overwrite old backup first.
302 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
304         * repeat.el (repeat): Use last-repeatable-command instead of
305         real-last-command.  Run pre- and post-command hooks for
306         self-insertion.  Update doc-string.
308 2007-08-28  Glenn Morris  <rgm@gnu.org>
310         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
312 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
314         * vc-git.el (vc-git-state): Call git-add --refresh to update the
315         state of the file.
316         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
317         (vc-git-create-repo): Fix invalid command.
319 2007-08-27  Richard Stallman  <rms@gnu.org>
321         * textmodes/flyspell.el (flyspell-mode):
322         Catch errors in flyspell-mode-on.
324 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
326         * progmodes/modula2.el (m2-definition, m2-module):
327         Don't use previous-line.  Reported by T. V. Raman.
329 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
331         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
332         argument to tool-bar-mode call.
334 2007-08-27  Glenn Morris  <rgm@gnu.org>
336         * diff-mode.el (diff-find-file-name): Only accept regular files,
337         to rule out /dev/null, directories, etc.
339 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
341         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
342         safe-local-variable setting.
343         * progmodes/perl-mode.el (perl-indent-level): Likewise.
345 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
348         of buffers in uniquify-managed.
350         * simple.el (invisible-p): Rename from text-invisible-p.
351         Update callers.
353 2007-08-25  Alan Mackenzie  <acm@muc.de>
355         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
356         new language variable.
358         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
359         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
360         "extern" etc., rather than BOI.  Fix addition of spurious
361         syntactic-symbol 'defun-block-intro, replacing it with
362         'innamespace, etc.
364 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
366         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
367         Don't behave differently when executed via M-x.  Add doc string.
369 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
371         * files.el (backup-buffer-copy): Don't wrap delete in
372         condition-case, only try to delete if file exists.
374 2007-08-24  Glenn Morris  <rgm@gnu.org>
376         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
378 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
381         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
382         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
383         (cperl-etags-goto-tag-location): Use new style backquotes.
385         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
386         (dynamic-completion-table): Use it it.
388         * net/browse-url.el: Remove spurious * in custom docstrings.
389         (browse-url-filename-alist): Use new-style backquote.
391         * emacs-lisp/backquote.el (backquote-unquote-symbol)
392         (backquote-splice-symbol): Clarify they're not new-style unquotes.
394         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
395         (\,@): Backslash the , and ,@ which are not new-style unquotes.
397         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
399         * net/socks.el (socks-username/password-auth-filter):
400         Remove unused vars `state' and `desired-len'.
401         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
402         (socks-wait-for-state-change): Use new-style backquotes.
404         * pcvs.el (cvs-mode-status): Fix long-standing typo.
406         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
407         backquotes after each `read' rather than once per buffer.
409         * dframe.el: Remove spurious * in custom docstrings.
410         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
411         (dframe-xemacs20p): Remove, inline at the sole use point.
412         (defface): Don't defvar the face, don't use old-style backquote.
413         (defcustom): Don't use old-style backquote.
414         (dframe-frame-parameter, dframe-mouse-event-p):
415         Make it obvious that it's always defined.
416         (dframe-popup-kludge): New function to replace
417         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
418         (dframe-frame-mode, dframe-set-timer-internal)
419         (dframe-mouse-set-point): Remove use of with-no-warnings from
420         XEmacs-specific code.
421         (dframe-set-timer-internal): Fix very old bug with
422         post-command-idle-hook.
424         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
426 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
428         * image-mode.el (image-minor-mode): Use image-mode-text-map.
430 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
432         * sort.el (sort-fold-case, sort-numeric-base): Mark as
433         safe-local-variable.
435 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
437         * net/browse-url.el (browse-url-emacs): New function.
439 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
442         warning if the file uses old style backquotes.
444         * emacs-lisp/bytecomp.el (byte-compile-log-file)
445         (byte-recompile-directory, byte-compile-file)
446         (byte-compile-from-buffer): Use with-current-buffer.
448         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
449         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
450         (line-move-1, line-move-finish, line-move-to-column)
451         (move-end-of-line, move-beginning-of-line): Use new name.
453 2007-08-22  Glenn Morris  <rgm@gnu.org>
455         * files.el (backup-buffer-copy): Check backup directory is
456         writable, to avoid infloop deleting old backup.
458         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
459         movemail related variables.
460         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
461         will now be set before this is called.
463 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
467         * progmodes/ada-mode.el: Fix up comment style in header.
468         (ada-check-emacs-version): Remove.
469         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
470         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
471         to try and quieten the byte-compiler.
472         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
474         * vc.el (vc-annotate-warp-version): Don't use previous-line.
476 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
478         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
479         extracted from `eval-last-sexp-1'.
480         (eval-last-sexp-1): Call `preceding-sexp'.
482 2007-08-19  Glenn Morris  <rgm@gnu.org>
484         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
485         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
486         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
487         shadow files messing up the compilation.
489 2007-08-18  Glenn Morris  <rgm@gnu.org>
491         * progmodes/scheme.el (scheme-mode-variables):
492         Set font-lock-comment-start-skip.
494 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
496         * progmodes/ada-mode.el (ada-create-syntax-table):
497         Move set-syntax-table from here to ...
498         (ada-mode): ... here.  Don't change global value of comment-multi-line.
499         Call new function ada-initialize-syntax-table-properties.
500         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
501         (ada-deactivate-properties, ada-initialize-properties):
502         Replace by new functions ...
503         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
504         (ada-initialize-syntax-table-properties): ... to set up syntax-table
505         properties uniformly, independently from whether font-lock-mode
506         is enabled or not.  Handle read-only buffers and do not change
507         undo-list when setting syntax-table properties.
508         (ada-after-change-function): Use ada-set-syntax-table-properties.
510 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
512         * progmode/cperl-mode.el (cperl-look-at-leading-count)
513         (cperl-find-pods-heres): Fix an error when typing expressions like
514         `s{a}{b}'.
516 2007-08-17  Glenn Morris  <rgm@gnu.org>
518         * progmodes/compile.el (compilation-get-file-structure): Make use
519         of the directory part when checking for an existing entry, to
520         handle files with same basename in different directories.
522 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
524         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
525         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
526         (ps-paragraph-spacing): Docstring fix.
528 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * smerge-mode.el (smerge-resolve): New arg `safe'.
531         (smerge-resolve-all, smerge-batch-resolve): New function.
532         (smerge-refine): Make sure `diff' returns the expected result.
533         (smerge-parsep-re): New const.
534         (smerge-mode): Use it to adjust paragraph-separate.
536         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
537         Correctly match / regexp matchers as first char on a line when
538         fontifying only that line.
540         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
542 2007-08-16  Glenn Morris  <rgm@gnu.org>
544         * ps-print.el (ps-font-size): Doc fix.
546 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * vc-bzr.el: Don't fiddle with vc-handled-backend.
549         (vc-bzr-registered): Don't redundantly protect against
550         file-error.  Actually use the format-specific code.
551         (vc-bzr-buffer-nonblank-p): Remove.
552         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
554 2007-08-15  Glenn Morris  <rgm@gnu.org>
556         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
557         sloppier, for the sake of GNU Mailman.
558         (rmail-digest-rfc1153): Initialize `result' correctly.
560 2007-08-14  Glenn Morris  <rgm@gnu.org>
562         * simple.el (bad-packages-alist): New constant.
563         (bad-package-check): New function.  Together, these two add
564         elements to `after-load-alist' to check for problematic external
565         packages.
566         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
568 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
570         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
571         optional quotes around files in NEED-UPDATE . REMOVED case.
573         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
574         (ada-treat-cmd-string): Improve error message.
575         (ada-do-file-completion): Call `ada-require-project-file', so
576         project variables are set properly.
577         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
578         (ada-gnatfind-buffer-name): New constant.
579         (ada-find-any-references): Use new constant.  Set buffer name
580         properly in compilation-start.  Toggle read-only properly.
581         (ada-find-in-src-path): Fix spelling error in docstring.
583         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
584         by zero error.
586 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
588         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
590 2007-08-12  Richard Stallman  <rms@gnu.org>
592         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
593         (cvs-execute-single-file): Use new name split-string-and-unquote.
594         (cvs-header-msg): Use new name combine-and-quote-strings.
596         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
598         * progmodes/gud.el (gud-common-init): Use new name
599         split-string-and-unquote.
601         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
602         in javac regexp.
604         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
605         combine-and-quote-strings and split-string-and-unquote.
607         * subr.el (combine-and-quote-strings): Rename from strings->string.
608         (split-string-and-unquote): Rename from string->strings.
610 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
612         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
613         to buffer-local settings.
615         * emacs-lisp/backquote.el (backquote-delay-process): New function.
616         (backquote-process): Add internal arg `level'.  Use the two to
617         correctly handle nested backquotes.
619 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
621         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
622         (vc-bzr-state-words): Add "kind changed" state word.
623         (vc-bzr-status): New function.  Return Bzr idea of file status,
624         which is different from VC's.
625         (vc-bzr-state): Use vc-bzr-status.
626         (vc-workfile-unchanged-p): Use vc-bzr-status.
627         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
628         (vc-dired-state): Process "kind changed" state word.
630 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
634         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
635         Move from vc-default-find-file-not-found-hook.
637 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
639         * url/url-auth.el (url-basic-auth): When prompting for username
640         and password, default to the username and password in the URL.
642 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * man.el: Remove spurious * in docstrings.
645         Merge defvars and toplevel setq-defaults.
646         (Man-highlight-references0): Limit=nil rather than point-max.
647         (Man-mode-map): Move initialization into the declaration.
648         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
649         (Man-view-header-file): Use expand-file-name rather than concat.
650         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
652         * man.el (Man-next-section): Make sure we do not move backward.
654 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
656         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
657         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
658         ps-print-color-p is neither nil nor black-white.  Reported by Christian
659         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
661 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
663         * files.el (auto-mode-alist): Use the purecopied text (duh!).
665 2007-08-08  Andreas Schwab  <schwab@suse.de>
667         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
668         self-insert-command, not self-insert.
670 2007-08-08  Glenn Morris  <rgm@gnu.org>
672         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
674         * Replace `iff' in doc-strings and comments.
676         * help-mode.el (help-make-xrefs): Search for symbol constituents,
677         rather than just `-'.
679 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
681         * dired.el (dired-pop-to-buffer):
682         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
683         * calendar/calendar.el (generate-calendar-window):
684         * progmodes/compile.el (compilation-set-window-height):
685         * textmodes/two-column.el (2C-two-columns, 2C-merge):
686         Use window-full-width-p instead of comparing frame-width and
687         window-width.
689         * progmodes/compile.el (compilation-find-buffer): Remove extra
690         argument in call to compilation-buffer-internal-p.
692 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
694         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
695         parameters IDENTIFICATION and CONNECTED.
696         (tramp-handle-insert-file-contents): VISIT must be handled after
697         insertion of the local copy.  Reported by Peter Gordon
698         <peter@pg-consultants.com>.
699         (tramp-file-name-handler): No special handling for
700         `expand-file-name'.  But for `file-name-as-directory'.
701         (tramp-find-shell, tramp-open-connection-telnet)
702         (tramp-open-connection-rsh, tramp-open-connection-su)
703         (tramp-open-connection-multi)
704         (tramp-open-connection-setup-interactive-shell): Guard against
705         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
706         <steve@sxemacs.org>.
707         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
708         the hint.
710         * net/trampver.el: Update release number.
712 2007-08-07  Tom Tromey  <tromey@redhat.com>
714         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
715         Add safe-local-variable property.
717 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
719         * image-mode.el (image-toggle-display): Use image-refresh.
721         * longlines.el (longlines-decoded): New variable.
722         (longlines-mode): Avoid encoding or decoding the buffer twice.
724 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
726         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
727         unofficial version.
728         (vc-bzr-command): Remove redundant setting of process-connection-type.
729         (vc-bzr-admin-checkout-format-file): Add autoload.
730         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
731         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
732         (vc-bzr-registered): Compare dirstate format tag with known good
733         value, abort parsing if match fails.  Warn user in docstring.
734         (vc-bzr-workfile-version): Case for different Bzr branch formats.
735         See bzrlib/branch.py in Bzr sources.
736         (vc-bzr-diff): First argument FILES may be a string rather than a list.
737         (vc-bzr-shell-command): Remove in favor of
738         vc-bzr-command-discarding-stderr.
739         (vc-bzr-command-discarding-stderr): New function.
741 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
743         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
744         program, and return nil
745         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
746         (vc-bzr-state): Look for path names relative to the repository
747         root after status keyword.
748         (vc-bzr-file-name-relative): New function.
749         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
750         depend on it.
751         (vc-bzr-admin-dirname, ...-checkout-format-file)
752         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
753         files that we now parse directly for speed.
754         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
755         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
756         (vc-bzr-state): "bzr status" successful only if exitcode is 0
757         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
758         Bzr warnings, so we must discard it.
759         (vc-bzr-workfile-version): Speedup counting lines from
760         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
761         if that file doesn't exist.
762         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
763         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
764         (not ".bzr"!) to `vc-directory-exclusion-list'
765         (vc-bzr-shell-command): New function.
767 2007-08-06  Tom Tromey  <tromey@redhat.com>
769         * diff-mode.el (diff-unified->context, diff-reverse-direction)
770         (diff-fixup-modifs): Typo in docstring.
772 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
775         count-screen-lines.
776         (tpu-edt-off): Disable relevant pieces of advice.
778         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
779         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
780         (newline, newline-and-indent, do-auto-fill): Use advice instead of
781         redefining the function.
782         (tpu-set-scroll-margins): Activate the pieces of advice.
784 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
786         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
787         process-filter.
789 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
791         * help.el (resize-temp-buffer-window): Use window-full-width-p
792         instead of comparing frame-width and window-width.
794 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
796         * term.el: Honor term-default-fg-color and term-default-bg-color
797         settings when modifying term-current-face.
798         (term-default-fg-color, term-default-bg-color): Initialize from
799         default term-current-face.
800         (term-mode, term-reset-terminal): Set term-current-face with
801         term-default-fg-color and term-default-bg-color.
802         (term-handle-colors-array): term-current-face has term-default-fg-color
803         and term-default-bg-color after reset escape sequence.
804         (term-handle-colors-array): Set term-current-color with
805         term-default-fg/bg-color instead of ansi-term-color-vector when the
806         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
808 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
810         * files.el (set-auto-mode): Handle also remote files wrt
811         `auto-mode-alist'.
813         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
814         remote identification.
816 2007-08-04  Glenn Morris  <rgm@gnu.org>
818         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
819         zero, not nil, when the library is first loaded.  Check for a file
820         that has been modified on disk.
822         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
823         Remove duplicate defvar preventing initialization.
824         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
826 2007-08-03  Miles Bader  <miles@gnu.org>
828         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
829         backend names for new backends to `Git', `Hg', and `Bzr'.
830         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
831         not `HG'.
832         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
833         name, not `GIT'.
834         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
835         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
837 2007-08-03  Glenn Morris  <rgm@gnu.org>
839         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
841 2007-08-02  Richard Stallman  <rms@gnu.org>
843         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
844         to update deleted flag.
846         * cus-edit.el (customize-apropos, customize-apropos-options)
847         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
849         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
851         * startup.el (fancy-splash-head, startup-echo-area-message):
852         Change message text.
854         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
855         All callers use line-move.
857         * progmodes/compile.el (compilation-find-buffer): Return current
858         buffer immediately if suitable.
859         (compile, compilation-buffer-name, compilation-start): Doc fixes.
861 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
863         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
864         Make it more discriminating and more useful.
865         (vc-bzr-root-dir): Use new name.
866         (vc-bzr-registered): Use new name and look at the dirstate file to
867         determine if it's registered or not without running `bzr'.
869 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
871         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
873 2007-07-31  Drew Adams  <drew.adams@oracle.com>
875         * cus-edit.el (custom-group-value-create, custom-goto-parent):
876         Fix parent groups link.
878 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
880         * faces.el (face-normalize-spec): New function.
881         (frame-set-background-mode): Normalize face-spec before calling
882         face-spec-match-p.
884 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
886         * vc-bzr.el: New file (copied from the trunk).
888         * vc-hooks.el (vc-handled-backends): Add BZR.
889         (vc-find-file-hook): Failsafe if the backend's `registered'
890         function burps.
892         * server.el (server-window): Add switch-to-buffer-other-frame option.
894 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
896         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
897         (vc-git-revision-completion-table): Enable.
899         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
901         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
903         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
904         (vc-hg-registered): Set the vc-state property.
906         * diff-mode.el (diff-mode-menu): New entries.
908 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
911         (diff-file-kill): Use it.
912         (diff-beginning-of-hunk): Add arg `try-harder' using it.
913         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
914         Use it so they find the hunk even when we're in the file header.
916         * vc.el: Add new VC operation `revision-completion-table'.
917         (vc-default-revision-completion-table): New function.
918         (vc-version-diff, vc-version-other-window): Use it to provide
919         completion of revision names if the backend provides it.
921         * vc-arch.el (vc-arch--version-completion-table)
922         (vc-arch-revision-completion-table): New functions to provide
923         completion of revision names.
925         * vc-cvs.el: Require CL.
926         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
927         New functions to provide completion of revision names.
929 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
931         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
932         (copyright-fix-years, copyright): Correctly handle the case where
933         copyright-limit is nil.
935 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
937         * progmodes/python.el (run-python): Fix path separator under w32.
939 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
941         * vc-git.el: New File.
943 2007-07-28  Alan Mackenzie  <acm@muc.de>
945         Fix problem with modes derived from CC Mode:
946         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
947         macro to cc-langs.
948         (c-init-language-vars-for): Remove call to above macro.
949         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
950         been moved to here.
951         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
953 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
955         * net/trampver.el: Fix the `coding' cookie.
957 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
959         * add-log.el (change-log-redate): Remove (not needed anymore and
960         doesn't appear to work).
962 2007-07-25  Glenn Morris  <rgm@gnu.org>
964         * Relicense all FSF files to GPLv3 or later.
966         * COPYING: Switch to GPLv3.
968 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
971         Replace it with another one which disables undo before calling
972         erase-buffer and then turns it back on if needed.
974 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
976         * ps-print.el: Problem with foreground and background color when
977         printing a buffer with and without faces.  Reported by Christian
978         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
979         (ps-print-version): New version 6.7.5.
980         (ps-default-fg): Change default value to nil, so black color is used
981         when a face does not specify a foreground color.
982         (ps-default-bg): Change default value to nil, so white color is used
983         for background color.
984         (ps-begin-job): Fix code.
986 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
988         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
990 2007-07-24  Alan Mackenzie  <acm@muc.de>
992         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
993         Initialise byte-compile-unresolved-functions before rather than
994         after a compilation.
995         (byte-compile-unresolved-functions): Amplify doc string.
997 2007-07-24  Glenn Morris  <rgm@gnu.org>
999         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1000         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1001         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1002         (cal-tex-cursor-week, cal-tex-cursor-week2)
1003         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1004         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1005         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1006         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1008 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1010         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1012 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1015         underlying file is uptodate.
1017 2007-07-23  Richard Stallman  <rms@gnu.org>
1019         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1021 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1024         (sh-font-lock-flush-syntax-ppss-cache): New funs.
1025         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1026         different possible cases for \'.
1027         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1029         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1030         `file' from which to start the search and fix case where `file' is the
1031         current directory and the root as well.
1033         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1034         name for buffer-file-name if it refers to a directory.
1036 2007-07-22  Jason Rumney  <jasonr@gnu.org>
1038         * w32-fns.el (set-default-process-coding-system): Use dos line ends
1039         for input to cmdproxy on all versions of Windows.
1040         Use dos line ends for input to plink.
1042         * comint.el (comint-simple-send): Concat newline before sending.
1043         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1045 2007-07-22  Juri Linkov  <juri@jurta.org>
1047         * isearch.el (isearch-edit-string): Save old point and
1048         isearch-other-end to old-point and old-other-end before reading
1049         the search string from minibuffer.  After exiting minibuffer set
1050         point to old-other-end if point and the search direction is the
1051         same as before reading the search string.
1052         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
1053         to isearch-other-end.  Instead of isearch-search-and-update call
1054         three functions isearch-search, isearch-push-state and isearch-update.
1056 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1058         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1059         destroying an existing buffer.
1061 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1063         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1065         * term/x-win.el (x-handle-no-bitmap-icon): New function.
1067 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1069         * textmodes/reftex.el (reftex-access-parse-file): Create parse
1070         file in a way that does not interfere with recentf.
1072 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1074         * image-dired.el (image-dired-sane-db-file): New func.
1075         (image-dired-write-tags, image-dired-remove-tag)
1076         (image-dired-list-tags, image-dired-write-comments)
1077         (image-dired-get-comment, image-dired-mark-tagged-files)
1078         (image-dired-create-gallery-lists): Call new func.
1079         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1081 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1083         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1084         (vc-hg-dir-state): Fix loop.
1085         (vc-hg-print-log): Fix expected return value for vc-hg-command.
1086         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1087         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1088         (vc-hg-revert): Likewise.
1089         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1091 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1093         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1094         case of alignment under a constant symbol, find and consider
1095         the sexp actually at indentation to be the "last sexp".
1097 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1099         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1100         (install): Use them to copy all *.el files before *.elc.
1101         (clean): Don't delete *~.
1103 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1105         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1107 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
1109         * vc-hg.el (vc-hg-registered): Replace if with when.
1110         (vc-hg-state): Deal with nonexistent files.
1112 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1114         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1115         (follow-delete-other-windows-and-split, follow-recenter)
1116         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1117         (follow-redisplay, follow-estimate-first-window-start)
1118         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1119         Fix typos in docstrings.
1121 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1123         * bookmark.el (bookmark-show-all-annotations):
1124         Make sure each inserted annotation ends with newline.
1126         (bookmark-maybe-sort-alist): Don't modify
1127         bookmark-alist.  Instead, if not sorting, simply return it.
1128         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1129         for its return value, not for its side effect.
1131 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1133         * vc.el: Add more info about the vc-registered function.
1135 2007-07-16  David Kastrup  <dak@gnu.org>
1137         * emacs-lisp/advice.el (defadvice): Doc fix.
1139 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
1141         * subr.el (when, unless): Doc fix.
1143 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1145         * vc-hg.el (vc-hg-state): Handle removed files.
1146         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1147         (vc-hg-checkout): Re-enable.
1149 2007-07-15  Richard Stallman  <rms@gnu.org>
1151         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1153         * tutorial.el (tutorial--find-changed-keys):
1154         Handle C-x specially like ESC.
1156 2007-07-15  Roland McGrath  <roland@frob.com>
1158         * add-log.el (add-change-log-entry): Check add-log-full-name
1159         and add-log-mailing-address later, after change-log-mode-hook.
1161 2007-07-15  Richard Stallman  <rms@gnu.org>
1163         * isearch.el (isearch-mode, isearch-done):
1164         Delete unintended code in previous change.
1166         * ps-print.el (ps-default-bg): Change to White.
1168 2007-07-15  Aaron Hawley  <aaronh@garden.org>
1170         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1172 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
1174         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1175         when handling the terminating event.
1177 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
1179         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1181 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1183         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1184         (install): Use them to copy all *.el files before *.elc.
1186 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1188         * replace.el (match): Use yellow1 instead of yellow.
1190         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1192         * pcvs-info.el (cvs-unknown): Likewise.
1194 2007-07-12  Davis Herring  <herring@lanl.gov>
1196         * desktop.el (desktop-buffer-info, desktop-save):
1197         Use `desktop-dirname' instead of `dirname'.
1199 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1201         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1203         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1205 2007-07-10  Richard Stallman  <rms@gnu.org>
1207         * emacs-lisp/lisp-mode.el (eval-defun):
1208         Explain special handling of `defface'.
1210 2007-07-09  Richard Stallman  <rms@gnu.org>
1212         * isearch.el (isearch-edit-string): Call to isearch-push-state
1213         after the search.
1215 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1217         * cus-start.el (file-coding-system-alist): Fix custom type.
1219 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1221         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1222         modified.
1223         (longlines-auto-wrap, longlines-window-change-function):
1224         Remove unnecessary calls to set-buffer-modified-p.
1226 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * vc.el (vc-default-log-view-mode): New function.
1229         (vc-print-log): Add new `log-view-mode' VC operation.
1231 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
1233         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1234         Rename and move to...
1236         * subr.el (strings->string, string->strings): ...here.
1238         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1239         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1241         * progmodes/gud.el (gud-common-init): Call string->strings instead
1242         of split-string.
1244 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1246         * term/w32-win.el (menu-bar-open): New function.
1247         Bind <f10> to it.
1249 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1251         * log-view.el (log-view-mode-menu): New menu.
1253 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1255         * vc-hg.el: New file.
1257 2007-07-06  Andreas Schwab  <schwab@suse.de>
1259         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1260         dynamic bindings around the evaluation of the expression.
1261         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1263 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1265         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1266         file names.
1268 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1270         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1272         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1273         event is not a cons cell.  Do not unread drag-mouse-1 events.
1274         Select right window in check whether space was stolen from
1275         window above.
1277 2007-07-01  Richard Stallman  <rms@gnu.org>
1279         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1281 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1283         * generic-x.el (generic-define-mswindows-modes)
1284         (generic-define-unix-modes, apache-log-generic-mode)
1285         (bat-generic-mode-keymap, java-manifest-generic-mode)
1286         (show-tabs-generic-mode): Fix typos in docstrings.
1288 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1290         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1291         replace-regexp-in-string.
1293 2007-06-28  Andreas Schwab  <schwab@suse.de>
1295         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1296         $(lisp)/subdirs.el.
1298 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1300         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1301         the speedbar frame if nil; that deletes the current frame or
1302         causes an error if it is the only frame.
1303         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1305 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1307         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1308         directory where the desktop file was found, as the docstring says.
1309         (desktop-kill): Use `read-directory-name'.
1311         * desktop.el (desktop-load-locked-desktop): New option.
1312         (desktop-read): Use it.
1313         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1314         Use `when'.
1316 2007-06-24  Davis Herring  <herring@lanl.gov>
1318         * desktop.el (desktop-save-mode-off): New function.
1319         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1320         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1321         (desktop-claim-lock, desktop-release-lock): New functions.
1322         (desktop-kill): Tell `desktop-save' that this is the last save.
1323         Release the lock afterwards.
1324         (desktop-buffer-info): New function.
1325         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1326         says to.  Detect conflicts, and manage the lock.
1327         (desktop-read): Detect conflicts.  Manage the lock.
1329 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1331         * ls-lisp.el (insert-directory): If an invalid regexp error is
1332         thrown, try using FILE as a literal file name, not a wildcard.
1333         Check for FILE as an existing file, not just a directory.
1335 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1337         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1338         `header-line-format' when reentering ruler mode.
1340 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1342         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1343         FILE exists as a directory.
1345 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1348         (vera-font-lock-match-item): Fix doc string.
1349         (vera-in-comment-p): Remove unused function.
1350         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1351         use `syntax-ppss'.
1352         (vera-forward-syntactic-ws): Fix argument order.
1353         (vera-prepare-search): Use `with-syntax-table'.
1354         (vera-indent-line): Fix doc string.
1355         (vera-electric-tab): Fix doc string.
1356         (vera-expand-abbrev): Define alias instead of using `fset'.
1357         (vera-comment-uncomment-region): Use `comment-start-skip'.
1359 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1361         * progmodes/vera-mode.el: New file.
1363 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1365         * ido.el (ido-find-file-in-dir): Don't signal an error for
1366         empty directories.
1368 2007-06-18  Alan Mackenzie  <acm@muc.de>
1370         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1371         When removing lines, also remove the \n.  Correction of patch of
1372         2007-04-21.
1374 2007-06-17  Glenn Morris  <rgm@gnu.org>
1376         * lpr.el (lpr-page-header-switches): Move %s to separate element
1377         for correct quoting.  Doc fix.
1379 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1381         * term/xterm.el (terminal-init-xterm): Escape parens in character
1382         constants.
1384 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1386         * scroll-lock.el (scroll-lock-mode): Doc fix.
1388 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1391         half-activated, forcefully activate it completely.
1393 2007-06-11  Richard Stallman  <rms@gnu.org>
1395         * cus-edit.el (custom-variable-type): Doc fix.
1397 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1399         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1401 2007-06-09  Davis Herring  <herring@lanl.gov>
1403         * desktop.el (desktop-minor-mode-table): Doc fix.
1405 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1407         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1408         (image-next-line, image-previous-line, image-scroll-up)
1409         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1410         New functions.
1411         (image-mode-map): Remap motion commands.
1412         (image-mode-text-map): New keymap for viewing images as text.
1413         (image-mode): Use image-mode-map.
1414         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1416 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1418         Sync with Tramp 2.0.56.
1420         * net/tramp.el:
1421         * net/tramp-ftp.el:
1422         * net/tramp-smb.el:
1423         * net/tramp-util.el:
1424         * net/tramp-vc.el:
1425         Don't load cl.el, because that pollutes the namespace.  Replace cl
1426         macros by their implementations where necessary.  Requested by
1427         Richard Stallman <rms@gnu.org>.
1429         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1430         doesn't exist.
1431         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1432         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1433         (tramp-file-name-p, tramp-file-name-multi-method)
1434         (tramp-file-name-method, tramp-file-name-user)
1435         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1436         replacing defstruct `tramp-file-name'.
1437         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1438         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1439         Apply `vector' instead of `make-tramp-file-name'.
1440         (tramp-handle-make-auto-save-file-name):
1441         Apply `tramp-temporary-file-directory' for compatibility reasons.
1442         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1443         because of XEmacs.
1444         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1445         started.
1447 2007-06-07  David Kastrup  <dak@gnu.org>
1449         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1450         Change default to `top'.
1452 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1454         * dired.el (dired-mode-map): Remove spurious separator.
1456 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1458         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1460         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1461         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1463 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1465         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1466         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1468 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1470         * progmodes/ebrowse.el (ebrowse-member-table):
1471         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1473 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1475         * pgg.el (pgg-sign-region, pgg-sign):
1476         * ses.el (ses-call-printer):
1477         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1478         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1480 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1482         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1483         (tar-get-descriptor): Handle type 55, an extended pax header.
1485 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         * textmodes/css-mode.el: New file.
1489 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1491         * net/socks.el: New file, taken from w3 repository.
1492         (top): Update Copyright.  Don't load cl.el.
1493         (all): Replace `case' by `cond', `string-to-int' by
1494         `string-to-number', and `process-kill-without-query' by
1495         `set-process-query-on-exit-flag'.
1496         (socks-char-int): Remove defalias and all occurrences.
1498 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1500         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1501         (sort-coding-systems, search-unencodable-char): Doc fixes.
1502         (coding-system-change-eol-conversion, set-default-coding-systems)
1503         (prefer-coding-system, find-multibyte-characters, princ-list)
1504         (leim-list-entry-regexp, set-input-method, locale-language-names)
1505         (input-method-exit-on-first-char, exit-language-environment-hook)
1506         (locale-charset-language-names): Fix typos in docstrings.
1508 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1510         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1511         `switch-to-buffer' has returned succesfully.
1512         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1513         window is dedicated (it could iconify the frame).
1515 2007-06-05  Glenn Morris  <rgm@gnu.org>
1517         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1519 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1521         * files.el (auto-mode-alist): Add lower-priority match for names
1522         like ChangeLog.old.
1524 2007-06-04  Andreas Schwab  <schwab@suse.de>
1526         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1528 2007-06-04  Davis Herring  <herring@lanl.gov>
1530         * calendar/timeclock.el: Update version number.
1531         (timeclock-modeline-display): Mention timeclock-use-display-time
1532         in explanatory message.
1533         (timeclock-log): Suppress warnings when finding the log.
1534         Don't check for a nil project twice.  Run hooks after killing the
1535         buffer (if applicable).
1536         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1537         was geometric).  All uses changed.
1538         (timeclock-generate-report): Support prefix argument.
1540 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1542         * man.el (Man-next-section): Don't consider the last line of the
1543         page as being part of any section.
1545 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1547         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1548         modified flag of buffer.  Use `inhibit-modification-hooks'.
1550 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1552         * mail/mail-extr.el (mail-extract-address-components):
1553         Recognize non-ASCII characters except for NBSP as words.
1555 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1557         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1559 2007-06-04  Michael Olson  <mwolson@gnu.org>
1561         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1562         died and we are trying to send a signal to it.
1564 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1566         * emacs-lisp/easy-mmode.el (define-minor-mode)
1567         (easy-mmode-define-navigation): Fix typos in docstrings.
1569         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1570         Fix typos in docstrings.
1571         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1572         (compilation-finish-function): Fix typo in obsolescence declaration.
1574         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1576 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1578         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1579         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1581         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1583         * longlines.el (longlines-mode): Make longlines-auto-wrap
1584         buffer-local.  Add hooks unconditionally.
1585         (longlines-auto-wrap): Toggle wrapping.
1586         (longlines-after-change-function)
1587         (longlines-post-command-function): Check longlines-auto-wrap.
1589 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1591         * Version 22.1 released.
1593 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1595         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1596         changes.
1598 2007-05-31  Richard Stallman  <rms@gnu.org>
1600         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1602 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1604         * textmodes/table.el (table--point-entered-cell-function)
1605         (table--point-left-cell-function):
1606         Bind `inhibit-point-motion-hooks' to t.
1608 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1610         * emacs-lisp/rx.el (rx): Doc fix.
1612 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1614         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1616 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1618         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1619         as the end of the ChangeLog paragraph when it ends without a line
1620         termination.
1622 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1624         * textmodes/fill.el (canonically-space-region): Make the second arg
1625         a marker if it's not already the case.
1627         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1628         (xterm-mouse-event): Use it.
1630 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1632         * vc-hooks.el (vc-find-root): Fix file attribute test.
1634 2007-05-24  Richard Stallman  <rms@gnu.org>
1636         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1637         Don't let opoint be nil.
1638         (flyspell-emacs-popup): Explicit error if no dialogs.
1640 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1642         * tar-mode.el (tar-file-name-handler): New function.
1643         (tar-extract): Bind file-name-handler-alist to it to force
1644         find-buffer-file-type-coding-system behave as if the file being
1645         extracted existed.  Use last-coding-system-used to force
1646         buffer-file-coding-system to what decode-coding-region actually
1647         used to decode the file.
1649 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1651         * progmodes/compile.el (compilation-handle-exit):
1652         `compilation-finish-function' may change the current buffer.
1654 2007-05-22  Richard Stallman  <rms@gnu.org>
1656         * files.el (set-auto-mode): Doc fix.
1658 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1660         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1662 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1664         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1665         (rcirc-print): Handle `window-width'.
1666         (rcirc-buffer-maximum-lines): Doc fix.
1668 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1670         * info.el (Info-fontify-node): Match https also.
1672 2007-05-18  Richard Stallman  <rms@gnu.org>
1674         * simple.el (push-mark): Doc fix.
1676 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1678         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1679         tpu-global-map.
1680         (tpu-original-global-map): Delete variable.
1681         (tpu-control-keys-map): New keymap variable.
1682         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1683         setting keymapping directly.
1684         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1685         tpu-global-map.
1686         (tpu-edt-on): Activate the tpu-global-map.
1687         (tpu-edt-off): Deactivate the tpu-global-map.
1689 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1691         * textmodes/ispell.el (ispell-get-word): Return markers
1692         for start and end positions.
1693         (ispell-word): Assume END is a marker.
1695 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1697         * ps-print.el: Use default color when foreground or background color
1698         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1699         (ps-print-version): New version 6.7.4.
1700         (ps-rgb-color): New argument.  Use default color when color is
1701         unspecified.
1702         (ps-begin-job): Fix code.
1704 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1706         * textmodes/ispell.el (ispell-start-process): Defend against bad
1707         default-directory.
1709 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1713 2007-05-16  Richard Stallman  <rms@gnu.org>
1715         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1717 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1720         Move the *ml, Postscript, and XmCD entries to the fallback part.
1722         * files.el (magic-fallback-mode-alist):
1723         Rename from file-start-mode-alist.
1725 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1727         * progmodes/compile.el (compilation-handle-exit): Quote first
1728         argument of `run-hook-with-args'.
1730 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1732         * buff-menu.el (Buffer-menu-sort-column):
1733         * dabbrev.el (dabbrev-upcase-means-case-search):
1734         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1735         * info.el (Info-current-subfile):
1736         * ls-lisp.el (ls-lisp-verbosity):
1737         * msb.el (msb-menu-cond):
1738         * pcvs.el (cvs-dired-use-hook):
1739         * simple.el (set-mark-command-repeat-pop):
1740         * time.el (display-time-24hr-format, display-time-mail-file):
1741         Doc fixes.
1743         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1744         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1746         * view.el (view-inhibit-help-message): Fix typo in docstring.
1747         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1749 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1751         * mail/rmail.el (rmail-convert-to-babyl-format):
1752         Check content-transfer-encoding _last_, because we need its position
1753         in base64-header-field-end.
1755 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1757         * files.el (mode-require-final-newline, require-final-newline)
1758         (enable-local-variables, enable-local-eval): Doc fixes.
1760 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1762         * progmodes/python.el (python-font-lock-keywords)
1763         (python-open-block-statement-p, python-mode): Add support for the new
1764         "with" keyword.
1766 2007-05-10  Richard Stallman  <rms@gnu.org>
1768         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1769         (iso-cvt-write-only): Likewise.
1771         * emacs-lisp/easy-mmode.el (define-minor-mode):
1772         Fix generated doc string.
1774         * startup.el (fancy-splash-text): Add URL of guided tour.
1775         Adjust horizontal and vertical whitespace.
1777         * progmodes/compile.el (compilation-handle-exit):
1778         Use run-hook-with-args to run compilation-finish-functions.
1780         * files.el (file-start-mode-alist): New variable.
1781         (magic-mode-regexp-match-limit): Doc fix.
1782         (set-auto-mode): Handle file-start-mode-alist.
1783         A little cleanup of structure.
1785 2007-05-10  Davis Herring  <herring@lanl.gov>
1787         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1788         workday specifications.
1789         (timeclock-log): Don't kill the log buffer if it already existed.
1791 2007-05-08  Richard Stallman  <rms@gnu.org>
1793         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1794         Don't include non-self-insert commands in the exception for `-'.
1796 2007-05-08  David Reitter  <david.reitter@gmail.com>
1798         * progmodes/python.el (python-guess-indent): Check non-nullness
1799         before comparing indent against the 2..8 interval.
1801 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1803         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1804         available.
1806 2007-05-06  Richard Stallman  <rms@gnu.org>
1808         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1810 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1812         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1813         disconnections.
1815 2007-05-01  Romain Francoise  <romain@orebokech.com>
1817         * dired-x.el: Revert 2007-04-06 change.
1819 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1821         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1822         don't put stop on toolbar.
1824 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1826         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1828 2007-04-29  Richard Stallman  <rms@gnu.org>
1830         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1832 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1835         than 1.
1837 2007-04-28  Richard Stallman  <rms@gnu.org>
1839         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1841 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1845 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1847         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1848         instead of $(lisp)/mh-e.
1850         * textmodes/fill.el (fill-paragraph): Doc fix.
1852 2007-04-28  Glenn Morris  <rgm@gnu.org>
1854         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1855         (image-dired-cmd-create-temp-image-options): Replace option
1856         +profile "*" with -strip.
1858 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1860         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1861         Use window-start and window-end.
1863 2007-04-26  Glenn Morris  <rgm@gnu.org>
1865         * progmodes/python.el: Restore file pending consideration of legal
1866         status.
1868 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1870         * locate.el (locate-in-alternate-database): Doc fix.
1872 2007-04-26  Glenn Morris  <rgm@gnu.org>
1874         * button.el (button): Use underline if supported, else fall back
1875         to color.
1877 2007-04-25  Richard Stallman  <rms@gnu.org>
1879         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1881 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1883         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1884         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1885         pushing mark.
1886         (idlwave-current-routine): Don't push mark.
1888 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1890         * image-dired.el (image-dired-display-image): Derive image-type from
1891         filename rather than assuming jpeg, in case no resizing was needed.
1893 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1895         * custom.el (defface): Doc fix.
1897 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1899         * progmodes/python.el: Remove due to unclear legal issues.
1901 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1903         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1904         Don't re-query for each cleared BP.
1905         (idlwave-shell-clear-bp): Optionally skip BP query.
1906         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1907         of set-window-buffer, which incorrectly moves displayed region.
1909 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1911         * calc/calc.el (calc-bug-address): Update maintainer's address.
1912         * calc/*: Update maintainer's address.
1914 2007-04-23  Richard Stallman  <rms@gnu.org>
1916         * simple.el (set-mark-command-repeat-pop): Doc fix.
1917         Put in `editing-basics' group.
1919 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1921         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1922         New functions.
1923         (Info-mode-line-node-keymap): Bind mouse commands to
1924         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1926 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1928         * locate.el (locate-local-prompt): New var.
1929         (locate-prompt-for-command): Doc fix.
1930         (locate-prompt-for-search-string): New function.
1931         (locate): New optional arg.  Make locate-local-prompt
1932         buffer-local.  Use locate-prompt-for-search-string.
1933         (locate-with-filter): New optional arg.
1934         Use locate-prompt-for-search-string.
1935         (locate-update): Bind locate-prompt-for-command.
1937 2007-04-23  Glenn Morris  <rgm@gnu.org>
1939         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1941 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1943         * button.el (button): Inherit from link face on a tty.
1945 2007-04-23  Glenn Morris  <rgm@gnu.org>
1947         * button.el (button): Use color for this face on a tty.
1949         * files.el (magic-mode-alist): Allow for carriage-returns in
1950         html-mode and sgml-mode entries.
1952 2007-04-22  Richard Stallman  <rms@gnu.org>
1954         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1955         Improve doc string of generated command.
1957         * subr.el (read-number): Catch errors.
1959         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1961 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1963         * image-dired.el: Rename from thumbnails.el.  All instances of
1964         "thumbnails" replaced with "image-dired".
1966         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1967         "image-dired".
1969 2007-04-22  Kim F. Storm  <storm@cua.dk>
1971         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1972         Don't use kill-line.
1974 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1976         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1977         error message.
1979 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1981         * dired.el: Rename "tumme" to "thumbnails".
1983         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1984         replaced with "thumbnails".
1986 2007-04-22  Glenn Morris  <rgm@gnu.org>
1988         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1989         and give it the risky-local-variable property.
1991         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1992         before defining it.
1994 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1996         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1997         Use delete-region instead of kill-line.
1999 2007-04-21  Alan Mackenzie  <acm@muc.de>
2001         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2002         `kill-region' by `delete-region'.
2004 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
2006         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2007         instead of kill-region.
2009         * progmodes/mantemp.el (mantemp-make-mantemps-region)
2010         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2011         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2012         and kill-line.
2014         * progmodes/vhdl-mode.el (vhdl-template-type)
2015         (vhdl-template-record, vhdl-template-nature)
2016         (vhdl-template-configuration-spec, vhdl-template-component-inst)
2017         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2018         Use delete-region instead of kill-word and kill-line.
2020 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2022         * dired-x.el (dired-virtual-mode): Doc fix.
2024 2007-04-21  Richard Stallman  <rms@gnu.org>
2026         * font-lock.el (font-lock-keywords-alist): Mark as risky.
2028         * subr.el (read-number): Doc fix.
2030         * simple.el (pop-to-mark-command): Display message "mark popped"
2031         if point does not move.
2032         (set-mark-command): Doc fix.
2034 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2036         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2037         (locate-local-filter, locate-local-search): New vars.
2038         (locate): Make variables local.
2039         (locate-update): Bind locate-buffer-name.  Call locate using
2040         locate-local-filter and locate-local-search.
2042 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
2044         * hi-lock.el (hi-lock-file-patterns-policy): New var.
2045         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2046         (hi-lock-mode): Update docstring.
2048 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2051         fill-nobreak-predicate when the break is past fill-column.
2053 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2055         * locate.el (locate): Output from shell-command should go in the
2056         current buffer rather than *Shell Command Output*.
2058 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
2060         * paren.el (show-paren-function): Fix last fix.
2062 2007-04-19  Kevin Ryde  <user42@zip.com.au>
2064         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2065         (archive-lzh-summarize): Add optional start arg for where to start
2066         looking at the archive.
2067         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2069         * international/mule.el (auto-coding-alist): no-conversion for .exe
2070         and .EXE.
2072 2007-04-19  Alan Mackenzie  <acm@muc.de>
2074         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2075         function return type contains "struct", "union", etc.
2076         c-end-of-defun goes too far forward.
2078 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
2080         * paren.el (show-paren-function): Reset window-start to avoid
2081         recentering.
2083 2007-04-19  Glenn Morris  <rgm@gnu.org>
2085         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2087 2007-04-18  Glenn Morris  <rgm@gnu.org>
2089         * calendar/diary-lib.el (diary-header-line-format): Add a custom
2090         :set function.
2091         (diary-list-entries): Only switch to diary-mode from
2092         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
2093         diary-mode set header-line-format, in case of any customization.
2095 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2097         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2098         is less than the length of parse-time-syntax.
2100 2007-04-17  David Kastrup  <dak@gnu.org>
2102         * replace.el (query-replace-regexp-eval): Deprecate.
2104 2007-04-17  Alan Mackenzie  <acm@muc.de>
2106         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2107         point too close to EOB, leave point at EOB rather than last `}'.
2109 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2111         * textmodes/bibtex.el (bibtex-include-OPTkey)
2112         (bibtex-user-optional-fields, bibtex-entry-field-alist):
2113         Fix defcustom.
2115 2007-04-17  Glenn Morris  <rgm@gnu.org>
2117         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2118         be encoded, fall back to current year.
2120 2007-04-14  Kevin Ryde  <user42@zip.com.au>
2122         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2123         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
2124         M "MSDOS".
2126 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
2128         * progmodes/python.el (python-end-of-block): Avoid looping forever
2129         if python-next-statement fails.
2131 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2133         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2135 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2137         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2138         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2140 2007-04-15  Jay Belanger  <belanger@truman.edu>
2142         * calc/calc.el (calc-version): New function.
2143         (calc-trail-mode): Shorten the title.
2145 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2147         * mail/footnote.el (footnote-style): Clarify docstring to state
2148         that customizing this only applies to future footnotes.
2150 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2152         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2153         (bibtex-make-field): Check that INIT is a string. Use functionp.
2155 2007-04-14  Glenn Morris  <rgm@gnu.org>
2157         * complete.el (PC-goto-end): New buffer-local variable.
2158         (PC-do-completion-end): Make buffer-local.
2159         (partial-completion-mode) <choose-completion-string-functions>:
2160         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2161         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
2162         doc string.  Set PC-goto-end for choose-completion.
2163         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2164         PC-do-completion.
2166         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2167         arg to bibtex-make-field.
2168         (bibtex-make-field): Add optional fourth arg NODELIM.
2169         Insert delimiters around INIT unless this arg is non-nil.
2171 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
2173         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2174         global map isn't modified.
2176 2007-04-14  Glenn Morris  <rgm@gnu.org>
2178         * calendar/appt.el (appt-disp-window): Do not split small windows.
2179         Suggested by Jeff Miller <jmiller@cablespeed.com>.
2181 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
2183         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2185         * files.el: Ditto.
2187 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
2189         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2191         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2192         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2193         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2194         (term-pager-help): Fix typos in docstrings.
2196         * wid-edit.el (widget-documentation): Fix typo in docstring.
2198         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2199         Fix typos in error messages.
2201 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
2203         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2204         window marked as dedicated.
2206         * mail/footnote.el (footnote-latin-string): New variable.
2207         (footnote-latin-regexp): Redefine as regexp alternative.
2208         (Footnote-latin): Use footnote-latin-string instead of
2209         footnote-latin-regexp.
2211 2007-04-13  Glenn Morris  <rgm@gnu.org>
2213         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2214         inherited keymaps.
2216 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
2218         * outline.el (outline-get-next-sibling): Clarify docstring.
2219         (outline-get-last-sibling): Handle case where we are at the first
2220         heading.  Clarify docstring.
2222 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2224         * progmodes/gud.el (gud-minor-mode-map): Make go button same
2225         length as stop button to lessen flicker.
2226         (jdb): Add gud-print.
2227         (gud-find-expr): Jdb prints the expression with the value, so
2228         don't insert it in the output.
2230 2007-04-11  Jason Rumney  <jasonr@gnu.org>
2232         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2233         case hex.  Do not try to decode non-hex letters.
2235 2007-04-11  Markus Triska  <markus.triska@gmx.at>
2237         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2238         (byte-optimize-backward-word): Remove (move to bytecomp.el).
2239         (byte-optimize-form-code-walker): Evaluate pure function calls if
2240         possible.
2241         (byte-optimize-all-constp): New function.
2243         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2244         Improve numeric argument case.
2245         (byte-compile-backward-char, byte-compile-backward-word):
2246         New functions, performing rewriting previously done in byte-opt.el.
2247         Fix their "Fixme" item (restriction to numeric arguments).
2249 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2252         with dolist.
2253         (after-init-hook): Don't quote lambda.
2254         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2255         (desktop-internal-v2s): Remove unused var `el'.
2256         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2257         desktop-restore-file-buffer.
2258         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2259         desktop-create-buffer.
2261 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2263         * woman.el (woman-decode-buffer): Postpone macro-set check...
2264         (woman-decode-region): ...to here.
2266 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2268         * startup.el (tty-handle-args): Use %S to log ARGS.
2270 2007-04-10  Glenn Morris  <rgm@gnu.org>
2272         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2273         it is obsolete and has no effect.
2275         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2276         byte-compiler.
2278         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2279         obsolete function make-local-hook.
2281         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2282         start to quieten byte-compiler.
2284 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2286         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2287         to bytecomp.el as byte-compile-char-before).
2288         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2289         New function (modified replacement for byte-optimize-char-before in
2290         byte-opt.el).
2292 2007-04-09  Alan Mackenzie  <acm@muc.de>
2294         * startup.el (inhibit-splash-screen): Emphatically state that it
2295         can't be set in site-start.el.
2297 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2299         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2300         mimic the behavior of `capitalize-word'.  Do not move point with a
2301         negative argument.  Based on tiny change by Paul Curry.
2303 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2305         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2306         Don't move point if ARG is negative.
2308 2007-04-09  Alan Mackenzie  <acm@muc.de>
2310         Changes to make `narrow-to-defun' and `mark-defun' work properly
2311         in CC Mode:
2313         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2314         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2315         Bind beginning/end-of-defun-function to nil around calls to
2316         beginning/end-of-defun.
2318         * progmodes/cc-langs.el (beginning-of-defun-function)
2319         (end-of-defun-function): New c-lang-setvar's.
2321         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2322         (setq arg 1))" to enable non-interactive call.
2324 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2326         * simple.el (set-mark-command): Doc fix.
2328 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2330         * progmodes/gud.el (gdb): Restore existing session if user
2331         tries to start a second one in graphical mode.
2333 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2335         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2337 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2339         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2340         Add binding for C-M-SPC.
2342 2007-04-08  Richard Stallman  <rms@gnu.org>
2344         * pcomplete.el (pcomplete-read-event): One single definition,
2345         and not a defsubst.
2347 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2349         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2350         byte-compiler warning "value unused".
2352 2007-04-08  Andreas Schwab  <schwab@suse.de>
2354         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2356 2007-04-07  Glenn Morris  <rgm@gnu.org>
2358         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2359         Autoload these functions.
2360         (diary-date-forms): Add a custom :set form.
2362         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2363         before first use.
2364         (diary-font-lock-keywords): New function with old code for
2365         initialization of variable of same name.
2367 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2369         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2370         clean-up: only insert space when on identifier, etc.
2372 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2374         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2376         * net/tls.el (open-tls-stream): Properly handle case where there
2377         is no associated buffer.
2379 2007-04-07  Glenn Morris  <rgm@gnu.org>
2381         * ffap.el (ffap-file-at-point): Lower the priority of the
2382         ffap-ftp-sans-slash-regexp check.
2384 2007-04-06  Alan Mackenzie  <acm@muc.de>
2386         Fix fontification of labels, and other things with ":".
2388         * progmodes/cc-engine.el (c-forward-label): The function now
2389         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2390         the former t.
2392         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2393         new return code from c-forward-label, fontifying tokens properly.
2394         Add some general comments throughout the file.
2396 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2398         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2399         Revert 2006-01-27 change.
2401         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2403         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2405         * desktop.el (desktop-create-buffer, desktop-save):
2406         Revert 2004-11-12 change for lack of copyright papers.
2408         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2409         (dired-guess-default): Respect case.
2411         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2413         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2414         was originally checked in as byte-optimize-concat on 1997-11-02.
2416         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2417         1995-05-19 doc changes.
2419 2007-04-06  Kim F. Storm  <storm@cua.dk>
2421         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2422         (unload-feature): Update interactive spec accordingly.
2424         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2426 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2428         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2429         capture.  Restore the table in the same buffer.
2431         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2433 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2435         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2436         Print entire form.
2438 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2440         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2441         for low-color displays.
2443 2007-04-05  Glenn Morris  <rgm@gnu.org>
2445         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2446         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2447         Seed random number generator on loading.
2449         * emacs-lisp/authors.el (top-level): Provide self.
2451         * play/animate.el (top-level): Provide self.
2453 2007-04-04  Alan Mackenzie  <acm@muc.de>
2455         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2456         to mention c-syntactic-indentation.
2458 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2460         * subr.el (with-case-table): New macro.
2462         * international/mule.el (ascii-case-table): New var.
2464         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2465         downcasing.
2467 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2469         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2471         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2472         of the window if we're outside it e.g menu-bar.
2474         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2475         window if we're outside it e.g menu-bar.
2477 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2479         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2480         decode base-64 encoded body if its content-type is something other
2481         than text/* or message/*.
2483 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2485         * simple.el (activate-mark-hook): Fix typo in docstring.
2487 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2489         * tmm.el (tmm-c-prompt): Initialize.
2490         (tmm-menubar): Deal with extended menu-items at top level.
2491         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2492         (tmm-prompt): Handle visibility of top level menu-items.
2494         * progmodes/gud.el (gud-menu-map): Simplify.
2495         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2496         menubar.
2498 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2500         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2502         * comint.el (comint-send-input): Widen the buffer first.
2504         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2506 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2508         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2509         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2511         * newcomment.el (comment-search-forward): Discard comment starters
2512         before point.
2514 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2516         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2518 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2520         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2521         when downcasing.
2523         * button.el (previous-button): Rewrite to account for adjacent buttons.
2525 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2527         * progmodes/idlwave.el (idlwave-auto-fill):
2528         Revert paragraph-separate change.
2530         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2531         Simplify module calc.
2532         (idlwave-shell-set-bp-in-module): Compute module.
2534 2007-03-31  Glenn Morris  <rgm@gnu.org>
2536         * emacs-lisp/timer.el (run-at-time): Doc fix.
2538         * emacs-lisp/warnings.el (display-warning): If we create the
2539         buffer displaying the warning, disable undo there.
2541 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2543         * net/tramp.el (tramp-register-file-name-handler)
2544         (tramp-register-completion-file-name-handler): New defsubst,
2545         derived from `tramp-register-file-name-handlers'.  The split is
2546         necessary because Tramp's file name handlers must be registered at
2547         different startup places.
2549 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2551         * progmodes/hideshow.el (turn-off-hideshow): New function.
2552         (hs-minor-mode): Use it instead of a lambda expression in
2553         change-major-mode-hook.
2555 2007-03-31  David Kastrup  <dak@gnu.org>
2557         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2558         corresponding to MANPATH_MAP entries.
2559         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2560         (woman-parse-man.conf): Use more discriminating man.conf name.
2561         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2562         (woman-manpath): Doc fix and type fix.
2563         (woman-cached-data): Check for MANPATH_MAP entries.
2564         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2566 2007-03-31  Stuart Herring  <herring@lanl.gov>
2568         * emacs-lisp/sregex.el (sregexq): Doc fix.
2570 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2572         * flymake.el (flymake-err-line-patterns): Doc fix.
2574 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2576         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2577         Move to the right.
2579 2007-03-30  Alan Mackenzie  <acm@muc.de>
2581         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2583 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2585         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2586         Use it, passed in explicitly, instead of from the dynamic binding.
2587         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2589 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2591         * simple.el (blink-matching-open): When in minibuffer, don't
2592         search for a match inside the prompt.
2594 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2596         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2597         (tmm-prompt): Don't make the mouse user select the first menu
2598         item twice.
2600 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2602         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2603         SIGUSR1 and SIGUSR2.
2605 2007-03-29  Kim F. Storm  <storm@cua.dk>
2607         * ido.el (ido-read-internal): When reading file or dir, only override
2608         minibuffer-local-filename-completion-map, otherwise only override
2609         minibuffer-local-completion-map.
2611 2007-03-29  Glenn Morris  <rgm@gnu.org>
2613         * complete.el (partial-completion-mode): Set PC-do-completion-end
2614         to nil after use.
2615         (PC-lisp-complete-symbol): Create and use a marker at `end',
2616         rather than using point-marker.
2618 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2620         * simple.el (next-error-highlight): Doc fix.
2621         (compose-mail): Revert 2007-03-19 change.
2623 2007-03-28  Richard Stallman  <rms@gnu.org>
2625         * emacs-lisp/edebug.el (edebug-display): Don't go to
2626         edebug-outside-buffer if it is dead.
2628 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2630         * view.el (view-mode): Fix typos in docstring.
2632 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2634         * recentf.el (recentf-save-file): Add a custom :set function.
2636 2007-03-28  Glenn Morris  <rgm@gnu.org>
2638         * complete.el (PC-do-completion-end): New variable.
2639         (partial-completion-mode) <choose-completion-string-functions>:
2640         Use PC-do-completion-end in the non-minibuffer case to replace the
2641         correct amount of text.
2642         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2643         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2644         to deal with improvements inserted after point.
2646 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2648         * button.el (make-text-button): Add explicit `button' property.
2649         (default-button): Don't put a `button' property on it.
2651         * progmodes/python.el (python-mode): Skip comments when parsing.
2653         * vc-arch.el (vc-with-current-file-buffer): New macro.
2654         (vc-arch-file-source-p): Use it to avoid infloop.
2656 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2658         * emacs-lisp/lisp.el (lisp-complete-symbol):
2659         Fix call to get-buffer-window to find windows in other frames.
2661 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2664         Fix calls to get-buffer-window to find windows in other frames.
2665         Reported by David Hansen <david.hansen@gmx.net>.
2667 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2669         * info.el (Info-display-images-node): On a text-only terminal,
2670         show the "text" or "alt" parts of the image blobs.
2672 2007-03-27  Glenn Morris  <rgm@gnu.org>
2674         * complete.el (PC-do-completion): Compute completion-base-size in
2675         the non-filename case, rather than setting to nil.
2676         (PC-lisp-complete-end): New variable.
2677         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2678         original end in a series of consecutive invocations.
2680         * calendar/calendar.el (calendar-mode-hook): Declare it.
2682         * calendar/diary-lib.el (diary-live-p): Do not check for
2683         diary-selective-display.
2685 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2687         * replace.el (occur-next-error): *Occur* might not be displayed in the
2688         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2690 2007-03-26  Richard Stallman  <rms@gnu.org>
2692         * textmodes/flyspell.el (flyspell-large-region):
2693         Use ispell-call-process-region.
2695 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2697         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2698         Use prin1 instead of princ.
2700 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2702         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2703         Merge in X resources before global face.
2705         * progmodes/compile.el (compilation-start): Save compilation-directory
2706         rather than default-directory as local var.
2707         (compilation-directory): Mark as safe local var.
2709         * files.el: Don't mark default-directory as a safe local var.
2711 2007-03-25  Alan Mackenzie  <acm@muc.de>
2713         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2714         * progmodes/cc-engine.el: Fix typo.
2716 2007-03-25  Juri Linkov  <juri@jurta.org>
2718         * compare-w.el (compare-windows): Rename customization group
2719         `compare-w' to `compare-windows'.
2720         (compare-windows-whitespace, compare-ignore-whitespace)
2721         (compare-ignore-case, compare-windows-sync)
2722         (compare-windows-sync-string-size, compare-windows-recenter)
2723         (compare-windows-highlight, compare-windows): Change group name in
2724         the `group' tag from `compare-w' to `compare-windows'.
2725         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2727 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2729         * expand.el: Change example to always enable abbrev-mode,
2730         and remove redundant `function'.
2731         (expand-abbrev-hook): Add autoload cookie.
2733 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2735         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2736         (testcover-mark-all, testcover-unmark-all): Add prompts to
2737         interactive specs.
2739 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2741         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2742         Use file size in bytes for auto-revert-tail-pos not characters.
2744 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2746         * vc-rcs.el (vc-rcs-annotate-command):
2747         Set text property :vc-annotate-prefix on the annotation text.
2748         (vc-rcs-annotate-time): Instead of searching for ": ",
2749         search for end of text propertized with :vc-annotate-prefix.
2751 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2753         * whitespace.el (top level): Remove calls putting
2754         permanent-local nil property since these are no-ops.
2756         * man.el (Man-support-local-filenames): Assure that
2757         default-directory exists when doing call-process.
2759 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2761         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2762         Fix omission bug: Use m4-program-options to construct shell command.
2764 2007-03-23  David Kastrup  <dak@gnu.org>
2766         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2767         Use `mapcar' rather than `mapcan' to silence compiler warning.
2769 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2771         * textmodes/reftex.el, textmodes/reftex-vars.el,
2772         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2773         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2774         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2775         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2776         * textmodes/reftex-auc.el: Add maintainer address.
2778 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2780         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2781         Make sure that `global-font-lock-mode' does not turn on font-lock
2782         in these buffers.
2784 2007-03-21  Kim F. Storm  <storm@cua.dk>
2786         * xt-mouse.el (xt-mouse-epoch): New variable.
2787         (xterm-mouse-event): Use float-time.
2789 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2791         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2792         current-time.
2794 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * complete.el (read-file-name-internal): Don't add the final > if the
2797         completion is not finished (re-application of this patch, which was
2798         accidentally undone by Eli).
2800 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2802         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2803         clicks in describe-key and describe-key-briefly advice a little better.
2805 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2807         * server.el (server-process-filter): Cancel any pending isearch.
2809 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2811         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2812         (icalendar--get-unfolded-buffer): Define actual arguments rather
2813         than just using &rest.  Check replace-in-string is fbound.
2814         (icalendar-import-buffer): Doc fix.
2815         (icalendar--convert-ical-to-diary): Set diary-file.
2816         Check diary-file before inserting final newline.
2817         (icalendar--add-diary-entry): Return diary-file.
2819 2007-03-21  Glenn Morris  <rgm@gnu.org>
2821         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2822         (diary-display-hook): Add custom :set function.
2824         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2825         Add custom :set function.
2826         (diary-header-line-format): Doc fix.
2827         (diary-set-maybe-redraw): New function.
2828         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2829         (diary-list-entries): Always run diary-mode.
2831 2007-03-20  Kenichi Handa  <handa@m17n.org>
2833         * international/quail.el (quail-setup-completion-buf): Make the
2834         completion buffer read-only.
2835         (quail-completion): Adjusted for the above change.  Leave the
2836         modified flag nil.
2838 2007-03-20  David Kastrup  <dak@gnu.org>
2840         * files.el (magic-mode-alist): Require literal "%!PS" string for
2841         magic postscript file detection.
2843 2007-03-20  Richard Stallman  <rms@gnu.org>
2845         * textmodes/ispell.el (ispell-call-process): New function.
2846         Defends against bad `default-directory.'
2847         (ispell-check-version, ispell-find-aspell-dictionaries)
2848         (ispell-get-aspell-config-value, lookup-words): Call it.
2849         (ispell-call-process-region): New function.
2850         (ispell-send-string): Call it.
2852 2007-03-20  Andreas Schwab  <schwab@suse.de>
2854         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2855         (finder-data): Likewise.
2856         (autoloads): Likewise.
2858 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2860         * files.el (basic-save-buffer): Do not set visited filename when
2861         the corresponding directory does not exist or the specified
2862         filename is that of an existing directory.
2864 2007-03-20  Glenn Morris  <rgm@gnu.org>
2866         * calendar/diary-lib.el (diary-live-p): New function.
2867         (number-of-diary-entries): Add a :set function to redisplay diary
2868         when necessary.
2870 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2872         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2873         from client program, mev, to compute mouse event.
2875 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2877         * faces.el (momentary): Face removed; unused due to reversion of
2878         2007-01-04 changes by Kevin Rodgers.
2880         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2881         Suggested by Johan Bockg\e,Ae\e(Brd.
2883 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2885         * font-lock.el (lisp-font-lock-keywords-1):
2886         Highlight define-globalized-minor-mode as a keyword.
2888 2007-03-19  Kim F. Storm  <storm@cua.dk>
2890         * calc/calc-forms.el (math-std-daylight-savings)
2891         (math-std-daylight-savings-old): Doc fix.
2893 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2895         * progmodes/python.el (python-default-template): Doc fix.
2896         (python-buffer): Fix typo in docstring.
2898         * isearchb.el (isearchb-follow-char):
2899         * subr.el (def-edebug-spec): Fix typo in docstring.
2901 2007-03-19  Richard Stallman  <rms@gnu.org>
2903         * files.el (default-directory): Mark safe.
2904         (basic-save-buffer-2): Put proper dir name in error message.
2906         * simple.el (compose-mail): Run switch-function after
2907         setting up the mail buffer.
2909         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2911 2007-03-18  Jay Belanger  <belanger@truman.edu>
2913         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2914         (math-std-daylight-savings-new): Rename from
2915         `math-std-daylight-savings'.
2916         (math-std-daylight-savings-old): Rename from old value of
2917         `math-std-daylight-savings'.
2918         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2919         `math-std-daylight-savings-old' depending on the year.
2921 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2923         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2924         zero-width regexps as invalid but rather at least count them correctly.
2926 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2928         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2929         don't wait more if there is output available to process.
2931 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2933         * progmodes/compile.el (compilation-find-file): Revert change
2934         from 2006-07-18 to allow completion of directory names.
2935         Reported by John Carter <john.carter@tait.co.nz>.
2937 2007-03-18  Kim F. Storm  <storm@cua.dk>
2939         * subr.el (when, unless): Doc fix.
2941 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2943         * net/tls.el (tls-program): Doc fix.
2945 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2947         * autorevert.el (auto-revert-tail-handler):
2948         Call after-revert-hook.
2950 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2952         * simple.el (switch-to-completions): No error if search for \n\n fails.
2954 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2956         * simple.el (line-move-1):
2957         Respect `inhibit-line-move-field-capture' property.
2959 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2961         * comint.el (comint-arguments): Mark backslash-escaped chars.
2962         (comint-delim-arg): Don't treat them as delimiters.
2964 2007-03-12  Kim F. Storm  <storm@cua.dk>
2965         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2967 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2969         * tempo.el (tempo-insert): Deal with 'r> if it appears
2970         specified with a prompt argument.
2972 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2974         * textmodes/org.el (org-set-font-lock-defaults):
2975         Handle narrow table columns correctly.
2977 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2979         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2980         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2981         Return to use of the -no-properties variants.  There was
2982         consensus on emacs-devel that the speed of these variants was
2983         prefered since we are usually parsing files (from the internet
2984         or on disk) instead of XML created in Emacs.
2986         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2987         Add customize option.
2989 2007-03-12  Glenn Morris  <rgm@gnu.org>
2991         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2992         North American rule.  Replace "daylight savings" with "daylight
2993         saving" in doc.
2995         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2996         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2997         "daylight saving" in text.
2999         * woman.el (woman-change-fonts): Tweak previous change by using
3000         woman-request-regexp rather than "^\\.".
3002         * startup.el (command-line-1): Make insertion of
3003         initial-scratch-message not depend on scratch being selected.
3005 2007-03-11  Juri Linkov  <juri@jurta.org>
3007         * replace.el (match): Use yellow background on light-bg terminals.
3009 2007-03-11  Richard Stallman  <rms@gnu.org>
3011         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3012         Correctly compute line number.
3014 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
3016         * type-break.el (type-break-get-previous-count):
3017         Repeat previous change here.
3019 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3021         * progmodes/grep.el (grep-find-ignored-directories):
3022         Add .git and .bzr to list.
3024 2007-03-11  Andreas Schwab  <schwab@suse.de>
3026         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3028 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3030         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3032 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
3034         * faces.el (face-set-after-frame-default): Recalculate face
3035         customizations after applying X resources.
3037 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
3039         * net/rcirc.el (rcirc-timeout-seconds): New variable.
3040         (rcirc-keepalive-seconds): Remove variable.
3041         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3042         (rcirc-process, rcirc-user-disconnect): New variables.
3043         (rcirc-connect): Initalize new variables.
3044         (rcirc-keepalive): Don't send keepalive pings before connection
3045         is completed.
3046         (rcirc-sentinel): Do mark all channels with activity when
3047         connection is dropped.  Run hook with process buffer local.
3048         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3049         (rcirc-buffer-process): Return value of rcirc-process if
3050         rcirc-server-buffer is nil.
3051         (rcirc-server-name): Return the reported server name.
3052         (rcirc-update-prompt): Simplify computation of the server name.
3053         (rcirc-format-response-string): Likewise.
3054         (rcirc-handler-001): Mark server as connected, record the reported
3055         server name, and schedule a timeout.
3056         (rcirc-track-nick): Add a spec for the tty class.
3057         (rcirc-user-non-nick): Remove function.
3058         (rcirc-nick-prefix-chars): Add variable.
3059         (rcirc-user-nick): Use above variable.
3061 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3063         * icomplete.el (icomplete-tidy, icomplete-exhibit):
3064         Bind deactivate-mark to nil.
3066 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
3068         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3069         that buffer contents get erased during completion.
3071 2007-03-10  Glenn Morris  <rgm@gnu.org>
3073         * woman.el (woman-change-fonts): Add a hack to deal with
3074         font-escape followed by "." at start of a line.
3075         (woman2-IP): Add a hack to deal with consecutive requests.
3076         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3078 2007-03-10  Alan Mackenzie  <acm@muc.de>
3080         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3082 2007-03-09  Richard Stallman  <rms@gnu.org>
3084         * abbrev.el (abbrev): Add `provide'.
3086 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
3088         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3090 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
3092         * complete.el (PC-try-completion): New function.
3093         (PC-do-completion, read-file-name-internal): Use it instead of
3094         try-completion.
3096 2007-03-08  Alan Mackenzie  <acm@muc.de>
3098         Remove stale tokens from `c-found-types' cache.
3100         * progmodes/cc-mode.el (c-unfind-enclosing-token)
3101         (c-unfind-coalesced-tokens, c-before-change): New functions.
3102         (c-maybe-stale-found-type): New variable.
3104         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3105         (c-trim-found-types): New functions.
3107 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3110         (debug-ignored-errors): Add entry from smerge-match-conflict.
3112 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
3114         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3115         special help topics for keywords.
3116         (idlwave-help-assistant-command): Include ".exe" for ms-dos
3117         etc. Assistant command.
3119 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
3121         * replace.el (occur-engine): Move buffer-undo-list binding...
3122         (occur-1): ...to here.
3124         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3126         * simple.el (minibuffer-completing-symbol): New var.
3127         (eval-expression): Use it.
3128         (completion-setup-function): Don't bind completion-base-size when
3129         completing a symbol in the minibuffer.
3131 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
3133         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3134         tries to start a second session in graphical mode.
3136 2007-03-07  Miles Bader  <miles@gnu.org>
3138         * international/isearch-x.el
3139         (isearch-process-search-multibyte-characters):
3140         Strip text-properties from PROMPT to avoid an error from read-string.
3142 2007-03-07  Kim F. Storm  <storm@cua.dk>
3144         * complete.el (PC-bindings): Remap lisp-complete-symbol to
3145         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3147 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3149         * complete.el (PC-do-completion): Delete duplicates in the list of
3150         possible completions.
3152 2007-03-07  Glenn Morris  <rgm@gnu.org>
3154         * ses.el (ses-mode): Doc fix.
3156 2007-03-06  Kim F. Storm  <storm@cua.dk>
3158         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3160 2007-03-06  Kenichi Handa  <handa@m17n.org>
3162         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3164 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         * simple.el (completion-setup-function): Improve last fix so it doesn't
3167         set it to a relative directory name either.
3169 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3171         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3173 2007-03-05  Richard Stallman  <rms@gnu.org>
3175         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3177         * files.el (find-file-noselect): No error if file no longer exists.
3178         Display a message and avoid other questions.
3180 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3182         * pcomplete.el (pcomplete-show-completions): Improve last change, so
3183         as not to use an invisible window and to create a window if none exist.
3185         * progmodes/python.el (python-send-command): Restart proc if necessary.
3186         (python-proc): Simplify.
3188 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
3190         * pcomplete.el (pcomplete-show-completions): Search all frames for
3191         completions buffer.
3193 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
3195         * cus-edit.el (customize-save-variable): Clear customized-value
3196         property (saved values are now put in theme-value property).
3197         (customize-set-variable): Doc fix.
3199         * complete.el (PC-do-completion): If completion-ignore-case is
3200         non-nil, replace field with completion string before exiting.
3202 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
3204         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3205         Append its extension to the resulting temporary file name.
3206         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3208         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3209         (tramp-smb-handle-write-region): Apply it.
3211 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3213         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3214         Redo previous change.
3216 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3218         * diff-mode.el (diff-mode): Doc fix.
3220 2007-03-05  Kenichi Handa  <handa@m17n.org>
3222         * international/characters.el: Set category `l' (latin)
3223         for more characters.
3225 2007-03-04  Kim F. Storm  <storm@cua.dk>
3227         * emacs-lisp/authors.el (authors-aliases): Add alias.
3229 2007-03-04  Glenn Morris  <rgm@gnu.org>
3231         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3232         all when switching major mode.
3233         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3234         (hs-block-start-mdata-select, hs-block-end-regexp)
3235         (hs-forward-sexp-func, hs-adjust-block-beginning):
3236         Do not make these variables permanent-local.
3238 2007-03-04  Richard Stallman  <rms@gnu.org>
3240         * progmodes/cperl-mode.el (cperl-mode):
3241         Modify cperl-compilation-error-regexp-alist by appending.
3243         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3244         (edebug-mode): Add the hook.
3245         (edebug-recursive-edit): Remove the hook on exiting.
3247         * type-break.el (type-break-get-previous-time):
3248         Handle end-of-file errors specially
3249         so they don't get reported wrong in .emacs.
3251         * startup.el (fancy-splash-text): Clarify text.
3253         * simple.el (beginning-of-buffer, end-of-buffer):
3254         Avoid treating plain C-u like numeric arg.
3256         * simple.el (completion-setup-function): Don't set
3257         default-directory to nil.
3259         * shell.el (shell-dirstack-query): Doc fix.
3261         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3262         Don't select the window -- pass it to primitives instead.
3264         * faces.el (minibuffer-prompt): Use medium blue by default.
3266 2007-03-04  David Kastrup  <dak@gnu.org>
3268         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3269         Preserve 16 as default value for "seconds" when customizing.
3271 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3273         * textmodes/org.el (org-self-insert-command)
3274         (orgtbl-self-insert-command, org-delete-char)
3275         (org-delete-backward-char): Set the `flyspell-delayed' property.
3277 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3279         * international/mule.el (find-auto-coding): Don't search for
3280         line-ending characters past the end of the tail.
3282 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3284         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3285         Jump to the line where new score has been uploaded.
3287         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3288         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3289         Do nothing when the game is paused.
3291 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3293         * textmodes/org.el (org-set-tags): Prevent slipping of point
3294         during completion.
3296 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3298         * isearch.el (isearch-message-prefix):
3299         Use minibuffer-prompt-properties.
3301 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3303         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3304         (ps-setup): Print which Emacsen is running ps-print package.
3306 2007-03-01  Stuart Herring  <herring@lanl.gov>
3308         * files.el (set-auto-mode-0): Use `indirect-function'.
3309         (hack-one-local-variable): Don't reapply current major mode.
3311 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * progmodes/python.el (python-quote-syntax): Don't bother with
3314         syntax-ppss-context.
3315         (python-fill-paragraph): Make sure that fenced-string delimiters that
3316         stand on their own line stay there.
3318 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3320         * replace.el (perform-replace): Propertize message.
3322 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3324         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3325         invisible heading.
3327 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3329         * net/tramp.el (tramp-file-name-handler): Revert last change.
3331 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3333         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3334         Correct doc strings.
3336 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3338         * replace.el (perform-replace): Undo forward-char immediately if
3339         non-adjacent search fails.
3341 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3343         * version.el (emacs-major-version, emacs-minor-version):
3344         string-to-int -> string-to-number.
3346 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3348         * help.el (where-is): Fail gracefully when not passed a command.
3350 2007-02-28  Stuart Herring  <herring@lanl.gov>
3352         * find-lisp.el (find-lisp-default-directory-predicate):
3353         Fix bug: Do symlink check on expanded filename.
3355 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3357         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3358         changes during replacement.
3359         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3361 2007-02-28  Lars Hansen  <larsh@soem.dk>
3363         * desktop.el: Delete header line listing me as maintainer.
3365 2007-02-28  Glenn Morris  <rgm@gnu.org>
3367         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3368         the menus case.
3370 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3372         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3373         hooks to avoid confusion when combining after-change calls.
3375 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3377         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3378         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3379         (allout-distinctive-bullets-string): Add info about bullet conventions.
3380         (allout-mode): Add info about distinctive vs plain bullets.
3382 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3384         * textmodes/org.el (org-archive-subtree): Quote variable name.
3385         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3387 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3389         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3390         (gud-bashdb-command-name, bashdb): Remove.
3391         (gud, gud-menu-map): Remove references to bash/bashdb.
3393 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3395         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3396         keyword for Python 2.5.
3398 2007-02-26  Romain Francoise  <romain@orebokech.com>
3400         * net/net-utils.el (whois-server-tld): Update server for .org.
3401         (whois-server-list): Add whois.publicinterestregistry.net.
3402         (whois-guess-server): Fix formatting in docstring.
3404 2007-02-26  Kim F. Storm  <storm@cua.dk>
3406         * mouse.el (mouse-show-mark): Run hooks and perform command
3407         remapping for mouse-region-delete-keys.
3409 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3411         * font-core.el (font-lock-mode): Doc fix.
3413 2007-02-25  Kim F. Storm  <storm@cua.dk>
3415         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3416         Add selected buffer to buffer-name-history.
3417         (ido-file-internal): Set this-command to fallback command.
3418         Add file names to file-name-history.
3420         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3421         Apply minibuffer-prompt-properties.
3423 2007-02-25  Andreas Schwab  <schwab@suse.de>
3425         * files.el (hack-one-local-variable-eval-safep): Correct handling
3426         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3428 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3430         * textmodes/org.el (org-table-overlay-coordinates)
3431         (org-table-toggle-coordinate-overlays): New functions.
3432         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3433         New variables.
3434         (org-startup-with-deadline-check): Remove option.
3435         (org-mode): Remove deadline check on startup.
3436         (org-table-limit-column-width): Remove option.
3437         (org-table-formula-numbers-only): Remove option.
3438         (org-link-style, org-link-format): Remove options.
3439         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3440         (org-export-ascii-show-new-buffer)
3441         (org-export-html-show-new-buffer): Remove options.
3442         (org-activate-links): Remove camel option.
3443         (org-file-link-context-use-camel-case): Remove option.
3444         (org-camel-regexp): Remove variable.
3445         (org-activate-camels): Remove function.
3446         (org-store-link): Remove Camel stuff.
3447         (org-make-org-heading-camel): Remove function.
3448         (org-open-at-point): Remove camel stuff.
3449         (org-link-search): Remove camel stuff.
3450         (org-camel-to-words): Function removed.
3451         (org-get-agenda-file-buffer): Make sure we prepare the base
3452         buffers, not any indirect buffers.
3453         (org-sort-entries): Sort top-level when not on a headline, and no
3454         active region.
3455         (org-in-regexp): New function.
3456         (org-search-not-self): Rename from `org-search-not-link'.
3457         (org-open-link-marker): New variable.
3458         (org-open-at-point): Set `org-open-link-marker'.
3459         (org-print-icalendar-entries): Fixe bug with excluding DONE
3460         entries from the exported list.
3461         (org-edit-formula-lisp-indent): New command.
3462         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3463         (orgtbl-to-latex, orgtbl-insert-radio-table)
3464         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3465         (orgtbl-radio-table-templates): New option.
3466         (org-store-link-props):
3467         (org-remember-templates): More possibilities to insert info
3468         into templates.
3469         (org-remember-apply-template): Make use of the extended
3470         template capabilities.
3471         (org-remember-redo-template): New command.
3472         (org-upgrade-old-links)
3473         (org-table-modify-formulas, org-table-replace-in-formulas)
3474         (org-table-find-dataline)
3475         (org-table-get-vertical-vector): Remove functions.
3476         (org-table-remove-rectangle-highlight)
3477         (org-time-stamp-format, org-toggle-log-option)
3478         (org-table-highlight-rectangle)
3479         (org-table-iterate, org-table-make-reference):
3480         (org-translate-time, org-tree-to-indirect-buffer)
3481         (org-table-field-info, org-table-fix-formulas)
3482         (org-table-force-dataline, org-table-get-descriptor-line)
3483         (org-table-get-range)
3484         (org-skip-comments, org-sort)
3485         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3486         (org-table-current-dline, org-table-current-field-formula)
3487         (org-table-edit-backward-field)
3488         (org-table-edit-formulas-post-command)
3489         (org-table-edit-line-down, org-table-edit-line-up)
3490         (org-agenda-archive)
3491         (org-agenda-clock-cancel)
3492         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3493         (org-agenda-open-link, org-agenda-show-new-time)
3494         (org-agenda-skip-subtree-when-regexp-matches)
3495         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3496         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3497         (org-do-sort, org-file-image-p, org-find-overlays)
3498         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3499         (org-highlight-until-next-command, org-isearch-end)
3500         (org-match-any-p, org-next-link, org-previous-link):
3501         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3502         (org-rewrite-old-row-references)
3503         (org-isearch-post-command)
3504         (org-table-edit-move, org-table-edit-next-field)
3505         (org-table-edit-scroll, org-table-edit-scroll-down)
3506         (org-set-frame-title, org-show-reference)
3507         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3508         (org-show-variable): Remove command.
3509         (org-add-log-maybe): New arguments STATE, FINDPOS
3510         (org-table-sort-lines): Rewrite from scratch.
3511         (org-link-search): New argument AVOID-POS.
3512         (org-print-icalendar-entries): Remove argument CATEGORY.
3513         (org-run-agenda-series): Remove argument WONDOW.
3514         (org-next-link, org-previous-link): New commands.
3515         (org-agenda-date-format): New option.
3516         (org-table-iterate): New command.
3517         (org-table-modify-formulas)
3518         (org-table-replace-in-formulas): Remove functions.
3519         (org-table-fix-formulas): New function.
3520         (org-table-insert-column, org-table-delete-column)
3521         (org-table-move-column): Use `org-table-fix-formulas'.
3522         (org-follow-gnus-link): Patch from Bastien/Leo.
3523         (org-table-current-field-formula): New function.
3524         (org-file-image-p): New function.
3525         (org-agenda-show-new-time): New function.
3526         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3527         (org-with-remote-undo): New macro.
3528         (org-agenda-undo): New command.
3529         (org-verify-change-for-undo): New function.
3530         (org-time-stamp-format): New function.
3531         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3532         by user.
3533         (org-match-any-p): New function.
3534         (org-make-tags-matcher): Handle regular expressions for tag and
3535         todo matches.
3536         (org-read-date): Accept "+N" as input for a date relative to the
3537         current date.
3538         (org-remove-subtree-entries-from-agenda): New function.
3539         (org-agenda-archive, org-agenda-kill):
3540         Use `org-remove-subtree-entries-from-agenda'.
3541         (org-do-sort, org-sort-entries): New functions.
3542         (org-sort): New command.
3543         (org-table-sort-lines): Use `org-do-sort'.
3544         (org-fix-decoded-time): New function.
3545         (org-table-number-regexp): Require 0x... to identify as number
3546         in tables.
3547         (org-startup-options): New keywords for note taking.
3548         (org-upgrade-old-links): Remove function.
3549         (org-get-repeat): New function.
3550         (org-show-context): Also show siblings on current level.
3551         (org-show-siblings): New function.
3552         (org-isearch-end, org-isearch-post-command): New functions.
3553         (org-show-siblings): New option.
3554         (org-show-context): Use `org-show-siblings'.
3555         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3556         to be bound, because user may just use elisp.
3558 2007-02-24  Kim F. Storm  <storm@cua.dk>
3560         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3561         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3563 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3565         * startup.el (command-line): Also check if the abbrev file is readable.
3567 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3569         * net/tls.el (tls-certtool-program): Fix custom type.
3571         * mail/feedmail.el (feedmail-message-id-generator)
3572         (feedmail-date-generator): Fix custom types.
3574         * mail/rmail.el (rmail-message-filter): Fix custom type.
3576 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3578         * startup.el (command-line): If simple.el cannot be found, proceed
3579         with a warning message.
3581 2007-02-24  Kenichi Handa  <handa@m17n.org>
3583         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3584         case that BEG is a string.
3586 2007-02-24  Chris Moore  <dooglus@gmail.com>
3588         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3589         * pgg-pgp.el (pgg-pgp-encrypt-region):
3590         * pgg-gpg.el (pgg-gpg-encrypt-region):
3591         Check pgg-encrypt-for-me if no other recipients.
3593 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3595         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3597         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3598         shell-quote-argument.
3600 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3602         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3603         from the comint buffer instead of the temporary one.
3605 2007-02-23  David Reitter  <david.reitter@gmail.com>
3607         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3608         storing it in recentf-exclude.
3610 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3612         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3613         in splash screen.
3615 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3617         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3618         commands, for restart.
3619         (idlwave-shell-current-module): Fix handling of module name by type.
3620         (idlwave-shell-break-in): Update type handling.
3621         (idlwave-shell-bp-get): Encode type in BP structure.
3622         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3623         (idlwave-shell-module-source-query): Query routine info based on type.
3624         Fix path parsing for non-compiled files.
3625         (idlwave-shell-module-source-filter): Don't signal error in filter
3626         if no source found.
3627         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3628         filter race.
3630 2007-02-22  Kim F. Storm  <storm@cua.dk>
3632         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3633         (editable-field): Document need to put some text before the %v
3634         escape in :format string.
3636 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3638         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3639         (vc-svn-use-edit): Remove unused config var.
3640         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3642         * outline.el (hide-sublevels): Keep empty last line, if available.
3644         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3645         rather than the corresponding unicode char, to make the code
3646         more readable.
3648 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3650         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3651         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3652         (speedbar-item-info-tag-helper): Doc fixes.
3654 2007-02-19  Kenichi Handa  <handa@m17n.org>
3656         * international/mule-cmds.el (locale-language-names):
3657         Map "eo" to "Esperanto".
3659         * language/european.el ("Esperanto"): New language environment.
3661 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3663         * simple.el (kill-line): Doc fix.
3665 2007-02-17  Kim F. Storm  <storm@cua.dk>
3667         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3668         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3669         (bindat--unpack-group, bindat--pack-group):
3670         Handle vectors with optional element type.
3672 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3674         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3675         if PASSPHRASE is given.
3677 2007-02-17  Chris Moore  <dooglus@gmail.com>
3679         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3680         Recognize backups of bz2 compressed files.
3682 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3684         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3685         to nil to speed up lookup of the symbol in index nodes.
3687 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3689         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3690         Add indentation for the constants of Lisp.
3692 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3694         * ps-print.el: Use (defvar <foo>) where applicable.
3695         (ps-print-emacs-type): Remove.
3696         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3697         (ps-frame-parameter): Align its call-convention with frame-parameter.
3698         (ps-begin-job): Adjust calls to it appropriately.
3699         (ps-setup): Don't print ps-print-emacs-type.
3700         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3701         Define in such a way that it's obvious that it's defined.
3702         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3703         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3704         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3706 2007-02-15  Alan Mackenzie  <acm@muc.de>
3708         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3709         an empty one-line C-style comment, post-position point properly.
3711 2007-02-15  Chris Moore  <dooglus@gmail.com>
3713         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3714         (isearch-lazy-highlight-new-loop): Bind it.
3715         (isearch-lazy-highlight-search): Use it.
3717         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3719 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * font-lock.el (font-lock-extend-region-wholelines):
3722         Only return non-nil if the region has really been changed.
3723         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3725 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3727         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3728         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3729         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3731 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3733         * faces.el (color-values): Revert changes to docstring from
3734         2007-01-31 and 2000-09-07.
3736         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3737         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3738         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3739         (ispell-help): Fix typos in docstring and output message.
3741 2007-02-14  Kim F. Storm  <storm@cua.dk>
3743         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3744         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3745         (grep): Fix lgrep reference.
3747         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3748         (standard-display-underline): Use make-glyph-code.
3750         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3752         * international/latin1-disp.el (latin1-display-char):
3753         Use make-glyph-code.
3755 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3757         * ehelp.el (with-electric-help, electric-help-exit)
3758         (electric-help-retain): Doc fixes.
3760         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3761         (byte-compile-file): Doc fixes.
3763 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3765         * term/mac-win.el: Change all uses of
3766         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3767         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3768         (mac-ae-get-url): Call select-frame-set-input-focus.
3769         (mac-dnd-handle-drag-n-drop-event): Don't call
3770         select-frame-set-input-focus.
3772 2007-02-13  Kenichi Handa  <handa@m17n.org>
3774         * international/characters.el: Fix documentation of category `a'.
3776 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3778         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3780 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3782         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3783         (tramp-get-remote-ln): Handle error case.
3784         Reported by Chris Moore <dooglus@gmail.com>.
3786 2007-02-11  Kim F. Storm  <storm@cua.dk>
3788         * bindings.el (ctl-x-map): Remove register compatibility bindings
3789         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3791 2007-02-11  Richard Stallman  <rms@gnu.org>
3793         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3794         in load history.
3796         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3797         condition -- don't fail to stop at endpos.
3799 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3801         * textmodes/org.el (org-agenda-get-todos)
3802         (org-agenda-get-timestamps, org-agenda-get-closed)
3803         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3804         (org-agenda-get-blocks, org-format-agenda-item)
3805         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3806         from `category' to `org-category'.
3808 2007-02-11  Kenichi Handa  <handa@m17n.org>
3810         * international/titdic-cnv.el (titdic-convert): Force files be written
3811         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3812         (miscdic-convert): Force files be written with Unix-like eol format.
3814 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3816         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3818         * calculator.el (calculator-prompt): Doc fix.
3819         (calculator-mode-map): Fix typo in menu entry.
3821 2007-02-10  Jay Belanger  <belanger@truman.edu>
3823         * calculator.el (calculator): Do more extensive checking for when
3824         3 lines should be used for the calculator.
3826 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3828         * info-look.el (info-lookup-make-completions):
3829         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3830         index nodes.
3832         * info.el (Info-fontify-maximum-menu-size): Document the effect
3833         of a nil value.
3834         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3835         non-nil before using it as size.
3837 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3839         * subr.el (insert-for-yank-1): Prevent read-only properties from
3840         interfering with text property operations.
3842         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3844         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3845         (image-type-auto-detected-p): Fail if another match is found in
3846         auto-mode-alist.
3848         * files.el (magic-mode-alist): Call image-mode instead of
3849         image-mode-maybe for autodetected images.
3851 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3853         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3854         Fix typos in docstrings.
3855         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3857 2007-02-09  Kim F. Storm  <storm@cua.dk>
3859         * emacs-lisp/float-sup.el: Remove obsolete comment.
3861 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3863         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3865 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3867         * simple.el: Revert previous change, at request of RMS:
3868         (fundamental-mode-hook): Remove.
3869         (fundamental-mode): Run after-change-major-mode-hooks manually,
3870         and don't run the now-nonexistent fundamental-mode-hook.
3872 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3874         * simple.el (fundamental-mode-hook): Declare new hook.
3875         (fundamental-mode): Run the new dedicated hook, and don't run
3876         after-change-major-mode-hooks manually anymore.
3878 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3880         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3881         added columns of chars.  Remove support for the "no-meta-info" format.
3882         Prompted by Romain Francoise <romain@orebokech.com>.
3884 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3886         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3887         (gdb-mouse-until, gdb-mouse-jump): Use it.
3889 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3891         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3892         work when there is just an assembler buffer (no source buffer).
3894 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3896         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3897         just because the diff was produced using "-p" (--show-c-function).
3899 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3901         * faces.el (frame-set-background-mode): Use `color-values' and
3902         `display-color-p', not `x-color-values' and `x-display-color-p'.
3903         (face-valid-attribute-values): Use `defined-colors' instead of
3904         `x-defined-colors'.
3906 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3908         * ps-print.ps: The ps-print commands without face printing should not
3909         print background color.  Reported by Leo <sdl.web@gmail.com>.
3910         (ps-print-version): New version 6.7.3.
3911         (ps-begin-job): New arg.  Fix ps-default-background and
3912         ps-default-foreground initialization.
3913         (ps-face-attributes): Fix doc string.
3914         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3916         * printing.el: Fix ps-print link.
3918 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3920         * faces.el (face-set-after-frame-default): Compile attributes to
3921         be set by frame parameters before merging in X resources.
3923 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3925         * simple.el (blink-matching-paren-dont-ignore-comments):
3926         (blink-matching-paren-on-screen): Doc fixes.
3928 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3930         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3932 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3934         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3935         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3936         entries like `defun'.  Return nil.
3938 2007-02-05  Kim F. Storm  <storm@cua.dk>
3940         * ido.el: Doc fixes.
3942 2007-02-04  David Kastrup  <dak@gnu.org>
3944         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3945         `mpuz-allow-double-multiplicator' is non-zero, and correct
3946         calculation of `min'.
3948 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3950         * wid-edit.el (widget-default-create): Insert new text at the
3951         :from marker _after_ the marker, not before it.
3953 2007-02-04  Alan Mackenzie  <acm@muc.de>
3955         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3956         containing it is re-indented.
3958 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3960         * net/newsticker.el (newsticker--insert-image): Update docstring,
3961         and insert the image directly.
3962         (newsticker--buffer-redraw): Update docstring.
3964         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3965         Rename from define-global-minor-mode.
3967         * progmodes/cwarn.el (global-cwarn-mode):
3968         * emacs-lisp/autoload.el (make-autoload):
3969         * hi-lock.el (global-hi-lock-mode):
3970         * font-core.el (global-font-lock-mode): All callers changed.
3972 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3974         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3975         Don't copy @ignore lines into menu descriptions.
3976         (texinfo-multi-file-update): Goto the @node line before attempting
3977         to pluck the node name.
3978         (texinfo-multiple-files-update): Reverse the optional arguments'
3979         order, as per the doc string and the `interactive' form.
3981 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3983         * image-mode.el: Use autoload to avoid overriding disabled setting
3984         applied in .emacs.
3986 2007-02-03  Alan Mackenzie  <acm@muc.de>
3988         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3989         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3990         adjacent paren groups).
3992 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3994         * progmodes/ebnf2ps.el: Doc fixes.
3995         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3997 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3999         * dired-x.el (dired-do-relsymlink): Add reference to
4000         dired-do-symlink.  Add an autoload cookie.
4002         * dired-aux.el (dired-do-symlink): Add reference to
4003         dired-do-relsymlink.
4005 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
4007         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4008         <left-fringe mouse-3>: New bindings.
4010 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
4012         * newsticker.el (newsticker-version): Changed to "1.10".
4013         (newsticker--set-customvar): Doc string.
4014         (newsticker-new-item-face): Doc string.
4015         (newsticker-mode): Initialize `invisibility-spec' with t.
4016         (newsticker-mode-map): Added
4017         `newsticker-mark-all-items-at-point-as-read'.
4018         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4019         (newsticker-w3m-show-inline-images): Do not call
4020         `w3m-remove-image'.
4021         (newsticker--buffer-after-w3m-insert-image): New advice for
4022         w3m-insert-image to cache images.
4023         (newsticker-next-item-same-feed): New.
4024         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4025         (newsticker-mark-all-items-of-feed-as-read): New.
4026         (newsticker-mark-all-items-at-point-as-read): Use new functions.
4027         (newsticker-mark-item-at-point-as-read): Doc string.
4028         (newsticker-mark-item-at-point-as-read): Use new functions.
4029         (newsticker--do-mark-item-at-point-as-read): New, extracted from
4030         `newsticker-mark-item-at-point-as-read'.
4031         (newsticker-hide-entry): Use (t) instead of t for invisibility.
4032         (newsticker--sentinel): Yet another xml-parser workaround.
4033         (newsticker--decode-iso8601-date): Bugfix for datestrings without
4034         days.
4035         (newsticker--buffer-do-insert-text): Fix.
4036         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4037         (newsticker--buffer-make-item-completely-visible):
4038         `switch-to-buffer' not necessary.
4040 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4042         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4043         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4044         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4045         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4046         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4048 2007-02-02  Kenichi Handa  <handa@m17n.org>
4050         * international/quail.el (quail-show-key): Fix an error message.
4052 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4054         * faces.el (set-face-underline-p, modify-face): Rename arg
4055         UNDERLINE-P to UNDERLINE (it is not a flag).
4057 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
4059         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4060         when adding gdb-speedbar-update to gdb-input-queue.
4062 2007-02-01  Kenichi Handa  <handa@m17n.org>
4064         * international/quail.el (quail-show-key): Signal an error if the
4065         current input method is not using Quail.
4067 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
4069         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4070         Trim leading whitespace in sysvar names.
4072 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4074         * faces.el (internal-find-face, internal-get-face): Doc fixes.
4076 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4078         * ido.el (ido-set-common-completion): Use `let', not `let*'.
4080 2007-01-31  Romain Francoise  <romain@orebokech.com>
4082         * comint.el: Delete extra copy of `comint-copy-old-input' added in
4083         previous change to this file.
4085 2007-01-31  Jason Rumney  <jasonr@gnu.org>
4087         * files.el (magic-mode-alist): Use image-mode-maybe rather than
4088         image-mode.
4090         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4091         interfering with attempt to set major mode from modified
4092         auto-mode-alist.
4094 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4096         * faces.el (color-values): Doc fix.
4097         (face-differs-from-default-p): Don't check :foreground twice.
4099 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
4101         * comint.el (comint-mode): Prevent non-keyword fontification by default.
4103 2007-01-31  Kenichi Handa  <handa@m17n.org>
4105         * international/quail.el (quail-store-decode-map-key): Store a
4106         translated character too.
4107         (quail-char-equal-p): New function.
4108         (quail-find-key1): Check character equality by quail-char-equal-p.
4109         (quail-decode-map-generated): New variable.
4110         (quail-find-key): Check quail-decode-map-generated and re-generate
4111         a decode map if necessary.
4113 2007-01-30  Richard Stallman  <rms@gnu.org>
4115         * tutorial.el (tutorial--detailed-help): Make the list of
4116         changed keys look nicer.
4118 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
4120         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4121         (gdb-var-delete): Use it.
4122         (gdb-var-update-handler-1): Handle value "invalid" for MI field
4123         `in_scope'.
4125 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
4127         * files.el (get-free-disk-space): Return nil for remote directories.
4129         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4130         instead of "dir".
4132 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
4134         * type-break.el (type-break-catch-up-event): New function.
4135         (type-break-demo-hanoi, type-break-demo-life)
4136         (type-break-demo-boring): Use it.
4138         * image-mode.el (image-mode): Don't automatically view as image.
4139         (image-toggle-display): Add `disabled' property.
4141 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4143         * isearchb.el (isearchb-iswitchb):
4144         * ps-print.el (ps-build-face-reference):
4145         * emacs-lisp/shadow.el (list-load-path-shadows):
4146         * eshell/esh-cmd.el (eshell-rewrite-for-command):
4147         * international/mule.el (find-auto-coding):
4148         * mail/supercite.el (sc-attrib-selection-list):
4149         * progmodes/cc-defs.el (c-emacs-features):
4150         * progmodes/cc-vars.el (c-offsets-alist):
4151         * progmodes/flymake.el
4152         (flymake-init-create-temp-source-and-master-buffer-copy):
4153         Fix typos in docstrings (some suggested by Chris Moore).
4155         * progmodes/vhdl-mode.el (vhdl-components-package-name)
4156         (vhdl-get-library-unit, vhdl-corresponding-begin)
4157         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4158         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4159         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4160         (vhdl-font-lock-match-item): Fix typos in docstrings.
4161         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4162         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4163         (vhdl-speedbar-insert-project-hierarchy):
4164         Improve argument/docstring consistency.
4166 2007-01-29  Kenichi Handa  <handa@m17n.org>
4168         * international/titdic-cnv.el (py-converter): Fix previous change.
4170 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4172         * jka-compr.el (jka-compr-partial-uncompress)
4173         (jka-compr-call-process): Rebind default-directory if it is
4174         invalid.  Suggested by Chris Moore.
4176         * comint.el (comint-insert-input): Handle situation where the
4177         selected buffer is not the clicked buffer.
4179 2007-01-29  Kenichi Handa  <handa@m17n.org>
4181         * international/ja-dic-cnv.el (skkdic-convert):
4182         Add byte-compile-disable-print-circle:t at the head.
4184         * international/titdic-cnv.el (tit-process-header):
4185         Add byte-compile-disable-print-circle:t at the head.
4186         (miscdic-convert): Likewise.
4187         (py-converter): Skip the header comments.
4189         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4190         New variable.
4191         (byte-compile-output-file-form): Bing print-circle to nil if
4192         byte-compile-output-file-form is not nil.
4193         (byte-compile-output-docform): Likewise.
4195 2007-01-28  Kim F. Storm  <storm@cua.dk>
4197         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4198         Declare earlier to avoid byte compiler warnings.
4200 2007-01-28  Markus Triska  <markus.triska@gmx.at>
4202         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4204 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
4206         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4207         (gamegrid-add-score-with-update-game-score-1): Allow local quits
4208         when calling update-game-score program.  Remove unnecessary
4209         save-excursion.
4211         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4213 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
4215         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4216         avoid compiler warning.
4217         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4218         might have values other than "true" or "false".
4220 2007-01-28  Richard Stallman  <rms@gnu.org>
4222         * textmodes/fill.el (fill-paragraph-function): Doc fix.
4223         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4225         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4227         * image.el (image-type-header-regexps): Make GIF regex more specific.
4229         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4230         Don't check `backspace'.
4231         (tutorial--find-changed-keys): Look up bindings in a temp buffer
4232         in Fundamental mode.
4234         * startup.el (fancy-splash-text, normal-splash-screen):
4235         Mention C-g.
4237         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4238         when inserting in buffer.
4240         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4241         inside the if.
4243 2007-01-27  Richard Stallman  <rms@gnu.org>
4245         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4247 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4249         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4250         enum/union/struct/class definition.
4251         Revert change to call `forward-sexp' multiple times.
4253 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4255         * files.el (hack-local-variables-confirm): Don't keep trying to
4256         read an event from an empty kbd macro.
4258 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4260         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4262 2007-01-27  Ben North  <ben@redfrontdoor.org>
4264         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4265         the arg CHILDREN -> WHICH.
4267 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4269         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4270         default-directory to a sane value when calling start-process.
4272 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4274         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4275         (ls-lisp-format-time-list): Doc fix.  Mention
4276         ls-lisp-use-localized-time-format.
4277         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4278         ls-lisp-use-localized-time-format is non-nil, even if a valid
4279         locale is defined.
4281 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4283         * jka-compr.el (jka-compr-shell): Doc fix.
4285         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4287 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4289         * ps-print.ps: Fix background height.
4290         (ps-print-version): New version 6.7.2.
4292 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4294         * makefile.w32-in (finder-data, custom-deps): Depend on
4295         $(lisp)/loaddefs.el.
4297 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4299         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4301 2007-01-24  Miles Bader  <miles@gnu.org>
4303         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4304         (byte-compile-output-docform): Bind `print-circle' to t.
4306 2007-01-24  Kenichi Handa  <handa@m17n.org>
4308         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4309         file name of the original SKK dictionary file.
4311 2007-01-24  Kim F. Storm  <storm@cua.dk>
4313         * ido.el (ido-initial-position): New variable.
4314         (ido-read-internal): Set it if default item is specified.
4315         (ido-minibuffer-setup): Position cursor accordingly if set.
4316         (ido-edit-input): C-e moves to end of input if not already there.
4317         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4318         Don't switch to buffer mode if repeating C-b at start of input.
4319         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4320         input; else it moves to start of input.
4321         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4322         not at end of input, delete rest of input, rather than normal op.
4324 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4326         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4328         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4329         of message.  Activate mark.
4330         (ediff-activate-mark): Set transient-mark-mode to t.
4332         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4334 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4336         * help-fns.el (describe-variable): Don't suppress display of
4337         buffer local value when the value is "large".
4339 2007-01-22  Kim F. Storm  <storm@cua.dk>
4341         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4342         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4343         (ido-tidy): Use ido-active.
4345 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4347         * hexl.el (hexl-mode-exit): Add missing quote.
4349 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4351         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4352         (mac-ae-keyboard-modifiers): New function.
4353         (mac-handle-toolbar-switch-mode): Use it.
4354         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4355         if keyboard modifiers on drop contain option key.
4356         (mac-dnd-drop-data): Add optional argument `action'.
4357         (special-event-map): Remove binding for M-drag-n-drop.
4359 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4361         * add-log.el (add-log-current-defun): Use CC Mode functions to
4362         find the beginning and end of a defun.
4364 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4366         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4367         (gdb-var-create-handler): Handle value field in GDB output of
4368         -var-create.
4369         (gdb-max-frames): New variable.
4370         (gdb-stack-buffer, gdb-frames-select): Use it.
4371         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4372         if necessary.
4373         (gdb-get-frame-number): Simplify.
4375 2007-01-21  Glenn Morris  <rgm@gnu.org>
4377         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4378         Update copyrights.
4380 2007-01-21  Alan Mackenzie  <acm@muc.de>
4382         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4383         handling of K&R stuff.
4385 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4387         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4389 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4391         * ps-print.el: Handle frame parameters (background and/or foreground
4392         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4393         (ps-print-version): New version 6.7.1.
4394         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4395         (ps-frame-parameter): New fun.
4396         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4397         Fix doc and customization.
4398         (ps-begin-job): Get frame parameters (background and/or foreground
4399         colors).
4400         (ps-do-despool): Ensure ps-printer-name has a valid value.
4402 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4404         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4405         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4406         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4407         mean unlimited.
4409 2007-01-20  Alan Mackenzie  <acm@muc.de>
4411         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4412         much more rigorous analysis of putative K&R regions.
4414 2007-01-20  Alan Mackenzie  <acm@muc.de>
4416         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4417         New functions.
4419 2007-01-20  Alan Mackenzie  <acm@muc.de>
4421         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4422         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4423         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4424         * progmodes/cc-vars.el: Add my name.
4426 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4428         * files.el (find-alternate-file): Revert query message to Emacs 21
4429         version.
4431 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4433         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4434         the doc string how to use personal abbrevs without electric
4435         keywords.
4437 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4439         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4440         Fixed cursor position when toggle abbreviated display.
4442 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4444         * t-mouse.el: Update copyright following assignment by
4445         Alessandro Rubini.
4447 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4449         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4450         (type-break-demo-boring): Call read-event instead of read-char.
4452 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4454         * progmodes/compile.el: Add handling for makepplog.
4456 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4458         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4459         aspell dictionaries are initialized when called non-interactively.
4461 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4463         * progmodes/compile.el (compilation-loop): New arg limit.
4464         Handle case where the first error is at point-min.
4465         (compilation-next-error): New arg to compilation-loop call.
4467 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4469         * info.el (Info-default-dirs): Change default info dir to
4470         share/info.
4472         * paths.el (Info-default-directory-list): Ditto.
4474 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4476         * hexl.el (hexl-before-revert-hook): New function.
4477         (hexl-mode): Use it.
4478         (hexl-after-revert-hook): Just call hexl-mode.
4479         (hexl-mode-exit): Remove before-revert-hook.
4481 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4485 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4487         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4488         by "-" in francais7 otherchars entry.
4489         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4490         otherchars entry.
4492 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4494         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4495         path.  Rewrite function in `cond' style for readability.
4497         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4498         (The path shortening, that is, not the rearrarangement.)
4500 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4502         * term/mac-win.el (mac-ae-quit-application): New function.
4503         (mac-apple-event-map): Bind "quit application" Apple event to it.
4505 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4507         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4508         than the program's output.
4510 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4512         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4513         (kmacro-start-macro-or-insert-counter)
4514         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4515         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4517         * longlines.el (longlines-show-hard-newlines):
4518         * ruler-mode.el (ruler-mode-ruler):
4519         * emulation/keypad.el (keypad-setup):
4520         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4521         Fix typo in docstring.
4523 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4525         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4526         Remove redirect character ">".
4528 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4530         * replace.el (perform-replace): Remove leftover code.
4532 2007-01-12  Richard Stallman  <rms@gnu.org>
4534         * replace.el (perform-replace): Don't clear NODENT when computing
4535         the replacement string.
4537 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4539         * net/tramp.el (tramp-handle-file-local-copy):
4540         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4541         <christopher.ian.moore@gmail.com>.
4543 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4545         * diff-mode.el (diff-sanity-check-context-hunk-half)
4546         (diff-sanity-check-hunk): New functions.
4547         (diff-find-source-location): Use'em to check the hunks are well-formed.
4549         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4550         activate undo when undo is not active.
4551         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4553 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4556         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4557         (ffap-url-at-point): Use char-classes rather than "a-z".
4559 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4561         * ediff-init.el (ediff-autostore-merges):
4562         * textmodes/fill.el (fill-region): Doc fix.
4564 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4566         * server.el (server-ensure-safe-dir): UIDs may be floats.
4568 2007-01-10  Richard Stallman  <rms@gnu.org>
4570         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4571         around calls to directory-files.
4573         * subr.el (momentary-string-display): Use save-excursion.
4575         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4576         argument, but read it as `X' does.
4578 2007-01-09  Juri Linkov  <juri@jurta.org>
4580         * info.el (Info-fontify-node): Don't hide node names of index entries.
4582         * faces.el (momentary): Change :group to basic-faces where all
4583         basic faces belong to.  Add :version.
4585 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4587         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4588         keybinding is found.
4589         (tutorial--find-changed-keys): Never treat null keybinding as a
4590         remapping.
4592 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4594         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4596 2007-01-09  Kenichi Handa  <handa@m17n.org>
4598         * international/mule-cmds.el
4599         (select-safe-coding-system-interactively): Fix message.
4601 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4603         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4604         (tramp-process-actions): Add optional parameter TIMEOUT.
4605         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4606         (tramp-open-connection-su): Add timeout of 60".
4608 2007-01-09  Richard Stallman  <rms@gnu.org>
4610         * progmodes/compile.el (compile): Doc fix.
4612 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4614         * tumme.el (tumme-display-thumb): Doc fix.
4616 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4618         * battery.el (battery-search-for-one-match-in-files):
4619         * bindings.el (mode-line-minor-mode-help):
4620         * x-dnd.el (x-dnd-types-alist):
4621         * calendar/icalendar.el (icalendar-import-buffer):
4622         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4624         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4626 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4628         * replace.el (replace-regexp): Fix typo in docstring.
4630 2007-01-07  Alan Mackenzie  <acm@muc.de>
4632         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4633         Amend doc-string and comments.
4635 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4637         * files.el (abbreviate-file-name): Doc fix.
4639 2007-01-06  Markus Triska  <triska@gmx.at>
4641         * subr.el (split-string): Remove spurious ")" from doc string.
4643 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4645         * textmodes/table.el (table--warn-incompatibility):
4646         Use display-warning instead of momentary-string-display.
4648 2007-01-05  Richard Stallman  <rms@gnu.org>
4650         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4652         * simple.el (backward-kill-word): Doc fix.
4654 2007-01-05  Romain Francoise  <romain@orebokech.com>
4656         * international/mule.el (sgml-html-meta-auto-coding-function):
4657         Ensure that the buffer contains a HTML document.
4659 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4661         * faces.el (momentary): Move here ...
4662         * subr.el (momentary): ... from here.
4664 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4666         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4667         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4668         large structures/arrays.
4670 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4672         * files.el (find-file-noselect-1, set-visited-file-name):
4673         Allow backup-enable-predicate to be nil.
4675 2007-01-04  Andreas Schwab  <schwab@suse.de>
4677         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4678         last change.
4680 2007-01-03  Richard Stallman  <rms@gnu.org>
4682         * woman.el (woman-decode-buffer): Clarify error message.
4684 2007-01-03  Alan Mackenzie  <acm@muc.de>
4686         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4688 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4690         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4692 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4696 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4698         * emulation/viper.el (viper-custom-file-name, viper-mode):
4699         Fix typos in docstrings.
4701         * subr.el (momentary-string-display): After moving point, set POS
4702         variable to it to avoid later errors once the buffer is modified.
4703         Doc fix.
4705 2007-01-02  Alan Mackenzie  <acm@muc.de>
4707         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4708         check that the "*/" is present before trying to manipulate it.
4710 2007-01-02  Richard Stallman  <rms@gnu.org>
4712         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4714         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4715         Fix format of value.
4717         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4718         Change messages accordingly.
4719         (customize-customized): Now alias.
4721 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4723         * files.el (version-control): Doc fix.
4725 2007-01-01  Alan Mackenzie  <acm@muc.de>
4727         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4728         Check the format of c-state-cache is valid for an optimisation before
4729         using it.
4731         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4732         are at a statement within a macro".  Other changes so that only
4733         the first continuation line in a macro gets the symbol
4734         `cpp-define-intro', the others getting `statement', or whatever.
4736         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4737         a string, preserve whitespace.  Add a backslash only when also in
4738         a macro.
4740         * progmodes/cc-defs.el: Correct typos.
4742         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4743         new line after an escaped EOL in a string.
4745         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4746         label when it directly follows "else", "do", ....
4748         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4749         angle brackets (as seen in "explicit specialisations" of C++
4750         templates).
4752         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4753         in the doc-string.
4755         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4756         when the comment ender looks like "=========*/" and is alone on
4757         its line.
4759         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4760         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4761         for the old name.
4763         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4764         c-\(beginning\|end\)-of-defun by default.
4766         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4767         New line-up function, for the DEFUN macro in the Emacs C sources.
4768         Only used in "gnu" style.
4770         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4771         the "gnu" style.
4773         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4774         clean-up comment-close-slash also to work when there's a comment
4775         terminator on the line.
4776         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4777         these for large arg - only take account of top level {..}, except
4778         for initial and final adjustments.  M-- C-M-[ae] now go to the
4779         right defuns when the starting point is between defuns.  They use
4780         the four new functions:
4781         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4782         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4783         support c-\(beginning\|end\)-of-defun.
4785         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4786         expressions more rigorously, to exclude bit-field specifiers from
4787         being classed as labels.
4788         (c-forward-label): When analyzing a ":" within a macro, be careful
4789         about using c-forward-syntactic-ws at the macro beginning.
4790         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4791         stmt boundary, check for "operator=", etc.
4793         * progmodes/cc-mode.el (c-postprocess-file-styles):
4794         Bind inhibit-read-only to t, around the call to
4795         c-remove-any-local-eval-or-mode-variables, so that it works on a
4796         RO file.
4798         * progmodes/cc-defs.el (c-version): Update the version number to
4799         "5.31.4".
4801 2007-01-01  Richard Stallman  <rms@gnu.org>
4803         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4804         only if we restored isearch-window-configuration.
4806 2006-12-31  Romain Francoise  <romain@orebokech.com>
4808         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4810 2006-12-31  Kim F. Storm  <storm@cua.dk>
4812         * files.el (auto-mode-case-fold): New defcustom.
4813         (set-auto-mode): If non-nil, perform second case-sensitive pass
4814         through auto-mode-alist if first pass failed.
4816 2006-12-30  Richard Stallman  <rms@gnu.org>
4818         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4820 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4822         * allout.el (allout-encrypt-string): Handle symmetric-key
4823         passphrase caching but leave keypair caching to pgg.
4825 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4827         Sync with Tramp 2.0.55.
4829         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4830         `integerp'.  `char-equal' could fail else in case of negative
4831         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4832         (top): Check for `font-lock-add-keywords' before calling; it
4833         doesn't exist under XEmacs.
4834         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4835         (tramp-completion-mode): Remove clause (not
4836         tramp-unified-filenames), because the function is called in other
4837         context too, where this check results in wrong results in the
4838         XEmacs case on Windows.
4839         (tramp-touch): UTC handling is not possible for XEmacs.
4841 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4843         * scroll-bar.el (previous-scroll-bar-mode): New variable
4844         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4845         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4847         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4849 2006-12-30  Richard Stallman  <rms@gnu.org>
4851         * files.el (make-backup-file-name-1): Precompute abs name
4852         but don't lose the relative name.
4854         * international/mule-cmds.el (select-safe-coding-system-interactively):
4855         Fix message.
4857 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4859         * files.el (backup-buffer): Show entire backup file name in msg.
4861 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4863         * image.el (image-type-header-regexps, image-type-from-data)
4864         (image-type-from-buffer, image-type-from-file-header):
4865         Revert changes from 2006-12-26.
4866         (image-type-auto-detectable): New variable.
4867         (image-type-auto-detected-p): New function.
4869         * files.el (magic-mode-alist): Detect image files with
4870         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4872 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4874         * dired.el (dired-sort-other): Move test for dired-mode...
4875         (dired-sort-set-modeline): ...to here.
4877 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4879         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4880         change.  Suggested by Stefan Monnier.
4882 2006-12-29  Kim F. Storm  <storm@cua.dk>
4884         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4885         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4887 2006-12-27  Kim F. Storm  <storm@cua.dk>
4889         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4890         so it doesn't accidentally match an fsf.org mail address.
4891         (authors-renamed-files-alist): Add tcover-*.el.
4893 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4895         * vc-arch.el (vc-arch-find-version): New function.
4897         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4898         composed of arbitrary characters (even /) in some systems.
4900 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4902         * international/mule-cmds.el (select-safe-coding-system-interactively):
4903         Improve the message in the *Warning* buffer.
4905 2006-12-27  Kim F. Storm  <storm@cua.dk>
4907         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4908         current buffer, it is ok to be first.
4910 2006-12-27  Kenichi Handa  <handa@m17n.org>
4912         * international/mule-cmds.el (select-safe-coding-system-interactively):
4913         Use face `link' for problematic chars.
4915 2006-12-27  Kenichi Handa  <handa@m17n.org>
4917         * international/mule-cmds.el (select-safe-coding-system-interactively):
4918         Improve the message in *Warning* buffer.
4920 2006-12-27  Kim F. Storm  <storm@cua.dk>
4922         * ido.el (ido-set-matches-1): Never put current buffer first if
4923         there are other matches.
4925 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4927         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4928         expressions.
4929         (gdb-var-delete): Handle duplicate names.  Print message for non
4930         root expressions.
4931         (gdb-partial-output-name): Start buffer name with a space.
4932         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4933         buffer name.
4935 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4937         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4938         last footnote when `footnote-spaced-footnotes' is nil.
4940 2006-12-26  Richard Stallman  <rms@gnu.org>
4942         * cus-edit.el (custom-browse-sort-alphabetically)
4943         (custom-buffer-sort-alphabetically)
4944         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4946         * image.el (image-type-header-regexps): Change element format
4947         to include third item NOT-ALWAYS.
4948         (image-type-from-data): Handle new format.
4949         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4950         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4952 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4954         * add-log.el (add-log-current-defun): Call `forward-sexp'
4955         multiple times to pick a member function name defined as
4956         part of nested classes/namespaces.
4958 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4960         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4961         which keymap should be used to change menu.  It does not affect any
4962         existent code.
4964 2006-12-26  Richard Stallman  <rms@gnu.org>
4966         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4967         rather than for being in a minibuffer window.
4969 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4971         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4972         locale-coding-system.
4973         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4974         LF.
4976 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4978         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4979         (sql-mode-syntax-table): Disable double quoted strings.
4980         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4982 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4984         * startup.el (fancy-splash-last-input-event): New variable.
4985         (fancy-splash-special-event-action): New function.
4986         (fancy-splash-screens): Temporarily bind special events to it.
4987         Execute command for saved special event before exiting from
4988         recursive editing.
4990         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4991         New functions.
4992         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4993         Use mac-unread-string.
4995 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4997         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4998         an optimized comment regexp if `comment-start-skip' uses a ^.
4999         * bs.el (bs--up): Remove interactive spec.
5001 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5003         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5004         Suggested by James Cloos.
5006 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5008         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5009         in March.
5010         (calendar-dst-ends): Default to first Sunday in November.
5012 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
5014         * allout.el (allout-encrypt-string): Inhibit use of agent within
5015         body of let form where encryption happens.  Acknowledge non-use of
5016         gpg-agent in docstring.
5017         (allout-toggle-subtree-encryption): Acknowledge non-use of
5018         gpg-agent in docstring.
5020 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5022         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5024 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5026         * ediff-diff.el (ediff-diff-options): Clarify docstring.
5027         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5029         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5030         in hooks.
5031         (viper-add-newline-at-eob-if-necessary): Add newline only if we
5032         actually modify buffer; ignore errors if occur.
5034 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5036         * calendar/calendar.el (calendar-mode-map): Switch < and >.
5037         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5038         formatting.
5040 2006-12-23  Richard Stallman  <rms@gnu.org>
5042         * simple.el (delete-horizontal-space): Doc fix.
5044 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
5046         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5047         explicitly in a recursive Make, not implicitly through prerequisites,
5048         since the latter is wrong under parallel builds.
5050 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
5052         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5054 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5056         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5057         message string.
5059 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
5061         * outline.el (outline-next-visible-heading): Fix the case with a
5062         header at end-of-file with no final newline.
5064 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5066         * indent.el (tab-always-indent): Doc fix.
5068 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
5070         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5071         (Info-fontify-node): Do fontify indices.
5073         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5074         to the Emacs Lisp reference manual.
5075         (tutorial--tab-map): Remove.  All callers changed.
5076         (tutorial--find-changed-keys): New elt QUIET, used to...
5077         (tutorial--display-changes): ...ensure that warning messages are
5078         only issued once per changed key.
5079         (tutorial--remove-remarks): Delete unused code-path.
5080         (lang-strings): Remove extraneous formatting.
5081         (tutorial--save-tutorial): Prompt before saving tutorial state.
5083 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
5085         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
5086         Replace '?\ ' by '?\s' throughout.
5087         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
5088         `help' custom group.
5089         (tutorial--key-description): New function.
5090         (tutorial--display-changes): Remove redundant arg.  Scan for all
5091         key sequences to avoid false matches.  Cleanup.
5092         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5093         reduce homedir pollution.
5094         (help-with-tutorial): Call tutorial--display-changes with no arg.
5096 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
5098         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5100 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
5102         * net/tramp.el (tramp-default-method): We still need to check for
5103         `executable-find', because it is not bound under Emacs 20.
5104         (tramp-handle-file-name-completion)
5105         (tramp-completion-handle-file-name-completion): Handle optional
5106         parameter PREDICATE.
5107         (tramp-find-default-method): Add code for default values.
5109 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
5111         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5112         make gud-go send "continue".
5114 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
5116         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5117         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
5119 2006-12-19  Kim F. Storm  <storm@cua.dk>
5121         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5122         instead of global-map.
5124         * files.el (magic-mode-alist): Allow matching file type by
5125         calling a function at bob.  Check for image types by calling
5126         image-type-from-buffer.  Suggested by Juanma Barranquero.
5127         (set-auto-mode): Do it.
5129 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5131         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5132         Remove "ControlMaster" option from the other `scp*' methods.
5133         (tramp-default-method): Check for ssh-agent before setting to `scp'.
5135 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5137         * textmodes/org.el (org-mode): Show context after isearch.
5138         (org-show-siblings): New function.
5139         (org-show-context): Use `org-show-siblings'.
5141 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5143         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5144         Use syntax-ppss-toplevel-pos.
5146 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5148         * textmodes/org.el (org-current-line): Make sure that lines are
5149         counted from beginning of buffer.
5150         (org-table-copy-region, org-table-paste-rectangle): Make sure that
5151         lines are counted from beginning of buffer.
5153 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5155         * info.el (Info-build-node-completions): Signal error if tag-table
5156         marker is not found.
5158         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5160 2006-12-17  Alan Mackenzie  <acm@muc.de>
5162         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5163         speed) the case when open-paren-in-column-0-is-defun-start is nil.
5164         Based on code by Martin Rudalics.
5166         * progmodes/cc-mode.el (c-basic-common-init): Don't set
5167         open-paren-in-column-0-is-defun-start to nil any more.
5169 2006-12-17  Richard Stallman  <rms@gnu.org>
5171         * simple.el (delete-horizontal-space): Use prefix arg.
5173         * help-fns.el (describe-variable): Improve blank separator lines.
5175         * files.el (magic-mode-alist): Mark as risky.
5177         * files.el (make-backup-file-name-1):
5178         Expand backup-directory explicitly.
5180 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
5182         * net/tramp.el (tramp-default-method): Before setting to "pscp",
5183         check whether package password.el is loaded, or Pageant is running.
5185 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
5187         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5188         (icalendar--rris): First try Emacs, then XEmacs.
5189         (icalendar--convert-ical-to-diary): Doc fix.
5190         Insert newline at end of target file.
5192 2006-12-17  Kim F. Storm  <storm@cua.dk>
5194         * outline.el (outline-isearch-open-invisible-function): New defvar.
5195         (outline-flag-region): Use it if non-nil for isearch-open-invisible
5196         overlay property instead of outline-isearch-open-invisible.
5198 2006-12-16  Kim F. Storm  <storm@cua.dk>
5200         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5201         if ido-directory-too-big is set on entry.
5202         (ido-toggle-ignore, ido-completion-help): Print message while
5203         reading big directory.
5205 2006-12-15  Richard Stallman  <rms@gnu.org>
5207         * shell.el (shell): Doc fix.
5209 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5211         * emulation/edt.el (edt-xserver):
5212         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5213         to fix a problem on Cygwin.
5215         * emulation/edt.el
5216         * emulation/edt-mapper.el
5217         * emulation/edt-lk201.el
5218         * emulation/edt-pc.el
5219         * emulation/edt-vt100.el: Update maintainer's email address.
5221 2006-12-15  Simon Marshall  <simon@gnu.org>
5223         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5225 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5227         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5228         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5229         instead of mac-atsu-font-table.
5230         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5232 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
5234         * align.el (align-match-tex-pattern): Fix a rare bug which
5235         hanged Emacs.
5237 2006-12-14  Richard Stallman  <rms@gnu.org>
5239         * startup.el (use-fancy-splash-screens-p): Use frame-height
5240         instead of window-height.  Pass frame to image-size.
5242 2006-12-13  Kenichi Handa  <handa@m17n.org>
5244         * international/mule-cmds.el (set-locale-environment):
5245         Set default-sendmail-coding-system too.
5247 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5249         * progmodes/idlw-help.el: Fix copyright notice.
5251 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5253         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5255 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5257         * subr.el (unread-command-char): Reformat obsolescence info.
5259 2006-12-11  Richard Stallman  <rms@gnu.org>
5261         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5262         about calls to cl-struct-setf-expander.
5264 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5266         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5267         (ediff-combination-pattern): Fix typo in docstring.
5269         * textmodes/refer.el (refer-find-entry): Doc fix.
5270         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5271         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5272         Fix tipos in docstrings.
5274         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5276 2006-12-10  Kim F. Storm  <storm@cua.dk>
5278         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5279         instead of binding M-backspace.
5281 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5283         * replace.el (replace-match-data, replace-match-maybe-edit):
5284         * calc/calc-aent.el (calc-eval-error):
5285         * emulation/vi.el (vi-char-argument):
5286         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5287         (c-vsemi-status-unknown-p-fn): Doc fixes.
5289 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5291         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5292         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5294 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5296         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5298 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5300         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5302         * man.el (Man-xref-button-action): New function.  If the
5303         `Man-target-string' button property is a function, assume it
5304         accepts a position argument.
5305         (Man-abstract-xref-man-page): Use it.
5306         (Man-default-man-entry): New optional arg POS.
5308         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5309         symlink arrows read-only and non-rear-sticky.
5311 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5313         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5314         (wdired-search-and-rename): Simplify code.
5315         (wdired-preprocess-files, wdired-preprocess-perms): Make
5316         read-only property of preceding character rear-nonsticky to
5317         avoid that it can be modified.  Put old-name and old-link
5318         properties on character preceding name and replace
5319         put-text-property by add-text-properties.
5320         (wdired-get-filename, wdired-get-previous-link): Get old-name
5321         and old-link properties from character preceding name and
5322         simplify code.
5323         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5324         (wdired-perms-to-number): Make local-map property
5325         rear-nonsticky to avoid that text following permissions may be
5326         modified.  Use add-text-properties instead of put-text-property
5327         when changing a permission bit.
5328         (wdired-change-to-dired-mode): Remove stickiness properties.
5330 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5332         * international/mule-cmds.el (register-input-method): Doc fix.
5334 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5336         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5338 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5340         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5341         Force buffer local defs evaluation on local variables loading.
5342         (flyspell-mode-on, flyspell-mode-off): Use it in
5343         `hack-local-variables-hook'.
5345 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5347         * emacs-lisp/find-func.el (find-variable): Doc fix.
5349         * help-fns.el (variable-at-point): Doc fix.
5351         * w32-fns.el (w32-append-code-lines): New function.
5353 2006-12-09  Romain Francoise  <romain@orebokech.com>
5355         * comint.el (comint-insert-input): Delete obsolete comment.
5357 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5359         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5360         current frame, in case we're connected to several displays.
5362 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5364         * frame.el (other-frame): Doc fix.
5365         (set-frame-parameter): Fix typo in docstring.
5367 2006-12-07  Kim F. Storm  <storm@cua.dk>
5369         * info.el (Info-index): Strip leading colon from topic.
5371 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5373         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5374         to pointers.
5376 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5378         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5379         Trim out spurious class inheritance "None" entries.
5381 2006-12-05  Kim F. Storm  <storm@cua.dk>
5383         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5384         (cua-paste-pop): Rework last change for
5385         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5386         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5387         text inserted by the last M-y command.
5389 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5391         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5392         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5394         * shell.el (shell): Search the start file in ~/.emacs.d as
5395         `init_SHELLNAME.sh' instead.
5397 2006-12-05  Glenn Morris  <rgm@gnu.org>
5399         * progmodes/cperl-mode.el (cperl-mode)
5400         * progmodes/f90.el (f90-mode-abbrev-table)
5401         * progmodes/fortran.el (fortran-mode-abbrev-table)
5402         * progmodes/octave-mod.el (octave-abbrev-table)
5403         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5404         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5406         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5407         clear abbrev table, else saved abbrevs will not be restored.
5409 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5411         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5412         the call to `make-obsolete-variable', not in the docstring.
5414 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5416         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5418 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5420         * progmodes/ebnf-abn.el:
5421         * progmodes/ebnf-bnf.el:
5422         * progmodes/ebnf-dtd.el:
5423         * progmodes/ebnf-ebx.el:
5424         * progmodes/ebnf-iso.el:
5425         * progmodes/ebnf-otz.el:
5426         * progmodes/ebnf-yac.el:
5427         * progmodes/ebnf2ps.el:
5428         * delim-col.el:
5429         * printing.el:
5430         * ps-bdf.el:
5431         * ps-mule.el:
5432         * ps-print.el: Remove 'Time-stamp' comment mark.
5434         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5435         'easy-menu-add-item' when called in Emacs 21 or higher.
5437 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5439         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5440         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5442 2006-12-04  Kim F. Storm  <storm@cua.dk>
5444         * bindings.el (global-map): Bind [signal t] to ignore, to have
5445         user signals ignored by default.
5447 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5449         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5450         Unicode data file pointed to by `describe-char-unicodedata-file'.
5452 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5454         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5455         O(n^2) regexp-search by anchoring the search.
5457 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5459         * whitespace.el (whitespace-cleanup-internal): Use current
5460         argument for recursive call.
5462 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5464         * net/tramp.el (tramp-methods): Add "ControlPath" and
5465         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5466         Andreas Schwab <schwab@suse.de>.
5467         (tramp-do-copy-or-rename-file-out-of-band)
5468         (tramp-open-connection-rsh): Compute format spec for ?t.
5469         (tramp-process-actions): Trace command parameters.
5471 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5473         * simple.el (toggle-truncate-lines): Clarify doc string.
5475         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5476         (gdb-speedbar-expand-node): Use it.
5478 2006-12-04  Richard Stallman  <rms@gnu.org>
5480         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5482         * dired.el (dired-revert): Turn off dired-after-readin-hook
5483         around call to dired-readin.
5485         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5486         to echo area messages.
5487         <indicate-empty-lines, case-fold-search>:
5488         Add "globally" to Help string.
5489         <case-fold-search>: MESSAGE arg need not say "globally".
5490         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5492 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5494         * outline.el (outline-end-of-subtree): Don't leave an empty
5495         line hidden as we would a real next heading.
5497 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5499         * allout.el (allout-ascend): Add an optional argument to preserve
5500         original position of point when unsuccessful.  Also, fix a
5501         docstring error.
5502         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5503         work again, using allout-ascend's new option.
5504         (allout-setup-mode-map): Extract from allout-mode to initialize
5505         allout-mode-map.  Call it on file load, so the mode docstring
5506         substitutions work even if allout mode has not yet been invoked.
5507         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5508         customizations since the map was last processed.  Also, refine the
5509         docstring so it's ship-shape for release.
5510         (allout-default-layout, allout-beginning-of-line-cycles)
5511         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5512         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5513         (allout-version, allout-layout, allout-infer-body-reindent)
5514         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5515         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5516         (allout-previous-heading, allout-goto-prefix-doublechecked)
5517         (allout-current-bullet-pos, allout-next-sibling-leap)
5518         (allout-pre-command-business, allout-encrypted-type-prefix)
5519         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5520         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5521         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5522         (allout-old-expose-topic, allout-listify-exposed)
5523         (allout-process-exposed, allout-latex-verb-quote)
5524         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5525         (allout-toggle-current-subtree-encryption)
5526         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5527         Remove extraneous open-paren and close paren string escapes.
5529 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5531         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5532         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5533         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5534         Fix typos in docstrings.
5536 2006-12-03  Glenn Morris  <rgm@gnu.org>
5538         * progmodes/cc-align.el
5539         * progmodes/cc-awk.el
5540         * progmodes/cc-cmds.el
5541         * progmodes/cc-compat.el
5542         * progmodes/cc-defs.el
5543         * progmodes/cc-engine.el
5544         * progmodes/cc-langs.el
5545         * progmodes/cc-menus.el
5546         * progmodes/cc-mode.el
5547         * progmodes/cc-styles.el
5548         * progmodes/cc-vars.el
5549         * progmodes/vhdl-mode.el: Fix Copyright format.
5551 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5553         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5554         initial down event.
5556 2006-12-02  Kim F. Storm  <storm@cua.dk>
5558         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5559         (cua-repeat-replace-region): Make M-v more robust.
5560         (cua-paste-pop-rotate-temporarily): New defcustom.
5561         (cua-paste-pop): Use it.
5562         (cua-auto-mark-last-change): New defcustom.
5563         (cua-pop-to-last-change): New helper function.
5564         (cua-set-mark): Use them.
5566 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5568         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5569         mini-buffer message.
5571 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5573         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5575 2006-12-01  Ben North  <ben@redfrontdoor.org>
5577         * paren.el: Fix the highlight overlay extension when the user types a
5578         sequence of char very fast just before the open parenthesis.
5580 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5582         * ps-mule.el: Eliminate Emacs 20 compatibility.
5584         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5585         (ps-print-version): New version 6.7.
5586         (ps-print-quote): Replace '?\ ' by '?\s'.
5588 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5590         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5591         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5592         (hexl-end-of-1k-page): Doc fixes.
5593         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5594         Fix typos in docstrings.
5596 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5598         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5599         locally, i.e. without using file name handlers.
5600         (ido-read-internal): Allow mono letter host names, avoiding the
5601         `c:' problem by testing if the file exists locally.
5602         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5604 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5606         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5607         to avoid bytecomp warnings.
5608         (hexl-mode-old-ruler-function): New variable.
5609         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5610         and `hl-line-range-function' after `require' hl-line.
5611         Then bind `hl-line-range-function' and `hl-line-face'.
5612         Don't require frame.  Don't use `with-no-warnings'.
5613         (hexl-activate-ruler): Store the original value of
5614         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5615         (hexl-mode-exit): Restore the original value of
5616         `ruler-mode-ruler-function'.
5618 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5620         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5621         (hexl-mode-old-hl-line-face): New variable.
5622         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5623         line when exit from the hexl-mode.
5625 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5627         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5628         Doc fixes.
5630         * international/fontset.el (create-fontset-from-ascii-font)
5631         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5632         (fontset-name-p): Fix typo in docstring.
5634         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5636 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5638         * ps-bdf.el: Fix maintainer email.
5640         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5641         compatibility.
5643         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5644         21 compatibility.
5645         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5646         Emacs 20 & 21.
5648 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5650         * progmodes/idlwave.el (idlwave-auto-fill):
5651         Remove paragraph-start let to prevent auto-fill giving up.
5653 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5655         * vt100-led.el (led-state): Fix typo in previous change.
5657 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5659         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5660         Fix interactive spec of the functions getting defined to make them
5661         work as documented.
5663 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5665         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5667 2006-11-28  Kim F. Storm  <storm@cua.dk>
5669         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5670         icomplete-mode is enabled.
5672 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5674         * textmodes/org.el (require): Require gnus-sum during compilation
5675         to avoid problem with a macro call.
5677 2006-11-28  Glenn Morris  <rgm@gnu.org>
5679         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5681         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5682         (fortran-window-create-momentarily): Do not need string-to-char.
5684 2006-11-28  Richard Stallman  <rms@gnu.org>
5686         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5687         Replace incorrect use of assoc-default with a loop.
5689         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5691         * simple.el (next-error-find-buffer): Improve messages.
5693         * files.el (revert-buffer): Special error message if file
5694         is now not readable.
5696         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5697         constructed commands.
5699         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5700         in INSIDE_EMACS.
5702 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5706         * server.el: Remove spurious * in docstrings.
5707         (server-process-filter): Exit from recursive editing before processing
5708         a new request.
5710 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5712         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5713         line so hidden blocks will be correctly identified.
5715 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5717         * ledit.el (ledit-save-defun, ledit-mode):
5718         * resume.el (resume-emacs-args-buffer):
5719         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5720         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5721         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5722         (command-send-input, command-kill-line):
5723         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5725         * autoarg.el (autoarg-kp-mode): Doc fix.
5727         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5728         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5729         (check-emacs-lock): Doc fix.  Simplify.
5731         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5732         (iimage-mode-buffer): Fix typos in docstring.
5734         * misc.el (zap-up-to-char): Doc fix.
5736         * time-stamp.el: Fix comment and obsolescence string for old
5737         functions.  Use `dolist' instead of `while'.
5739         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5741         * disp-table.el (standard-display-8bit, standard-display-default):
5742         * ebuff-menu.el (electric-buffer-list):
5743         * ehelp.el (electric-help-command-loop):
5744         * font-core.el (font-lock-mode):
5745         * help-macro.el (make-help-screen):
5746         * help.el (describe-minor-mode-completion-table-for-indicator)
5747         (lookup-minor-mode-from-indicator):
5748         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5749         * info-look.el (info-lookup-guess-custom-symbol):
5750         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5751         * longlines.el (longlines-wrap-line):
5752         * macros.el (insert-kbd-macro):
5753         * menu-bar.el (menu-bar-update-buffers):
5754         * misc.el (copy-from-above-command):
5755         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5756         * newcomment.el (comment-indent):
5757         * novice.el (disabled-command-function):
5758         * sort.el (sort-fields-syntax-table):
5759         * subr.el (momentary-string-display):
5760         * tar-mode.el (tar-header-block-summarize)
5761         (tar-clear-modification-flags):
5762         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5763         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5764         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5765         (te-delete-char, te-down-vertically-or-scroll):
5766         * time-stamp.el (time-stamp-string-preprocess):
5767         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5769 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5771         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5772         in GUD mode.
5774         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5775         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5777 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5779         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5781 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5783         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5784         (ada-compile-goto-error): Adapt to new argument profile of
5785         compilation-goto-locus in Emacs 22.  Don't check if the various
5786         compile functions are defined; we already do "(require 'compile)".
5788 2006-11-26  Kim F. Storm  <storm@cua.dk>
5790         * kmacro.el: Fix commentary.
5792 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5794         * progmodes/gud.el (gdb): Explain how to run in text command mode
5795         more clearly.  Say in error message that multiple debugging
5796         requires restarting GDB.
5798 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5800         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5802 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5804         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5805         (flymake-popup-menu): Use it instead of posn-at-point.
5807 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5809         * progmodes/cc-vars.el (c-backslash-column):
5810         Mention c-backslash-max-column in documentation for c-backslash-column.
5812 2006-11-24  Lars Hansen  <larsh@soem.dk>
5814         * net/tramp.el (tramp-default-method): Under Windows, change from
5815         plink to pscp.
5816         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5817         (tramp-actions-copy-out-of-band):
5818         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5819         (tramp-action-out-of-band): Move "Permission denied" handling to
5820         tramp-action-copy-failed.
5821         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5822         process buffer.
5824 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5827         strings to a single string.  Quote `errors-file-name'.
5828         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5829         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5830         Adjust calls.  Use `shell-quote-argument'.
5832         * international/mule.el (load-with-code-conversion)
5833         (with-category-table): Use with-current-buffer.
5834         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5836 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5838         * mail/smtpmail.el (smtpmail-send-it):
5839         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5840         MIME header for the message encoding.
5841         Bind coding-system-for-write around the call to mail-do-fcc.
5842         Use smtpmail-code-conv-from to encode queued mail messages.
5844 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5846         * tabify.el (tabify-regexp): Doc fix.
5848         * net/rcirc.el (rcirc-buffer-maximum-lines):
5849         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5851         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5852         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5853         Fix typos in output messages.
5854         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5856 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5858         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5859         the horse's mouth.
5860         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5862 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5864         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5865         Remove condition-case.
5867 2006-11-23  Glenn Morris  <rgm@gnu.org>
5869         * progmodes/f90.el (f90-comment-indent): Do not move point in
5870         default case.
5872 2006-11-21  Romain Francoise  <romain@orebokech.com>
5874         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5875         from library name (reverts change of 2005-10-25).
5877 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5879         * tutorial.el (tutorial--default-keys): Add newline and
5880         delete-backward-char bindings.
5881         (tutorial--detailed-help): Save excursion when finding keys.
5882         Correct warning string for M-x FOO case.
5883         (tutorial--display-changes): Print special keys in tutorial style.
5884         Tweak search regexp for changed keys.
5886 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5888         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5889         redundant scheme.
5891 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5893         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5894         are new to the list at IANA.  Also added irc, mms, mmsh.
5896 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5898         * progmodes/idlw-help.el (idlwave-html-help-location):
5899         Fail gracefully for missing help packages.
5900         (idlwave-help-assistant-open-link): Open full links.
5901         (idlwave-help-assistant-help-with-topic): Direct help link.
5903         * progmodes/idlwave.el (idlwave-mode):
5904         Set add-log-current-defun-function.
5905         (idlwave-current-routine-fullname): Add, to support add-log.
5906         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5907         to reflect improvements to xml-parse-file.
5908         (idlwave-mode-menu-def): New binding for help-with-topic.
5910         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5911         Handle extra newlines and spaces.
5912         (idlwave-shell-mode-map): Add help-with-topic.
5914 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5916         * tutorial.el (tutorial-warning-face): New face.
5917         (tutorial--detailed-help, tutorial--display-changes): Use it.
5918         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5919         Improve search pattern for occurrences of changed keys.
5921 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5923         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5924         (x-select-text): Set it.
5925         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5926         when checking for newness.
5928 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5930         * subr.el (posn-image):
5931         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5933         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5935 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5937         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5938         Exceptions to the rule "add a space between an identifier and an
5939         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5940         (glasses-parenthesis-exception-p): New.  Check if the region is an
5941         exception regarding to that.
5942         (glasses-make-readable): Use it.
5943         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5944         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5946 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5948         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5950 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5952         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5954         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5955         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5957 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5959         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5960         conditions for function or variable bindings.
5962         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5964         * progmodes/compile.el (compilation-start): Ditto.
5966 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5968         * net/tramp.el (top): cl and custom are always required.
5970 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5972         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5973         cut-buffers with next-selection-coding-system if not nil.
5975 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5977         * textmodes/org.el (org-fix-decoded-time): New function.
5978         (org-display-custom-time): Use `org-fix-decoded-time'.
5980 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5982         * menu-bar.el (menu-bar-games-menu): Remove yow.
5984 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5986         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5987         (org-detach-overlay): Rename from `org-detatch-overlay'.
5988         (org-table-convert-region): Insert space after column separator.
5989         (org-agenda-kill): New command.
5990         (org-metaleft): Call `org-outdent-item' on bullets.
5991         (org-metaright): Call `org-indent-item' on bullets.
5992         (org-timestamp-change): Set `org-last-changed-timestamp'.
5993         (org-current-line): Make sure (bolp) returns correct result.
5994         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5996 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6000 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6002         * mouse.el (global-map): Change 2006-08-16 fix to call
6003         mouse-yank-at-click explicitly, since mouse events are not carried
6004         over into keyboard macros.
6006 2006-11-16  Kim F. Storm  <storm@cua.dk>
6008         * ido.el (ido-file-internal): Use current buffer's file name as default
6009         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
6011 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
6013         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6014         (allout-inhibit-aberrance-doublecheck): Rename from
6015         allout-during-yank-processing.  All callers changed.
6016         (allout-ascend): Provide for unusual case where some topic after
6017         the first in file is at lower depth than the first.
6018         (allout-shift-in): Ensure the offspring of the new containing
6019         topic are exposed.
6020         (allout-encrypt-string): Preserve the coding-system of the text,
6021         according to that of the containing buffer.
6022         (allout-toggle-subtree-encryption): When the text being encrypted
6023         requires a different coding system, offer to preserve the coding
6024         system using a file local var.
6026 2006-11-15  Simon Marshall  <simon@gnu.org>
6028         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6029         to recognise "T t()" as a function declaration, rather than a
6030         variable instantiation, iff at the top-level or inside a class
6031         declaration.  Suggested by Feng Li <fengli@gmail.com>.
6033 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6035         * progmodes/ada-xref.el (ada-parse-prj-file):
6036         Don't delete project buffer; user may want to edit it.
6037         (ada-xref-set-project-field, ada-xref-current-project-file)
6038         (ada-xref-current-project, ada-show-current-project)
6039         (ada-set-main-compile-application): New functions.
6040         (ada-xref-get-project-field, ada-require-project-file):
6041         Normalize use of ada-prj-default-project-file.
6042         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6043         Normalize use of ada-require-project-file.
6044         (ada-prj-find-prj-file): Improve doc string, comments.
6046         * progmodes/ada-mode.el (ada-mode-version): Bump version.
6047         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6048         (ada-create-menu): Add ada-set-main-compile-application,
6049         ada-show-current-main, ada-show-current-project.
6051 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6053         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6054         (inferior-python-mode): Use it.
6056 2006-11-14  Andreas Schwab  <schwab@suse.de>
6058         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6060 2006-11-13  Kim F. Storm  <storm@cua.dk>
6062         * ido.el (ido-copy-current-word): C-o copies region if active.
6064 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6066         * textmodes/org.el (org-emph-face): Fix typo in variable name.
6068 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
6070         * ediff.el (ediff-revision):
6071         * files.el (set-visited-file-name):
6072         * mail/rmailout.el (rmail-output-body-to-file):
6073         Use `format', not `message', in `y-or-n-p' call.
6075 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6077         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6078         (org-metaright): Call `org-indent-item' on bullets.
6079         (org-timestamp-change): Set `org-last-changed-timestamp'.
6080         (org-current-line): Make sure (bolp) returns correct result.
6081         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6083 2006-11-12  Richard Stallman  <rms@gnu.org>
6085         * language/european.el (turkish-case-conversion-enable)
6086         (turkish-case-conversion-disable): New functions.
6087         ("Turkish" lang env): Use them.
6089         * international/characters.el (case table):
6090         Do nothing special for i and I.
6092         * subr.el (remove-overlays): Fix last change.
6094         * cus-edit.el (custom-save-all): Use find-file-visit-truename
6095         for visiting the custom file.
6097 2006-11-12  Markus Triska  <triska@gmx.at>
6099         * play/handwrite.el (handwrite): Also process lines not ending
6100         with newline.  Replace some position-fiddling with different
6101         logic.  Improve performance.
6103 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
6105         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6106         replacing deleted variable `ada-check-switch'.
6107         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6108         (ada-xref-project-files): Improve doc string.
6109         (ada-find-executable): New function.
6110         (ada-initialize-runtime-library): Use `ada-find-executable'.
6111         (ada-xref-set-default-prj-values): In compile commands, don't need
6112         `ada-cd-command'; `compile' does that more portably.
6113         Use ada-prj-default-check-cmd.
6114         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6115         properties if not specified in project file.
6116         (ada-goto-declaration): Display useful message for new error
6117         'error-file-not-found.
6118         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6119         'error-file-not-found.
6120         (ada-get-all-references): Match latest ali syntax.  Signal new
6121         error 'error-file-not-found.
6122         (ada-find-in-ali): Match latest ali syntax.
6123         (ada-make-filename-from-adaname): Handle different semantics of
6124         gnatkr in GNAT 3.15p vs later.
6126         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6127         ada-procedure-start-regexp.
6128         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6130         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6131         with defvar.
6132         (ada-language-version): Rename ada05 -> ada2005.
6133         (ada-align-region-separate): Add `eval-when-compile'.
6134         (ada-name-regexp): Remove unneeded escapes in regexp character
6135         alternative.
6136         (ada-compile-goto-error-file-linenr-re): New constant.
6137         (ada-matching-start-re): Handle additional cases `declare',
6138         `procedure', `function'.
6139         (ada-compile-goto-error): Handle "... at line nn".
6140         (ada-mode): Clearer syntax, comments for ff-special-constructs.
6141         Delete support for old versions of `align'.
6142         (ada-search-prev-end-stmt): Handle additional keyword `private'.
6143         (ada-check-defun-name): Simplify handling of `declare'.
6144         (ada-goto-matching-start): Handle nested `begin ... end'.
6145         Handle `declare', `protected', `procedure', `function'.
6146         (ada-create-menu): Presence of arm95 is not conditional on using
6147         GNAT compiler.
6149 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
6151         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6152         nil in the *RE-Builder* buffer (it causes spurious error messages).
6154         * server.el (server-visit-files): If `minibuffer-auto-raise' has
6155         been set to t, respect it.
6157 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
6159         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6160         Delete commented out code for old Emacs versions.  Autoloading of
6161         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6162         (ada-mode-version): Bump version number.
6163         (ada-95-string-keywords, ada-2005-string-keywords)
6164         (ada-2005-keywords, ada-name-regexp): New constant.
6165         (ada-language-version, ada-procedure-start-regexp, ada-mode)
6166         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6167         (ada-package-start-regexp): Support private packages, include package
6168         name (for ada-set-point-accordingly).
6169         (ada-next-procedure, ada-previous-procedure)
6170         (ada-which-function-are-we-in): Match changes to
6171         ada-procedure-start-regexp.
6172         (ada-make-body): Make non-interactive; not a user function.
6173         (ada-make-subprogram-body): Improve doc string.
6175 2006-11-11  Romain Francoise  <romain@orebokech.com>
6177         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6178         `compilation-error-regexp-alist' buffer-local, since we changed
6179         `compilation-error-regexp-alist-alist' locally.
6181 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
6183         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6184         to the value of `server-raise-frame'.
6186 2006-11-11  Glenn Morris  <rgm@gnu.org>
6188         * ido.el (ido-enable-prefix)
6189         * ses.el (ses-call-printer-return)
6190         * net/tramp.el (tramp-unified-filenames)
6191         * progmodes/cc-align.el (c-lineup-string-cont)
6192         * progmodes/compile.el (compilation-directory-matcher)
6193         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6194         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6195         (vhdl-clock-rising-edge)
6196         * textmodes/org.el (org-export-with-timestamps)
6197         (org-export-remove-timestamps-from-toc)
6198         (org-export-with-tags): Improve previous doc fixes.
6200 2006-11-11  Richard Stallman  <rms@gnu.org>
6202         * textmodes/flyspell.el (flyspell-mode-map):
6203         Bind C-c $ instead of M-RET.
6205 2006-11-10  Simon Marshall  <simon@gnu.org>
6207         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6208         fontification for "case" and "default" keywords.
6210 2006-11-10  Andreas Schwab  <schwab@suse.de>
6212         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6213         Avoid starting sentence with "nil".
6215 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6217         * server.el (server-raise-frame): New option.
6218         (server-switch-buffer): Use it.
6220 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
6222         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6223         with a capital.
6225 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6227         * textmodes/org.el (org-show-hierarchy-above)
6228         (org-show-following-heading): Fix typo in default value.
6229         (org-scan-tags): Make the search case-sensitive.
6230         (org-tags-sparse-tree): Don't overrule
6231         `org-show-following-heading' and `org-show-hierarchy-above'.
6232         (org-reveal): New command.
6233         (org-show-context): Rename from `org-show-hierarchy-above'.
6234         (org-fast-tag-selection-single-key): New option.
6235         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6236         (org-tags-overlay): New variable.
6237         (org-agenda-todo-ignore-deadlines): New option.
6238         ("session"): Add circular data structure `org-mark-ring' to
6239         exceptions list in session.el.
6240         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6241         New options.
6242         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6243         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6244         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6245         (org-finalize-agenda): Activate bracket links in agenda.
6246         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6247         INACTIVE-OK.
6248         (org-show-hierarchy-above, org-show-following-heading):
6249         List values allowed for fine-tuned configuration.
6250         (org-show-hierarchy-above): New argument CONTEXT, use the
6251         fine-tuned settings in `org-show-hierarchy-above' and
6252         `org-show-following-heading'.
6253         (org-display-custom-time): New function.
6254         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6255         (org-display-custom-times, org-time-stamp-custom-formats):
6256         (org-maybe-intangible): New macro.
6257         (org-activate-bracket-links, org-hide-wide-columns):
6258         Use `org-maybe-intangible'.
6259         (org-open-file): Use `shell-quote-argument'.
6260         (org-display-internal-link-with-indirect-buffer): New option.
6261         (org-file-remote-p): Get regexp from list.
6262         (org-link-expand-abbrev): New function.
6263         (org-link-abbrev-alist): New option.
6264         (org-open-at-point, org-cleaned-string-for-export):
6265         Call `org-link-expand-abbrev'.
6266         (org-timeline, org-agenda-list, org-todo-list)
6267         (org-tags-view): Remove the KEEP-MODES argument.
6268         (org-finalize-agenda-hook): New hook.
6269         (org-get-alist-option): New function.
6270         (org-follow-timestamp-link): New function.
6271         (org-open-at-point): Call `org-follow-timestamp-link'.
6272         (org-log-note-marker, org-log-note-purpose)
6273         (org-log-note-window-configuration): New variables.
6274         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6275         (org-log-note-headings): New option.
6276         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6277         (org-store-link): Support for dired-mode.
6278         (org-open-file): Substitute environment variables into filename.
6279         (org-last): New defsubst.
6280         (org-agenda-re-align-tags): New function.
6281         (org-agenda-align-tags-to-column): New option.
6282         (org-agenda-timeline): Group removed.
6283         (org-prepare-agenda, org-prepare-agenda-buffers)
6284         (org-run-agenda-series, org-timeline, org-agenda-list)
6285         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6286         the text property inticating the agenda type.
6287         (org-agenda-post-command-hook): Get agenda type from text property
6288         at point.
6289         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6290         and obey `org-agenda-overriding-arguments'.
6291         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6292         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6293         (org-agenda-week-view, org-agenda-day-view):
6294         Use `org-agenda-overriding-arguments' to make updating work with
6295         multi-block agendas.
6296         (org-agenda-prefix-format): Allow different formats for the
6297         different agenda entry types.
6298         (org-timeline-prefix-format): Option removed, use
6299         `org-agenda-prefix-format' instead.
6300         (org-prepare-agenda): New function.
6301         (org-select-timeline-window): Option removed, use
6302         `org-select-agenda-window' instead.
6303         (org-respect-restriction): Variable removed.
6304         (org-cmp-tag): New function.
6305         (org-agenda-sorting-strategy, org-entries-lessp):
6306         Implement sorting by last tag.
6307         (org-complete): Better completion in in-buffer option lines.
6308         (org-in-item-p): New function.
6309         (org-org-menu): Add entries for checkboxes.
6310         (org-cycle): Extra brouping in outline-regexp, because it is used
6311         in a search with "^" prepended.
6312         (org-provide-checkbox-statistics): New option.
6313         (org-set-font-lock-defaults): Highlight checkbox statistics.
6314         (org-update-checkbox-count-maybe)
6315         (org-get-checkbox-statistics-face): New functions.
6316         (org-update-checkbox-count): New command.
6317         (org-insert-item, org-toggle-checkbox):
6318         Call `org-update-checkbox-count-maybe'.
6319         (org-export-as-html): XEmacs compatibility for coding system.
6320         (org-force-cycle-archived): New command.
6321         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6322         overrules cycling.
6323         (org-fix-position-after-promote): If the line contains only a todo
6324         keyword, add a final space.
6325         (org-promote-subtree, org-demote-subtree):
6326         Call `org-fix-position-after-promote'.
6328 2006-11-10  Glenn Morris  <rgm@gnu.org>
6330         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6331         date in every year.
6332         (calendar-dst-check-each-year-flag): New customizable variable.
6333         (calendar-dst-find-data): New function, extracted from
6334         calendar-current-time-zone.
6335         (calendar-current-time-zone): Use calendar-dst-find-data.
6336         (calendar-dst-transition-cache): New variable.
6337         (calendar-dst-find-startend, calendar-dst-starts)
6338         (calendar-dst-ends): New functions.
6339         (calendar-daylight-savings-starts)
6340         (calendar-daylight-savings-ends): Change value to use
6341         calendar-dst-starts, calendar-dst-ends; respectively.
6343         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6345         * ido.el (ido-enable-prefix)
6346         * ses.el (ses-call-printer-return)
6347         * net/tramp.el (tramp-unified-filenames)
6348         * progmodes/cc-align.el (c-lineup-string-cont)
6349         * progmodes/compile.el (compilation-directory-matcher)
6350         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6351         * progmodes/gdb-ui.el (gdb-many-windows)
6352         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6353         (vhdl-clock-rising-edge)
6354         * textmodes/org.el (org-export-with-timestamps)
6355         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6356         (org-read-date): Doc fix (Nil -> nil).
6358 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6360         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6361         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6363 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6365         * bs.el (bs--window-for-buffer): Remove.
6366         (bs--show-with-configuration): Use `get-window-with-predicate'
6367         instead of `bs--window-for-buffer'.
6369 2006-11-10  Kenichi Handa  <handa@m17n.org>
6371         * files.el (revert-buffer): Fix previous change.
6373 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6375         * bs.el (bs--redisplay): Fix typo in docstring.
6376         (bs--window-config-coming-from): Make frame-local.
6377         (bs--restore-window-config): New function.
6378         (bs-kill, bs-select, bs-select-other-window)
6379         (bs-select-other-frame): Use it.
6380         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6381         (bs--show-with-configuration): Save the window configuration as a
6382         frame local var, and only if *buffer-selection* is not already
6383         visible on this frame.
6385 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6387         * vc-svn.el (vc-svn-admin-directory): New var.
6388         (vc-svn-registered, vc-svn-responsible-p)
6389         (vc-svn-repository-hostname): Use it.
6390         Suggested by arit93@yahoo.com.
6392 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6394         * ldefs-boot.el: Regenerate.
6396 2006-11-08  Alan Mackenzie  <acm@muc.de>
6398         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6399         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6400         for least nested open-paren.
6402 2006-11-08  Romain Francoise  <romain@orebokech.com>
6404         * subr.el (remove-overlays): Fix typo in last change.
6406 2006-11-08  Richard Stallman  <rms@gnu.org>
6408         * subr.el (remove-overlays): Call overlay-recenter.
6410 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6412         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6413         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6414         behaviour.
6415         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6416         directly.
6418 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6420         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6421         (ido-max-dir-file-cache, ido-decorations)
6422         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6423         (ido-magic-backward-char, ido-enter-dired)
6424         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6425         (ido-list-directory, ido-first-match, ido-only-match)
6426         (ido-subdir, ido-indicator): Fix typos in docstrings.
6427         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6428         (ido-read-internal): Fix typo in error message.
6430 2006-11-08  Kenichi Handa  <handa@m17n.org>
6432         * international/mule-cmds.el (set-default-coding-systems):
6433         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6435 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6437         * makefile.w32-in (setwins): Remove.
6438         (WINS_ALMOST): New macro.
6439         (WINS): Use it.
6440         (autoloads): Don't extract autoloads from files in obsolete/.
6442 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6444         * whitespace.el (whitespace-buffer): Call remove-overlays after
6445         overlay-recenter for performance.  Suggested by Martin Rudalics.
6447 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6449         * net/tramp.el (tramp-default-method): scp is the default method.
6451 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6453         * server.el (server-start): Save also the Emacs pid in the server file.
6455 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6457         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6458         point when displaying a bibtex cross reference in the echo area.
6460 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6462         * international/mule.el (make-char): Fix typo in docstring.
6463         (load-with-code-conversion, charsetp): Doc fixes.
6465         * international/ja-dic-cnv.el (skkdic-convert):
6466         * cus-edit.el (hook): Fix typo in docstring.
6468 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6470         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6471         (custom-mode-link-map): New variable.
6472         (custom-group-link, custom-manual): Use follow-link.
6474 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6476         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6477         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6479 2006-11-06  Richard Stallman  <rms@gnu.org>
6481         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6482         New function broken out of flyspell-correct-word.
6483         (flyspell-mode-map): Bind it to M-RET.
6484         (flyspell-correct-word): Call it.
6486         * textmodes/fill.el (fill-minibuffer-function): New function.
6487         (fill-paragraph): Bind fill-paragraph-function to
6488         fill-minibuffer-function.
6490         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6491         so that they aren't undefined.
6493         * dired.el (dired-readin): Locally bind file-name-coding-system.
6495         * bindings.el: Shorten and clarify usual mode line mouse help string.
6497         * Makefile.in (autoloads): Don't include `obsolete'.
6499 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6501         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6502         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6503         Printing menu if it's not initialized.
6504         (pr-menu-bind): Act on menu-bar-file-menu directly.
6506 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6508         * help.el (view-emacs-news): Fix typo in error message.
6510         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6512         * shadowfile.el (shadow-define-regexp-group)
6513         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6514         (shadow-read-files): Fix typo in message.
6515         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6516         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6517         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6518         (shadow-file-match): Fix typos in docstrings.
6520         * terminal.el (terminal-emulator): Fix typo in message.
6522         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6524         * emacs-lisp/lselect.el (x-kill-primary-selection)
6525         (x-delete-primary-selection, x-copy-primary-selection):
6526         Fix typos in error messages.
6528         * emulation/edt-mapper.el: Fix typo in interactive message.
6530         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6532         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6533         (ispell-help): Fix typos in docstrings.
6534         (ispell-help): Fix typo in output message.
6536         * allout.el (allout-adjust-file-variable)
6537         (allout-passphrase-verifier-string)
6538         (allout-passphrase-hint-string)
6539         (allout-toggle-current-subtree-encryption):
6540         * apropos.el (apropos-synonyms):
6541         * cus-edit.el (hook):
6542         * emacs-lock.el (emacs-lock-from-exiting):
6543         * follow.el (follow-avoid-tail-recenter-p):
6544         * hexl.el (hexl-mode):
6545         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6546         * mouse.el (mouse-set-font):
6547         * resume.el (resume-emacs-args-file):
6548         * rfn-eshadow.el (file-name-shadow-tty-properties):
6549         * t-mouse.el (t-mouse-process, t-mouse-mode):
6550         * emacs-lisp/cust-print.el (custom-print-install)
6551         (custom-print-uninstall, custom-format):
6552         * emacs-lisp/shadow.el (list-load-path-shadows):
6553         * emulation/tpu-edt.el (tpu-help-text)
6554         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6555         (tpu-reset-control-keys):
6556         * emulation/vip.el (vip-emacs-local-map)
6557         (vip-change-mode-to-emacs):
6558         * emulation/viper.el (viper-mode, viper-set-hooks)
6559         (viper-major-mode-modifier-list):
6560         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6561         * emulation/viper-keym.el (viper-emacs-kbd-map)
6562         (viper-toggle-key):
6563         * mail/feedmail.el (feedmail-queue-reminder)
6564         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6565         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6566         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6567         (feedmail-sender-line, feedmail-force-binary-write)
6568         (feedmail-from-line, feedmail-deduce-envelope-from)
6569         (feedmail-x-mailer-line, feedmail-message-id-generator)
6570         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6571         (feedmail-enable-spray, feedmail-spray-this-address)
6572         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6573         (feedmail-queue-runner-confirm-global)
6574         (feedmail-ask-before-queue-prompt)
6575         (feedmail-ask-before-queue-reprompt)
6576         (feedmail-prompt-before-queue-standard-alist)
6577         (feedmail-prompt-before-queue-user-alist)
6578         (feedmail-prompt-before-queue-help-supplement)
6579         (feedmail-queue-use-send-time-for-message-id)
6580         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6581         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6582         (feedmail-mail-send-hook-queued)
6583         (feedmail-confirm-addresses-hook-example)
6584         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6585         (feedmail-queue-runner-mode-setter)
6586         (feedmail-queue-alternative-mail-header-separator)
6587         (feedmail-queue-runner-message-sender)
6588         (feedmail-buffer-eating-function, feedmail-binmail-template)
6589         (feedmail-run-the-queue-no-prompts)
6590         (feedmail-run-the-queue-global-prompt)
6591         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6592         (feedmail-envelope-deducer, feedmail-fiddle-date)
6593         (feedmail-default-message-id-generator)
6594         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6595         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6596         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6597         (vms-pmail-setup):
6598         * play/dunnet.el (dun-help):
6599         * play/handwrite.el (handwrite):
6600         * play/hanoi.el (hanoi-unix-64):
6601         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6602         * textmodes/enriched.el (fixed):
6603         * textmodes/org.el (org-file-apps)
6604         (org-emphasis-regexp-components, org-emphasis-alist):
6605         * textmodes/texinfmt.el (batch-texinfo-format):
6606         Fix typos in docstrings.
6608 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6610         * loadhist.el (read-feature): Don't complete features not loaded
6611         from a file (which make `unload-feature' to fail).
6613 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6615         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6617 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6619         * startup.el (command-line-1): Kill emacs if the last frame is
6620         deleted while evaluating the command-line arguments.
6622 2006-11-05  Richard Stallman  <rms@gnu.org>
6624         * startup.el (init-file-had-error): Add doc string.
6625         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6626         Use fixed-width font for keyboard key descriptions.
6628         * cus-edit.el (custom-save-all): Error if saving in .emacs
6629         and it had an error when loaded.
6631         * dired-aux.el (dired-copy-file-recursive): Catch errors
6632         from recursive copies in the loop, around the recursive call.
6634 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6636         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6637         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6638         `/proc/acpi/thermal_zone/*'.
6639         (battery-search-for-one-match-in-files): New.  Search a regexp in
6640         the content of some files.
6642 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6644         * window.el (mouse-autoselect-window-now): Remove variable.
6645         (mouse-autoselect-window-state): New variable.
6646         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6647         (mouse-autoselect-window-select, handle-select-window):
6648         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6649         Suspend delayed autoselection during menu or popup dialog.
6651         * info-look.el (info-lookup-guess-custom-symbol): New function
6652         for retrieving symbol at point in custom buffers.
6653         (top level) <info-lookup-maybe-add-help>: Add backquote and
6654         comma to ignored characters in regexps of help specifications
6655         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6656         looking up symbols in `...' and after a comma.  Add help
6657         specifications for custom-mode and help-mode.
6659 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6661         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6662         Don't encode body if RAW is non-nil, or if the old encoding is
6663         identical to the new encoding, or if the body contains only
6664         eight-bit-* characters.
6666 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6668         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6669         (faces-sample-overlay): Remove variable.
6670         (describe-face): Insert sample text in the face being described.
6672 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6674         * whitespace.el (whitespace-indent-regexp): Make this match any
6675         multiples of eight spaces near the beginning of a line.
6676         (whitespace-buffer): Use `remove-overlays' instead of
6677         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6678         speed up overlay handling.
6679         (whitespace-buffer-leading, whitespace-buffer-trailing):
6680         Make these functions highlight the text removed by
6681         `whitespace-buffer-leading-cleanup' and
6682         `whitespace-buffer-trailing-cleanup' respectively.
6683         (whitespace-buffer-search): Use `with-local-quit'.
6684         Move `format' out of loop to speed up scanning larger buffers.
6685         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6686         that function is never added to a hook.
6687         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6688         (whitespace-buffer-leading-cleanup)
6689         (whitespace-refresh-rescan-list): Fix docstrings.
6691 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6693         * allout.el (allout-during-yank-processing): Cue for inhibiting
6694         aberrance processing during yanks.
6695         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6696         the amount of yanked topics that can be aberrant.
6697         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6698         a function, and supplement with inihibition of doublechecking
6699         during yanks.
6700         (allout-beginning-of-line, allout-next-heading)
6701         (allout-previous-heading, allout-goto-prefix-doublechecked)
6702         (allout-back-to-current-heading, allout-next-visible-heading)
6703         (allout-next-sibling): Use new allout-do-doublecheck function.
6704         (allout-next-sibling): Ensure we made progress when returning
6705         other than nil.
6706         (allout-rebullet-heading): Preserve text property annotations
6707         indicating the text was hidden, if it was.
6708         (allout-kill-line): Remove any added was-hidden annotations.
6709         (allout-kill-topic): Remove any added was-hidden annotations.
6710         (allout-annotate-hidden): Inhibit adding was-hidden text
6711         properties to the undo list.
6712         (allout-deannotate-hidden): New function to remove was-hidden
6713         annotation.
6714         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6715         (allout-remove-exposure-annotation): Replace by
6716         allout-deannotate-hidden.
6717         (allout-yank-processing): Signal that yank processing is happening
6718         with allout-during-yank-processing.  Also, wrap
6719         allout-unprotected's closer to the text changes, for easier
6720         debugging.  We need to inhibit-field-text-motion explicitly, in
6721         lieu of the encompassing allout-unprotected.
6722         (outlineify-sticky): Adjust criteria for triggering new outline
6723         decorations to presence or absence of any topics, not just a topic
6724         at the beginning of the buffer.
6726 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6728         * bs.el (bs--show-all, bs--redisplay):
6729         * cus-edit.el (custom-unlispify-menu-entries)
6730         (custom-unlispify-tag-names, custom-prompt-variable):
6731         * expand.el (expand-pos):
6732         * speedbar.el (speedbar-generic-list-tag-p):
6733         * wid-edit.el (widget-image-enable):
6734         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6735         * emacs-lisp/find-func.el (find-function-noselect)
6736         (find-function, find-variable-noselect, find-variable)
6737         (find-definition-noselect, find-face-definition):
6738         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6739         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6740         * progmodes/ada-xref.el (ada-find-in-ali):
6741         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6742         * textmodes/org.el (org-copy-subtree):
6743         * textmodes/table.el (table--row-column-insertion-point-p):
6744         Use "non-nil" in docstrings.
6746 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6748         * sort.el (sort-columns): Set the field separator to tab; on
6749         NetBSD, sort complains if "\n" is used as field separator.
6751 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6753         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6755 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * server.el (server-auth-key): Remove.  Replace by a process-property.
6758         (server-start): Don't remove the file of the previous process, but
6759         instead clear out the place for the new file.
6760         (server-start): Set the :auth-key property.
6761         (server-process-filter): Use the :auth-key property.
6763 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6765         * textmodes/org.el (org-mode-map): No longer copy
6766         `outline-mode-map' explicitly - this is already done by
6767         `define-derived-mode'.
6769 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6771         * server.el (server-visit-files): Use `when'.
6772         (server-process-filter): When authentication fails, send error
6773         message to client.  Wrap `process-send-region' in `ignore-errors'
6774         instead of `condition-case', and remove misleading comment.
6776 2006-11-01  Juri Linkov  <juri@jurta.org>
6778         * simple.el (yank): Doc fix.
6780 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * server.el: Try and fit within 80 columns.
6783         (server-start): Make the auth file unreadable by other users.
6785 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6787         * battery.el (battery-linux-proc-acpi): Prevent range error when
6788         `full-capacity' is 0.
6790 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6792         * faces.el (faces-sample-overlay): New defvar.
6793         (faces-sample-overlay): New function to show face sample text.
6794         (describe-face): Use it.
6796 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6798         * progmodes/ada-stmt.el: Change maintainer, apply
6799         whitespace-cleanup, checkdoc.
6800         (ada-func-or-proc-name): Add doc string.
6802         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6803         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6804         strings and comments.
6805         (ada-prj-display-page): Change buffer name to more accurately
6806         reflect function.
6808         * progmodes/ada-xref.el: Change maintainer, apply
6809         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6810         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6811         (ada-compile-current): Don't add newlines to commands.
6813 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6815         * server.el: Add support for TCP sockets.
6816         (server-use-tcp, server-host, server-auth-dir): New options.
6817         (server-auth-key): New variable.
6818         (server-ensure-safe-dir): Create nonexistent parent dirs.
6819         Ignore Unix-style file modes on Windows.
6820         (server-start): Crete a TCP or Unix socket according to the value
6821         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6822         `server-auth-dir' directory.
6823         (server-process-filter): Delete process if authentication
6824         fails (which never happens for Unix sockets).
6826 2006-10-30  David Kastrup  <dak@gnu.org>
6828         * subr.el (add-to-list): Don't continue checking if a match has
6829         been found.
6831 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6833         * tutorial.el: Move defvars to avoid bytecomp warnings.
6834         (tutorial--find-changed-keys): Check if viper-current-state is
6835         bound before using it.
6836         (help-with-tutorial): Check if viper-tutorial is defined before
6837         using it.
6839 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6841         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6843         * tutorial.el: New file.
6844         (help-with-tutorial): Move here from help-fns.el. Added help for
6845         rebound keys.  Fixed resume of tutorial.
6846         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6847         (tutorial--find-changed-keys, tutorial--display-changes)
6848         (tutorial--saved-dir, tutorial--saved-file)
6849         (tutorial--save-tutorial): New functions to support the changes in
6850         help-with-tutorial.
6852 2006-10-30  Kenichi Handa  <handa@m17n.org>
6854         * files.el (revert-buffer): If a unibyte buffer is being reverted
6855         with a coding system for multibyte, set buffer multibyte before
6856         calling insert-file-contents.
6858 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6860         * server.el (server-select-display): Use a dummy buffer to detect when
6861         the frame is later used.
6862         (server-select-display): New function.
6863         (server-process-filter): Use it to detect unused temp frames.
6865 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6867         * progmodes/ada-mode.el: Change maintainer, apply
6868         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6869         (ada-mode-version): New function.
6870         (ada-create-menu): Menu operations are available for all supported
6871         compilers.
6873 2006-10-29  Lars Hansen  <larsh@soem.dk>
6875         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6876         Highlight as keyword.
6877         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6878         Don't call tramp-method-out-of-band-p for local files.
6879         (tramp-touch): Quote file name.
6881 2006-10-28  Glenn Morris  <rgm@gnu.org>
6883         * calendar/calendar.el (cal-html-cursor-month)
6884         (cal-html-cursor-year): Add autoloads for this new package.
6885         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6887 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6889         * calendar/cal-html.el: New file.
6891 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6893         * emacs-lisp/authors.el (authors-aliases): Update.
6895 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6897         * version.el (emacs-version): Bump version number to 22.0.90.
6899 2006-10-26  John W. Eaton  <jwe@octave.org>
6901         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6902         New defvar.
6903         (inferior-octave-resync-dirs): Check to see whether Octave has
6904         built-in variables and set inferior-octave-has-built-in-variables.
6905         Check inferior-octave-has-built-in-variables to decide whether to
6906         send commands that set built-in variables or call functions to
6907         change Octave's behavior.
6908         Send "disp (pwd ())" to Octave instead of just "pwd".
6909         (inferior-octave-startup): Send "more off" to Octave instead of
6910         "page_screen_output = 0".
6912 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6914         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6915         pattern normally.
6917 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6919         * bindings.el (mode-line-mode-menu): Remove bindings for global
6920         minor modes (line/column number) as they are on the menubar.
6922 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6924         * term/w32-win.el (x-handle-name-switch): Doc fix.
6925         (w32-standard-fontset-spec): Fix typo in docstring.
6927         * midnight.el (midnight-buffer-display-time): Doc fix.
6928         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6930 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6932         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6934         * viper-ex.el (ex-read): Quote file argument.
6936         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6938         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6940 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6942         * textmodes/flyspell.el (flyspell-check-region-doublons):
6943         Fix last fix.
6945 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6947         * bindings.el (mode-line-mode-menu): List global minor modes
6948         before local ones.
6950 2006-10-23  Kim F. Storm  <storm@cua.dk>
6952         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6953         (sit-for): If last command was a prefix arg, add the read-ahead
6954         event to unread-command-events as (t . EVENT) so it will be added
6955         to this-command-keys by read-key-sequence.
6957 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6959         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6960         whitespace when checking doublons.
6961         (flyspell-check-region-doublons): Fix doublon regexp.
6962         (flyspell-highlight-incorrect-region): Highlight doublons using
6963         flyspell-duplicate face.
6965         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6967 2006-10-22  John Wiegley  <johnw@newartisans.com>
6969         * progmodes/python.el (python-use-skeletons): python-mode was
6970         auto-inserting templates (for those with abbrev-mode on), not only
6971         by default -- *but without a configuration variable to disable
6972         it*.  This rendered python-mode completely useless for me, so I
6973         have added `python-use-skeletons', which is now off by default.
6975 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6977         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6978         font-lock-multiline is auto-local (it's not).
6979         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6980         initialized before calling cperl-init-faces.
6982 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6984         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6985         gdb-stack-position a value when there is no fringe.
6987         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6988         indicator if not visiting a file.
6990 2006-10-20  David Kastrup  <dak@gnu.org>
6992         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6993         operation would still cause some window to collapse later.
6995 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6998         side-effect due to mixing various backends's file properties.
7000         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7001         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7002         Return `filename's status if applicable.  Update callers.
7004 2006-10-19  Kenichi Handa  <handa@m17n.org>
7006         * international/kkc.el (kkc-region): When a key sequence is not
7007         defined, append (this-single-command-raw-keys) to
7008         unread-input-method-events.
7010 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
7012         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7014 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7016         * version.el (emacs-version): Use mac-carbon-version-string.
7018         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7020 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7022         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7023         Kenichi Handa).
7024         (xselect-convert-to-string): Decline requests for UTF8_STRING if
7025         the selection is not UTF-8.
7027 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
7029         * progmodes/ada-mode.el (ada-83-string-keywords)
7030         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7031         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7032         (ada-looking-at-semi-private, ada-get-body-name):
7033         Fix typos in docstrings.
7034         (ada-create-case-exception, ada-create-case-exception-substring):
7035         Fix typos in error messages.
7036         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7038 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7040         * term/x-win.el (res-geometry): Don't set geometry from Xresources
7041         to default-frame-alist if default-frame-alist already contains
7042         width/height.
7044 2006-10-18  Richard Stallman  <rms@gnu.org>
7046         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7047         Non-interactive arg is the value, not the expression.
7049         * simple.el (read-expression-map): Just set it, no defvar.
7051         * subr.el (insert-for-yank-1): If last inserted char has
7052         properties, mark them as rear-nonsticky.
7054         * recentf.el (recentf-mode): Doc fix.
7056         * facemenu.el (facemenu-add-new-face): Defend against symbol
7057         that isn't a face name.
7059         * dired-aux.el (dired-do-copy): Doc fix.
7061 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
7063         * simple.el (line-move-1): Ignore fields when moving to the
7064         beginning of line to avoid getting point stuck.
7066 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
7068         * textmodes/flyspell.el (flyspell-word-search-backward):
7069         Set inhibit-point-motion-hooks to avoid looping due to intangibile
7070         text.
7072 2006-10-16  Richard Stallman  <rms@gnu.org>
7074         * help-fns.el (describe-function-1): Special case optimization
7075         for self-insert-command.
7077 2006-10-16  Kim F. Storm  <storm@cua.dk>
7079         * ido.el (ido-reread-directory): Work in `dir' mode too.
7081 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
7083         * textmodes/table.el: Require 'regexp-opt.
7085 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7087         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7088         Use shell-quote-argument.
7090         * shell.el (explicit-bash-args): Likewise.
7092         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7093         Use grep -E rather than egrep.
7095 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7097         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7099 2006-10-15  Kim F. Storm  <storm@cua.dk>
7101         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7103 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7105         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7106         to protect whitespace and metacharacters from the shell.
7108 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7110         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7112 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
7114         * subr.el (start-process-shell-command): Doc fix.
7116 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
7118         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7119         the regexp for Maxima symbols.
7121 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7124         (vc-find-root): Don't walk higher up than ~.
7126 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
7128         * international/utf-8.el (utf-translate-cjk-load-tables):
7129         Avoid clobbering last-coding-system-used during load.
7131 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
7133         * textmodes/reftex-global.el (reftex-create-tags-file):
7134         Quote file arguments.
7136 2006-10-12  Richard Stallman  <rms@gnu.org>
7138         * files.el (file-name-history): Add defvar.
7139         (save-some-buffers-action-alist): Improve description strings.
7141 2006-10-12  Andreas Schwab  <schwab@suse.de>
7143         * files.el (auto-mode-alist): Match change log file name also with
7144         a dash before a numeric extension.
7146 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
7148         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7149         After 5.0:
7150         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7152         After 5.1: Major edit.  Summary of most visible changes:
7154         - Multiple <<HERE per line allowed.
7155         - Handles multiline subroutine declaration headers (with comments).
7156           (The exception is `cperl-etags' - but it is not used in the rest
7157           of the mode.)
7158         - Fontifies multiline my/our declarations (even with comments,
7159           and with legacy `font-lock').
7160         - Major speedup of syntaxification, both immediate and postponed
7161           (3.5x to 15x [for different CPUs and versions of Emacs] on the
7162           huge real-life document I tested).
7163         - New bindings, edits to imenu.
7164         - "_" is made into word-char during fontification/syntaxification;
7165           some attempts to recognize non-word "_" during other operations too.
7166         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7167         - autoload some more perldoc-related stuff
7168         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7169         - Attempt to incorporate XEmacs edits which reached me.
7171         Fine-grained changelog:
7172         (cperl-hook-after-change): New configuration variable.
7173         (cperl-vc-sccs-header): Likewise.
7174         (cperl-vc-sccs-header): Likewise.
7175         (cperl-vc-header-alist): Default via two preceding variables.
7176         (cperl-invalid-face): Remove double quoting under XEmacs
7177                 (still needed under 21.2).
7178         (cperl-tips): Update URLs for resources.
7179         (cperl-problems): Likewise.
7180         (cperl-praise): Mention new features.
7181         New C-c key bindings: for `cperl-find-bad-style',
7182         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7183         `cperl-perdoc', and `cperl-perldoc-at-point'.
7184         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7185         moved, new submenu of Tools with Ispell entries and narrowing.
7186         (cperl-after-sub-regexp): New defsubst.
7187         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7188                 Allows heads up to head4.
7189                 Allow "package;".
7190         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7191         (paren-backwards-message): ??? Something for XEmacs???
7192         (cperl-mode): Never auto-switch abbrev-mode off.
7193                 Try to allow '_' be non-word char.
7194                 Do not use `font-lock-unfontify-region-function' on XEmacs.
7195                 Reset syntax cache on mode start.
7196                 Support multiline facification (even on legacy `font-lock').
7197         (cperl-facemenu-add-face-function): ??? Some contributed code ???
7198         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7199                 refuse to inform us whether the fontification is due to lazy
7200                 calling or due to edit to a buffer, install our own hook
7201                 (controlled by `cperl-hook-after-change').
7202         (cperl-electric-pod): =cut may have been recognized as start.
7203         (cperl-block-p): Move, updatedfor attributes.
7204         (cperl-calculate-indent): Try to allow '_' be non-word char
7205                 Support subs with attributes.
7206         (cperl-where-am-i): Quiet (?) a warning.
7207         (cperl-cached-syntax-table): New function.
7208         (cperl-forward-re): Use `cperl-cached-syntax-table'.
7209         (cperl-unwind-to-safe): Recognize `syntax-type' property
7210                 changing in a middle of line.
7211         (cperl-find-sub-attrs): New function.
7212         (cperl-find-pods-heres): Allow many <<EOP per line.
7213                 Allow subs with attributes.
7214                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7215                 Recognize "extproc " (OS/2) case-folded and only at start.
7216                 /x on s///x with empty replacement was not recognized.
7217                 Better comments.
7218         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7219                 Allow subs with attributes, labels.
7220                 Do not confuse "else::foo" with "else".
7221                 Minor optimizations...
7222         (cperl-after-expr-p): Try to allow '_' be non-word char.
7223         (cperl-fill-paragraph): Try to detect a major bug in Emacs
7224                 with `looking-at' inside `narrow' and bulk out if found.
7225         (cperl-imenu--create-perl-index): Updates for new
7226                 `cperl-imenu--function-name-regexp-perl'.
7227         (cperl-outline-level): Likewise.
7228         (cperl-init-faces): Allow multiline subroutine headers
7229                 and my/our declarations, and ones with comments.
7230                 Allow subroutine attributes.
7231         (cperl-imenu-on-info): Better docstring.
7232         (cperl-etags): Rudimentary support for attributes.
7233                 Support for packages and "package;".
7234         (cperl-add-tags-recurse-noxs): Better (?) docstring.
7235         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7236         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7237         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7238         (cperl-perldoc): Add autoload.
7239         (cperl-perldoc-at-point): Likewise.
7240         (cperl-here-doc-spell): New function.
7241         (cperl-pod-spell): Likewise.
7242         (cperl-map-pods-heres): Likewise.
7243         (cperl-get-here-doc-region): Likewise.
7244         (cperl-font-lock-fontify-region-function): Likewise (backward
7245                 compatibility for legacy `font-lock').
7246         (cperl-font-lock-unfontify-region-function): Fix style.
7247         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7248                 calls with no-change.  Governed by `cperl-hook-after-change'.
7249         (cperl-fontify-update): Recognize that syntaxification region
7250                 can be larger than fontification one.
7251                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7252         (cperl-fontify-update-bad): Temporary placeholder until
7253                 it is clear how to implement `cperl-fontify-update'.
7254         (cperl-time-fontification): New function.
7255         (attrib-group): New text attribute.
7256         (multiline): New value: `syntax-type' text attribute.
7258         After 5.2:
7259         (cperl-emulate-lazy-lock): New function.
7260         (cperl-fontify-syntaxically): Would skip large regions.
7261         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7262         Some globals were declared, but uninitialized.
7264         After 5.3, 5.4:
7265         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7266         Copyright message updated.
7267         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7268                         facification down a bit.
7269                 Misprint for my|our|local for old `font-lock'
7270                         "our" was not fontified same as "my|local".
7271                 Highlight variables after "my" etc even in
7272                         a middle of an expression.
7273                 Do not facify multiple variables after my etc
7274                         unless parentheses are present.
7276         After 5.5, 5.6
7277         (cperl-fontify-syntaxically): after-change hook could reset.
7278         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7280         After 5.7:
7281         (cperl-init-faces): Allow highlighting of local ($/).
7282         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7283         (cperl-problems): Remove fixed problems.
7284         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7285                 Recognize charclasses (unless delimiter is \).
7286         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7287         (cperl-regexp-scan): Update docs.
7288         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7290         After 5.8:
7291         Major user visible changes:
7292         Recognition and fontification of character classes in RExen.
7293         Variable indentation of RExen according to groups.
7295         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7296                 Fontify REx charclasses in variable-name face.
7297                 Fontify POSIX charclasses in "type" face.
7298                 Fontify unmatched "]" in function-name face.
7299                 Mark first-char of HERE-doc as `front-sticky'.
7300                 Reset `front-sticky' property when needed.
7301         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7302         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7303         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7304                 constructs.  Support `narrow'ed buffers.
7305         (cperl-praise): Remove a reservation.
7306         (cperl-make-indent): New function.
7307         (cperl-indent-for-comment): Use `cperl-make-indent'.
7308         (cperl-indent-line): Likewise.
7309         (cperl-lineup): Likewise.
7310         (cperl-beautify-regexp-piece): Likewise.
7311         (cperl-contract-level): Likewise.
7312         (cperl-toggle-set-debug-unwind): New function.
7313                 New menu entry for this.
7314         (fill-paragraph-function): Use when `boundp'.
7315         (cperl-calculate-indent): Take into account groups when indenting RExen.
7316         (cperl-to-comment-or-eol): Recognize # which end a string.
7317         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7318         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7319         (cperl-fontify-syntaxically): More clear debugging message.
7320         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7321         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7322         Merge cosmetic changes from XEmacs.
7324         After 5.9:
7325         (cperl-1+): Move to before the first use.
7326         (cperl-1-): Likewise.
7328         After 5.10:
7330         This code may lock Emacs hard!!!  Use at your own risk!
7332         (cperl-font-locking): New internal variable.
7333         (cperl-beginning-of-property): New function.
7334         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7335         instead of `previous-single-property-change'.
7336         (cperl-unwind-to-safe): Likewise.
7337         (cperl-after-expr-p): Likewise.
7338         (cperl-get-here-doc-region): Likewise.
7339         (cperl-font-lock-fontify-region-function): Likewise.
7340         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7341                         recursively.
7342                 Bound `next-single-property-change' via `point-max'.
7343         (cperl-unwind-to-safe): Bound likewise
7344         (cperl-font-lock-fontify-region-function): Likewise.
7345         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7346                 Initialization of `cperl-font-lock-multiline-start' could be
7347                 missed if the "main" fontification did not run due to the
7348                 keyword being already fontified.
7349         (cperl-pod-spell): Return t from do-one-chunk function.
7350         (cperl-map-pods-heres): Stop when the worker returns nil.
7351                 Call `cperl-update-syntaxification'.
7352         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7353         (cperl-get-here-doc-delim): Remove unused function.
7355         After 5.11:
7357         The possible lockup of Emacs (introduced in 5.10) fixed.
7359         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7360         (cperl-syntaxify-for-menu): New customization variable.
7361         (cperl-select-this-pod-or-here-doc): New function.
7362         (cperl-get-here-doc-region): Extra argument.
7363                 Do not adjust pos by 1.
7365         New menu entries
7366                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7367                 (Debugging CPerl:) backtrace on fontification.
7369         After 5.12:
7370         (cperl-cached-syntax-table): Use `car-safe'.
7371         (cperl-forward-re): Remove spurious argument SET-ST.
7372                 Add documentation.
7373         (cperl-forward-group-in-re): New function.
7374         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7375         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7377         After 5.13:
7378         (cperl-string-syntax-table): Make { and } not-grouping
7379           (Sometimes they ARE grouping in RExen, but matching them would only
7380            confuse in many situations when they are not)
7381         (beginning-of-buffer): Replace two occurrences with goto-char...
7382         (cperl-calculate-indent): `char-after' could be nil...
7383         (cperl-find-pods-heres): REx can start after "[" too.
7384                 Hightlight (??{}) in RExen too.
7385         (cperl-maybe-white-and-comment-rex): New constant
7386         (cperl-white-and-comment-rex): Likewise.
7387                 XXXX Not very efficient, but hard to make
7388                 better while keeping 1 group.
7390         After 5.13:
7391         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7392                 Likewise for 1 << identifier.
7394         After 5.14:
7395         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7396                 Error-less condition-case could fail.
7397         (cperl-font-lock-fontify-region-function): Likewise.
7398         (cperl-init-faces): Likewise.
7400         After 5.15:
7401         (cperl-find-pods-heres): Support property REx-part2.
7402         (cperl-calculate-indent): Likewise.
7403                 Don't special-case REx with non-empty 1st line.
7404         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7405                 Invert highlighting of charclasses:
7406                         now the envelop is highlighted.
7407                 Highlight many others 0-length builtins.
7408         (cperl-praise): Mention indenting and highlight in RExen.
7410         After 5.15:
7411         (cperl-find-pods-heres): Highlight capturing parens in REx.
7413         After 5.16:
7414         (cperl-find-pods-heres): Highlight '|' for alternation
7415         Initialize `font-lock-warning-face' if not present.
7416         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7417                          `font-lock-function-name-face'.
7418         (cperl-look-at-leading-count): Likewise.
7419         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7420                         `font-lock-keyword-face' (needed for
7421                         batch processing), etc...
7422                 Use `font-lock-builtin-face' for builtin in REx
7423                         Now `font-lock-variable-name-face'
7424                         is used for interpolated variables
7425                 Use "talking aliases" for faces inside REx
7426                 Highlight parts of REx (except in charclasses)
7427                         according to the syntax and/or semantic
7428                 Syntax-mark a {}-part of (?{}) as "comment"
7429                         (it was the ()-part)
7430                 Better logic to distinguish what is what in REx
7431         (cperl-tips-faces): Document REx highlighting
7432         (cperl-praise): Mention REx syntax highlight etc.
7434         After 5.17:
7435         (cperl-find-sub-attrs): Would not always manage to print error message.
7436         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7438         After 5.18:
7439         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7440                 Very minor optimization.
7441                 `my-cperl-REx-modifiers-face' got quoted.
7442                 Recognize "print $foo <<END" as HERE-doc.
7443                 Put `REx-interpolated' text attribute if needed.
7444         (cperl-invert-if-unless-modifiers): New function.
7445         (cperl-backward-to-start-of-expr): Likewise.
7446         (cperl-forward-to-end-of-expr): Likewise.
7447         (cperl-invert-if-unless): Works in "the opposite way" too.
7448                 Cursor position on return is on the switch-word.
7449                 Indents comments better.
7450         (REx-interpolated): New text attribute.
7451         (cperl-next-interpolated-REx): New function.
7452         (cperl-next-interpolated-REx-0): Likewise.
7453         (cperl-next-interpolated-REx-1): Likewise.
7454         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7455         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7456         (cperl-praise): Mention finded interpolated RExen.
7458         After 5.19:
7459         (cperl-init-faces): Highlight %$foo, @$foo too.
7460         (cperl-short-docs): Better docs for system, exec.
7461         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7462                 Would not find HERE-doc ended by EOF without NL.
7463         (cperl-short-docs): Correct not-doubled \-escapes.
7464         start block: Put some `defvar' for stuff gone from XEmacs.
7466         After 5.20:
7467         initial comment: Extend copyright, fix email address.
7468         (cperl-indent-comment-at-column-0): New customization variable.
7469         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7470         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7471         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7472         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7473         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7474                         highlight $ in $foo too (UNTESTED).
7475         (cperl-set-style): Docstring missed some available styles.
7476         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7477                 Change "Current" to "Memorize Current".
7478         (cperl-indent-wrt-brace): New customization variable; the default is
7479                 as for pre-5.2 version.
7480         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7481         (cperl-style-alist): Likewise.
7482         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7483                 and `cperl-extra-newline-before-brace' etc
7484                 being t
7485         (cperl-indent-exp): Plans B and C to find continuation blocks even
7486                 if `cperl-extra-newline-before-brace' is t.
7488         After 5.21:
7489         Improve some docstrings concerning indentation.
7490         (cperl-indent-rules-alist): New variable.
7491         (cperl-sniff-for-indent): New function name
7492                 (separated from `cperl-calculate-indent').
7493         (cperl-calculate-indent): Separate the sniffer and the indenter;
7494                 uses `cperl-sniff-for-indent' now.
7495         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7496                 was inverted;
7497                 Support `comment-column' = 0.
7499 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7501         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7502         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7503         * longlines.el (longlines-window-change-function): Likewise.
7504         * simple.el (undo-ask-before-discard): Likewise.
7505         * wid-edit.el (widget-field-prompt-internal)
7506         (widget-documentation-link-p): Likewise.
7508 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7510         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7511         for a keyword.
7513 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7515         * newcomment.el (comment-valid-prefix-p): Make the check
7516         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7517         (comment-indent-new-line): Adjust call.
7519 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7521         * allout.el (allout-back-to-current-heading): Base on lower-level
7522         routines to get proper disqualification of aberrant topics.
7524 2006-10-09  Richard Stallman  <rms@gnu.org>
7526         * textmodes/two-column.el (2C-two-columns): Doc fix.
7528 2006-10-09  Kim F. Storm  <storm@cua.dk>
7530         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7531         about implicit use.
7533 2006-10-08  Richard Stallman  <rms@gnu.org>
7535         * textmodes/two-column.el (2C-two-columns): Doc fix.
7537 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7539         * files.el: Mark `buffer-read-only' as safe-local-variable.
7541 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7543         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7544         Burp if GUD buffer has been killed.
7546 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7548         * completion.el (add-completions-from-c-buffer):
7549         Don't presume an error's second element is a string.
7550         Use looking-at rather than buffer-substring + member.
7552 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7554         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7555         `undecided', call find-coding-systems-region to find a proper
7556         non-trivial encoding.
7557         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7558         and "text/plain".
7560 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7562         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7563         url-link.
7565         * strokes.el (defgroup strokes): Remove invalid url-link.
7567 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7569         * autoinsert.el (auto-insert-alist): Doc fix.
7571 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7573         * mouse-sel.el (mouse-insert-selection-internal):
7574         Use insert-for-yank, so that yank handlers are run.
7576 2006-10-07  Kim F. Storm  <storm@cua.dk>
7578         * ido.el (ido-file-extension-aux): Fix comparison.
7580 2006-10-06  Kim F. Storm  <storm@cua.dk>
7582         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7584 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7586         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7587         (ad-make-mapped-call): Use `let', not `let*'.
7589 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7591         * international/mule-cmds.el (coding-system-change-eol-conversion):
7592         Ensure the coding system is initialized before calling
7593         coding-system-eol-type.
7595 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7597         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7598         (org-activate-angle-links, org-activate-dates)
7599         (org-activate-target-links, org-activate-camels)
7600         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7601         textproperty keymaps from being active beyond the end of a line.
7602         (org-unfontify-region): Also remove `rear-nonsticky' property.
7604 2006-10-04  Kenichi Handa  <handa@m17n.org>
7606         * international/code-pages.el (next): Table fixed.
7608 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7610         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7611         that it's been made unnecessary by removing narrowing.
7613 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7615         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7616         control flow a bit, simplify another bit, and add comments.
7618 2006-10-03  David Kastrup  <dak@gnu.org>
7620         * help.el (describe-mode): For clicks on mode-line, use "@"
7621         interactive argument to get the major mode of the click instead of
7622         the current buffer.
7624         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7625         in order to better redirect mouse-2 clicks.  Also allow default
7626         bindings to apply.
7628 2006-10-03  Kim F. Storm  <storm@cua.dk>
7630         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7631         (pushnew): Fix last change.
7633 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7635         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7636         Use the interactive spec of `eval-expression'.
7638 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7640         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7642 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7644         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7645         2006-09-28 commit.
7647 2006-10-02  Kenichi Handa  <handa@m17n.org>
7649         * international/code-pages.el (iso-8859-6): Table fixed.
7651 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7653         * dired.el (dired-build-subdir-alist): Fix previous change.
7655 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7657         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7659 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7662         "define-button-type".
7664         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7665         they don't keep accumulating.
7667 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7669         * ffap.el (ffap-rfc-path): Change the address of the RFC
7670         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7672 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7674         * allout.el (allout-expose-topic): Rectify implementation of "+"
7675         spec, so that bodies are not exposed with headlines.
7677 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7679         * allout.el (allout-current-depth): Do aberrent check only at or
7680         below doublecheck depth.
7681         (allout-chart-subtree): Make it explicit that LEVELS being nil
7682         means unlimited depth.  Drop undocumented support for LEVELS value
7683         t meaning unlimited depth.  (This is consistent with
7684         allout-chart-to-reveal, but contrary to allout-show-children,
7685         which needs to use nil to default to depth of 1.)
7686         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7687         (allout-chart-to-reveal): Be explicit in docstring about meaning
7688         of nil LEVELS, and drop support for LEVELS value t.
7689         (allout-show-children): Translate the level spec used by this
7690         routine to that used by allout-chart-subtree and
7691         allout-chart-to-reveal.
7692         (allout-show-to-offshoot): Retry once when stuck, after opening
7693         subtree - improvements in discontinuity handling likely will
7694         enable progress.
7696 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7698         * wid-edit.el (widget-button-click-moves-point): New variable.
7699         (widget-button-click): If widget-button-click-moves-point is
7700         non-nil, set point after performing the button action.
7702         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7704 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7706         * files.el (find-file-existing): Modify to not allow wildcards.
7708 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7710         * simple.el (undo-more): When undo information for the region is
7711         exhausted, say "No further undo information FOR REGION".
7713 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7715         * progmodes/sh-script.el (sh-prev-thing):
7716         Take `sh-leading-keywords' into account.
7718 2006-09-29  Glenn Morris  <rgm@gnu.org>
7720         * custom.el (defcustom): Doc fix.
7722         * calendar/calendar.el (european-calendar-style):
7723         Call european-calendar or american-calendar as needed when set.
7724         (diary-view-entries, list-calendar-holidays): Move autoloads
7725         before use.
7727 2006-09-29  Juri Linkov  <juri@jurta.org>
7729         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7730         to nil if there is no previous property change.
7732 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7734         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7735         saving anything to be sure that `forward-sexp' behaves correctly.
7737 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7739         * simple.el (line-move-finish): Ignore field boundaries if the
7740         initial and final points have the same `field' property.
7742 2006-09-29  Kim F. Storm  <storm@cua.dk>
7744         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7745         to t while calling ido-read-internal.
7747 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7749         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7750         (org-archive-subtree): Remove erraneous `]' from character list.
7752 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7754         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7755         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7756         markers for data-area and parameters-area.
7758 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7760         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7762         * font-lock.el (font-lock-after-change-function): Refontify next line
7763         as well if end is at BOL.
7764         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7765         only extend the region as much as needed.
7767 2006-09-28  Richard Stallman  <rms@gnu.org>
7769         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7771         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7773         * international/mule.el (after-insert-file-set-coding):
7774         If VISIT, don't let set-buffer-multibyte make undo info.
7776 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7778         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7779         lines in base64-encoded authentication response.
7781 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7783         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7784         (ebnf-version): New version 4.3.
7785         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7786         (ebnf-prologue): Adjust PostScript programming.
7787         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7788         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7790 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7792         * jit-lock.el (jit-lock-force-redisplay): Rename from
7793         jit-lock-fontify-again, and undo the mistaken change I've just done.
7795         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7796         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7798 2006-09-26  Kenichi Handa  <handa@m17n.org>
7800         * startup.el (display-splash-screen): Allow a prefix argument.
7802 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7804         * subr.el (shell-quote-argument): Use DOS logic for Windows
7805         shells with DOS semantics.
7807 2006-09-24  Richard Stallman  <rms@gnu.org>
7809         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7810         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7811         to delete the overlay.  Put it on pre-command-hook.
7813         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7815         * startup.el (fancy-splash-screens, normal-splash-screen):
7816         Call the splash buffer *About GNU Emacs*.
7818         * simple.el (next-error-highlight, next-error-highlight-no-select):
7819         Default to 0.5.
7820         (yank-excluded-properties): Add `fontified'.
7822         * font-lock.el (font-lock-compile-keywords): Allow value of
7823         syntax-begin-function to enable paren-column-0 highlighting.
7825 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7827         * dired.el (dired-build-subdir-alist): When file ends in colon,
7828         don't exit the loop, just disregard that file.
7830 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7832         * simple.el (line-move-finish): Handle corner case for fields in
7833         continued lines.
7834         (line-move-1): Remove flawed test for that case.
7836 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7838         * icomplete.el (icomplete-simple-completing-p): Use the correct
7839         name for the new variable, `icomplete-with-completion-tables'.
7840         (file local variables): Remove superfluous setting.
7842 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7844         * calendar/appt.el (appt-check): Fix typo for appointments just
7845         after midnight.
7847 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7849         * help.el (describe-key-briefly, describe-key): Don't expect an
7850         extra up event if a down-event is generated by a popup menu.
7852 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7854         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7855         local dictionary when changing the global dictionary.
7857 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7859         * icomplete.el (icomplete-with-completion-tables): List of
7860         specialized completion tables with which icomplete should
7861         operate.  Include the new `internal-complete-buffer', so icomplete
7862         works with interactive buffer-selection.
7863         (icomplete-simple-completing-p): Add acceptance of specialized
7864         completion tables listed in icomplete-with-completion-tables.
7866 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7868         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7870         * startup.el (command-line): Use `custom-reevaluate-setting' for
7871         `focus-follows-mouse'.
7873 2006-09-22  Richard Stallman  <rms@gnu.org>
7875         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7876         explain why Save is not available.
7878 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7880         * woman.el (woman0-so): Use `let*', not `let'.
7881         (woman-horizontal-line): Remove unbalanced parenthesis.
7883 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7885         * woman.el: Make sure all the end-of-region markers we use have
7886         a non-nil insertion-type.
7887         (woman0-so): Move things around so we can use copy-marker.
7888         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7889         Adjust marker type.
7890         (woman2-process-escapes): Check marker type.
7891         (woman-horizontal-line): Dispense with the use of a marker.
7893 2006-09-22  Jay Belanger  <belanger@truman.edu>
7895         * calc/calc-lang.el: Add Greek letters to math-variable-table
7896         property of tex.
7898 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7900         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7902 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7904         * add-log.el (add-log-current-defun): Use `forward-sexp'
7905         instead of `forward-word' to pick c++::symbol.
7906         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7908 2006-09-22  Kenichi Handa  <handa@m17n.org>
7910         * bindings.el: Fix setting self-insert-command for multibyte
7911         characters in global-map.
7913 2006-09-21  David Kastrup  <dak@gnu.org>
7915         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7916         doc string.
7918 2006-09-21  Kenichi Handa  <handa@m17n.org>
7920         * language/european.el ("Latin-1"): Add windows-1252 to
7921         coding-priority.
7922         ("German"): Likewise.
7924 2006-09-21  Kim F. Storm  <storm@cua.dk>
7926         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7927         Suggested by Miles Bader.
7929         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7930         instead of add-to-list in the simple case.
7932 2006-09-20  Kenichi Handa  <handa@m17n.org>
7934         * isearch.el (isearch-process-search-char): Cancel the previous change.
7935         (isearch-search-string): New function.
7936         (isearch-search): Use isearch-search-string.
7937         (isearch-lazy-highlight-search): Likewise.
7939 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7941         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7942         string to become an option.
7944 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7946         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7948 2006-09-20  Kim F. Storm  <storm@cua.dk>
7950         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7951         position t instead of trying both window-end and window-end - 1.
7953 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7955         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7956         hidden trees.
7958 2006-09-20  David Kastrup  <dak@gnu.org>
7960         * mouse.el (mouse-posn-property): Improve doc string.
7961         (mouse-on-link-p): Change buffers for function calls on links.
7963         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7964         buffer is read-only.
7966 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7968         * allout.el (allout-unprotected): Let inhibit-read-only only when
7969         buffer-read-only isn't set.
7970         (allout-annotate-hidden): Enable topic annotation during copies even
7971         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7972         advances, even when the span extends beyond the deletion region.
7973         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7974         rather than allout-exposure-changed-hook, as a stronger assertion.
7975         (allout-keybindings-list): Add bindings for
7976         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7977         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7978         Copy wrappers for allout-kill-line and allout-kill-topic.
7979         (allout-listify-exposed): Position correctly to accumulate lines.
7981 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7983         * simple.el (line-move-1): Escape field boundaries occurring
7984         exactly at point.  Update goal column if constrained to a field.
7985         (line-move-finish): Escape field boundaries occurring exactly at point.
7987 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7989         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7990         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7992 2006-09-19  Kim F. Storm  <storm@cua.dk>
7994         * help.el (describe-key-briefly, describe-key): Simplify printing
7995         of descriptions by using format and %S.  Fix "is undefined"
7996         messages to say "at that spot" for mouse events.
7998         * simple.el (line-move-partial): Optimize.  Try window-line-height
7999         before posn-at-point to get vpos of current line.
8001 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8003         * viper.el: Bump up version/date of update to reflect the substantial
8004         changes done in August 2006.
8006         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8007         are defined.
8009         * ediff-util.el (ediff-add-to-history): New function.
8011         * ediff.el: Use ediff-add-to-history instead of add-to-history.
8013 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8015         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8016         Delete duplicate make-local-variable form.
8017         (conf-space-keywords): Add autoload cookie.
8018         Fix typo (`keywords', not `keyword').
8020 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8022         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8023         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
8024         to x-gtk-use-old-file-dialog.
8026 2006-09-18  Richard Stallman  <rms@gnu.org>
8028         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8029         that might come in during mouse tracking.
8031 2006-09-18  Kim F. Storm  <storm@cua.dk>
8033         * simple.el (line-move-partial): Rework 2006-09-15 change to use
8034         new window-line-height function.  Further optimize by not calling
8035         pos-visible-in-window-p for window-end when window-line-height
8036         returns useful information.
8038 2006-09-16  Richard Stallman  <rms@gnu.org>
8040         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8041         (conf-space-mode): Don't handle prefix arg.
8042         Delete conf-space-keywords-override code.
8043         Use add-hook.
8044         (conf-space-keywords): New command.
8045         (conf-space-mode-internal): Be careful with imenu-generic-expression.
8046         Delete conf-space-keywords-override code.
8047         (conf-space-keywords-alist): Doc fix.
8048         (conf-space-font-lock-keywords): Doc fix.
8049         (conf-space-keywords-override): Var deleted.
8051 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8053         * startup.el (fancy-splash-screens): Don't switch to the scratch
8054         buffer; it may not be the next buffer.
8056 2006-09-16  Romain Francoise  <romain@orebokech.com>
8058         * saveplace.el (load-save-place-alist-from-file): Use expanded name
8059         in both messages.
8061 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
8063         * progmodes/python.el (python-preoutput-filter):
8064         Fix arg order to string-match.
8066 2006-09-16  Richard Stallman  <rms@gnu.org>
8068         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8069         font-lock-compile-keywords.
8071         * font-lock.el (font-lock-compile-keywords): Rename optional arg
8072         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
8074 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8076         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8078         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8079         and the data doesn't look like UTF8, send STRING instead.
8081 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8083         * textmodes/flyspell.el (flyspell-check-region-doublons):
8084         New function to detect duplicated words.
8085         (flyspell-large-region): Use it.
8087 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8089         * simple.el (line-move-to-column): Revert 2006-08-03 change.
8091 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8093         * help.el (describe-prefix-bindings): Use let, not let*.
8095 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
8097         * allout.el (allout-regexp, allout-line-boundary-regexp)
8098         (allout-bob-regexp): Correct grouping and boundaries to fix
8099         backwards traversal.
8100         (allout-depth-specific-regexp, allout-depth-one-regexp):
8101         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8102         worse time in allout-ascend.
8103         (allout-doublecheck-at-and-shallower): Identify depth threshold
8104         below which topics are checked for and disqualified by containment
8105         discontinuities.
8106         (allout-hotspot-key-handler): Correctly handle multiple-key
8107         strokes.  Remove some unused variables.
8108         (allout-mode-leaders): Clarify that mode-specific comment-start
8109         will be used.
8110         (set-allout-regexp): Correctly regexp-quote allout regexps to
8111         properly accept alternative header-leads and primary bullets with
8112         regexp-specific characters (eg, C "/*", mathematica "(*").
8113         Include new regular expressions among those configured.
8114         (allout-infer-header-lead-and-primary-bullet):
8115         Rename allout-infer-header-lead.
8116         (allout-recent-depth): Manifest as a variable as well as a function.
8117         (allout-prefix-data): Simplify into an inline instead of a macro,
8118         assuming current match data rather than being explicitly passed
8119         it.  Establish allout-recent-depth value as well as
8120         allout-recent-prefix-beginning and allout-recent-prefix-end.
8121         (allout-aberrant-container-p): True when an item's immediate
8122         offspring discontinuously contained.  Useful for disqualifying
8123         unintended topic prefixes, likely at low depths.
8124         (allout-goto-prefix-doublechecked): Elaborate version of
8125         allout-goto-prefix which disqualifies aberrant pseudo-items.
8126         (allout-pre-next-prefix): Layer on top of lower-level routines, to
8127         get disqualification of aberrant containers.
8128         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8129         containers.
8130         (allout-beginning-of-current-entry): Position at start of buffer
8131         when in container (depth 0) entry.
8132         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8133         (allout-current-bullet): Strip text properties.
8134         (allout-get-prefix-bullet): Use right match groups.
8135         (allout-beginning-of-line, allout-next-heading):
8136         Disqualify aberrant containers.
8137         (allout-previous-heading): Disqualify aberrant containers, and
8138         change to regular (rather than inline) function, to allow
8139         self-recursion.
8140         (allout-get-invisibility-overlay): Increment so progress is made
8141         when the first overlay is not the sought one.
8142         (allout-end-of-prefix): Disqualify aberrant containers.
8143         (allout-end-of-line): Cycle something like allout-beginning-of-line.
8144         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8145         outline.el outlines) functional again.  Change the primary bullet
8146         along with the header-lead - level 1 new-style bullets now work.
8147         Engage allout-before-change-handler in mainline Emacs, not just
8148         XEmacs, to do undo handling.
8149         (allout-before-change-handler): Expose undo changes occurring in
8150         hidden regions.  Use allout-get-invisibility-overlay instead of
8151         reimplementing it inline.
8152         (allout-chart-subtree): Use start rather than end of prefix in
8153         charts.  Use allout-recent-depth variable.
8154         (allout-chart-siblings): Disqualify aberrant topics.
8155         (allout-beginning-of-current-entry): Position correctly.
8156         (allout-ascend): Use new allout-depth-specific-regexp and
8157         allout-depth-one-regexp for linear instead of O(N^2) or worse
8158         behavior.
8159         (allout-ascend-to-depth): Depend on allout-ascend, rather than
8160         reimplementing an algorithm.
8161         (allout-up-current-level): Depend on allout-ascend, rather than
8162         reimplementing an algorithm.  Return to start-point if we fail.
8163         (allout-descend-to-depth): Use allout-recent-depth variable
8164         instead of function.
8165         (allout-next-sibling): On traversal of numerous intervening
8166         topics, resort to economical allout-next-sibling-leap.
8167         (allout-next-sibling-leap): Specialized version of
8168         allout-next-sibling that uses allout-ascend cleverly, to depend on
8169         a regexp search to leap large numbers of contained topics, rather
8170         than arbitrarily many one-by-one traversals.
8171         (allout-next-visible-heading): Disqualify aberrant topics.
8172         (allout-previous-visible-heading): Position consistently when
8173         interactive.
8174         (allout-forward-current-level): Base on allout-previous-sibling
8175         rather than (differently) reimplmenting the algorithm.  Remove some
8176         unused variables.
8177         (allout-solicit-alternate-bullet): Present default choice stripped
8178         of text properties.
8179         (allout-rebullet-heading): Use bullet stripped of text properties.
8180         Register changes using allout-exposure-change-hook.
8181         Disregard aberrant topics.
8182         (allout-shift-in): With universal-argument, make topic a peer of
8183         it's former offspring.  Simplify the code by separating out
8184         allout-shift-out functionality.
8185         (allout-shift-out): With universal-argument, make offspring peers
8186         of their former container, and its siblings.  Implement the
8187         functionality here, rather than inappropriately muddling the
8188         implementation of allout-shift-in.
8189         (allout-rebullet-topic): Respect additional argument for new
8190         parent-child separation function.
8191         (allout-yank-processing): Use allout-ascend directly.
8192         (allout-show-entry): Disqualify aberrant topics.
8193         (allout-show-children): Handle discontinuous children gracefully,
8194         extending the depth being revealed to expose them and posting a
8195         message indicating the situation.
8196         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8197         Leave cursor in correct position.
8198         (allout-hide-current-subtree): Use allout-ascend directly.
8199         Disqualify aberrant topics.
8200         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8201         a way that the yanks can restore it, as used to happen.
8202         (allout-yank-processing): Restore exposure layout as recorded by
8203         allout-kill-*, as used to happen.
8204         (allout-annotate-hidden, allout-hide-by-annotation): New routines
8205         for preseving and restoring exposure layout across kills.
8206         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8207         (allout-encrypt-string): Strip text properties.
8208         Rearranged order and outline-headings for some of the
8209         miscellaneous functions.
8210         (allout-resolve-xref): No need to quote the error name in the
8211         condition-case handler section.
8212         (allout-flatten): Classic recursive (and recursively intensive,
8213         without tail-recursion) list-flattener, needed by allout-shift-out
8214         when confronted with discontinuous children.
8216 2006-09-16  Jason Rumney  <jasonr@gnu.org>
8218         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8219         on ms-windows.
8220         (dnd-open-unc-file): Remove.
8221         (dnd-open-local-file): Mention in doc string that it also handles
8222         remote files if the system natively supports unc file-names.
8224 2006-09-15  Kim F. Storm  <storm@cua.dk>
8226         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8227         all necessary information about the event before erasing *Help*.
8229         * simple.el (line-move-partial): Use window-line-visiblity to
8230         quickly check whether last line is partially visible, and only do
8231         the hard (and slow) part in that case.
8233 2006-09-15  Jay Belanger  <belanger@truman.edu>
8235         * COPYING: Replace "Library Public License" by "Lesser Public
8236         License" throughout.
8238 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8240         * term/x-win.el (x-menu-bar-open): New function for F10.
8242 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
8244         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8245         Disallow filenames containing " -" to avoid confusion with libtool
8246         compilation messages.  Suggested by Stefan Monnier.
8248 2006-09-15  David Kastrup  <dak@gnu.org>
8250         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8251         instead of buffer position for `mouse-on-link-p'.
8253         * mouse.el (mouse-posn-property): New function looking up the
8254         properties at a click position in overlays and text properties in
8255         either buffer or strings.
8256         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8257         of both `follow-link' as well as `mouse-face' properties.
8258         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8259         buffer position.
8261         * help.el (describe-key-briefly): When reading a down-event on
8262         mode lines or scroll bar, swallow the following up event, too.
8263         Use the new mouse sensitity of `key-binding' for lookup.
8264         (describe-key): The same here.
8266 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8268         * play/life.el (life-patterns): Add a few more interesting patterns.
8269         (life-setup): Force `show-trailing-whitespace' to nil.
8271 2006-09-14  Richard Stallman  <rms@gnu.org>
8273         * startup.el (fancy-splash-text): Change text to improve alignment.
8274         (fancy-splash-screens): Don't set non-standard tab width.
8275         Bind cursor-type temporarily, and make it easy to patch to
8276         preserve the splash buffer.
8277         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8278         (fancy-splash-screens): Display echo-area message explicitly.
8279         Don't set fancy-splash-help-echo.
8281         * simple.el (line-number-mode): Group mode-line instead of
8282         editing-basics.
8283         (column-number-mode, size-indication-mode): Likewise.
8285         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8287         * time.el (display-time): Group mode-line instead of modeline.
8289         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8291 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8293         * startup.el (fancy-splash-text): Move editing instructions to
8294         fancy-splash-head.
8295         (fancy-splash-head): Issue editing instructions.
8296         (fancy-splash-screens): Fixup whitespace.
8298 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8300         * bindings.el (mode-line-buffer-identification-keymap):
8301         Remove duplicate line.
8303 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8305         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8306         ignore lists.
8308 2006-09-14  Kim F. Storm  <storm@cua.dk>
8310         * jit-lock.el (jit-lock-fontify-again): New function.
8311         (jit-lock-fontify-now): Use it instead of lambda form.
8313 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8315         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8316         (flyspell-auto-correct-word): Make ispell-filter local to these
8317         functions.  Check that ispell-filter has new stuff before calling
8318         ispell-parse-output.
8320 2006-09-13  Kim F. Storm  <storm@cua.dk>
8322         * simple.el (line-move-partial): Optimize.
8324 2006-09-13  Richard Stallman  <rms@gnu.org>
8326         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8327         Delete spurious backquote.
8329 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8331         * net/rcirc.el (rcirc-print): Fix last change.
8333 2006-09-12  Jay Belanger  <belanger@truman.edu>
8335         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8337 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8339         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8340         rcirc-show-maximum-output.
8341         (rcirc-mode): Remove window-scroll-function hook.
8342         (rcirc-scroll-to-bottom): Remove function.
8343         (rcirc-print): Recenter so point stays at the bottom of the window
8344         if point was already there.
8346 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8348         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8349         not to "t".
8350         * progmodes/compile.el (compilation-start): Likewise.
8351         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8352         Don't use expand-file-name on invocation-directory, since this
8353         might mishandle special characters in invocation-directory.
8355 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8357         * pcvs-defs.el: Remove * in defcustom's docstrings.
8359 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8361         * progmodes/compile.el (compilation-directory-properties):
8362         Doc fix for help-echo.
8364 2006-09-12  Lars Hansen  <larsh@soem.dk>
8366         * desktop.el (desktop-read): Add comment.
8368 2006-09-12  Kim F. Storm  <storm@cua.dk>
8370         * simple.el (next-error-highlight, next-error-highlight-no-select):
8371         Fix spelling error.
8373         * subr.el (sit-for): Rework to use input-pending-p and cond.
8374         Return nil input is pending on entry also for SECONDS <= 0.
8375         (while-no-input): Use input-pending-p instead of sit-for.
8377 2006-09-11  Richard Stallman  <rms@gnu.org>
8379         * simple.el (next-error-highlight, next-error-highlight-no-select):
8380         Fix custom type and doc strings.
8382 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8384         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8385         (diff-apply-hunk): Use it to ask for confirmation.
8387 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8389         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8391 2006-09-11  David Kastrup  <dak@gnu.org>
8393         * help.el (string-key-binding, describe-key-briefly)
8394         (describe-key): Remove `string-key-binding' and its callers since
8395         `key-binding' already caters for the proper lookup now.
8397 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8399         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8400         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8402         * bindings.el (mode-line-buffer-identification-keymap):
8403         Move initialization into declaration.
8405 2006-09-10  Kim F. Storm  <storm@cua.dk>
8407         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8408         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8409         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8410         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8412 2006-09-10  Richard Stallman  <rms@gnu.org>
8414         * dired-aux.el: Handle errors in recursive copy usefully.
8415         (dired-create-files-failures): New variable.
8416         (dired-copy-file): Remove condition-case.
8417         (dired-copy-file-recursive): Check for errors on all file
8418         operations, and add them to dired-create-files-failures.
8419         Check file file-date-erorr here too.
8420         (dired-create-files): Check dired-create-files-failures
8421         and report those errors too.
8423         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8425         * subr.el (add-to-list): New argument COMPARE-FN.
8427 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8429         * filecache.el (file-cache-add-directory)
8430         (file-cache-add-directory-list, file-cache-add-file)
8431         (file-cache-add-directory-using-find)
8432         (file-cache-add-directory-using-locate)
8433         (file-cache-add-directory-recursively): Add autoloads.
8435 2006-09-09  Richard Stallman  <rms@gnu.org>
8437         * textmodes/conf-mode.el (conf-space-mode):
8438         Use hack-local-variables-hook instead of calling hack-local-variables.
8439         (conf-space-keywords-override): New variable.
8440         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8441         (conf-space-mode): Always make conf-space-keywords and
8442         conf-space-keywords-override local.
8443         Call conf-space-mode-internal directly as well as via hook.
8445 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8447         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8448         quasi-keywords.
8450 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8452         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8453         (python-send-string): Be slightly more careful about adding \n.
8455         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8456         kill it right away anyway.
8458 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8460         * international/codepage.el (cp850-decode-table): Fix a few codes.
8461         (cp858-decode-table): New variable.
8463 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8465         * net/ldap.el (ldap-search-internal): Doc fix.
8467 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8469         * play/life.el (life-display-generation): Test for input manually if
8470         `sleeptime' is negative or null.
8472         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8473         (print-region-1): Substitute `%s' with the page title.
8475 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8477         * locate.el (locate-current-search): New variable.
8478         (locate): Set buffer local value.  Use current buffer if it is
8479         in Locate mode.
8480         (locate-mode): Disable undo here.
8481         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8482         (locate-update): Use locate-current-search and locate-current-filter.
8484 2006-09-08  David Kastrup  <dak@gnu.org>
8486         * desktop.el (desktop-read): When loading a desktop, disable
8487         saving it while the load progresses, and switch off a pending lazy
8488         load by calling `desktop-lazy-abort'.
8490 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8492         * window.el (mouse-autoselect-window-timer)
8493         (mouse-autoselect-window-position)
8494         (mouse-autoselect-window-window)
8495         (mouse-autoselect-window-now): New vars.
8496         (mouse-autoselect-window-cancel)
8497         (mouse-autoselect-window-select)
8498         (mouse-autoselect-window-start): New functions.
8499         (handle-select-window): Call `mouse-autoselect-window-start' when
8500         delayed window autoselection is enabled.
8502         * cus-start.el (mouse-autoselect-window): Handle delayed window
8503         autoselection.
8505         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8506         commands after which it is allowed to print in the echo area.
8508 2006-09-08  Richard Stallman  <rms@gnu.org>
8510         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8512         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8513         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8515         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8516         (cancel-timer-internal): Add doc string.
8517         (cancel-function-timers): Doc fix.
8518         (with-timeout-handler, timer-event-last*): Add doc strings.
8520         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8522         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8524         * dired.el (dired-log-summary): Add doc string.
8526         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8527         (custom-group-menu-create): Not here.
8529 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8531         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8533 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8535         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8536         (mac-apple-event-map): Define its handler.
8538 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8540         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8542 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8544         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8545         clause.
8547 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8549         * info.el (Info-index): Bind completion-ignore-case.
8551 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8553         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8554         previous commit.
8555         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8556         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8557         burp in dedicated windows.
8558         (inferior-prolog-self-insert-command): New command.
8559         (inferior-prolog-mode-map): Use it.
8561 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8563         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8565         * international/code-pages.el: Add cp858.
8567 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8569         * dnd.el: Fix bootstrapping.
8571 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8573         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8574         (dnd-open-remote-url): New function.
8575         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8576         not windows-nt.
8578 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8580         * dnd.el (dnd-open-remote-file-function): New variable.
8581         (dnd-open-unc-file): New function.
8582         (dnd-open-file): Call dnd-open-remote-file-function if set.
8584 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8586         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8587         pgg-passphrase-coding-system rather than locale-coding-system.
8588         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8590 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * progmodes/prolog.el: Remove * in docstrings.
8593         (prolog-program-name): Add SWI prolog.
8594         (prolog-mode-menu): New menu.
8595         (prolog-mode): Set comment-add.
8596         (prolog-indent-line): Simplify.  Use indent-line-to.
8597         (inferior-prolog-buffer): New var.
8598         (inferior-prolog-run, inferior-prolog-process): New funs.
8599         (run-prolog, switch-to-prolog): Rewrite, using them.
8600         (prolog-consult-region): Use inferior-prolog-buffer.
8601         (inferior-prolog-load-file): New function.
8602         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8604         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8605         last word, if it's not the end of the paragraph.
8607         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8608         file name.
8610 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8612         * frame.el (display-mm-dimensions-alist): New defcustom.
8613         (display-mm-height, display-mm-width): Use it.
8615 2006-09-06  Simon Josefsson  <jas@extundo.com>
8617         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8619 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8621         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8622         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8623         string values.
8625 2006-09-06  Kim F. Storm  <storm@cua.dk>
8627         * simple.el (line-move-partial): New function to do vscrolling for
8628         partially visible images / tall lines.  Rewrite based on code
8629         previously in line-move.  Simplify backwards vscrolling.
8630         (line-move): Use it.  Simplify.
8632 2006-09-05  Kim F. Storm  <storm@cua.dk>
8634         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8636 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8638         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8639         Process the `gcc-include' after the `gnu' rule.
8641 2006-09-05  Kim F. Storm  <storm@cua.dk>
8643         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8645 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8647         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8648         compatibility.
8650         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8651         inhibit-redisplay; encode passphrase with locale-coding-system.
8653 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8655         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8657 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8659         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8660         (gdb-var-list-children-regexp): Make type field optional.
8662         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8663         e.g public, protected in C++.
8665 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8667         * simple.el (completion-show-help): New defcustom.
8668         (completion-setup-function): Heed it.
8670 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8672         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8674 2006-09-04  Richard Stallman  <rms@gnu.org>
8676         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8677         (rsf-min-region-to-spam-list): Doc fix.
8678         (rsf-add-content-type-field): Doc fix.
8680         * simple.el (kill-region): Explicitly test there is a region.
8682 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8684         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8685         sendmail in several common directories.
8687         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8689         * paths.el (sendmail-program): Removed.
8691 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8693         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8694         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8695         http://article.gmane.org/gmane.emacs.gnus.general/50457
8697 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8699         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8700         mark after running the menu filter.
8702 2006-09-03  Juri Linkov  <juri@jurta.org>
8704         * international/quail.el (quail-defrule-internal): Add a check
8705         if a key is a vector.
8707 2006-09-02  Juri Linkov  <juri@jurta.org>
8709         * man.el (Man-topic-history): New variable.
8710         (man): Use it.
8712         * woman.el (woman-topic-history): Change defvar to defvaralias
8713         for symbol `Man-topic-history'.
8715         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8716         `comint-last-output-start' is a marker by using `markerp' and
8717         check if it has a position by using `marker-position', and use
8718         this position for `goto-char'.
8720         * international/quail.el (quail-defrule-internal): Add missing
8721         `error' call for null key.
8723 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8725         * rcirc.el (rcirc-keywords): New variable.
8726         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8727         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8728         variables.
8729         (rcirc-responses-no-activity): New function.
8730         (rcirc-handler-generic): Check for responses in above.
8731         (rcirc-process-command): Add ?: character to arguments of raw
8732         server commands.
8733         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8734         `rcirc-dim-nicks'.
8735         (rcirc-gray-toggle): Remove unused variable.
8736         (rcirc-print): Remove some tracking logic, which is moved into
8737         markup functions.
8738         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8739         types.
8740         (rcirc-activity-string): Look for 'keyword in activity-types.
8741         (rcirc-window-configuration-change): Don't erase overlay-arrow
8742         unnecessarily.
8743         (rcirc-add-or-remove): New function.
8744         (rcirc-cmd-ignore): Use it.
8745         (rcirc-message-leader): Remove unused function.
8746         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8747         (rcirc-add-face): New function.
8748         (rcirc-facify): Use rcirc-add-face.
8749         (rcirc-url-regexp): Add parens.
8750         (rcirc-map-regexp): Remove function.
8751         (rcirc-mangle-regexp): Remove function.
8752         (rcirc-markup-text-functions): New variable.
8753         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8754         (rcirc-markup-body-text, rcirc-markup-attributes)
8755         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8756         (rcirc-markup-bright-nicks): New markup handler functions.
8757         (rcirc-nick-in-message-full-line): New face.
8758         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8759         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8761 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8763         * cus-start.el (hscroll-margin, hscroll-step)
8764         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8765         (x-use-underline-position-properties): Change version to "22.1"
8766         since they will appear there for the first time.
8768 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8770         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8772 2006-08-31  Richard Stallman  <rms@gnu.org>
8774         * cus-edit.el (custom-save-variables): Slight cleanup.
8775         (Custom-no-edit): Renamed from custom-no-edit.
8776         (Custom-newline): Renamed from custom-newline.
8777         (custom-mode-map): Use new names.
8779         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8780         about customization, rather than M-x customize, in the doc string
8781         made for the defcustom.
8783         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8785 2006-08-31  Romain Francoise  <romain@orebokech.com>
8787         * dired-x.el (dired-guess-shell-alist-default): Update.
8789 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8791         * custom.el (custom-theme-set-variables): Autoload packages before
8792         sorting the variables.
8794 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8796         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8797         chars if XEmacs.
8798         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8800 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8802         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8803         waiting for process.
8805 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8807         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8808         results in ASCII-only string, encode original one directly.
8810 2006-08-29  Romain Francoise  <romain@orebokech.com>
8812         * startup.el (normal-splash-screen, fancy-splash-screens):
8813         Make buffer read-only and arrange to enter view mode if necessary.
8815 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8817         * hl-line.el (hl-line): New face.
8818         (hl-line-face): Use it.
8820         * image-mode.el (image-mode): Fix last fix.
8821         Suggested by Kim F. Storm.
8823 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8825         Sync with Tramp 2.0.54.
8827         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8828         of `=', because `tramp-get-remote-gid' might not always return an
8829         integer when expected.
8830         (tramp-register-file-name-handlers): `partial-completion-mode' is
8831         unknown to XEmacs.
8832         (tramp-time-diff): Don't use `floor', it might fail for large
8833         differences.
8834         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8835         `tramp-auto-save-directory' if unset in order to guarantee unique
8836         auto-save file names.
8838 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8840         * image-mode.el (image-mode): Display image as text on a terminal.
8842 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8844         * progmodes/python.el (python-send-command): Simplify.
8845         (run-python): Don't generate a new buffer unless `new' was specified.
8846         Make sure we send `import emacs' to the proper process.
8848         * progmodes/python.el (python-send-command): Don't wait for the command
8849         to terminate.  Don't fiddle with compilation-parsing-end.
8851 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8853         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8854         Insert commentary after first line summary.
8856         * woman.el (woman-follow): New function, based on `man-follow'.
8857         (woman-mode-map): Use it.
8859         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8860         since ibuffer-do-sort-by-recency does not define a sorter.
8862 2006-08-28  Kim F. Storm  <storm@cua.dk>
8864         * find-dired.el (find-dired): Use shell-quote-argument to properly
8865         escape ( and ) args.  Also use it on {} and ; args in default
8866         value of find-ls-option string.
8867         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8869 2006-08-27  Michael Olson  <mwolson@gnu.org>
8871         * emacs-lisp/tq.el: Small grammar fix in comments.
8872         (tq-enqueue): Check for existence of queue rather than the
8873         head queue item's question, which was a no-op.
8874         (tq-filter, tq-process-buffer): Make sure the process buffer
8875         exists before making it the current buffer.
8877 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8879         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8880         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8881         (special-event-map): Apply 2006-08-16 change for x-win.el.
8883 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * progmodes/python.el (python-send-receive): Wait in the
8886         process's buffer so as to check the right buffer-local variables.
8888 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8890         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8891         (defgroup checkdoc): Move to beginning.
8893         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8894         (python-preoutput-continuation): Remove.
8895         (python-preoutput-filter): Simplify correspondingly.
8896         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8897         Loop around to catch embedded _emacs_out output.
8898         (run-python): Send the import&print command on a single line.
8899         (python-send-command): Send command&print on a single line.
8900         (python-send-string): Only add double \n if needed.
8901         (python-send-receive): Loop until the result comes.
8902         (python-mode-running): Defvar it.
8903         (python-setup-brm): Remove unused var `menu'.
8904         Only bind py-mode-map and `features' around brm-init.
8905         (python-calculate-indentation): Remove unused var `point'.
8906         (python-beginning-of-defun): Remove unused var `def-line'.
8908 2006-08-25  Richard Stallman  <rms@gnu.org>
8910         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8912 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8914         * viper.el (viper-set-hooks): Use frame bindings for
8915         viper-vi-state-cursor-color.
8916         (viper-non-hook-settings): Don't set default
8917         mode-line-buffer-identification.
8919         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8920         (viper-set-cursor-color-according-to-state)
8921         (viper-get-saved-cursor-color-in-replace-mode)
8922         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8923         viper-emacs-state-cursor-color.
8925         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8926         (viper-undo): Use point if undo-beg-posn is nil.
8927         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8928         (viper-after-change-undo-hook): Don't use
8929         viper-emacs-state-cursor-color by default.
8930         (viper-undo): More sensible positioning after undo.
8932         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8933         (viper-emacs-state-cursor-color): Default to nil, since this feature
8934         doesn't work well yet.
8936         * ediff-mult.el (ediff-intersect-directories)
8937         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8938         always expand filenames.
8940 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8942         * tumme.el: Remove * in defcustoms's docstrings.
8944 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8946         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8947         Accept internal time format for SECS arg.
8948         (timer-relative-time): Doc fix.
8950         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8951         adapted from Martin Rudalics.
8952         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8953         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8954         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8955         using sit-for.
8957 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8959         * cus-start.el (all): Add `overline-margin' and
8960         `x-underline-at-descent-line'.
8962 2006-08-24  Kim F. Storm  <storm@cua.dk>
8964         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8965         to mean "use find -exec"; nil now unambiguously means auto-detect.
8966         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8967         Use shell-quote-argument to build grep-find-command and
8968         grep-find-template.
8969         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8970         Reported by Tom Seddon.
8972 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8974         * startup.el (fancy-splash-head): Give instructions for dismissing
8975         the splash screen for default startup too.
8976         (display-startup-echo-area-message, fancy-splash-screens)
8977         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8978         all splash text at once and keep the splash buffer around.
8979         (command-line-1): Give display-startup-echo-area-message a t arg.
8981 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8983         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8984         gnus frame is selected.
8986 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8988         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8990 2006-08-22  Kim F. Storm  <storm@cua.dk>
8992         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8993         Add suffix matching for subdirs.
8995 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8997         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8998         mouse-yank-at-point is non-nil.
9000 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
9002         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9003         a bit wider and remove fringes to fit initial output on line.
9005 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9007         * frame.el (blink-cursor-end): Only ignore the error we care about.
9008         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9010 2006-08-21  Richard Stallman  <rms@gnu.org>
9012         * whitespace.el (whitespace-cleanup): Doc fix.
9014 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
9016         * net/rcirc.el (rcirc-show-maximum-output): New var.
9017         (rcirc-buffer-process): If no buffer argument is supplied, use
9018         current-buffer.
9019         (rcirc-complete-nick): Complete to the last completed nick first.
9020         (rcirc-mode): Preserve the value of `rcirc-urls' across
9021         connections.  Setup scroll function.
9022         (rcirc-scroll-to-bottom): New function.
9023         (rcirc-print): Use nick syntax around regexp work.
9024         Notice dim-nicks speaking only if they say our nick.
9025         (rcirc-update-activity-string): Do not show the modeline indicator
9026         if there are no live rcirc processes.
9027         (rcirc-cmd-ignore): Ignore case.
9028         (rcirc-browse-url-at-point): Fix off-by-one error.
9030 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9032         * progmodes/python.el: Remove * in defcustom docstrings.
9033         (run-python, python-proc, python-try-complete): Use derived-mode-p.
9034         (python-mode): Set tab-width and indent-tabs-mode.
9036 2006-08-20  Dave Love  <fx@gnu.org>
9038         * progmodes/python.el: Update to Dave Love's latest version.
9039         (python-font-lock-keywords, python-mode): Don't use
9040         font-lock-syntax-table, but match symbol elements explicitly instead.
9041         (python-mode-map): Add help, and a few more key bindings.
9042         (python-skip-comments/blanks): Move out of comments as well.
9043         (python-continuation-line-p): Behave better with unbalanced parens.
9044         (python-blank-line-p): New fun.
9045         (python-open-block-statement-p): Don't use a heuristic.
9046         (python-outdent-p): Better handle blocks-in-the-same-line.
9047         (python-calculate-indentation): Misc improvements.
9048         (python-comment-indent): Remove.
9049         (python-block-pairs): New var.
9050         (python-first-word): New fun.
9051         (python-indentation-levels): Handle more common cases.
9052         (python-indent-line-1): Add `leave' argument.
9053         (python-indent-region): New fun.
9054         (python-skip-out): New fun.
9055         (python-beginning-of-statement, python-end-of-statement): Use it.
9056         (python-next-statement): Return correct count even at eob.
9057         (python-end-of-block): Fix paren-typo.
9058         (python-imenu-create-index): Add module variables.
9059         (run-python): Add `new' arg.
9060         Check we're at a prompt before returning.
9061         (python-send-command): Move to end of buffer.
9062         Wait for prompt to return.
9063         (python-set-proc): New fun.
9064         (python-imports): New var.
9065         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
9066         (python-eldoc-function): Try to move out of arg list.
9067         (python-outline-level): Offset by 1.
9068         (python-find-imports): New fun.
9069         (python-symbol-completions): Use python-imports.
9070         (python-module-path, ffap-alist): Add support for ffap.
9071         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9072         (python-insert-*, python-default-template, python-expand-template):
9073         Add templates/skeletons.
9074         (python-setup-brm): Support for Bicycle Repair Man.
9075         (python-abbrev-syntax-table): New var.
9076         (python-abbrev-pc-hook, python-pea-hook): New funs.
9078 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
9080         * frame.el (blink-cursor-start): Set timer first.
9081         (blink-cursor-end): Ignore timer cancelling errors.
9082         Suggested by Ken Manheimer.
9084 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
9086         * newcomment.el (comment-box): Call `comment-normalize-vars'.
9087         Add autoload cookie.
9089 2006-08-20  Richard Stallman  <rms@gnu.org>
9091         * simple.el (line-number-at-pos): Doc fix.
9093         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9094         timer-activate-when-idle, so timer can run before Emacs becomes
9095         non-idle again.
9097 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9099         * whitespace.el (whitespace-cleanup-internal): New optional arg
9100         REGION-ONLY.  If it's non-nil, modify the message to the user
9101         accordingly.
9102         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9103         a non-nil argument.
9105 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
9107         * rect.el (spaces-string): Simplify and add doc string.
9109 2006-08-17  Romain Francoise  <romain@orebokech.com>
9111         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9113 2006-08-17  Richard Stallman  <rms@gnu.org>
9115         * compare-w.el (compare-windows): lambda's take an arg and pass
9116         it to compare-windows-skip-whitespace.
9118 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
9120         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9121         the right buffer.
9123 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9125         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9126         removed files.
9128 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
9130         * progmodes/gdb-ui.el (gdb-locals-watch-map)
9131         (gdb-locals-watch-map-1): Suppress keymap first.
9132         (gdb-edit-locals-map-1): New variable.
9133         (gdb-edit-locals-value): New function.
9134         (gdb-stack-list-locals-handler): Use them.
9136 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9138         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9139         cursor would normally be drawn in the fringe.
9141         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9142         Reported by Martin Rudalics <rudalics@gmx.at>.
9144 2006-08-16  Richard Stallman  <rms@gnu.org>
9146         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9147         (special-event-map): Process drag-n-drop events this way.
9149         * simple.el (move-beginning-of-line): Test whether fields
9150         would prevent motion back to line's first visible character.
9151         If so, stop where the fields would stop the motion.
9153         * newcomment.el (comment-indent): Fully update INDENT
9154         before checking to see if it will change the text.
9156         * cus-edit.el (custom-newline): New function.
9157         (custom-mode-map): Bind newline to custom-newline.
9159         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9160         into ignore-whitespace.
9161         Check each buffer for its skip-function.
9162         Handle compare-windows-skip-whitespace special-case test
9163         by returning t from default skip function.
9165 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
9167         * textmodes/org.el (org-clock-special-range)
9168         (org-clock-update-time-maybe): New functions.
9169         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9170         not only a-z.
9171         (org-agenda-get-blocks): Allow multiple blocks per headline.
9172         (org-timestamp-change): Call `org-clock-update-time-maybe'.
9173         (org-export-html-title-format)
9174         (org-export-html-toplevel-hlevel): New options.
9175         (org-export-language-setup): Add support for Czech.
9176         (org-mode, org-insert-todo-heading, org-find-visible)
9177         (org-find-invisible, org-invisible-p, org-invisible-p2)
9178         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9179         (org-show-subtree, org-show-entry, org-make-options-regexp):
9180         Remove compatibility support for old outline-mode.
9181         (org-check-occur-regexp): Funtion removed.
9182         (org-on-heading-p, org-back-to-heading): Made defalias.
9183         (org-set-local): New defsubst.
9184         (org-set-regexps-and-options, org-mode)
9185         (org-set-font-lock-defaults, org-edit-agenda-file-list)
9186         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9187         (org-remember-apply-template, org-table-edit-field)
9188         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9189         (org-set-autofill-regexps): Use `org-set-local'.
9190         (org-table-eval-formula): Fix bug with parsing of display flags.
9192 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
9194         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9195         frame with fringe arrow.  Suggested by Simon Marshall
9196         <simon.marshall@misys.com>.
9197         (gdb-stack-position): New variable.
9198         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9199         (gdb-frames-mode): Set gdb-stack-position to nil.
9200         Add to overlay-arrow-variable-list
9201         (gdb-reset): Delete gdb-stack-position from above list.
9203 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9205         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9206         read only.
9208 2006-08-13  Romain Francoise  <romain@orebokech.com>
9210         * cus-theme.el (customize-create-theme)
9211         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9213         * filesets.el (filesets-add-buffer): Ditto.
9215         * pcvs.el (cvs-change-cvsroot): Ditto.
9217 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
9219         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9220         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9221         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9222         expressions.
9223         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9224         Only search till end of line.
9225         Add face to function names in case of no filename.
9226         Add face to variable names of watchpoints.
9228 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
9230         * cus-start.el <indent-tabs-mode>: Move to the `indent'
9231         customization group.
9233 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
9235         * allout.el (allout-prior-bindings, allout-added-bindings):
9236         Remove, after long deprecation.
9237         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9238         Add customization vars controlling allout-beginning-of-line and
9239         allout-end-of-line conveniences.
9240         (allout-header-prefix, allout-use-mode-specific-leader)
9241         (allout-use-mode-specific-leader, allout-mode-leaders):
9242         Revise docstrings.
9243         (allout-infer-header-lead): Change to be an alias for
9244         allout-infer-header-lead-and-primary-bullet.
9245         (allout-infer-header-lead-and-primary-bullet): New version of
9246         allout-infer-header-lead which assigns the primary bullet to the
9247         same as the header lead, when its being changed.
9248         (allout-infer-body-reindent): Apply regexp-quote instead of
9249         unconditionally prepending "\\", so that all literal
9250         allout-header-prefix and allout-primary-bullet strings are
9251         properly handled.
9252         (allout-add-resumptions): Add optional qualifier for extending or
9253         appending to existing values, rather than replacing them.
9254         (allout-view-change-hook): Clarify docstring.
9255         (allout-exposure-change-hook): Take explicit arguments, via
9256         run-hook-with-args.
9257         (allout-structure-added-hook)
9258         (allout-structure-deleted-hook)
9259         (allout-structure-shifted-hook): New hooks analogous to
9260         allout-exposure-change-hook for other kinds of structural outline
9261         edits.
9262         (allout-encryption-plaintext-sanitization-regexps): New encryption
9263         customization variable, by which cooperating modes can provde
9264         massage of the plaintext without actually being passed it.
9265         (allout-encryption-ciphertext-rejection-regexps)
9266         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9267         customization variables, by which cooperating modes can prohibit
9268         rare but possible ciphertext patterns from fouling their
9269         operation, with actually being passed the ciphertext.
9270         (allout-mode): Run activation and deactivation hooks after the
9271         minor-mode variable has been toggled, to clarify the mode
9272         disposition.  The new encryption ciphertext rejection variable is
9273         used to ensure that the ciphertext does not contain text that
9274         would be recognized as outline structural elements by allout.
9275         Substite allout-beginning-of-line and allout-end-of-line for
9276         conventionall beginning-of-line and end-of-line bindings.
9277         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9278         activation!
9279         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9280         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9281         (allout-chart-subtree): Implement new mode, charting only the
9282         visible items in the subtree, when new 'visible' parameter is non-nil.
9283         (allout-end-of-subtree): Properly handle the last item in the buffer.
9284         (allout-pre-command-business, allout-command-counter):
9285         Increment an advertised counter so that cooperating enhancements can
9286         track revisions of items.
9287         (allout-open-topic): Run allout-structure-added-hook with suitable
9288         arguments.
9289         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9290         arguments.
9291         (allout-shift-out): Fix doubling for negative args and ensure call
9292         of allout-structure-shifted-hook by solely using allout-shift-in.
9293         (allout-kill-line, allout-kill-topic):
9294         Run allout-structure-deleted-hook with suitable arguments.
9295         (allout-yank-processing): Run allout-structure-added-hook with
9296         proper arguments.
9297         (allout-yank): Enclose activity in allout-unprotected.
9298         (allout-flag-region): Run allout-exposure-change-hook with
9299         suitable arguments, instead of making the callee infer the arguments.
9300         (allout-encrypt-string):
9301         Support allout-encryption-plaintext-sanitization-regexps,
9302         allout-encryption-ciphertext-rejection-regexps, and
9303         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9304         en/de cryption mode in symmetric encryption failure message.
9305         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9306         copy of the passphrase, and don't zero it or we'll corrupt the
9307         stashed copy.
9308         (allout-create-encryption-passphrase-verifier)
9309         (allout-verify-passphrase): Respect the new signature for
9310         allout-encrypt-string.
9311         (allout-get-configvar-values): Convenience for getting a
9312         configuration variable value and handling its absence gracefully.
9314 2006-08-11  Romain Francoise  <romain@orebokech.com>
9316         * obsolete/zone-mode.el: Delete.
9318 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9320         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9322 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9324         * emacs-lisp/bindat.el (bindat-ip-to-string):
9325         Use `format-network-address' if possible.
9327 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9329         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9331 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9333         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9334         restore unread-command-events here.
9335         (edebug-display): Do it here, to detect sit-for interruptions.
9337 2006-08-10  Romain Francoise  <romain@orebokech.com>
9339         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9340         (dns-mode-soa-auto-increment-serial): New user option.
9341         (dns-mode-soa-maybe-increment-serial): New function.
9342         (dns-mode): Add the latter to `write-contents-functions'.
9344         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9345         Delete autoload cookies.
9347 2006-08-10  John Wiegley  <johnw@newartisans.com>
9349         * eshell/em-glob.el (eshell-glob-chars-list)
9350         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9352 2006-08-10  Richard Stallman  <rms@gnu.org>
9354         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9355         (facemenu-set-face): Doc fix.
9356         (facemenu-listed-faces): Doc fix.
9358 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9360         * avoid.el (mouse-avoidance-animating-pointer): New var.
9361         (mouse-avoidance-nudge-mouse): Use it.
9362         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9363         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9364         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9365         Don't activate if currently animating.  All callers changed.
9367 2006-08-09  John Wiegley  <johnw@newartisans.com>
9369         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9370         variable, which causes timeclock to report elapsed time worked,
9371         instead of just work remaining.
9373 2006-08-09  Kenichi Handa  <handa@m17n.org>
9375         * international/latexenc.el (latexenc-find-file-coding-system):
9376         Fix for the case that the 2nd element of arg-list is a cons.
9378 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9380         * info.el (Info-fontify-node): Handle preceding `in' for note
9381         reference hiding rules.
9383 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9386         mistake a closing " for an opening one.
9388 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9390         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9392 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9394         * complete.el (PC-do-completion): Filter out completions matching
9395         completion-ignored-extensions before checking whether there are
9396         multiple completions.
9397         Don't use `list' unnecessarily when building completion tables.
9399 2006-08-06  Richard Stallman  <rms@gnu.org>
9401         * help.el (describe-mode): Make minor mode list more concise.
9403 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9405         * bindings.el: Give mode-line-format, mode-line-modes, and
9406         mode-line-position `standard-value' properties.
9408 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9410         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9411         "(file)node" instead of the file name.
9413 2006-08-05  Richard Stallman  <rms@gnu.org>
9415         * faces.el (escape-glyph): Doc fix.
9417 2006-08-04  Kenichi Handa  <handa@m17n.org>
9419         * international/mule-diag.el (describe-font): Improve docstring
9420         and error message.  Use frame-parameter (not frame-parameters).
9422 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9424         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9425         Correctly mark the end-of-docstring char.
9427 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9429         * simple.el (line-move-to-column): Constrain move-to-column to
9430         current field.
9432 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9434         * font-lock.el (font-lock-beg, font-lock-end)
9435         (font-lock-extend-region-functions): New vars.
9436         (font-lock-extend-region-multiline)
9437         (font-lock-extend-region-wholelines): New functions.
9438         (font-lock-default-fontify-region): Use them.
9439         (font-lock-extend-jit-lock-region-after-change): Only round up
9440         if font-lock-default-fontify-region will do it as well.
9442         * font-lock.el (font-lock-extend-after-change-region-function):
9443         Rename from font-lock-extend-region-function.
9444         (font-lock-extend-region): Remove by inlining at call sites.
9445         (font-lock-after-change-function): Don't needlessly round up to a whole
9446         number of lines.
9447         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9448         the boundary conditions and the interactions between the various ways
9449         to extend the region.
9451 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9453         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9454         modification status when forcing the second redisplay.
9456 2006-08-03  Kim F. Storm  <storm@cua.dk>
9458         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9460 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9462         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9463         doesn't look like a file name.
9465         * complete.el (PC-expand-many-files): Avoid signalling an error when
9466         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9468 2006-08-02  Andreas Schwab  <schwab@suse.de>
9470         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9472 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9474         * bindings.el (map): Make mode-line-buffer-identification-keymap
9475         before defining propertized-buffer-identification.
9477 2006-08-01  Richard Stallman  <rms@gnu.org>
9479         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9481 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9483         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9484         default value.
9485         (gdb-find-source-frame): New function.
9486         (menu): Add to menu bar.
9488 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9490         * font-core.el (font-lock-extend-region-function)
9491         (font-lock-extend-region): Move to font-lock.el.
9493         * font-lock.el (font-lock-extend-region-function)
9494         (font-lock-extend-region): Move from font-core.el.  Simplify.
9496         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9497         if needed.
9498         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9499         (jit-lock-after-change-extend-region-functions): New hook.
9500         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9502         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9503         (font-lock-turn-on-thing-lock): Use it.
9505         * longlines.el (longlines-show-region): Make it work on read-only
9506         buffers as well.
9508 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9510         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9512 2006-07-31  Richard Stallman  <rms@gnu.org>
9514         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9515         (vhdl-speedbar-display-projects): Update old obsolete
9516         speedbar variable names.
9518 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9520         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9521         (gdb-stopped): Use it.
9523         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9525 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9527         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9528         for load-history elements.
9530 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9532         * files.el (convert-standard-filename): For Cygwin, replace
9533         characters not allowed in Windows file names.
9534         (make-auto-save-file-name): Add Cygwin to the list of systems
9535         where the auto-save file name needs to be run through
9536         convert-standard-filename.
9538 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9540         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9542 2006-07-28  Richard Stallman  <rms@gnu.org>
9544         * bindings.el (mode-line-frame-identification)
9545         (propertized-buffer-identification): Centralize the code
9546         to initialize the variable.
9548         * progmodes/grep.el (grep-default-command): Catch errors from
9549         wildcard-to-regexp.
9551 2006-07-29  Kim F. Storm  <storm@cua.dk>
9553         * progmodes/grep.el (grep-tag-default): New function.
9554         (grep-default-command, grep-read-regexp): Use it.
9555         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9556         as default if nothing else applies.
9558 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9560         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9561         Throw error if buffer is not in Dired and Wdired mode, respectively.
9563 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9565         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9566         self-insert-command keys don't activate buttons.
9567         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9569 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9571         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9572         faces for enable character.
9574 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9576         * Makefile.in (recompile): Update comment to reflect change
9577         on 2004-04-21.
9579 2006-07-27  Richard Stallman  <rms@gnu.org>
9581         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9582         (customize-package-emacs-version): Change msg when pkg has no entry.
9583         (custom-no-edit): On a button, do like widget-button-press.
9585 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9587         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9588         S-tab and C-S-tab.
9590 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9592         * progmodes/which-func.el (which-function): Fix documentation/
9593         comment typo.
9595 2006-07-26  Richard Stallman  <rms@gnu.org>
9597         * textmodes/ispell.el (ispell-word): If we replace the word,
9598         move point to the end.  Insert before deleting.
9600 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9602         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9603         a timer.
9605 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9607         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9608         when at first image.
9609         (tumme-forward-image): Add prefix argument.  Add error when at last
9610         image.
9612 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * tabify.el (tabify-regexp): Use more specific regexps.
9615         (tabify): Avoid modifying the buffer unnecessarily.
9617 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9619         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9620         (tumme-format-properties-string): Handle empty `buf'.
9621         (tumme-get-comment): Change variable names inside `let'.
9622         Add missing `let' variable that cause font-lock problems.
9623         (tumme-write-comments): Change variable names inside `let'.
9624         Add missing `let' variable that cause font-lock problems.
9625         (tumme-forward-image): Rename from `tumme-forward-char'.
9626         (tumme-backward-image): Rename from `tumme-backward-char'.
9628 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9630         * progmodes/ld-script.el (ld-script-keywords)
9631         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9632         and add comments.
9634 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9636         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9637         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9638         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9639         for status indicator.
9641 2006-07-24  Richard Stallman  <rms@gnu.org>
9643         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9645         * subr.el (dolist, dotimes): Use interned symbols for locals.
9646         (--dotimes-limit--, --dolist-tail--): New defvars.
9647         (looking-back): Doc fix.
9649         * replace.el (replace-match-string-symbols): Handle dotted lists.
9651 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9653         * tumme.el (tumme-write-tags): Add.
9654         (tumme-write-comments): Add.
9655         (tumme-tag-files): Change to use `tumme-write-tags'.
9656         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9657         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9658         (tumme-save-information-from-widgets): Change to use
9659         `tumme-write-comments' and `tumme-write-tags'.
9660         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9661         (tumme-write-tag): Remove.
9662         (tumme-write-comment): Remove.
9663         (tumme-display-previous-thumbnail-original): Remove empty line.
9664         (tumme-widget-list): Add punctuation.
9666 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9668         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9670 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9672         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9673         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9674         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9676 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9678         * mouse.el (mouse-on-link-p): Doc fix.
9680 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9682         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9683         Handle "C-h f `".
9685 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9687         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9688         column.
9690 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9692         * textmodes/table.el: Add move-beginning-of-line and
9693         move-end-of-line to Point Motion Only Group.
9695 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9697         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9699 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9701         * startup.el (user-mail-address): Initialize from the `EMAIL'
9702         environment variable first.  Document this.
9703         (command-line): Ditto.
9705 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9707         * help-mode.el (help-function-def, help-variable-def)
9708         (help-face-def): Print a message in the minibuffer.
9710 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9712         * term/xterm.el (terminal-init-xterm): Fix key bindings
9713         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9715 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9717         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9718         where `(nth 1 command)' is a cons cell.  Doc fix.
9720         * textmodes/po.el (po-find-charset): Doc fix.
9722 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9724         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9725         (allout-beginning-of-current-line, allout-end-of-current-line)
9726         (allout-next-visible-heading, allout-open-topic)
9727         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9728         (allout-flag-current-subtree, allout-show-to-offshoot)
9729         (allout-hide-current-entry, allout-show-current-branches)
9730         (allout-hide-region-body, allout-old-expose-topic)
9731         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9732         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9733         containing `beginning-of-line' and `end-of-line' with
9734         `inhibit-field-text-motion' t.
9736 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9738         * frame.el (focus-follows-mouse): Document that it doesn't have
9739         any effect on MS-Windows.
9741 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9743         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9745 2006-07-20  Jay Belanger  <belanger@truman.edu>
9747         * calc.el (calc-previous-alg-entry): Remove variable.
9749         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9750         New variables.
9751         (calc-alg-entry): Use `calc-alg-entry-history'.
9752         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9753         Remove reference to `calc-previous-alg-entry'.
9754         (calcAlg-edit, calcAlg-enter): Remove reference to
9755         `calc-previous-alg-entry'.
9756         (calcAlg-previous): Use `previous-history-element' instead of
9757         `calc-previous-alg-entry'.
9758         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9759         Change keybinding for `calcAlg-plus-minus', add keybindings for
9760         `previous-history-element' and `next-history-element'.
9762         * calc-rewr.el (calc-match): Remove reference to
9763         `calc-previous-alg-entry'.
9765         * calc-sel.el (calc-selection-history): New variable.
9766         (calc-enter-selection, calc-sel-mult-both-sides)
9767         (calc-sel-add-both-sides): Use `calc-selection-history'.
9769         * calc-map.el (calc-get-operator-history): New variable.
9770         (calc-get-operator): Use `calc-get-operator-history'.
9772         * calcalg3.el (calc-curve-fit-history): New variable.
9773         (calc-curve-fit): Use `calc-curve-fit-history'.
9775 2006-07-20  Kenichi Handa  <handa@m17n.org>
9777         * international/mule-cmds.el (select-safe-coding-system): Fix the
9778         way of deciding eol-type of the coding system.
9780 2006-07-20  Alan Mackenzie  <acm@muc.de>
9782         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9783         (c-lang-setvar): New macro.
9784         (c-make-init-lang-vars-fun): Use the initialization forms in
9785         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9786         (comment-start, comment-end, comment-start-skip): Change these from
9787         c-lang-defvar's to c-lang-setvar's.
9789         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9790         which calls make-local-variable on the elements of
9791         c-emacs-variable-inits.
9792         (c-init-language-vars-for): Call this new macro.
9794 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9797         Try to rule out false positives due to time stamps.
9798         (compilation-mode-font-lock-keywords): Remove rules made redundant
9799         because of the above change.  Add `segmentation fault' to the known and
9800         highlighted compilation termination messages.
9802 2006-07-19  Kim F. Storm  <storm@cua.dk>
9804         * progmodes/grep.el (grep-find-ignored-directories):
9805         Add .svn and _darcs to list.
9807 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9809         * dired.el (dired-mode-map): Add key binding `C-te' for
9810         `tumme-dired-edit-comment-and-tags'.
9812         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9813         image display buffer is displayed before call to
9814         `tumme-display-image.
9815         (tumme-dired-display-image): Make sure image display buffer is
9816         displayed before call to `tumme-display-image.
9817         (tumme-mouse-display-image): Make sure image display buffer is
9818         displayed before call to `tumme-display-image.
9819         (tumme-widget-list): Add.
9820         (tumme-dired-edit-comment-and-tags): Add.
9821         (tumme-save-information-from-widgets): Add.
9823 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9827 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9829         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9830         Revert inadvertently installed patch hunk.
9832         * progmodes/compile.el (compilation-find-file): Handle the
9833         cases where the user selects a non-existent file.
9835 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9837         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9839 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9841         * subr.el (sit-for): Just sleep-for if noninteractive.
9843 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9845         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9847         * custom.el (custom-autoload): Add `noset' argument.
9848         (custom-push-theme): Don't autoload the variable, let callers do it.
9849         (custom-theme-set-variables): Autoload the variable if necessary.
9851         * cus-edit.el (custom-variable-state-set): If the variable was
9852         originally set outside custom, but to the same value as the default,
9853         consider it to be standard.
9855         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9856         file *before* telling Emacs to add the autoloads, in case it fails.
9858         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9859         Use `cond', push', and `dolist'.
9861 2006-07-17  Richard Stallman  <rms@gnu.org>
9863         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9864         Add defvars to silence warnings.
9866 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9868         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9869         Don't highlight "Compiling file" messages as error.
9871         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9872         file already exists.
9874 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9876         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9877         entry, don't assign to free var; simply return the extracted filename.
9878         (ff-treat-as-special): Incorporate common preamble from callers.
9879         (ff-other-file-name, ff-find-the-other-file):
9880         Update call to ff-treat-as-special.
9882         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9884 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9886         * tumme.el (tumme-get-comment): Fix bug.
9888 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * files.el: Remove spurious * in docstrings.
9892 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9894         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9895         grammar.
9896         (allout-beginning-of-current-line): Beware beginning of buffer.
9897         Also, a comment is simplified.
9898         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9899         when appropriate.  (This fix enables use for other than
9900         bullet-hotspot operation.)
9901         (allout-hide-current-subtree): While escalating to sibling-close,
9902         make sure to situate on a topic.
9904 2006-07-14  Kim F. Storm  <storm@cua.dk>
9906         * emulation/cua-base.el (cua-delete-selection)
9907         (cua-toggle-set-mark): New defcustoms.
9908         (cua-rectangle-modifier-key): Add `alt' modifier.
9909         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9910         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9911         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9913         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9915 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9917         * allout.el: Require 'cl during byte-compilation/interactive load,
9918         for the `assert' macro.
9919         (allout-mode-deactivate-hook): New hook, run when allout mode
9920         deactivates.
9921         (allout-developer): New allout customization subgroup.
9922         (allout-run-unit-tests-on-load): New allout-developer
9923         customization variable, when true allout unit tests are run towards
9924         end of file load/eval.
9925         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9926         auto-fill-mode.
9927         (allout-resumptions): Remove, to be replaced by...
9928         (allout-add-resumptions): Register variable settings to be
9929         reinstated by `allout-do-resumptions'.  The settings are made
9930         buffer-local, but the locality/globality of the suspended setting
9931         is restored on resumption.
9932         (allout-do-resumptions): Reinstate all settings suspended using
9933         `allout-add-resumptions'.
9934         (allout-test-resumptions): Unit tests (and intermediate variables)
9935         for resumptions.
9936         (allout-tests-globally-unbound, allout-tests-globally-true)
9937         (allout-tests-locally-true): Intermediate variables for
9938         resumptions unit tests.
9939         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9940         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9941         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9942         instead of retired `allout-resumptions'.  For hook functions, use
9943         `local' parameter so hook settings are created and removed as
9944         buffer-local settings.  Revise (resumptions) setting
9945         auto-fill-function so it is set only if already active.  (The
9946         related fill-function settings are all made in either case, so
9947         that activating auto-fill-mode activity will have the custom
9948         allout-mode behaviors (hanging indent on topics, if configured for it).
9949         Remove all allout-exposure-category overlays on mode deactivation.
9950         (allout-hotspot-key-handler): New function extracted from
9951         `allout-pre-command-business', so the functionality can be used
9952         for other purposes, eg as a binding in an overlay.
9953         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9954         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9955         customization variable.
9956         (allout-run-unit-tests): Run the (currently quite small)
9957         repertoire of unit tests.  Called just before the provide iff user
9958         has customized `allout-run-unit-tests-on-load' non-nil.
9960 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9962         * emacs-lisp/authors.el (authors-aliases): Update.
9964 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9966         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9967         gdb-source-window.  Add dedicated argument.
9968         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9969         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9970         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9971         (gdb-display-locals-buffer): Use it.
9973         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9974         Set gdb-source-window.
9976 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9979         minor modes, redundant with the custom-autoload line above.
9981 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9983         * longlines.el (longlines-post-command-function): Handle open-line too.
9985 2006-07-12  Richard Stallman  <rms@gnu.org>
9987         * progmodes/grep.el (grep-last-buffer): Doc fix.
9989         * info.el (Info-try-follow-nearest-node): Doc fix.
9991         * emacs-lisp/edebug.el (edebug-instrument-function):
9992         Err if find-function-noselect gives no position.
9994         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9995         If can't find definition, return nil for position.
9996         (find-function-do-it): Handle new return value
9997         of find-definition-noselect.
9998         (find-definition-noselect, find-variable-noselect): Doc fix.
9999         (find-function-noselect): Doc fix.
10001         * help-mode.el (help-variable-def): Handle find-variable-noselect
10002         returning no position.
10003         (help-function-def): Likewise for find-function-search-for-symbol.
10004         (help-face-def): Likewise.
10006         * help-fns.el (describe-variable): Handle find-variable-noselect
10007         returning no position.
10009         * files.el (locate-file-completion): Avoid duplicates in result.
10011         * cus-edit.el (custom-no-edit): New command.
10012         (custom-mode-map): Remap to custom-no-edit instead of
10013         using suppress-keymap.
10015 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
10017         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10018         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10019         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10021         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10023 2006-07-11  Kim F. Storm  <storm@cua.dk>
10025         * ido.el (ido-copy-current-file-name): Use buffer-name if
10026         buffer-file-name is nil.
10028 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
10030         * simple.el (undo-ask-before-discard): Set to nil.
10032         * vc.el (vc-exec-after): Don't delete process manually.
10033         (vc-print-log): Run log-view-mode in process sentinel inside
10034         inhibit-read-only.  Don't shrink window due to timing issues.
10036         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10037         Avoid using with-output-to-temp-buffer, which clobbers local vars.
10039 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10042         Fix ambiguity introduced by last change.
10043         (compilation-find-file): Move save-excursion to where it may
10044         make sense.  Fix a left over `find-file'.
10046 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
10048         * textmodes/texinfmt.el (texinfo-format-separate-node):
10049         Insert a string before point, which fits documentation, not after.
10050         (texinfo-multitable-item): In a multitable row, insert any
10051         additional needed @tabs and spaces.
10053 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
10055         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10056         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10057         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10058         instead of shell-command.
10059         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10060         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10061         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10062         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10063         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10064         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10066 2006-07-11  Kim F. Storm  <storm@cua.dk>
10068         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
10069         Remove special case for seconds < 0.  Use (redisplay t) instead.
10071 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
10073         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10074         avoid compilation error.
10076         * subr.el (sit-for): New function.
10078         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10080 2006-07-10  Richard Stallman  <rms@gnu.org>
10082         * ldefs-boot.el (edebug): Update page.
10084 2006-07-10  Kim F. Storm  <storm@cua.dk>
10086         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10087         to FOR-RELEASE and TODO.
10089 2006-07-10  Romain Francoise  <romain@orebokech.com>
10091         * emacs-lisp/authors.el (authors-aliases): Update.
10093 2006-07-10  Alan Mackenzie  <acm@muc.de>
10095         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10096         * cc-mode.el: Changes to eradicate eval-after-load.
10098 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
10100         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10101         on non-char events.
10103 2006-07-09  Romain Francoise  <romain@orebokech.com>
10105         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10106         Don't highlight start/end markers as compilation messages.
10108         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10109         to t.
10111 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10113         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10115 2006-07-08  Richard Stallman  <rms@gnu.org>
10117         * term/x-win.el (x-handle-display): Add doc string.
10119         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10121         * subr.el (def-edebug-spec): Move here.
10122         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10124         * imenu.el (imenu-choose-buffer-index): Doc fix.
10126 2006-07-08  Romain Francoise  <romain@orebokech.com>
10128         * term/x-win.el (x-display-name): Fix typo.
10130 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
10132         * hexl.el (hexl-find-file): Doc fix.
10134         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10136 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
10138         * term/x-win.el (x-display-name): Doc fix.
10140 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10142         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10143         long prefixes.
10144         (fill-region-as-paragraph): Don't round up to a whole line.
10145         (fill-comment-paragraph): Don't include the code-before-the-comment
10146         when calling fill-region-as-paragraph.
10148         * international/mule.el (make-char): Remove redundancy.
10150         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10151         property may contain an anonymous function rather than a symbol.
10153         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10155         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10156         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
10158         * dirtrack.el (dirtrack-default-directory-function): Remove.
10159         (dirtrack-directory-function): Use file-name-as-directory.
10160         (dirtrack-windows-directory-function): Simplify.
10161         (dirtrack-forward-slash, dirtrack-backward-slash)
10162         (dirtrack-replace-slash): Remove.
10163         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10164         (dirtrack): Fix wrong parenthesizing; use match-string.
10166         * progmodes/octave-inf.el: Remove spurious * in docstrings.
10167         (inferior-octave-mode): Only change the buffer-local value of
10168         comint-dynamic-complete-functions.
10169         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10170         Move the initialization to the declaration.
10171         (inferior-octave-complete): Remove unused var `filter'.
10173         * shell.el (shell-mode): Only change the buffer-local value of
10174         comint-dynamic-complete-functions.
10176 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
10178         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10179         entry is skipped because it has been scheduled.
10180         (org-prepare-agenda-buffers): Don't mark buffers as modified when
10181         changing `:org-archived' and `:org-comment' properties.
10183 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
10185         * server.el (server-select-display): Don't make the temp frame
10186         minibuffer-only, in case it's not a temp frame.
10187         (server-process-filter): Don't delete the temp frame if it's the
10188         only one we have on that display.
10190         * files.el (find-alternate-file): Doc fix.
10192 2006-07-05  Richard Stallman  <rms@gnu.org>
10194         * files.el (abbreviate-file-name): Add save-match-data.
10196 2006-07-03  Richard Stallman  <rms@gnu.org>
10198         * faces.el (read-face-name): Doc fix.
10200 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
10202         * net/goto-addr.el (goto-address): Mark as safe for local evals.
10204 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
10206         * vc.el (vc-diff-internal): Fix prev change.
10208 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
10210         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10211         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10213 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10216         fails if the symbol contains chars like ( or '.
10217         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10218         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10219         `short'.
10221 2006-07-04  Kenichi Handa  <handa@m17n.org>
10223         * international/mule-cmds.el (set-language-info): If LANG-ENV is
10224         the current one, don't call set-language-environment, but call one
10225         of set-language-environment-XXX to make INFO effective now.
10226         (set-language-environment): Call set-language-environment-XXX
10227         functions instead of doing the various setups directly.
10228         (set-language-environment-coding-systems): Delete argument eol-type.
10229         (set-language-environment-input-method)
10230         (set-language-environment-nonascii-translation)
10231         (set-language-environment-charset)
10232         (set-language-environment-fontset)
10233         (set-language-environment-unibyte): New functions.
10235 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10237         * locate.el (locate-update-when-revert): New option.
10238         (locate-update-path): New option (suggested by Michael Albinus).
10239         (locate-prompt-for-command): Whitespace change.
10240         (locate-update): No longer offer to update the locate database by
10241         default.  Implement the two new options.
10243 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10245         * tooltip.el: Move comment about track-mouse...
10247         * progmodes/gud.el: ...to here.
10249 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10251         * facemenu.el (facemenu-listed-faces): New var.
10252         (facemenu-unlisted-faces): Variable deleted.
10253         (facemenu-add-new-face): Use facemenu-listed-faces.
10255         * emulation/viper-init.el, calendar/calendar.el:
10256         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10258 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10260         * textmodes/org.el (org-mode): Remove no invalid settings for
10261         calc embedded mode.
10262         (org-mode-p): New defsubst.
10263         (org-save-all-org-buffers): New function.
10264         (org-first-headline-recenter): Enclose outline-regexp in group
10265         delimiters.
10266         (org-set-tags): Keep single space after stars.
10268 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10270         * window.el (set-window-text-height): Only set window-min-height to
10271         1 if that's the requested size.
10273         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10274         (diff-unified->context, diff-context->unified)
10275         (diff-reverse-direction): Make sure the end marker stays at the end.
10276         (diff-mode): Add the keymap table at the end of docstring.
10277         Use lexical-let rather than constructing a closure manually.
10279         * files.el (find-file-noselect-1): Remove unused var assignment.
10280         (hack-local-variables-confirm): Print lists of strings as lists of
10281         strings rather than lists of symbols.
10282         (abbreviate-file-name, hack-local-variables-prop-line):
10283         Use match-string.
10284         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10285         (recover-session-finish): Use line-end-position.
10287 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10289         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10291 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10293         * progmodes/make-mode.el (makefile-macroassign-regex):
10294         Accept preceding keyword.
10295         (makefile-gmake-statements): Reorganize, now that makepp has
10296         "override" and also handle forgotten "override define".
10297         (makefile-makepp-statements): Add new "global", "override export"
10298         and "override global".
10300 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10302         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10303         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10304         (ada-no-auto-case): Fix typos in docstrings.
10306 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10308         * info.el (Info-find-node-2): Search for makeinfo version more
10309         carefully.
10311 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10313         * textmodes/org.el (org-prepare-agenda-buffers):
10314         Use `invisible-OK' argument for `org-end-of-subtree'.
10315         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10316         (org-beginning-of-item): Fix bug in regular expression for white line.
10317         (org-export-as-html): Enforce space after bullet in plain list items.
10318         (org-set-autofill-regexps): Require space after plain list bullet
10319         for paragraph-start.
10320         (org-ts-regexp3): New constant.
10321         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10322         (org-timestamp-up-day, org-timestamp-down-day)
10323         (org-timestamp-change): Work with inactive timestamps.
10324         (org-ts-regexp1): Don't allow brackets in time stamps.
10326 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10328         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10329         for ignoring links.
10331         * faces.el (read-face-name): Use it.
10333 2006-06-28  Juri Linkov  <juri@jurta.org>
10335         * buff-menu.el (list-buffers-noselect): Compare Info file
10336         with the string "dir" to detect Info directory.
10338         * complete.el (partial-completion-mode): In lambda for
10339         `choose-completion-string-functions' use full function signature
10340         with 4 args, and move point to the end of the minibuffer only if arg
10341         `mini-p' is non-nil.
10343 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10345         * ibuffer.el (ibuffer-mode): Doc fix.
10347 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10349         * textmodes/org.el (org-context): New contexts :item-bullet,
10350         :latex-fragment, :latex-preview.
10351         (org-overlays-at, org-overlay-start, org-overlay-end):
10352         New compatibility functions.
10353         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10354         exact regexp that will be used during export.
10355         (org-latex-regexps): New variable.
10356         (org-cdlatex-mode): Improve advice for `texmathp'.
10357         (turn-on-org-cdlatex): New function.
10359 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10361         * term/mac-win.el (mac-handle-font-selection): Change keys of
10362         mac-atsu-font-table from strings to numbers.
10363         (mac-ts-caret-position): Use also when cursor-type is nil.
10364         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10365         Relax condition for using overlay strings.
10366         Use mac-ts-caret-position face when cursor-type is nil.
10368 2006-06-26  Kim F. Storm  <storm@cua.dk>
10370         * help.el (view-emacs-news): Declare `res' in the right let* form.
10372 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10374         * net/rcompile.el (remote-compile): Replace ange-ftp based
10375         implementation by Tramp functions.
10376         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10378         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10380 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10382         * international/fontset.el (setup-default-fontset): Fix a typo in
10383         the "Oriya-Akruti" registry name.
10385 2006-06-23  Lars Hansen  <larsh@soem.dk>
10387         * desktop.el (desktop-full-file-name): New function.
10388         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10389         (desktop-revert): Use it.
10390         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10391         (desktop-after-read-hook): Add option list-buffers.
10392         (desktop-locals-to-save): Add tab-width.
10393         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10394         Fix docstring.
10396 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10398         * textmodes/org.el (org-cdlatex-mode-map)
10399         (org-cdlatex-texmathp-advice-is-done): New variables.
10400         (org-cdlatex-mode): New minor mode.
10401         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10402         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10403         (org-export-with-archived-trees): New option.
10404         (org-open-file): Remove the call to `convert-standard-filename'.
10405         (org-archive-tag, org-agenda-skip-archived-trees)
10406         (org-cycle-open-archived-trees)
10407         (org-sparse-tree-open-archived-trees): New options.
10408         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10409         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10410         New functions.
10411         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10412         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10413         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10414         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10415         Call `org-prepare-agenda-buffers'.
10416         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10417         (org-file-apps, org-file-apps-defaults-gnu)
10418         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10419         Handle remote files by forcing them to be opened in Emacs.
10421 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10423         * vc.el (vc-diff-knows-L): New variable.
10424         (vc-diff-internal): Use it to handle "diff" programs that don't
10425         understand -L.  This works automatically, no user action is necessary.
10427 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10429         * net/rcirc.el (rcirc-default-user-full-name): Default to
10430         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10431         longer exists).
10432         (rcirc-process-list): Check `buffer-live-p' before attempting to
10433         switch to a buffer.
10435 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10437         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10438         based on rcirc-coding-system-alist.
10440 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10442         * cus-edit.el (customize-apropos): A better error message.
10443         (top level) <debug-ignored-errors>: Extend and update the list of
10444         ignored error messages.
10446 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10448         * complete.el (PC-do-completion): Retain capitalization of user
10449         input, when possible, even if completion-ignore-case is set.
10451 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10453         * generic-x.el (bat-generic-mode): Support .cmd files.
10455         * dos-w32.el (top level): Use find-file-not-found-functions
10456         instead of the obsolete find-file-not-found-hooks.
10458 2006-06-22  Kim F. Storm  <storm@cua.dk>
10460         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10461         to recognize mode name containing submodes, such as Grep/lw.
10463 2006-06-21  Kim F. Storm  <storm@cua.dk>
10465         * simple.el (line-move-1): Check for move-end-of-line instead of
10466         end-of-line when setting temporary-goal-column.
10468 2006-06-21  Miles Bader  <miles@gnu.org>
10470         * play/cookie1.el (cookie): Work properly when there's only one entry.
10472 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10474         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10475         (gdb-frame-handler): Generalize frame regexp for templates.
10477 2006-06-20  Glenn Morris  <rgm@gnu.org>
10479         * calendar/appt.el (appt-display-format): Default value must be
10480         one of the customize options.
10482 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10484         * term/xterm.el (terminal-init-xterm): Update key availability info.
10485         Bind C-return.
10487         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10489 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10491         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10492         whether or not a local variables list is defined.
10494         * msb.el (msb): Move `sit-for' hack here to handle both
10495         "mouse-down and drag" and "mouse-up and select" situations.
10496         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10498 2006-06-20  Kenichi Handa  <handa@m17n.org>
10500         * international/characters.el (word-combining-categories):
10501         Add entries for 2-byte Han characters.
10503 2006-06-19  Richard Stallman  <rms@gnu.org>
10505         * bindings.el (mode-line-format): Save some mode line space.
10507         * files.el (find-file-noselect): Improve the question wording.
10508         (basic-save-buffer-2): Mask UMASK against 666.
10510         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10511         (mouse-drag-vertical-line): Call it.
10513         * cus-edit.el (customize-option, customize-option-other-window):
10514         Error if SYMBOL is nil.
10516 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10518         * textmodes/org.el: Require noutline, also on XEmacs.
10519         (org-end-of-subtree): Return point.
10520         (org-dblock-start-re, org-dblock-end-re): New constants.
10521         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10522         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10523         (org-update-all-dblocks, org-find-dblock): New functions.
10524         (org-collect-clock-time-entries): New function.
10525         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10526         (org-fixup-indentation): Modify to deal correctly with lines
10527         starting with TAB.  Only one argument DIFF now.
10528         (org-demote, org-promote): Call `org-fixup-indentation' with just
10529         one argument, DIFF.
10530         (org-mode): Don't mark buffer as modified when aligning tables.
10531         (org-clock-sum): Don't mark buffer modified when adding time sum
10532         properties.
10533         (org-export-as-html): Add support for a link validation function.
10534         (org-archive-all-done): New function.
10535         (org-archive-subtree): New prefix argument.  When set, archive all
10536         done subtrees in this buffer.
10537         (org-remove-clock-overlays)
10538         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10539         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10540         (org-put-clock-overlay): Don't swallow last headline character
10541         when displaying overlay.
10542         (org-store-link): Link to `image-mode' with just the file name.
10544 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10546         * viper-cmd.el (viper-special-read-and-insert-char):
10547         Use read-key-sequence.
10548         (viper-after-change-undo-hook): Misc enhancements.
10549         (viper-after-change-undo-hook): New hook.
10550         (viper-undo): Use viper-after-change-undo-hook.
10551         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10552         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10553         clicking on that widget/button.
10555         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10557         * ediff-diff (ediff-test-patch-utility): Catch errors.
10558         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10559         (ediff-set-actual-diff-options): New function.
10560         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10561         Use ediff-set-actual-diff-options.
10562         (ediff-extract-diffs): Catch errors.
10563         (ediff-whitespace): Add non-breakable space.
10564         (ediff-same-file-contents): Catch errors.
10566         * ediff-mult.el (ediff-collect-custom-diffs):
10567         Save coding-system-for-read.
10569         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10570         (ediff-vc-internal, ediff-vc-merge-internal):
10571         Use ediff-delete-version-file.
10572         (ediff-delete-version-file): New function.
10574         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10576         * ediff.el (ediff-directories, ediff-directory-revisions)
10577         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10578         (ediff-directories-internal, ediff-merge-directory-revisions)
10579         (ediff-merge-directory-revisions-with-ancestor)
10580         (ediff-directories3): Use read-directory-name.
10582 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10584         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10585         Remove superfluous part of regexp for brace matching which is handled
10586         by `scan-lists' call.
10588 2006-06-16  Richard Stallman  <rms@gnu.org>
10590         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10592         * files.el (basic-save-buffer-2): For a new precious file,
10593         use the default modes in the return value.
10595         * facemenu.el (facemenu-color-alist): Doc fix.
10597         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10599 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10601         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10603         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10604         (mac-utxt-to-string): Use it.
10605         (mac-ts-update-active-input-area): Use mac-ae-number.
10607 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10609         * term.el (term-handle-scroll, term-delete-lines)
10610         (term-insert-lines): Fix off by one errors.
10612 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10614         * net/tramp.el (tramp-touch): Use UTC to express time.
10616 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10618         * mail/sendmail.el (mail-send): Search explicitly for
10619         mail-header-separator when checking for corrupted header lines.
10621 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10623         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10624         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10625         (gdb-init-1): Initialise them.
10626         (gdb-starting): Reset gdb-printing
10627         (gdb-starting): Save value of gud-overlay-arrow-position.
10628         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10629         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10630         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10631         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10633 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10635         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10637 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10639         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10640         (ldap-search-internal): Keep error messages, and a regexp fix.
10642 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10644         * files.el (hack-local-variables-confirm):
10645         Display string value using its printed representation.
10647 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10649         * server.el (server-edit): No-op if no server buffers exist.
10651 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10653         * textmodes/page-ext.el (pages-directory-for-addresses):
10654         Including `pages-directory-address-mode' in the function results
10655         in the message "Buffer in which pages were found is deleted".
10657 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10659         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10660         clocking functions.
10662         (org-agenda-clock-in, org-check-running-clock)
10663         (org-clock-out-if-current, org-remove-clock-overlays)
10664         (org-put-clock-overlay): New functions.
10665         (org-clock-marker, org-clock-file-total-minutes)
10666         (org-clock-overlays): New variables.
10667         (org-clock-display, org-clock-sum, org-clock-cancel)
10668         (org-clock-out, org-clock-in): New commands.
10669         (org-export): New function.
10670         (org-emph-re): New constant.
10671         (org-set-emph-re, org-do-emphasis-faces): New functions.
10672         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10673         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10674         (org-export-html-convert-emphasize): Use the configurable emphasis.
10675         (org-cleaned-string-for-export): Make multiline emphasis visible
10676         to the exporter.  New optional argument PARAMETERS.
10677         (org-export-as-html): Specify :emph-multiline parameter to
10678         `org-cleaned-string-for-export'.
10680 2006-06-10  Richard Stallman  <rms@gnu.org>
10682         * help.el (help-for-help-internal): Clean up help text.
10684 2006-06-10  Andreas Schwab  <schwab@suse.de>
10686         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10687         in doc string.
10689         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10691 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10693         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10694         spaces after the comment start.
10696 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10698         * play/pong.el (pong-init-buffer):
10699         Fill buffer with spaces instead of ^A.
10701         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10702         launched asynchronously, delete its process instead of being cool.
10703         (ispell-async-processp): Check for `delete-process' existence
10704         instead of `kill-process' one for consistency.
10706 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10708         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10709         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10710         in mode line at startup.
10712 2006-06-08  Kim F. Storm  <storm@cua.dk>
10714         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10715         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10716         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10717         (ido-file-internal): Pass full file name to write-file.
10718         (ido-read-internal): Only pop stack elements automatically if they
10719         actually match an existing directory or file name.
10721 2006-06-07  Kenichi Handa  <handa@m17n.org>
10723         * international/mule.el (find-auto-coding): Don't handle the short
10724         name `char-trans'.
10726         * files.el (hack-local-variables-prop-line)
10727         (hack-local-variables): Cancel the previous change.
10729 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10731         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10733 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10735         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10736         diff-default-read-only is non-nil.
10737         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10738         (diff-refine-hunk): Set inhibit-read-only to t.
10740         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10741         modifying the *Diff* buffer.
10742         (diff-process-filter): New filter function for diff process that
10743         sets inhibit-read-only to t when modifying the *Diff* buffer.
10745 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10747         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10748         insertion point and control the number of empty lines.
10749         (org-paste-subtree): Limit the number of empty lines at the end of
10750         the inserted tree.
10751         (org-agenda): Use buffer name of current file for narrowing.
10752         (org-export-as-xml): Command removed.
10753         (org-export-xml-type): Option removed.
10754         (org-mode-map): Call `org-export-as-xoxo' directly.
10755         (org-get-indentation): New optional argument LINE.
10756         (org-fix-indentation, org-remove-tabs): New functions.
10757         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10758         correct indentation for headlines that are converted it items.
10759         (org-skip-comments): Remove table lines that contain narrowing
10760         cookies but no other non-empty fields.
10761         (org-set-tags): Allow groups of mutually exclusive tags.
10762         (org-cmp-time): Sort 24:21 before items without time.
10763         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10764         (org-open-at-point): Require double colon also for numbers.
10766 2006-06-06  Kim F. Storm  <storm@cua.dk>
10768         * ido.el (ido-default-file-method, ido-default-buffer-method):
10769         Make choice values consistent with corresponding command names.
10770         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10772 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10774         * progmodes/gud.el (gud-running): Fix doc string.
10775         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10776         (gud-tooltip-modes): Add python-mode.
10777         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10779 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10781         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10782         Quote $(EMACS).
10784 2006-06-05  Richard Stallman  <rms@gnu.org>
10786         * faces.el (defined-colors): Doc fix.
10788 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10790         * vc.el (vc-process-filter): Inhibit undo info collection around
10791         call to insert.
10792         (vc-setup-buffer): Likewise for call to erase-buffer.
10793         (vc-do-command): Likewise for call to process-file.
10795 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10797         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10798         for gud-go.
10799         (gud-common-init): Other debuggers may trigger error.
10801 2006-06-05  Kenichi Handa  <handa@m17n.org>
10803         * international/mule.el (find-auto-coding):
10804         Handle enable-character-translation in file header.
10806 2006-06-04  Kim F. Storm  <storm@cua.dk>
10808         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10809         (authors-fixed-entries): Fix spelling.
10810         (authors-canonical-file-name): Don't report error for wildcards.
10812         * help.el (view-emacs-news): Rewrite to support new NEWS,
10813         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10814         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10815         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10817 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10819         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10820         exec constructs like `foo bar`.
10821         (sh-quoted-subshell): New helper function to search for a possibly
10822         nested subshell (like `` or $()) within a "" quoted string.
10823         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10824         (sh-apply-quoted-subshell): Flag quote characters inside a
10825         subshell, which is itself already in a quoted region, as
10826         punctuation, since this is the closest to what they actually are.
10827         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10828         sh-apply-quoted-subshell.
10829         (sh-font-lock-syntactic-face-function): Apply the new face for
10830         text inside `` instead of the old font-lock-string-face.
10832 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10834         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10835         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10836         (mac-bytes-to-text-range, mac-ae-text-range-array)
10837         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10838         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10839         (mac-ts-unicode-for-key-event): New functions.
10840         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10841         (mac-handle-font-selection): Use mac-ae-number.
10842         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10843         New variables.
10844         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10845         (mac-ts-converted-text, mac-ts-selected-converted-text)
10846         (mac-ts-block-fill-text, mac-ts-outline-text)
10847         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10848         (mac-ts-hilite-style-faces): New constant.
10849         (mac-apple-event-map): Bind text input events.
10850         (mac-dispatch-apple-event): Use command-execute instead of
10851         call-interactively.
10852         (global-map): Don't bind mac-apple-event.
10853         (special-event-map): Bind mac-apple-event.
10855 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10857         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10858         file name.
10859         (emacs): Enclose the value of $(EMACS) in quotes.
10861 2006-06-02  Juri Linkov  <juri@jurta.org>
10863         * international/mule.el (sgml-html-meta-auto-coding-function):
10864         Remove the condition `(search-forward "<html" size t)'.
10865         Replace `\"' with `[\"']?' in `re-search-forward'.
10867 2006-06-02  Kenichi Handa  <handa@m17n.org>
10869         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10870         as well as `coding'.
10871         (hack-local-variables): Likewise.
10873         * international/mule.el (enable-character-translation):
10874         Put permanent-local and safe-local-variable properties.
10875         (find-auto-coding): Handle char-trans: tag.
10877 2006-06-02  Juri Linkov  <juri@jurta.org>
10879         * international/mule.el (sgml-html-meta-auto-coding-function):
10880         Limit the search by the end of the HTML header (if any).
10882 2006-06-01  Richard Stallman  <rms@gnu.org>
10884         * subr.el (with-current-buffer): Doc fix.
10886 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10888         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10889         Almost rewrite.  Underlines over all lines of gcov output are too
10890         uncomfortable to read.  Suggested by Dan Nicolaescu.
10892 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10894         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10896         * shell.el (shell-mode): Use shell-mode-map in docstring.
10898         * comint.el (comint-send-input): Do not add help-echo and
10899         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10901 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10903         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10905 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10907         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10908         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10909         look up the stack and pop up GUD buffer if necessary.
10910         (gdb-frames-select): Remove redundant call to gud-display-frame.
10911         (gdb-info-threads-custom): Keep point at start of buffer.
10912         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10914 2006-05-31  Juri Linkov  <juri@jurta.org>
10916         * replace.el (query-replace-read-from, query-replace-read-to):
10917         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10919 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10921         * textmodes/table.el: Convert all HTML tags to lower case for
10922         XHTML compatibility.
10924 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10926         * progmodes/compile.el:
10927         (compilation-error-regexp-alist-alist::gcov-called-line):
10928         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10930 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10932         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10933         Revert inadvertent changes made with last commit.
10935 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10937         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10938         New functions.
10940         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10942 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10944         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10945         only matches in the right place.
10946         (org-upcoming-deadline): New face.
10947         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10948         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10949         and make it an option.
10950         (org-export-ascii-bullets): New option.
10951         (org-export-as-html): Many changes to emit valid XHTML.
10952         (org-par-open): New variable.
10953         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10954         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10955         (org-timeline): Pass `org-timeline-show-empty-dates' to
10956         `org-get-all-dates'.  Interpret empty dates returned by
10957         `org-get-all-dates'.
10958         (org-get-all-dates): New argument EMPTY.  Add dates without
10959         entries to the list, mark large ranges of empty dates.
10960         (org-point-in-group, org-context): New functions.
10962 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10964         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10966         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10967         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10968         to C-mouse-3 (for 2 button mice).
10969         (gdb-send): Do the right thing for C-d.
10971         * speedbar.el (speedbar-detach): Delete.
10972         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10973         it breaks things.
10974         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10976 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10978         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10979         Makeppfile.
10981         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10982         Add makepp diagnostic.
10984 2006-05-29  Richard Stallman  <rms@gnu.org>
10986         * window.el (fit-window-to-buffer): Doc fix.
10988         * help.el (temp-buffer-max-height): Doc fix.
10990         * subr.el (with-current-buffer): Doc fix.
10992 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10994         * term/x-win.el: Bind F10 to menu-bar-start if available.
10996 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10998         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10999         uses with a simple test.
11000         (term-set-escape-char, term-mode, term-check-kill-echo-list)
11001         (term-send-raw-string, term-send-raw, term-mouse-paste)
11002         (term-char-mode, term-line-mode, term-exec, term-sentinel)
11003         (term-handle-exit, term-read-input-ring)
11004         (term-previous-matching-input-string)
11005         (term-previous-matching-input-string-position)
11006         (term-previous-matching-input-from-input)
11007         (term-replace-by-expanded-history, term-send-input)
11008         (term-skip-prompt, term-bol, term-send-invisible)
11009         (term-kill-input, term-delchar-or-maybe-eof)
11010         (term-backward-matching-input, term-check-source)
11011         (term-proc-query, term-emulate-terminal)
11012         (term-handle-colors-array, term-process-pager, term-pager-line)
11013         (term-pager-bob, term-unwrap-line, term-word)
11014         (term-dynamic-complete-filename)
11015         (term-dynamic-complete-as-filename)
11016         (term-dynamic-simple-complete): Replace one arm ifs with whens or
11017         unlesses.
11019 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11022         during bootstrapping.
11024         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11025         Basically undo the change of 2006-05-26: use extra arguments instead of
11026         dynamic scoping.
11027         (ewoc-locate): Remove unused var `footer'.
11029 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11031         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11033         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11034         (generate-file-autoloads): Obey it.  Return whether autoloads were
11035         added at point or not.
11036         (update-file-autoloads): Use this new return value.
11037         Remove redundant test for the presence of an autoload cookie.
11039         * emacs-lisp/autoload.el (autoload-find-file): New fun.
11040         This one calls hack-local-variables.
11041         (generate-file-autoloads, update-file-autoloads): Use it.
11043         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11044         (bibtex-sort-entry-class): Add safe-local-variable predicate.
11045         (bibtex-sort-entry-class-alist): Don't set the global value.
11046         (bibtex-init-sort-entry-class-alist): New fun.
11047         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11048         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11049         of bibtex-init-sort-entry-class.
11051 2006-05-28  Richard Stallman  <rms@gnu.org>
11053         * subr.el (load-history-regexp): If FILE is relative, insist
11054         entire last name component must match it.
11055         (load-history-filename-element, load-history-regexp): Doc fixes.
11057 2006-05-29  Kim F. Storm  <storm@cua.dk>
11059         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11060         `pos' and `raw-data' for clarity, as eval forms may access these.
11062 2006-05-28  Kim F. Storm  <storm@cua.dk>
11064         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11066 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11068         * progmodes/make-mode.el (makefile-browser-map)
11069         (makefile-mode-syntax-table): Move initialization inside declaration.
11070         (makefile-fill-paragraph): Use the default comment-filling code.
11072 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
11074         * replace.el (query-replace-defaults): New variable.
11075         (query-replace-read-from): Use `query-replace-defaults' for
11076         default value, instead of history list.
11077         (query-replace-read-to): Update `query-replace-defaults'.
11079 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
11081         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11082         with no X toolkit.
11084 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
11086         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11087         (tumme-show-all-from-dir): Add autoload.
11089 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11091         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11092         (tumme-remove-tag): Fix bug.
11094 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
11096         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11097         FOOTER args.  Update unique caller.
11098         (ewoc-delete): Compute last node once before looping.
11099         (ewoc--node-branch): Merge into unique caller.
11100         (ewoc--node): Don't define constructor make-ewoc--node for this
11101         structure.
11102         (ewoc): Add member `hf-pp' to this structure.
11103         (ewoc--wrap): New func.
11104         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
11105         header/footer pretty-printers.  Save header/footer pretty-printer.
11106         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11108         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11110 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11112         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11113         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
11114         Tag'.  Change "Compare directories..." to "Change Directories...".
11115         Move tumme commands to Operate, Regexp and Immediate menus.
11116         Change "Add Comment" to "Add Image Comment".  Change "Add Image
11117         Tag" to "Add Image Tags".
11119         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11120         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11121         `tumme-delete-tag'.
11123 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11125         * shell.el (shell-mode): Call shell-dirtrack-mode after
11126         list-buffers-directory is made a local variable, to avoid setting
11127         the default value.
11129 2006-05-26  Kevin Ryde  <user42@zip.com.au>
11131         * info.el (Info-index-next): Use where-is-internal to report
11132         actual binding of Info-index-next, rather than hard-coded `,'.
11134 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
11136         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11137         and "Find Command in Manual" to here.
11139         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11140         Info-current-file as the file name.
11142 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
11144         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
11145         overrides will now be done a different way.
11146         (ses-set-parameter): Reapply this function for undo.
11147         (ses-set-header-row): Reconstruct header row during undo.
11148         (ses-widen): New function.
11149         (ses-goto-data, ses-reconstruct-all): Use new function.
11150         (ses-command-hook): Widen buffer during undo, before unupdating
11151         the cells.
11152         (ses-insert-row, ses-delete-row): Widen buffer during undo.
11153         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11154         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11155         formula hasn't been executed yet.
11157 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11159         * comint.el (comint-kill-whole-line): Rename arg to count.
11160         Fix doc string.
11162 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
11164         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11165         to copy-file.
11167 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11169         * simple.el (toggle-truncate-lines): Make arg optional for
11170         backward compatibility.
11172 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
11174         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11175         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11176         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
11177         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11178         (ewoc--adjust): Use ewoc--current-dll.
11179         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11181 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
11183         * textmodes/org.el (org-next-item, org-previous-item): Emit more
11184         compact error message.
11185         (org-tags-view): Refresh category table in each file.
11186         (org-table-justify-field-maybe): Remove superfluous arguments to
11187         `format'.
11188         (org-export-as-html): Insert "<p>" before postamble.
11189         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11191 2006-05-26  Kenichi Handa  <handa@m17n.org>
11193         * textmodes/po.el (po-find-charset): Pay attention to the case
11194         FILENAME is a cons (NAME . BUFFER).
11195         (po-find-file-coding-system-guts): Likewise.
11197         * arc-mode.el (archive-set-buffer-as-visiting-file):
11198         Call find-operation-coding-system with (FILENAME . BUFFER).
11200         * tar-mode.el (tar-extract): Call find-operation-coding-system
11201         with (FILENAME . BUFFER).
11203         * international/mule.el (decode-coding-inserted-region):
11204         Call find-operation-coding-system with (FILENAME . BUFFER).
11206 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
11208         * image-mode.el (image-toggle-display): Use buffer contents to
11209         generate image for a remote file.
11211 2006-05-25  Juri Linkov  <juri@jurta.org>
11213         * replace.el (query-replace-read-from, query-replace-read-to):
11214         Remove 8th arg KEEP-ALL in read-from-minibuffer.
11216 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
11218         * whitespace.el (whitespace-cleanup): Change to cleanup
11219         region if one is active.
11220         * whitespace.el (whitespace-cleanup-internal): New internal method.
11222 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11224         * dired.el (dired-mode-map): Add help-echo strings to tumme
11225         commands.  Bind `tumme-dired-display-image' to C-t i.
11227         * tumme.el (tumme-display-image): Change documentation string slightly.
11228         (tumme-dired-display-image): Add call to `display-buffer'.
11230 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
11232         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11233         Signal error if RAW-DATA is a multibyte string.
11235 2006-05-24  Richard Stallman  <rms@gnu.org>
11237         * subr.el (with-local-quit): When handling `quit' signal,
11238         make a chance for quit-flag to cause a quit.
11240         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11241         (ad-disable-advice): Add autoloads.
11243         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11245 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11247         * dired.el (dired-mode-map): Change menu items for tumme as per
11248         suggestions in emacs-devel.
11250 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11252         * dired.el (dired-mode-map): Fix breakage.
11254 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11256         * tumme.el (tumme-display-dired-image): Rename to...
11257         (tumme-dired-display-image): ...this.
11258         (tumme-track-movement): Change default value to t.
11259         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11260         used from `tumme-next-line-and-display' and similar commands.
11262         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11263         Immediate menu.  Add some tumme commands there.
11265 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11267         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11269 2006-05-24  Chong Yidong  <cyd@mit.edu>
11271         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11272         menu entries that open submenus.
11274 2006-05-24  Alan Mackenzie  <acm@muc.de>
11276         * startup.el (command-line): For names of preloaded files, don't
11277         append ".elc" (now done in Fload), and call file-truename on the
11278         lisp directory.
11280         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11281         match ANY loaded file with the right name, not just those in
11282         load-path.  Put a regexp matching the file name into
11283         after-load-alist, rather than the name itself.
11285         * subr.el (load-history-regexp, load-history-filename-element)
11286         (do-after-load-evaluation): New functions.
11288         * international/mule.el (load-with-code-conversion): Do the
11289         eval-after-load stuff by calling do-after-load-evaluation.
11291 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11293         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11294         has not been killed.
11296 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11298         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11299         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11300         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11301         Optionally set error message in reply.
11303 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11305         * textmodes/org.el (org-open-at-point): Use renamed variable
11306         `org-confirm-shell-link-function'.
11307         (org-confirm-shell-link-function): Rename from
11308         `org-confirm-shell-links'.
11309         (org-export-directory): New function.
11310         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11311         (org-export-icalendar): Use `org-export-directory'.
11312         (org-indent-item): Keep cursor position.
11313         (org-link-file-path-type): New option.
11314         (org-export-as-html): Fix bug with plain lists starting in
11315         column 0.
11316         (org-export-as-html): Remove deadline formatting, this happens
11317         now already in `org-html-handle-time-stamps'.
11318         (org-export-html-style): Deadline class removed.
11319         (org-insert-labeled-timestamps-at-point): New option.
11320         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11321         of `hide-sublevels 1', in case the first headline is not level 1.
11322         (org-overview, org-content): New fuction.
11323         (org-cycle-global-status, org-cycle-subtree-status): Make these
11324         variables buffer-local.
11325         (org-global-cycle): New command.
11326         (org-shifttab): Use `org-global-cycle'.
11327         (org-insert-heading, org-insert-item): Go to end of new
11328         headline/item after creating it.
11329         (org-export-visible): Rename from `org-export-copy-visible'.
11330         Now creates a temporary org-file and applies an exporting command
11331         to it.
11332         (org-table-eval-formula): Support for lisp forms.
11333         (org-agenda-todo-ignore-scheduled): New option.
11334         (org-agenda-get-todos): Use new option
11335         `org-agenda-todo-ignore-scheduled'.
11336         (org-export-html-inline-images): New value `maybe'.
11337         (org-export-as-html): Inlining of images dependent on link description.
11338         (org-archive-subtree): Check for end-of-buffer before trying
11339         `kill-line'.
11340         (org-agenda-follow-mode): New option.
11341         (org-export-with-tags, org-export-with-timestamps): New options.
11342         (org-html-handle-time-stamps): New function.
11343         (org-keyword-time-regexp): New variable.
11344         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11345         (org-agenda-todo-list-sublevels): New option.
11346         (org-html-level-start): When TITLE is nil, just close all levels.
11347         (org-parse-key-lines, org-parse-export-options): Remove functions,
11348         replaced by `org-infile-export-plist'.
11349         (org-combine-plists, org-infile-export-plist)
11350         (org-default-export-plist): New functions.
11351         (org-export-html-preamble, org-export-html-postamble)
11352         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11353         New variables.
11354         (org-export-publishing-directory): New option.
11355         (org-export-as-html, org-export-as-ascii): Use the new property
11356         lists for settings.
11357         (org-export-copy-visible, org-export-as-xoxo):
11358         Respect `org-export-publishing-directory'.
11359         (org-link-search, org-store-link, org-file-apps): Support for
11360         links to BibTeX database entries..
11361         (org-get-current-options, org-set-regexps-and-options):
11362         Implement logging as a startup option.
11363         (org-store-link): Make sure context string is never empty
11364         (org-insert-link): Use relative path when possible.
11365         (org-at-item-checklet-p): New function.
11366         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11367         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11368         (org-metaright, org-metaup, org-metadown, org-shiftup)
11369         (org-shiftdown, org-shiftright, org-shiftleft)
11370         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11371         Dispatch using `call-interactively'.
11372         (org-call-with-arg): New defsubst.
11373         (org-tag-alist, org-use-fast-tag-selection): New options.
11374         (org-complete): Use `org-tag-alist'.
11375         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11376         (org-next-item, org-previous-item): New commands.
11377         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11378         make command.
11379         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11381 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11383         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11384         (ewoc-filter): Use `ewoc-delete'.
11386         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11388 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11390         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11391         Signal more user-friendly error messages.
11393         * complete.el (PC-do-completion): Undo the addition of implicit
11394         wildcards if they did not lead to finding any match.
11395         (read-file-name-internal): Don't add the final > if the completion is
11396         not finished.
11398 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11400         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11401         Quote safe-local-variable predicate.
11403 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11405         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11407 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11409         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11411         * progmodes/make-mode.el (makefile-special-targets-list)
11412         (makefile-macro-table, makefile-target-table): Mark as risky.
11413         (makefile-query-one-target-method): Make this the alias for the
11414         following variable.
11415         (makefile-query-one-target-method-function): Make this the real name.
11417         * textmodes/artist.el (artist-text-renderer): Make this the alias
11418         for the following variable.
11419         (artist-text-renderer-function): Make this the real name.
11421         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11422         the alias for the following variable.
11423         (flyspell-generic-check-word-predicate): Make this the real name.
11425         * textmodes/ispell.el (ispell-format-word): Make this the alias
11426         for the following variable.
11427         (ispell-format-word-function): Make this the real name.
11428         (ispell-message-text-end): Mark as risky.
11430         * skeleton.el (skeleton-transformation, skeleton-filter)
11431         (skeleton-pair-filter): Make these the aliases for the following
11432         variables.
11433         (skeleton-transformation-function, skeleton-filter-function)
11434         (skeleton-pair-filter-function): Make these the real names.
11436         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11437         and skeleton-pair-filter-function.
11439         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11440         alias for the following variable.
11441         (sgml-transformation-function): Make this the real name.
11442         (sgml-tag-alist): Mark as risky.
11444 2006-05-21  Richard Stallman  <rms@gnu.org>
11446         * simple.el (kill-region): Interactively, pass point, then mark.
11448 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11450         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11452 2006-05-21  Romain Francoise  <romain@orebokech.com>
11454         * dired-x.el (dired-mode-map): Don't bind M-g.
11456 2006-05-20  Richard Stallman  <rms@gnu.org>
11458         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11459         (dired-goto-file): Doc fix.
11461 2006-05-21  Kim F. Storm  <storm@cua.dk>
11463         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11464         way to enable built-in cua-mode if user loads older CUA-mode package.
11466         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11467         if default-filename is specified.
11469 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11471         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11473         * info.el (info-apropos): Make sure current-file and current-node
11474         have non-nil values.  Speed up by using add-to-list instead of
11475         manual consing.
11477 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11479         * progmodes/make-mode.el (makefile-mode): Doc fix.
11481 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11483         * dired-aux.el (dired-do-shell-command): Doc fix.
11485 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11487         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11488         ``(custom-manual :tag "Foo" "(foo)Node")''.
11490 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11492         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11493         value is an integer.
11495 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11497         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11498         "format".
11499         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11501 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11503         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11504         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11506 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11508         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11509         regexp for keywords.
11511 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11513         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11514         replace-regexp-in-string.
11516         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11517         encode, and escape file name on conversion to URL.
11519 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11521         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11522         Don't unescape URL.
11523         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11525         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11526         on conversion to URLs.
11528         * net/browse-url.el (browse-url-file-url): Encode file name on
11529         conversion to URL.
11531         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11532         conversion to URL.
11534 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11536         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11538 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11540         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11541         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11543 2006-05-19  Glenn Morris  <rgm@gnu.org>
11545         * calendar/diary-lib.el (diary-bahai-date)
11546         (list-bahai-diary-entries, mark-bahai-diary-entries)
11547         (mark-bahai-calendar-date-pattern): Not interactive.
11548         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11549         (diary-entries-list): Change format of 4th element in each entry.
11550         (diary-list-entries): Use add-to-diary-list.
11551         (diary-goto-entry): Handle the case where the buffer visiting the
11552         diary has been killed.
11553         (fancy-diary-display): Add 'locator to button rather than 'marker.
11554         Only generate temp-face when there are marks to apply.
11555         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11556         (diary-fancy-date-pattern): New variable.
11557         (diary-time-regexp): Doc fix.
11558         (diary-anniversary, diary-time): New faces.
11559         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11560         diary-time-regexp.  Add font-lock-multiline property where needed.
11561         Use new faces diary-anniversary and diary-time.
11562         (diary-fancy-font-lock-fontify-region-function): New function, to
11563         handle multiline font-lock pattern in fancy diary.
11564         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11565         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11566         diary-time.
11568 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11570         * international/code-pages.el (mik): Table corrected.
11572 2006-05-18  Kim F. Storm  <storm@cua.dk>
11574         * progmodes/grep.el (grep-find): Don't check grep-find-command
11575         before running command (breaks non-interactive usage).
11577 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11579         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11580         (ewoc--insert-new-node): Don't insert trailing newline.
11581         Instead, adjust successor nodes's start markers.
11582         (ewoc--refresh-node): Delete all text from current node's start
11583         marker to the next one's; adjust successor nodes's start markers.
11584         (ewoc--create): Doc fixes.
11585         (ewoc--refresh): Don't insert newline.
11586         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11587         * pcvs.el (cvs-make-cvs-buffer):
11588         Specify extra newline for ewoc's header and footer.
11589         (cvs-update-header): Update initial header recognition.
11590         Append newline to final header and footer values.
11591         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11593 2006-05-17  Richard Stallman  <rms@gnu.org>
11595         * files.el (file-name-extension): Doc fix.
11597 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11600         we can explicitly enable/disable rather than toggle.
11601         (shell-mode): Use it.
11602         (shell-cd): Don't try to reproduce what `cd' does.
11604 2006-05-17  Kim F. Storm  <storm@cua.dk>
11606         * ido.el (ido-read-internal): Use only nondirectory part of
11607         default item.
11609 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11611         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11612         (ewoc-nth): Doc fix.
11614         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11616 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11618         * international/mule.el (auto-coding-alist): Add .lha to files
11619         read with no-conversion.
11621         * files.el (auto-mode-alist): Add .lha files to archive file
11622         extensions.
11624         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11625         Convert csize to integer when computing offsets within the
11626         compressed archive file.
11628 2006-05-16  Kim F. Storm  <storm@cua.dk>
11630         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11631         with read-from-minibuffer.
11633 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11635         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11636         (byte-compile-warnings): Fix safe-local-variable property.
11638 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11640         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11641         (allout-stylish-prefixes, allout-numbered-bullet)
11642         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11643         predicates to qualify `safe-local-variable' property, when
11644         available, else use equivalent lambda.
11645         (allout-current-topic-collapsed-p): Do the right thing regarding
11646         trailing blank lines.
11648 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * server.el (server-start): Only create a directory if needed.
11651         (server-edit, server-unload-hook): server-start => server-mode.
11652         (kill-emacs-hook): Cleanup upon exit.
11654 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * hexl.el (hexlify-buffer): Encode process arguments manually.
11658 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11660         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11661         call to gdb-tooltip-print.
11663 2006-05-15  Romain Francoise  <romain@orebokech.com>
11665         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11666         systems, default to "tar" since those systems probably have GNU tar.
11668 2006-05-14  Lars Hansen  <larsh@soem.dk>
11670         * desktop.el (desktop-missing-file-warning): Fix docstring.
11671         (desktop-restore-file-buffer): Correct question asked on missing file.
11673 2006-05-14  Kim F. Storm  <storm@cua.dk>
11675         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11676         Add CUA move property.
11678 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11680         * custom.el (custom-push-theme): Load the variable before checking
11681         its `standard-value'.
11683 2006-05-13  Lars Hansen  <larsh@soem.dk>
11685         * desktop.el (desktop-save): Use with-temp-buffer.
11687 2006-05-12  Glenn Morris  <rgm@gnu.org>
11689         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11690         * calendar/calendar.el (calendar-mode-map):
11691         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11692         * calendar/appt.el (appt-check, appt-make-list): Refer to
11693         diary-view-entries, diary-list-entries, diary-show-all-entries
11694         rather than obsolete aliases.
11696 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11698         * simple.el (line-move-finish): Avoid calling point motion hooks
11699         while processing intangibility.
11701 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11703         * term/xterm.el (terminal-init-xterm): Fix typo.
11705 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11707         * allout.el (allout-view-change-hook): Mark as being deprecated,
11708         to be replaced by `allout-exposure-change-hook'.
11709         (allout-exposure-change-hook): New, replacing
11710         `allout-view-change-hook'.
11711         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11712         in addition to `allout-view-change-hook'.
11713         (allout-show-bodies, allout-old-style-prefixes)
11714         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11715         lambda forms to prevent their showing up in variable help
11716         presentations as inscrutable byte-compiled code.
11717         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11718         Use string-or-null-p to qualify safe-local-variable values.
11719         (allout-reindent-bodies): Use memq to qualify matches against
11720         valid safe-local-variable values.  Also, quote the lambda as above.
11721         (allout-use-mode-specific-leader): Add missing candidate-value
11722         symbols, use memq, and quote the lambda.
11723         (allout-overlay-interior-modification-handler): Remove unused
11724         variables `msg' and 'opened'.
11725         (allout-hidden-p): Constrain invisibility consideration to allout's
11726         invisibility spec, disregarding invisibility for other reasons.
11728 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11730         * files.el (version-control): Correct safe values.
11732 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11734         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11736         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11737         (ewoc--insert-new-node): New func.
11738         Update callers of deleted funcs to use it, instead.
11740 2006-05-11  Glenn Morris  <rgm@gnu.org>
11742         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11743         obsolete alias `show-all-diary-entries'.
11744         (make-diary-entry): Not interactive.
11745         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11746         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11747         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11748         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11749         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11750         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11752 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11754         * calendar/calendar.el (calendar-french-date-string)
11755         (calendar-mayan-date-string, calendar-chinese-date-string)
11756         (calendar-astro-date-string, calendar-iso-date-string)
11757         (calendar-islamic-date-string, calendar-bahai-date-string)
11758         (calendar-hebrew-date-string, calendar-coptic-date-string)
11759         (calendar-ethiopic-date-string, calendar-persian-date-string):
11760         These functions are not interactive.
11762 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11764         * files.el: Balance parentheses.
11766 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11768         * files.el, newcomment.el, outline.el, simple.el,
11769         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11770         * progmodes/cc-vars.el, progmodes/compile.el:
11771         Move `safe-local-variable' declarations to the respective files.
11773         * help-fns.el (describe-variable): Don't print safe-var if it is
11774         byte-code.  Improve wording as suggested by Luc Teirlinck.
11776 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11778         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11779         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11780         Use a token for pending-triggers to ensure gdb-var-update
11781         gets called once per user input again for pre-GDB 6.4.
11782         (gdb-var-delete): Match on more complex expressions.
11783         (gdb-var-list-children-handler, gdb-var-create-handler):
11784         Use a token for consistency.
11786 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11788         * textmodes/org.el (org-read-date, org-goto-calendar)
11789         (org-agenda-goto-calendar):
11790         Bind `view-calendar-holidays-initially' to nil.
11792 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11794         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11795         Update all callers to do it there, instead.
11797 2006-05-10  Glenn Morris  <rgm@gnu.org>
11799         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11800         prefix arg case, to avoid view-diary-entries-initially error.
11801         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11802         (calendar-date-is-legal-p): Handle dates with no day part.
11804 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11806         * comint.el (comint-insert-input): Just make it when
11807         comint-use-prompt regexp is nil (default) and with the mouse.
11808         (comint-copy-old-input): Reinstate from 2004-06-23.
11809         (comint-mode-map): Bind C-c C-m to it.
11811 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11813         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11814         Remove spurious move to point-max (new comint behavior fixes).
11816         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11817         compatibility function (Emacs 18/19).
11818         (idlwave-is-continuation-line): Always return point at start of
11819         previous non-blank continuation line.
11820         (keyword-parameters): Fix continued comment font-lock matcher.
11821         (idlwave-font-lock-fontify-region): Written, use as
11822         font-lock-fontify-region-function, to fix continued keyword
11823         fontification issues.
11825 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11827         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11828         (mac-service-selection, mac-service-open-file)
11829         (mac-service-open-selection, mac-service-mail-selection)
11830         (mac-service-mail-to, mac-service-insert-text): Rename from
11831         mac-services-*.  All uses changed.
11832         (mac-apple-event-map): Rename event symbol `services' to `service'.
11834 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11836         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11837         (ewoc--node-enter-first, ewoc--node-enter-last)
11838         (ewoc--delete-node-internal): Merge funcs into unique callers.
11840 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11842         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11843         return value of read-from-minibuffer for empty input.
11845 2006-05-09  Miles Bader  <miles@gnu.org>
11847         * comint.el (comint-insert-input): Remove redundant calls to setq
11848         and goto-char.
11850 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11852         * comint.el (comint-insert-input): Make it work when
11853         comint-use-prompt-regexp is t.
11855 2006-05-10  Miles Bader  <miles@gnu.org>
11857         * subr.el (field-at-pos): New function.
11859         * comint.el (comint-insert-input): Use it.
11861 2006-05-09  Juri Linkov  <juri@jurta.org>
11863         * battery.el (battery-linux-proc-acpi): Also try
11864         `/proc/acpi/thermal_zone/THR2/temperature'.
11866         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11867         for now unused lambda `string-or-null'.
11869         * add-log.el (change-log-default-name): Put `string-or-null-p'
11870         instead of lambda on `safe-local-variable' property.
11872         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11873         `region-end' instead of `mark' and `point'.
11874         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11875         Operate on region in Transient Mark mode when the mark is active.
11876         Use `region-beginning' and `region-end' instead of `mark' and
11877         `point'.
11878         (diff-hunk-text, diff-goto-source): Doc fix.
11880         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11881         face `mode-line-buffer-id' for mode-line buffer face instead of
11882         hard-coded `(:weight bold)'.
11884         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11885         buffer-undo-list to t (undo-ask is reproducible by visiting
11886         nested archives).
11888 2006-05-09  Kim F. Storm  <storm@cua.dk>
11890         * progmodes/grep.el (rgrep): Set default directory of *grep*
11891         buffer if we start M-x rgrep in the *grep* buffer and choose
11892         a different base directory.
11894 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11896         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11897         completion also when ido is loaded.
11899 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11901         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11902         "warning" and "import".
11903         (cpp-font-lock-keywords): Added "warning".
11905 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11907         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11909 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11911         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11912         pages at a time, if we signal the end, we should indeed reach that end.
11914 2006-05-08  David Reitter  <david.reitter@gmail.com>
11916         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11917         output during execution of the body.
11919 2006-05-08  Kim F. Storm  <storm@cua.dk>
11921         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11923 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11925         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11926         Use with-current-buffer.
11928 2006-05-07  Kim F. Storm  <storm@cua.dk>
11930         * subr.el (add-to-history): Remove keep-dups arg.
11932         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11933         to nil around call to add-to-history.
11935 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11938         than after a buffer modification.
11940 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11942         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11943         call to...
11944         (gud-watch): ...here so speedbar is raised for already watched
11945         expressions.
11946         (gdb-speedbar-refresh): Delete function.
11947         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11948         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11949         earlier change).
11950         (gdb-var-evaluate-expression-handler)
11951         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11953         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11954         Update localized contents for all buffers except ignored modes.
11956 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11958         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11959         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11960         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11961         (mac-handle-font-panel-closed, mac-handle-font-selection):
11962         New functions.
11963         (mac-font-panel-mode): New minor mode.
11964         (mac-apple-event-map): Add bindings for toolbar toggle button and
11965         font panel.
11966         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11968 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11970         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11971         Avoid `regexp-opt'; simplify regexp for readability.
11973 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11975         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11976         * files.el (buffer-stale-function):
11977         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11978         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11979         links to the main manual, not to emacs-xtra.
11981 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11983         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11984         MacJapanese if text is ASCII-only.
11986 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11988         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11989         unless so nil isn't returned.
11990         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11992 2006-05-06  Kim F. Storm  <storm@cua.dk>
11994         * subr.el (add-to-history): New function.
11996         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11997         (ediff-merge-files-with-ancestor):
11998         * env.el (setenv):
11999         * isearch.el (isearch-update-ring):
12000         * server.el (server-visit-files):
12001         * progmodes/grep.el (lgrep, rgrep):
12002         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12003         * progmodes/xscheme.el (xscheme-insert-expression):
12004         Use add-to-history.
12006         * kmacro.el (kmacro-push-ring): Use add-to-history.
12007         (kmacro-ring-length): Remove unused defun.
12008         (kmacro-start-macro): Use kmacro-push-ring.
12010 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
12012         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12013         directly instead of a lambda expression that calls it.
12015 2006-05-06  Kim F. Storm  <storm@cua.dk>
12017         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12018         instead of compute-motion.
12020 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12022         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12023         change.
12025 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
12027         * startup.el (command-line-1): Refer to "Pure Storage" on
12028         pure-space-overflow.
12030 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
12032         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12033         provided faces once they all have been used up.
12035 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12037         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12038         reference to the Lisp manual to the warning about pure space
12039         overflow.
12041 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12043         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12044         argument to avoid the call to `ispell-internal-change-dictionary'
12045         when not needed.
12046         (ispell-change-dictionary): Use this argument and call
12047         `ispell-internal-change-dictionary' after the possible change
12048         to `ispell-local-dictionary'.
12049         (ispell-internal-change-dictionary): Check for a change in
12050         personal dictionary use too.
12052 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12054         * startup.el (command-line): On MS-Windows, probe "~", not
12055         "~USER", for warning about non-existent home directory.
12057         * arc-mode.el (archive-l-e): New optional argument `float' means
12058         generate a float value.
12059         (archive-arc-summarize, archive-lzh-summarize)
12060         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12061         with 3rd argument non-nil when file's size is being computed.
12062         Format the file sizes with %8.0f instead of %8d.
12064 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12066         * cus-start.el (all): Add mac-dnd-known-types.
12068         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12069         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12070         (mac-TIFF-to-string): New functions.
12071         (x-get-selection, x-selection-value)
12072         (mac-select-convert-to-string): Use them.
12073         (mac-text-encoding-mac-japanese-basic-variant): New constant.
12074         (mac-dnd-types-alist): New customization variable.
12075         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12076         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12077         (mac-dnd-handle-drag-n-drop-event): New functions.
12078         (mac-drag-n-drop): Remove function.
12079         (global-map): Bind drag-n-drop and M-drag-n-drop to
12080         mac-dnd-handle-drag-n-drop-event.
12082 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
12084         * progmodes/perl-mode.el (perl-beginning-of-function):
12085         Skip anonymous subs.
12087 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
12089         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12090         regexp-opt at run time.
12092         * term.el (term-handle-ansi-escape): Fix off by one error.
12094 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
12096         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12097         (gdb-init-1, gdb-post-prompt): ...and references to it.
12098         (gdb-frame-handler): Strip directory name from filename if present.
12100         * progmodes/gud.el (gdb-force-update): Delete defvar
12101         (gud-speedbar-buttons): ...and references to it.  Use window-start
12102         to try to keep positon in watch expression.
12104 2006-05-03  Richard Stallman  <rms@gnu.org>
12106         * simple.el (next-history-element, previous-history-element): Doc fix.
12108         * isearch.el (isearch-update-ring): Doc fix.
12110 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
12112         * isearch.el (isearch-update-ring): Take history-delete-duplicates
12113         into consideration.  Replace one arm ifs with whens.
12115 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
12117         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12118         (menu): Fix typo.
12120 2006-05-02  Miles Bader  <miles@gnu.org>
12122         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12124 2006-05-02  Jay Belanger  <belanger@truman.edu>
12126         * calc/calc-embed.el (calc-override-minor-modes-map)
12127         (calc-override-minor-modes): New variables.
12128         (calc-do-embedded): Make sure that Calc keystrokes aren't
12129         overwritten by minor modes.
12131 2006-05-02  Chong Yidong  <cyd@mit.edu>
12133         * msb.el (msb): If EVENT is a down event, read and discard the up event.
12135 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12137         * startup.el (command-line-1): Refer to Lisp manual when
12138         pure-space-overflow occurs.
12140         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12141         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12142         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12143         (version-control): Don't use `t' for safe-local-variable declarations.
12145 2006-05-01  Richard Stallman  <rms@gnu.org>
12147         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12148         M-r, M-R, M-A, M-SPC or M-DEL.
12149         (diff-mode-map): diff-refine-hunk now on C-c C-w
12150         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12152         * help-mode.el (help-mode): view-exit-action calls delete-window
12153         only when it is safe and possible.
12155         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12156         in messages.
12158         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12160         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12161         in the default tool-bar-map.
12163 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
12165         * net/tramp.el (tramp-completion-file-name-handler-alist)
12166         (tramp-run-real-handler, tramp-completion-run-real-handler)
12167         (tramp-completion-handle-file-name-all-completions)
12168         (tramp-completion-handle-file-name-completion): Autoload them.
12169         (tramp-completion-handle-file-exists-p)
12170         (tramp-completion-handle-file-name-directory)
12171         (tramp-completion-handle-file-name-nondirectory)
12172         (tramp-completion-handle-expand-file-name): Remove them.
12173         (tramp-handle-file-name-directory): Return the real directory name.
12174         Returning "/" only doesn't need to be necessary any longer.
12175         (tramp-file-name-handler): Make special attention when in hostname
12176         completion mode.
12177         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12178         (tramp-register-file-name-handlers):
12179         Register `tramp-completion-file-name-handler' only when
12180         `partial-completion-mode' is enabled.
12181         (tramp-completion-handle-file-name-all-completions):
12182         Delete directory part from results.
12183         (tramp-get-completion-methods, tramp-get-completion-user-host):
12184         Discard deleting "/", it doesn't work after the change of
12185         `tramp-handle-file-name-directory' above.
12187 2006-05-01  Kim F. Storm  <storm@cua.dk>
12189         * progmodes/grep.el (grep-expand-template): Use save-match-data
12190         and symbol-value.
12192 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12194         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12195         Use select-frame-set-input-focus instead of raise-frame.
12196         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12198 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
12200         * progmodes/gud.el (gud-def): Add %c case.
12201         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12202         (gud-format-command): Make match case sensitive.  Match on %F.
12204 2006-04-30  Glenn Morris  <rgm@gnu.org>
12206         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12207         (cal-tex-preamble): Use cal-tex-preamble-extra.
12208         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12209         than alias `list-diary-entries'.
12211 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
12213         * help-fns.el (describe-variable): Add info about safe local variables.
12215 2006-04-29  Richard Stallman  <rms@gnu.org>
12217         * bindings.el (mode-line-format): help-echo doc fixes.
12219         * net/tramp.el (tramp-file-name-handler-alist): Delete
12220         expand-file-name and other operations that can cause spurious loading.
12222 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12224         * files.el (safe-local-variable-p): Remove support for the special
12225         value t.
12227         * textmodes/paragraphs.el (sentence-end-without-space):
12228         Fix safety predicate.
12229         (sentence-end-double-space, sentence-end-without-period)
12230         (paragraph-ignore-fill-prefix):
12231         * textmodes/fill.el (colon-double-space):
12232         * abbrev.el (abbrev-mode): Tighten the safety predicate.
12234         * subr.el (booleanp): New fun.
12236         * textmodes/reftex-vars.el (reftex-guess-label-type):
12237         Tighten the safety predicate.
12239 2006-04-28  Kim F. Storm  <storm@cua.dk>
12241         * progmodes/grep.el (defgroup grep): Doc fix.
12242         (grep-auto-highlight): Remove.
12243         (grep-template): New defcustom.
12244         (grep-find-template): Rename from grep-tree-template.
12245         (grep-files-aliases): Rename from grep-tree-files-aliases.
12246         Remove "all" alias, add "l" alias.
12247         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12248         (grep-find-ignored-directories): New defcustom to replace
12249         grep-tree-ignore-CVS-directories, to facilitate ignoring
12250         subdirectories for multiple version control systems.
12251         (grep-mode-map): Add Recursive grep item to GREP menu.
12252         (grep-regexp-history, grep-files-history): New defvars.
12253         (grep-probe): New helper function.
12254         (grep-compute-defaults): Use it to simplify code.
12255         Adapt to name changes.
12256         Use `.' as base in grep-find-template rather than <D>.
12257         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12258         Call grep-compute-defaults unconditionally.
12259         (grep-expand-keywords): New defconst.
12260         (grep-expand-template): Rename from grep-expand-command-macros.
12261         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12262         of grep-tree-ignore-case to add -i option.
12263         Bind case-fold-search to nil while matching keywords.
12264         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12265         (grep-read-regexp, grep-read-files): New helper functions.
12266         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12267         Adapt to changes in defcustoms and functions above.
12268         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12270 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12272         * net/tramp.el (tramp-completion-file-name-handler):
12273         Disable Tramp's functionality while loading Tramp itself.
12274         (tramp-register-file-name-handlers): That's a defsubst now.
12275         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12276         `after-init-hook'.
12277         (tramp-repair-jka-compr): Remove.
12279 2006-04-27  Jay Belanger  <belanger@truman.edu>
12281         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12282         read expression when `math-read-big-expr' doesn't work.
12284 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12286         * startup.el (command-line-1): Display warning when
12287         pure-space-overflow is non-nil.
12289 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12291         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12292         risky.
12294 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12296         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12297         Return the URL or nil if none can be generated.
12299 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12301         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12302         byte compiler warnings.
12303         (gud-basic-call, gud-find-expr): Let user select an expression
12304         for printing.  Print expression as well as value in GUD buffer.
12306 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12308         * allout.el: Remove local autoload declaration for
12309         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12310         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12311         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12312         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12313         (allout-stylish-prefixes, allout-numbered-bullet)
12314         (allout-file-xref-bullet, allout-presentation-padding)
12315         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12316         safe-local-variable with suitable value spec, and add autoload
12317         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12318         (move-beginning-of-line, move-end-of-line): Repair so these compat
12319         functions now actually resituate the point, when appropriate.
12321 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12323         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12325         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12326         (add-log-iso8601-time-string): Fix call to format-time-string.
12328 2006-04-26  Kim F. Storm  <storm@cua.dk>
12330         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12332 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12334         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12335         Add support for "//" style comments.  Remove `b' flag
12336         from ?* in `asm-mode-syntax-table'.
12338 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12340         * follow.el: Use (featurep 'xemacs) everywhere.
12341         (follow-mode): Use define-minor-mode.
12342         (follow-mode-map): Move initialization into the declaration.
12343         Use command remapping.
12344         (follow-emacs-version-xemacs-p): Remove.
12345         (follow-submit-feedback): Remove.
12347         * allout.el (allout-layout, allout-passphrase-verifier-string)
12348         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12350         * textmodes/reftex-vars.el (reftex-vref-is-default)
12351         (reftex-fref-is-default, reftex-guess-label-type):
12352         Tighten up a bit the safety predicate.
12354         * textmodes/paragraphs.el (sentence-end-double-space)
12355         (sentence-end-without-period, sentence-end-without-space)
12356         (page-delimiter, paragraph-ignore-fill-prefix):
12357         Tighten up a bit the safety predicate.
12359         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12361         * progmodes/python.el (python-continuation-line-p)
12362         (python-beginning-of-statement): syntax-ppss may return
12363         a negative depth.
12364         (python-mode): Don't forcefully enable font-lock.
12366         * time-stamp.el (time-stamp-start, time-stamp-end)
12367         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12369         * add-log.el: Remove spurious * in docstrings.
12370         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12371         (add-change-log-entry): Use it here, since it's not specific
12372         to iso8601.
12373         (add-log-iso8601-time-string): Don't use it here any more.
12374         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12376         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12378 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12380         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12381         (rcirc-toggle-low-priority): Doc fix.
12382         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12383         ChanServ regexp.
12384         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12385         #emacs.
12386         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12387         (rcirc-decode-coding-system): Use utf-8 as the default.
12388         (rcirc-multiline-minor-mode): Set the fill-column.
12389         (rcirc-format-response-string): Display bright and dim nicks.
12390         (rcirc-browse-url): Update interactive spec to fill ARG.
12391         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12392         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12394 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12396         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12397         case for @Article, etc.
12399 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12401         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12402         Added with autoload cookie.
12403         (tramp-unload-file-name-handlers): Rename from
12404         `tramp-unload-file-name-handler-alist'.
12406 2006-04-23  Romain Francoise  <romain@orebokech.com>
12408         * comint.el (comint-match-partial-filename): Doc fix.
12410 2006-04-21  Glenn Morris  <rgm@gnu.org>
12412         * calendar/cal-menu.el (calendar-mode-map): Refer to
12413         `diary-view-entries' rather than alias `view-diary-entries'.
12414         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12416 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12418         * progmodes/antlr-mode.el (antlr-default):
12419         * cus-edit.el (custom-documentation):
12420         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12421         in defface.
12423 2006-04-21  Kim F. Storm  <storm@cua.dk>
12425         * image.el (image-type): New defun split out of create-image.
12426         (create-image): Use it.
12428 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12430         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12431         (org-open-at-point): Remove the "...done" message to keep output
12432         in the echo area visible.
12433         (org-export-as-xoxo): Fix call to `indent-region'.
12435 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12437         * international/mule.el (keyboard-coding-system): defcustom
12438         info-link fixes: "Specify Coding" has been split, keyboard now in
12439         "Terminal Coding", and "Single-Byte Character Support" is now
12440         "Unibyte Mode".
12442 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12444         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12445         Use font-lock-warning-face for any errors e.g. no stack.
12446         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12448 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12450         * progmodes/sh-script.el (sh-shell): Mark as safe.
12452         * newcomment.el (comment-start, comment-start-skip)
12453         (comment-end-skip, comment-end): Mark as safe.
12455 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12457         * textmodes/org.el (org-deadline-announce): Face removed.
12458         (org-level-faces, org-n-levels): Convert to constant.
12459         (org-compatible-face): New function.
12460         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12461         (org-level-5, org-level-6, org-level-7, org-level-8)
12462         (org-special-keyword, org-warning, org-headline-done, org-link)
12463         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12464         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12465         Face definition revised for better color tty support.
12466         (org-bold-re, org-italic-re, org-underline-re): New constants.
12467         (org-set-font-lock-defaults): Use the new constants.
12468         (org-agenda-highlight-todo): New function.
12469         (org-agenda-todo): Fix bug with point at end of line.
12470         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12471         Fontify TODO keywords.
12472         (org-insert-link): Preserve relative path in ../ links.
12473         (org-export-as-html): Convert links pointing to .org files into
12474         links that will work beteen the exported HTML files.
12475         (org-todo-list): Fix bug when arg=0.
12476         (org-insert-heading): More fine-tuning.
12478 2006-04-19  Romain Francoise  <romain@orebokech.com>
12480         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12481         from `rmail-mime-charset-pattern'.
12483 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12485         * progmodes/python.el (python-mode): Fix typo.
12487 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12489         * comint.el (comint-previous-input): Don't clobber input line
12490         when moving off either end of the input history ring.
12491         (comint-delete-input): New function, used by
12492         `comint-previous-input' and others.
12493         (comint-previous-matching-input):
12494         Use `coming-delete-input'.  Save the partial input if leaving the
12495         edit line.  Goto point-max before deleting input to avoid
12496         partial input fragments hanging around.
12497         (comint-restore-input): New function, used by `comint-previous-input'.
12499 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12501         * imenu.el (imenu--index-alist): Balance parentheses.
12503 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12505         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12507 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12509         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12510         file is nil.
12512 2006-04-18  Richard Stallman  <rms@gnu.org>
12514         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12516         * imenu.el (imenu-create-index-function, imenu--index-alist)
12517         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12518         (imenu-default-create-index-function, imenu--generic-function):
12519         Doc fixes.
12521         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12523         * help-mode.el (help-mode): Set view-exit-action to delete window.
12525         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12526         now works by passing nil as arg.
12528         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12530         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12531         (read-abbrev-file): Provide default when reading filename.
12533         * files.el (enable-local-variables): Allow :all as value.
12534         (hack-local-variables): Implement that value.
12535         (safe-local-variable-values, safe-local-eval-forms)
12536         (enable-local-variables): Mark as risky.
12537         (find-file-visit-truename, kept-old-versions): Mark safe.
12539         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12540         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12541         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12543 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12545         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12546         Use forward-line so as to get to BOL even in the presence of fields.
12547         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12548         in return.
12549         (inferior-tcl): Tell tclsh to work in interactive mode.
12551         * complete.el (partial-completion-mode):
12552         Use 'choose-completion-string-functions to make sure that
12553         choose-completion fills the minibuffer properly.
12555         * complete.el (PC-old-read-file-name-internal): Remove.
12556         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12557         of read-file-name-internal.
12558         (partial-completion-mode): Enable/disable this advice.
12560 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12562         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12563         of 2006-04-17.
12565 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12567         * textmodes/org.el (org-insert-heading): Insert heading before
12568         current if at beginning of line.
12569         (org-todo, org-date): New faces.
12570         (org-table-align): Make sure tooltip window contains full text.
12571         (org-no-properties): New defsubst.
12572         (org-set-font-lock-defaults): Use new faces.
12574 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12576         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12577         for root variables.
12579         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12580         (gdb-frame-address): Re-use to identify frame for watch expression.
12581         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12582         variables.
12583         (gdb-init-1, gdb-source, gdb-post-prompt)
12584         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12585         (gdb-frame-handler): Get gdb-frame-address.
12587 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12589         Sync with Tramp 2.0.53.
12591         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12592         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12593         (tramp-completion-file-name-handler): Add autoload cookie for
12594         adding to `file-name-handler-alist'.
12596         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12597         the prompt.  If it returns earlier (when detecting an error
12598         message), the rest of the output will merge accidently with the
12599         output of the next command.  Reported by M Jared Finder
12600         <jared@hpalace.com>.
12602         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12603         for `process-file', in order to let it work for older Emacsen too.
12605 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12607         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12608         (tex-font-lock-keywords-3): Use it.
12610 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12612         * newcomment.el (comment-add): New function.
12613         (comment-region-default, comment-dwim): Use it.
12615 2006-04-15  Michael Olson  <mwolson@gnu.org>
12617         * emacs-lisp/tq.el: Improve comments.
12618         (tq-queue-head-question): New accessor function.
12619         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12620         Update for modified queue structure.
12621         (tq-queue-add): Accept `question' argument.
12622         (tq-queue-pop): If a question is pending, send it.
12623         (tq-enqueue): Accept new optional argument `delay-question'.
12624         If this is non-nil, and at least one other question is pending a
12625         response, queue the question rather than sending it immediately.
12627 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12629         * calendar/appt.el (appt-add): Check whether an appointment is
12630         already present in appt-time-msg-list.  Simplify code.
12632 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12634         * progmodes/cc-langs.el (c-mode-menu):
12635         Don't presume c-subword-mode is bound.
12637 2006-04-13  Bill Wohler  <wohler@newt.com>
12639         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12640         (customize-package-emacs-version): Use cdr instead of cadr now
12641         that alists use dotted pairs.
12643         * custom.el (defcustom): Fix docstring for :package-version.
12645 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12647         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12648         (tramp-handle-shell-command): Display output buffer only when
12649         `tramp-display-shell-command-buffer' is true.
12650         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12652 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12654         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12655         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12657 2006-04-13  Romain Francoise  <romain@orebokech.com>
12659         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12660         leaving temporary .cvsignore buffers behind.
12662 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12664         * textmodes/org.el (org-set-regexps-and-options)
12665         (org-get-current-options): Better names for the startup folding
12666         options.
12668 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12670         * vc.el (vc-annotate): Arrange for point to end up at the same
12671         line number as in the original, but only when using a new buffer.
12673 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12675         * files.el (hack-one-local-variable-eval-safep):
12676         Recognize `edebug-form-spec' for `put', but only if it passes
12677         `edebug-basic-spec'.  Generalize `put' handling.
12679         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12680         vetting file-local form specs.
12682         * allout.el (allout-layout): Autoload its `safe-local-variable'
12683         property.
12685 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12687         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12688         (org-agenda-mouse-1-follows-link)
12689         (org-mouse-1-follows-link): New options.
12690         (org-format-agenda-item): Fix bug if TAGS is nil.
12691         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12693 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12695         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12696         GDB 6.1+ gives full filename for "info sources" so use
12697         file-name-nondirectory.
12699 2006-04-12  Romain Francoise  <romain@orebokech.com>
12701         * subr.el (read-passwd): Bind `message-log-max' to nil.
12703 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12705         * progmodes/perl-mode.el (perl-indent-new-calculate):
12706         Recompute parse-start after jumping backward by a whole sexp.
12708 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12710         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12711         window configuration.
12712         (vc-annotate-display-select): Select the buffer so that current-buffer
12713         (and selected-window) is the output buffer at the end of vc-annotate.
12715 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12717         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12718         8-color terminals, to use all of the colors in a sensible order.
12719         256-color terminals work well with the standard map.
12720         (vc-annotate-lines): Only strip the first color character if it
12721         is "#", to allow for terminal-style named colors.
12722         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12723         the correct buffer is scrolled.
12725 2006-04-11  Richard Stallman  <rms@gnu.org>
12727         * emacs-lisp/bytecomp.el (byte-compile-file):
12728         Bind enable-local-variables to :safe, and make normal-mode obey it.
12730         * files.el (enable-local-variables): Allow value :safe.
12731         (normal-mode): Doc fix.
12732         (hack-local-variables): Implement enable-local-variables = :safe.
12733         (hack-local-variables-confirm): Don't prevent quitting.
12735 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12737         * loadhist.el (unload-feature): A bit of sanity check of
12738         load-history entries.  Cancel timer-vars before unbinding them.
12740         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12741         quote special chars, and make the trick work on the hex part of the
12742         buffer as well.
12743         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12744         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12746         * startup.el (normal-splash-screen): Fix last change so we don't wait
12747         2 minutes if we don't show the splash screen.
12749 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12751         * textmodes/org.el (org-export-plain-list-max-depth)
12752         (org-table-spaces-around-separators)
12753         (org-radio-targets, org-activate-camels)
12754         (org-table-spaces-around-invisible-separators): Options removed.
12755         (org-time-stamp-rounding-minutes, org-remember-templates)
12756         (org-ellipsis, org-activate-links, org-descriptive-links):
12757         New options.
12758         (org-remember-apply-template, org-current-time)
12759         (org-finish-edit-table-field)
12760         (org-link-unescape, org-link-escape)
12761         (org-string-width, org-table-clean-line, org-html-do-expand)
12762         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12763         (org-read-agenda-file-list): New functions.
12764         (org-table-edit-field)
12765         (org-table-create-or-convert-from-region): New commands
12766         (org-table-toggle-vline-visibility): Command removed.
12767         (org-table-convert-region): Made a command.
12768         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12769         Replace with the normal org- functions.
12770         (org-self-insert-command): Don't trigger realign unnecessarily
12771         when blanking a field that is not full.
12772         (org-mode): `Set buffer-invisibility-spec' for links.
12773         (org-activate-links2): Hide link part and only show descriptive
12774         part of the link.
12775         (org-insert-link): Modify for new linking system.
12776         (org-store-link): Store description separately, for use by
12777         `org-insert-link'.
12778         (org-table-align): Use `org-string-width'.
12779         (defgroup): Completely new group structure for custom variables.
12780         (org-agenda-files): Option: Single file name allowed.  Function:
12781         Optional argument unrestrited means ignore any restricitons.
12782         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12783         trying to modify the menu.  Use generalized access to
12784         `org-agenda-files.'
12785         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12786         (org-agenda-file-to-front, org-remove-file, org-diary)
12787         (org-tags-view, org-export-icalendar-all-agenda-files)
12788         (org-export-icalendar-combine-agenda-files): Use generalized
12789         access to `org-agenda-files'.
12790         (org-remember-handler): Correctly preserve heading if present.
12791         (org-table-insert-row, org-table-insert-hline): Deal with
12792         invisible characters.
12794 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12796         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12797         (vc-annotate-color-map): New 18 element constant
12798         value/saturation, rotating hue colormap, from red->blue.
12799         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12800         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12801         (vc-annotate): To avoid killing the required local variables,
12802         set them before the end of `with-output-to-temp-buffer', and
12803         after first switching to annotate-mode.
12804         (vc-annotate-warp-version): Add buffer argument in goto-line to
12805         ensure annotation, not source, is scrolled.
12807 2006-04-10  Bill Wohler  <wohler@newt.com>
12809         * custom.el (defcustom, custom-handle-keyword):
12810         Add :package-version keyword.
12811         (custom-add-package-version): New function.  Sets value of new
12812         property 'custom-package-version from :package-version keyword.
12813         (defcustom): Create Common Keywords section in docstring.
12814         (defface, defgroup): Replace definitions of a select few keywords
12815         with a reference to the Common Keywords in defcustom.
12816         (defcustom, defface, defgroup): Replace reference to Customization
12817         chapter in manual with hyperlink.
12819         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12820         (customize-changed-options): Add check for custom-package-version.
12821         (customize-package-emacs-version): New function to look up Emacs
12822         version corresponding to the given package version.
12824         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12825         defun name, in similar fashion to find-variable-regexp.
12827 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12829         * international/mule-cmds.el (set-locale-environment): Fix last
12830         change for when the locale's preferences don't specify any encoding.
12832 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12834         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12835         so the defined var/fun doesn't need to be quoted.
12837 2006-04-10  Richard Stallman  <rms@gnu.org>
12839         * finder.el (finder-mode-map): Add n and p bindings.
12841 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12843         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12844         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12845         (gdb-setup-windows): Put something in source window if we can't find
12846         the source file.
12847         (gdb-frame-handler): Make it work again with just assembly.
12848         (gdb-data-list-register-values-handler): Make it work when there is
12849         no stack.
12851 2006-04-09  Richard Stallman  <rms@gnu.org>
12853         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12854         specs while looking for charset.
12856         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12858         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12859         Make them faces.
12860         (lm-font-lock-keywords): Update appropriately.
12862 2006-04-10  Kim F. Storm  <storm@cua.dk>
12864         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12865         it can also replace buffer-substring-no-properties.
12867         * emulation/cua-base.el (cua-delete-region, cua-paste)
12868         (cua-repeat-replace-region): Use filter-buffer-substring.
12870         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12871         (cua-cut-region-to-global-mark): Likewise.
12873         * emulation/cua-rect.el (cua--extract-rectangle)
12874         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12876 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12878         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12879         entry-type.  Add field delimiters to numerical fields if they are
12880         not present.
12882 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12884         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12885         string-const to return value.
12886         (bibtex-remove-delimiters): Use it.
12888 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12891         cl-byte-compile-compiler-macro unless it exists.
12893 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12895         * files.el (hack-local-variables-confirm) <offer-save>:
12896         Clarify message text.  Suggested by Ralf Angeli.
12898 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12900         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12901         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12902         instead of `buffer-substring' and `delete-region'.  (Most of the
12903         code actually copied from `kill-region'.)
12905 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12907         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12908         (rcirc-default-port): Rename from rcirc-port.
12909         (rcirc-default-nick): Rename from rcirc-nick.
12910         (rcirc-default-user-name): Rename from rcirc-user-name.
12911         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12912         (rcirc-low-priority-flag): New variable.
12913         (rcirc-decode-coding-system): New defcustom.
12914         (rcirc-encode-coding-system): New defcustom.
12915         (rcirc-coding-system-alist): New defcustom.
12916         (rcirc-multiline-major-mode): New defcustom.
12917         (rcirc-nick): New internal variable.
12918         (rcirc-process): Remove variable.
12919         (rcirc-server-buffer): New variable.
12920         (rcirc): Update to use rcirc-default-* variables above.
12921         (rcirc-connect): Do not add window-configuration-hook-here.
12922         (rcirc-server): New internal variable.
12923         (rcirc-connect): Do not send keepalive pings if
12924         rcirc-keepalive-seconds is nil.
12925         (with-rcirc-server-buffer): New macro.
12926         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12927         (rcirc-server-name): Rename from rcirc-server.
12928         (rcirc-buffer-process): New function.
12929         (rcirc-buffer-nick): New function.
12930         (rcirc-buffer-target): Remove function.
12931         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12932         New commands.
12933         (rcirc-mode-map): Change binding of C-c C-l to
12934         rcirc-toggle-low-priority.
12935         (rcirc-mode): Initialize coding system based on
12936         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12937         channel on a mode change.  Make kill-buffer-hook buffer-local.
12938         (rcirc-change-major-mode-hook): New function.
12939         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12940         (rcirc-last-post-time): New variable.
12941         (rcirc-process-message): Store the last time user posted a message
12942         to this target.
12943         (rcirc-multiline-minor-mode): New mode.
12944         (rcirc-multiline-minor-mode-map): New mode map.
12945         (rcirc-edit-multiline): Put multiline-edit buffer in
12946         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12947         (rcirc-print): Ignore any line starting with an ignored nick.
12948         (rcirc-print): Decode using rcirc-decode-coding-system.
12949         (rcirc-track-minor-mode): Update global-mode-string when disabling
12950         this mode.
12951         (minor-mode-alist): Add LowPri indicator.
12952         (rcirc-toggle-low-priority): New function.
12953         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12954         next lowpriority buffer with activity.
12955         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12956         last time the user posted a message in to the target.
12957         (rcirc-update-activity-string): New formatting for low priority
12958         buffers.
12959         (rcirc-split-activity): New function.
12960         (rcirc-handler-PART, rcirc-handler-KICK)
12961         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12962         (rcirc-nick-away-alist): New variable.
12963         (rcirc-handler-301): New handler.  Away messages are printed once
12964         per change.
12966 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12968         * info.el (Info-follow-nearest-node): Doc fix.
12970         * international/mule-cmds.el (set-locale-environment): Make sure
12971         the coding-system preferred by the locale's language has the same
12972         EOL conversion type as the original buffer-file-coding-system.
12973         (locale-language-names): Add a few MS Windows language codes.
12975 2006-04-07  Richard Stallman  <rms@gnu.org>
12977         * simple.el (eval-expression): Doc fix.
12979         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12980         (eval-defun): Doc fixes.
12982 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12984         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12986 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12988         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12989         GDB list command without argument for greater generality.
12991 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12993         * subr.el (string-or-null-p): New function.
12995         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12997         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12999         * files.el: Update comment about safe-local-variable declarations.
13001 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
13003         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13004         See idlwave.org.
13006         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13007         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
13009         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13010         See idlwave.org.
13012         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13013         version 6.0 (minimal changes).  See idlwave.org.
13015         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13016         6.0 (minimal changes).  See idlwave.org.
13018         * progmodes/idlw-rinfo.el: File obsoleted and removed.
13020 2006-04-06  Romain Francoise  <romain@orebokech.com>
13022         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13023         symmetric encryption features and a new asynchronous interface to
13024         GnuPG.  This new version is version 1.4, plus whitespace changes.
13026 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13028         * files.el: Move some `safe-local-variable' declarations to the
13029         respective files.
13031         * textmodes/ispell.el (ispell-check-comments)
13032         (ispell-local-dictionary): Mark as safe.
13034         * abbrev.el (abbrev-mode): Mark as safe.
13036         * add-log.el (change-log-default-name): Mark as safe.
13038         * textmodes/reftex-vars.el (reftex-vref-is-default)
13039         (reftex-fref-is-default, reftex-level-indent)
13040         (reftex-guess-label-type): Mark as safe.
13042         * textmodes/fill.el (colon-double-space): Mark as safe.
13044         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13045         (sentence-end-double-space, sentence-end-without-period)
13046         (sentence-end-without-space, sentence-end, sentence-end-base)
13047         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13049 2006-04-06  Kim F. Storm  <storm@cua.dk>
13051         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13052         the :set-after list.
13053         (ido-downcase-unc-hosts): New user option.  Default on.
13054         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13055         when it is set, as regexps are now applied on the fly.
13056         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13057         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13058         on the fly, but only when ido-process-ignore-lists is set.
13059         Do case insensitive filtering if ido-downcase-unc-hosts is set.
13060         Only downcase names if ido-downcase-unc-hosts is set.
13062 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
13064         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13066         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13068 2006-04-05  Kim F. Storm  <storm@cua.dk>
13070         * ido.el (ido-mode): Set after ido-unc-hosts and
13071         ido-ignore-unc-host-regexps.
13072         (ido-save-history): Save ido-unc-hosts-cache.
13073         (ido-load-history): Load ido-unc-hosts-cache.
13074         (ido-reread-directory): Refresh unc hosts cache in // dir.
13076         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13077         to nil while displaying slash screen.
13079 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13081         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13082         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13084 2006-04-05  Kenichi Handa  <handa@m17n.org>
13086         * international/characters.el: Setup cases of Latin, Greek, and
13087         Cyrillic characters in CJK charsets.
13089 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13091         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13092         default-enable-multibyte-characters.  This reverts the change from
13093         revision 6.17 which is no longer necessary because the passphrase
13094         is sent separately now.  GnuPG messages are unreadable under
13095         multibyte locales with default-enable-multibyte-characters set to nil.
13097 2006-04-04  Andreas Schwab  <schwab@suse.de>
13099         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13100         and `byte-compile-warnings' as `safe-local-variable'.
13102 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
13104         * man.el (Man-mode-map): Restore the \r binding.
13105         (Man-abstract-xref-man-page): If Man-target-string is a function,
13106         call it.
13107         (Man-highlight-references): Use Man-default-man-entry to get the
13108         target.  Deal with xrefs too.
13109         (Man-highlight-references0): Don't call the target function.
13111         * woman.el (WoMan-xref-man-page): Strip the section number, woman
13112         cannot deal with it.
13114 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13116         * pgg-gpg.el: Clean up process buffers every time gpg processes
13117         complete.
13119 2006-04-04  Kenichi Handa  <handa@m17n.org>
13121         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13122         here.
13123         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13124         Temporarily bind inhibit-field-text-motion to t.
13126 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13128         * startup.el (normal-splash-screen): Only set mode-line-format in the
13129         splash buffer, so as not to interfere when debugging the code.
13130         Ignore errors when switching buffer.
13132 2006-04-03  Romain Francoise  <romain@orebokech.com>
13134         * dired.el (dired-dnd-protocol-alist): Fix typo.
13136 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13138         * savehist.el (savehist): Add :version.
13139         (savehist-ignored-variables): New variable.
13140         (savehist-minibuffer-hook): Don't save variables listed in
13141         `savehist-ignored-variables'.
13143         * dired.el (dired-dnd-protocol-alist): Mention that change does
13144         only apply to new buffers in doc string.
13146 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13148         * recentf.el (recentf-open-files-item): Include newline in button
13149         field, so opening a file will work, when the point is at the end
13150         of the file name.  Allow, for example, to [i]search a file by
13151         extension and just push RET to open it.
13153 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13155         * pgg-gpg.el (pgg-gpg-process-filter)
13156         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13158         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13159         lines, temporary fix.
13161 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13163         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13165 2006-04-02  Richard Stallman  <rms@gnu.org>
13167         * progmodes/compile.el (compilation-message-face): Make it defcustom.
13169 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13171         * ibuf-macs.el (define-ibuffer-column): Add a new key:
13172         header-mouse-map.
13174         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13175         (ibuffer-mode-header-map): New keymaps.
13176         (ibuffer-update-title-and-summary): Enable mouse face highlighting
13177         and keybindings for column headers.
13178         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13179         property.
13181 2006-04-02  Drew Adams  <drew.adams@oracle.com>
13183         * speedbar.el (speedbar-after-create-hook): Doc fix.
13185 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
13187         * shell.el (shell-directory-tracker)
13188         (shell-dynamic-complete-command): Doc fixes.
13190 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
13192         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13193         terminals.
13195 2006-04-01  Kim F. Storm  <storm@cua.dk>
13197         * ido.el (ido-unc-hosts-cache): New defvar.
13198         (ido-unc-hosts): If value of defcustom is a function, call it to
13199         get list of UNC hosts.  Add function-item choices to specify
13200         ido-unc-hosts-net-view or user function.
13201         (ido-ignore-unc-host-regexps): New defcustom.
13202         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13203         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13204         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13206 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13208         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13209         wwidth.
13211 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
13213         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13214         (ido-max-work-file-list, ido-switch-buffer)
13215         (ido-read-file-name-as-directory-commands):
13216         Fix typos in docstrings.
13218 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13220         * term/mac-win.el (mac-system-coding-system): Define and use after
13221         Mac-specific coding systems are ready.
13223 2006-03-27  Romain Francoise  <romain@orebokech.com>
13225         * net/rcirc.el (rcirc-connect): Add autoload cookie.
13227         * ldefs-boot.el: Update.
13229 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13231         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13232         passphrases when it is not needed.
13233         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13234         passphrase stuff from gpg, should only be necessary when you use
13235         gpg with a smartcard.
13237 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13239         * comint.el (comint-dynamic-list-completions): Allow user to
13240         select *Completions* buffer.
13242 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
13244         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13246 2006-03-26  Andreas Schwab  <schwab@suse.de>
13248         * progmodes/gud.el (gdb): Only complain about multiple debugging
13249         when the gdb process is still running.
13251 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13253         * mail/rmail.el (tool-bar-map): Defvar it.
13254         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13255         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13257 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13259         * help.el (print-help-return-message): Suggest to use
13260         display-buffer instead of switch-to-buffer-other-window to restore
13261         the previous window without selecting it.
13263 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13265         * frame.el (select-frame-by-name): Call x-focus-frame also when
13266         window-system is mac.
13268         * term/mac-win.el: Adjust Courier font specifications in
13269         x-fixed-font-alist.
13270         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13271         when directly encoding to UTF-16 in native byte order, no BOM.
13273 2006-03-25  Kim F. Storm  <storm@cua.dk>
13275         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13276         (cua--init-keymaps): Use it instead of fixed C-return.
13277         (cua-mode): Set after it.
13279         * emulation/cua-rect.el (cua--init-rectangles):
13280         Use cua-rectangle-mark-key instead of fixed C-return.
13282 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13284         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13285         "run" in .gdbinit.
13286         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13288 2006-03-24  Romain Francoise  <romain@orebokech.com>
13290         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13291         `display-buffer-other-frame'.
13293 2006-03-24  Kim F. Storm  <storm@cua.dk>
13295         * apropos.el (apropos-synonyms): Add selection => region.
13297 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13299         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13300         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13301         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13302         (gdb-data-list-register-values-regexp)
13303         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13304         Future proof against new fields being added to MI output.
13305         (gdb-send): Don't treat backslashes for program input as
13306         continuations.
13307         (gdb-assembler-handler): Don't use window-start for this handler.
13308         (gdb-frame-handler): Don't change to hollow arrow if overlay
13309         arrow doesn't move to new frame.
13311 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13313         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13314         prevent compiler warnings.
13315         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13316         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13317         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13318         buffer too.
13320 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13322         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13323         make-network-process, so we can use the same code in Gnus v5-10
13324         too and have this file fully synchronized with that release.
13326 2006-03-23  Romain Francoise  <romain@orebokech.com>
13328         * ibuf-ext.el (ibuffer-read-filter-group-name):
13329         Use `ibuffer-generate-filter-groups' to make completion list match
13330         the filter groups that are really displayed in the Ibuffer buffer.
13331         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13333 2006-03-23  Kenichi Handa  <handa@m17n.org>
13335         * international/mule-cmds.el (sort-coding-systems): Describe that
13336         the argument is modified in docstring.
13338 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13340         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13341         (pgg-gpg-update-agent): New function.
13342         (pgg-gpg-use-agent-p): New function.
13343         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13344         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13345         (pgg-gpg-sign-region): Use it.
13347 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13349         * cus-edit.el (custom-face-set): Call custom-push-theme before
13350         face-spec set so that `changed' theme is correctly saved.
13351         (custom-face-reset-standard): Reset to recalculated face rather
13352         than defface spec.
13354         * custom.el (custom-push-theme): Only save `changed' theme if the
13355         current face does not match the defface specs.
13357 2006-03-21  Simon Josefsson  <jas@extundo.com>
13359         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13360         <wilde@sha-bang.de>.
13361         (pgg-gpg-use-agent): New variable.
13362         (pgg-gpg-process-region): Use it.
13363         (pgg-gpg-encrypt-region): Likewise.
13364         (pgg-gpg-encrypt-symmetric-region): Likewise.
13365         (pgg-gpg-decrypt-region): Likewise.
13366         (pgg-gpg-sign-region): Likewise.
13367         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13369 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13371         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13372         bracket links.
13374 2006-03-21  Kim F. Storm  <storm@cua.dk>
13376         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13377         fringe-indicator-alist instead of modifying global value.
13378         (gdb-frame-handler): Likewise.
13380 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13382         * diff-mode.el (diff-function): Make it inherit from diff-header
13383         instead of diff-context.
13385         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13386         bitmap.
13387         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13388         change names in macro above for consistency.
13389         (gdb-frame-handler): Use hollow-right-triangle for all selected
13390         frames which except the innermost (where execution has stopped).
13391         (gdb-reset): Reset buffer-local values of overlay-arrow.
13393 2006-03-20  Richard Stallman  <rms@gnu.org>
13395         * simple.el (set-mark-command): Doc fix.
13397         * files.el (display-buffer-other-frame): New command.
13398         (ctl-x-4-map): Bind C-x 5 C-o to it.
13400 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13402         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13403         rather than just defer-time, in case defer-time has been changed but
13404         the timer isn't running yet.
13405         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13407 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13409         * help-mode.el (help-follow-symbol): New function.
13410         Essentially identical to the old `help-follow', but do not let
13411         `push-button' do the work when on an xref.
13412         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13414 2006-03-19  Richard Stallman  <rms@gnu.org>
13416         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13417         preceded by the word `program'.
13418         (help-follow-mouse, help-follow): Throw error if not on xref.
13419         Delete no longer used args.
13421 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13423         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13424         annotation ensure gud-overlay-arrow-position is redisplayed.
13426 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13428         * textmodes/bibtex.el (bibtex-include-OPTkey)
13429         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13430         (bibtex-autokey-name-case-convert)
13431         (bibtex-autokey-titleword-case-convert): Make these the aliases
13432         for the following two variables.
13433         (bibtex-autokey-name-case-convert-function)
13434         (bibtex-autokey-titleword-case-convert-function): Make these the
13435         real names.
13436         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13437         bibtex-font-lock-crossref sublists.
13438         (bibtex-mode): Revert 2005-12-30 change (which made
13439         completion-ignore-case buffer-local).
13440         (bibtex-url): Simplify.
13442 2006-03-19  Kim F. Storm  <storm@cua.dk>
13444         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13445         cursor property value to 2 (to align with C level change).
13447 2006-03-19  Bill Wohler  <wohler@newt.com>
13449         * image.el (image-load-path-for-library): Shorten first line in
13450         docstring.
13452 2006-03-18  Richard Stallman  <rms@gnu.org>
13454         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13456 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13458         * isearch.el (isearch-other-meta-char): Handle user bindings for
13459         shifted control characters.
13461 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13463         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13464         part that matches email addresses, file names, etc.
13466 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13468         * term/w32-win.el (mouse-set-font):
13469         Mention w32-list-proportional-fonts in the doc string.
13471 2006-03-18  Kim F. Storm  <storm@cua.dk>
13473         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13474         (ido-unc-hosts): New user option to explicitly define list of know
13475         UNC-style hosts for completion.
13476         (ido-cache-unc-host-shares-time): New user option.
13477         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13478         New helper functions for UNC file-name support.
13479         (ido-may-cache-directory): Check for UNC host.  Simplify.
13480         (ido-wash-history): Clean out old UNC hosts.
13481         (ido-nonreadable-directory-p): UNC hosts are always readable.
13482         (ido-directory-too-big-p): UNC hosts are never too big.
13483         (ido-set-current-directory): Handle UNC root path.
13484         (ido-file-name-all-completions): Complete UNC host names from
13485         ido-unc-hosts list.  Cache UNC host shares.
13486         (ido-make-file-list-1): Don't filter UNC root.
13487         (ido-exhibit): Check for // in root directory, and switch to UNC
13488         mode by setting ido-current-directory to //.
13490 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13492         * cus-edit.el (customize-changed-options): Mention explicit
13493         version number as default in prompt.
13495 2006-03-17  Bill Wohler  <wohler@newt.com>
13497         * image.el (image-load-path-for-library): Minor docstring fix.
13499 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13501         * textmodes/org.el (org-read-date): Include subgroup 5 into
13502         replacement text.
13503         (org-popup-calendar-for-date-prompt): Fix customization type.
13505 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13507         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13508         (gdb-continuation): New variable.
13509         (gdb-send): Deal with continuation lines.
13511         * progmodes/gud.el (gud-gdb-complete-command)
13512         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13513         expressions.
13514         (gud-tooltip-mode): Use buffer-local value.
13516 2006-03-16  Kim F. Storm  <storm@cua.dk>
13518         * ido.el (ido-edit-input): Use selected match, if any.
13520 2006-03-16  Bill Wohler  <wohler@newt.com>
13522         * image.el (image-load-path-for-library): Prefer user's images in
13523         image-load-path.
13525 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13527         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13528         when checking for attempt to drag leftmost or rightmost scrollbar.
13530 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13532         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13533         (gdb-force-mode-line-update): New function.
13534         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13535         (gdb-exited): Use them.
13536         (gdb-signal): New function.
13537         (gdb-annotation-rules): Provide a rule for it.
13539 2006-03-16  Kenichi Handa  <handa@m17n.org>
13541         * international/mule.el (auto-coding-regexp-alist): Add entries
13542         for Unicode BOM.
13544         * sort.el (sort-build-lists): Temporarily bind
13545         inhibit-field-text-motion to t.
13547 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13549         * locate.el (locate-command, locate-make-command-line)
13550         (locate-fcodes-file, locate-update-command)
13551         (locate-prompt-for-command, locate, locate-with-filter)
13552         (locate-get-file-positions): Doc fixes.
13553         (locate-buffer-name, locate-header-face): Remove leading `*' in
13554         defcustom.
13555         (locate-filter-output): Use `keep-lines' instead of its alias
13556         `delete-non-matching-lines'.
13557         (locate-get-filename, locate-get-dirname): Add introductory comment.
13558         (locate-find-directory-other-window): Give appropriate error
13559         message if used outside main listing.
13561 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13563         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13564         the new extend-region feature.
13565         (font-lock-after-change-function): Update correspondingly.
13566         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13567         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13569 2006-03-15  Bill Wohler  <wohler@newt.com>
13571         * image.el (image-load-path-for-library): Fix example by not
13572         recommending that one binds image-load-path.  Just defvar it to
13573         placate compiler and only use it if previously defined.
13575 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13577         * textmodes/org.el (org-insert-centered): Use `string-width' to
13578         make underlining work for wide characters.
13579         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13580         TAB to `org-cycle', to make sure that no binding in
13581         `outline-mode-map' can supercede it.
13583 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13585         * allout.el: Increment version to 2.2.1 in file commentary.
13587         (allout-version): Increment to 2.2.1.
13589         (allout-default-layout): New customization variable, used when the
13590         file lacks a specific allout-layout.  Uses allout-layout-type for
13591         recursively nested definition.
13593         (allout-layout-type): Widget defining allout layouts, necessary for
13594         self-recursive definition.
13596         (allout-mode): Incorporate allout-default-layout as fallback for
13597         allout-layout.
13599         (allout-layout): Mark as 'safe-local-variable', and refer mention
13600         fallback to `allout-default-layout' in absence of a specified value.
13601         (allout-passphrase-verifier-string)
13602         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13604         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13606         (allout-get-encryption-passphrase-verifier): Use correct name of
13607         passphrase verifier in docstring.
13609 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13611         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13612         elements.
13613         (gdb-find-watch-expression): Make it work for arrays too.
13614         Follow change to gdb-var-list.
13615         (gud-watch): Allow the user to enter variable name with a prexix
13616         arg.  Create keybindings.
13617         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13618         (gdb-var-list-children-handler, gdb-var-update-handler)
13619         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13620         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13621         Follow change to gdb-var-list.
13622         (gdb-starting): Don't show the overlay arrows when program is running.
13624         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13625         gdb-var-list.
13627 2006-03-14  Bill Wohler  <wohler@newt.com>
13629         * image.el (image-load-path-for-library): Pass value of path
13630         rather than symbol.  Always return list of directories.
13631         Guarantee that image directory comes first.
13633 2006-03-14  Alan Mackenzie  <acm@muc.de>
13635         * font-core.el (font-lock-extend-region\(-function\)?.):
13636         New function/variable.
13638         * font-lock.el (font-lock-after-change-function):
13639         Call font-lock-extend-region.  Obey font-lock-lines-before.
13640         (font-lock-default-fontify-region): Remove reference to
13641         font-lock-lines-before.
13643         * jit-lock.el (jit-lock-after-change):
13644         Call font-lock-extend-region.  Obey font-lock-lines-before.
13646 2006-03-14  David Ponce  <david@dponce.com>
13648         * tree-widget.el (tree-widget-themes-load-path)
13649         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13651 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13653         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13654         (rcirc-print): Mark the start of text at the end of the prompt.
13655         (rcirc-track-minor-mode): Add autoload cookie.
13656         (rcirc-update-activity-string): Add space to front of mode-line
13657         indicator.
13659 2006-03-13  Miles Bader  <miles@gnu.org>
13661         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13662         (rcirc-abbrev-nick): Remove function.
13663         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13665 2006-03-13  David Ponce  <david@dponce.com>
13667         * tree-widget.el: Handle themes across all occurrences of the main
13668         themes sub-directory found in tree-widget-themes-load-path.
13669         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13670         (tree-widget--locate-sub-directory): Return all occurrences.
13671         (tree-widget-themes-path): New function.
13672         Replace tree-widget-themes-directory, and return a list of directories.
13673         (tree-widget-set-parent-theme)
13674         (tree-widget-lookup-image): Use it.
13676 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13678         * textmodes/org.el (org-link-search): Avoid self-matching of
13679         links, allow target text to be distributed over several lines.
13680         (org-search-not-link): New function.
13681         (org-set-regexps-and-options, org-get-current-options):
13682         New startup options.
13683         (org-export-as-html): Take odd-level setting from local variable.
13684         (org-fontify-emphasized-text): New option.
13685         (org-set-font-lock-defaults): Include emphasized text.
13686         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13687         (org-font-lock): Customize group renamed from `org-faces'.
13689 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13691         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13692         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13694 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13696         * cus-start.el (all): Delete :version keyword for members of the
13697         fringe group, since the entire group is new in 22.1.
13699 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13701         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13702         map if value is hexadecimal (an address).
13703         (gud-watch): Only search roots for existing watch expressions.
13704         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13705         prevent caching problems with speedbar-update-directory-contents.
13707 2006-03-12  Juri Linkov  <juri@jurta.org>
13709         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13710         before comparing with `low' and `warn'.
13712         * info.el (Info-dir-remove-duplicates): Move point to the
13713         beginning of the current line after deleting the entries from
13714         redundant heading.  Use marker for `limit' and compare it with
13715         point before calling `re-search-forward'.
13717 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13719         * simple.el (yank): Fix typo in docstring.
13721 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13723         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13724         messages, where "D" is the 6th character.
13726 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13728         * simple.el (yank): Fix last change.
13730 2006-03-11  David Ponce  <david@dponce.com>
13732         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13733         merging elements from the standard ispell-dictionary-alist.
13734         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13735         alist, and return the new alist.
13737 2006-03-11  Richard Stallman  <rms@gnu.org>
13739         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13741         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13742         the way it is implemented is too unclean.
13744         * simple.el (kill-region, yank): Doc fix.
13746         * battery.el (battery-echo-area-format): Doc fix.
13747         (battery-mode-line-format): Likewise.
13748         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13749         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13751 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13753         * progmodes/octave-mod.el (octave-indent-for-comment):
13754         Behave according to do string.
13756 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13758         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13759         Be visible only if major mode is Mail Mode.
13761         * textmodes/flyspell.el (flyspell-external-point-words)
13762         (flyspell-process-localwords): Fix last changes.
13764 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13766         * calendar/holidays.el (list-holidays): Doc fix.
13768         * international/mule.el (auto-coding-alist): Add .odt
13769         (OpenOffice's open document) files.
13771         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13772         document) files.  Mention in the doc string the need to sync with
13773         auto-coding-alist.
13775 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13777         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13778         enable-local-variables is set to always query, or there is no
13779         savable variable.
13781 2006-03-10  Bill Wohler  <wohler@newt.com>
13783         * image.el (image-load-path-for-library): Merge at least three
13784         functions from Gnus and MH-E into this one function that can now
13785         be shared.
13787 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13789         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13790         gdb-remove-mouse-face and remove help-echo too.
13791         (gdb-enqueue-input): Correct conditional clause.
13793 2006-03-10  Glenn Morris  <rgm@gnu.org>
13795         * calendar/calendar.el (calendar-holidays): Doc fix.
13796         * calendar/holidays.el (list-holidays): Doc fix.
13798 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13800         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13801         it gets called in gdb-prompt anyway.
13802         (gdb-use-separate-io-buffer): Only restore window arrangement for
13803         gdb-many-windows.
13804         (gdb-enqueue-input): Make it harder to send GDB input when program
13805         is running.
13806         (gdb-buffer-list): New variable.
13807         (gdb-remove-mouse-face): New function.
13808         (gdb-starting): Use it when GDB input won't get sent.
13810 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13812         * help.el (view-lossage): Remove trailing whitespace before
13813         inserting "\n".
13815 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13817         * files.el (hack-local-variables-confirm):
13818         Set coding-system-for-read to nil before writing to .emacs.
13820         * arc-mode.el (archive-extract): Check if an existing buffer name
13821         comes from a different archive.
13823         * help.el (describe-key-briefly): If KEY is a down event, read and
13824         discard the up event.
13826 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13828         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13829         be edited and use font-lock-warning-face for any changes.
13831         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13832         (gdb-edit-value): Use it to report any errors.
13834 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13836         * help.el (describe-key): Remove leftover test code.
13838 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13840         * textmodes/org.el: Move defvars out of eval-when-compile.
13841         Use buffer-file-name variable.
13842         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13843         arg `file'.
13844         (org-level-faces): Remove startup dependency.
13845         (org-cycle, org-map-tree, org-scan-tags)
13846         (org-remember-handler): Don't call `outline-level' directly.
13847         (org-mhe-search-all-folders): New option.
13848         (org-mhe-get-message-folder-from-index)
13849         (org-mhe-get-message-folder): Fix indexing search.
13850         (org-format-agenda-item): Handle nil TAGS argument.
13851         (org-cleaned-string-for-export, org-activate-target-links)
13852         (org-make-target-link-regexp): Deal with empty radio target list.
13853         (org-tag): New face.
13854         (org-get-level-face): New function.
13855         (org-set-font-lock-defaults): Simplify setup for headlines.
13856         (org-complete): Pass common substring to `display-completion-list'.
13858 2006-03-06  David Ponce  <david@dponce.com>
13860         * tree-widget.el: Update Commentary header.
13861         (tree-widget-theme-name): Ignore parent themes.
13862         (tree-widget-set-parent-theme): New function.
13863         (tree-widget-set-theme): Use it.
13864         (tree-widget-set-image-properties): Move definition.  Does nothing
13865         if image properties have already been set.
13866         (tree-widget-image-properties): Move definition.  Receive an image
13867         name.  Set the :pointer property.
13868         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13869         Don't set the :pointer image property.
13870         (tree-widget-convert-widget): New function.  Handle :dynargs
13871         compatibility here.
13872         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13873         predicate to control when the :expander function is entered.
13874         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13875         (tree-widget-value-create): Handle :expander-p.  widget-apply
13876         :expander.
13877         (tree-widget-expander-p): New function.  Default value of the
13878         :expander-p property.
13880 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13882         * help.el (describe-key): Properly handle the return value of
13883         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13884         remaps.  Handle string and vector `follow-link' values.
13886 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13888         * complete.el (PC-expand-many-files): Try be more careful when parsing
13889         the shell's output.
13891 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13893         * outline.el (hide-sublevels): Provide better interactive default.
13895 2006-03-06  Kenichi Handa  <handa@m17n.org>
13897         * international/fontset.el (create-fontset-from-fontset-spec):
13898         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13900 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13902         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13903         backslashes instead of one in regexp.
13904         (gud-tooltip-dereference): Add missing optional argument.
13906 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13908         * wdired.el (toplevel): Require `cl' at compile-time.
13910 2006-03-04  Andreas Schwab  <schwab@suse.de>
13912         * server.el (server-process-filter): Handle errors during
13913         evaluation of the argument.
13915 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13917         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13918         escape parentheses at beginning of line.
13919         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13920         (t-mouse-mode): Remove period from end of error message.
13922 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13924         * textmodes/flyspell.el (flyspell-process-localwords):
13925         Be case-sensitive.
13927 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13929         * cus-edit.el (custom-quote): Remove function, since it has been
13930         moved to custom.el.
13932         * font-lock.el (lisp-font-lock-keywords-2)
13933         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13934         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13935         they have no special meaning.
13937         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13938         indirect buffer gets killed before indirect buffer.  Use dolist.
13940 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13942         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13943         value instead of a literal constant (1) on more pauses.
13945 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13947         * textmodes/flyspell.el (flyspell-external-point-words):
13948         Be case-sensitive.
13950 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13952         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13953         with "www".
13955 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13957         * allout.el: Restablish intermediate missing comment header to
13958         preserve outline structure.
13959         (allout-beginning-of-current-entry): Skip invisible text.
13960         (allout-open-topic): Fix opening a topic at end-of-buffer.
13961         (allout-minor-mode): Move nearer to allout-mode function.
13963 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13965         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13967 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13969         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13970         is nil.
13972         * progmodes/gud.el (gud-speedbar-menu-items):
13973         Use buffer-local-value and add missing :visible keyword.
13975         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13977 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13979         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13980         must be `follow-link'.
13982         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13984         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13985         formatting: No nested anchors.
13986         (org-all-targets): Fix bug with XEmacs compatibility.
13987         (org-read-date): Add (require 'parse-time).
13988         (org-set-tags): Fix bug with extra inserted space.
13989         (org-export-html-style): Define a style class for targets.
13990         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13991         (org-hide-leading-stars): New option.
13992         (org-hide): New face.
13993         (org-set-font-lock-defaults): Allow to hide leading stars.
13994         (org-get-legal-level, org-tr-level): New functions.
13995         (org-odd-levels-only): New option.
13996         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13997         (org-demote, org-promote): Deal with double-star levels.
13998         (org-convert-to-odd-levels): New command.
14000 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
14002         * speedbar.el (speedbar-update-localized-contents): Try to
14003         preserve window-start.
14004         (speedbar-update-directory-contents): Try to preserve window-start
14005         and window-point.
14006         (speedbar-update-special-contents): Don't move back to start of window.
14008         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14009         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
14010         speedbar-timer-fn.
14011         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14012         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14013         instead of gdb-speedbar-timer-fn.
14015 2006-02-28  Jay Belanger  <belanger@truman.edu>
14017         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14018         (math-compose-expr): Use latex option when calling
14019         `math-compose-tex-matrix' for latex mode.
14021 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
14023         * speedbar.el: Re-instate comments about developing for speedbar
14024         [this is what info and gdb-ui use even if better methods exist now].
14026         * t-mouse.el: New file.
14027         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
14028         (t-mouse-lispy-buffer-posn-from-coords): Remove.
14029         (t-mouse-make-event-element): Use posn-at-x-y instead.
14030         (t-mouse-make-event): Deal with Fedora Core 3.
14031         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14032         (t-mouse-mouse-position-function): New function.  Use it instead
14033         of advising mouse-position.
14034         (t-mouse-mode): New minor mode.
14035         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
14037 2006-02-27  Glenn Morris  <rgm@gnu.org>
14039         * calendar/calendar.el (calendar-holidays): Doc fix.
14041 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
14043         * progmodes/gdb-ui.el (gdb-source-window): New variable.
14044         Re-introduce the concept of a source window.
14045         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14046         consistency with get-buffer-create.
14047         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14048         (gdb-data-list-register-values-handler)
14049         (gdb-stack-list-locals-handler): Try to preserve window-start as
14050         well as window-point.
14051         (gdb-display-source-buffer): New function (old concept).
14052         (gdb-goto-breakpoint): Use it.
14054         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14055         for gdb-ui/gdb-mi (old concept).
14057 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
14059         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14060         binding.
14062         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14064         * textmodes/reftex-sel.el (reftex-select-label-map)
14065         (reftex-select-bib-map): Add `follow-mouse' binding.
14067 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
14069         * jka-cmpr-hook.el (jka-compr-compression-info-list)
14070         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14071         Give :set functions to provide automatic updating.
14072         Update docstring.  Give compiler defvars early in the file
14073         and move the defcustoms to a later spot where all called functions
14074         are defined.
14075         (jka-compr-file-name-handler-entry): Doc fix.
14076         (jka-compr-compression-info-list--internal)
14077         (jka-compr-mode-alist-additions--internal)
14078         (jka-compr-load-suffixes--internal): New variables.
14079         (jka-compr-install): Set the three above variables.
14080         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14081         (jka-compr-update, jka-compr-set): New functions.
14082         (auto-compression-mode): Doc fix.
14084         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14085         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14086         Use jka-compr-compression-info-list--internal,
14087         jka-compr-mode-alist-additions--internal and
14088         jka-compr-load-suffixes--internal.
14090         * files.el (load-library):
14091         * loadhist.el (file-loadhist-lookup):
14092         * startup.el (command-line):
14093         * subr.el (locate-library):
14094         * emacs-lisp/autoload.el (update-directory-autoloads):
14095         * emacs-lisp/find-func.el (find-library-suffixes):
14096         Use `get-load-suffixes' instead of `load-suffixes'.
14098         * subr.el (locate-library):
14099         * emacs-lisp/find-func.el (find-library-name):
14100         Use `load-file-rep-suffixes' instead of '("").
14102 2006-02-26  Kim F. Storm  <storm@cua.dk>
14104         * ido.el (ido-save-history, ido-load-history): Simplify.
14105         Don't use find-file-noselect to avoid interference from other modes.
14107 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
14109         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14110         to use the default shell if filename is not available.
14111         Reported by Giorgos Keramidas.
14113 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
14115         * progmodes/etags.el (tags-completion-table): Do completion from
14116         all the tables in the current list, as documented in the manual.
14118 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14120         * CC Mode Update to 5.31.3.
14122 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14124         * progmodes/cc-mode.el (c-postprocess-file-styles):
14125         Bind inhibit-read-only to t, around the call to
14126         c-remove-any-local-eval-or-mode-variables, so that it works on a
14127         RO file.
14129 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14131         * progmodes/cc-awk.el: Correct a typo.
14133 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14135         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14136         c-hungry-delete-backwards, at the request of RMS.  Leave the old
14137         name as an alias.
14139 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14141         * progmodes/cc-mode.el: Correct a typo.
14143 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14145         * progmodes/cc-defs.el: Update the version number to 5.31.3.
14147 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14149         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14150         brace-else-brace (error due to mbeg, mend being undefined).
14152 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14154         * progmodes/cc-mode.el: File Local variables: Solve the problem
14155         where both `mode' and c-file-offsets are specified: `mode' will
14156         overwrite c-f-o's settings:
14157         (c-remove-any-local-eval-or-mode-variables): New function.
14158         (c-postprocess-file-styles): Call the above new function, within
14159         c-tentative-buffer-change, to splat `mode' and `eval' before the
14160         second hack-local-variables.
14162 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14164         * progmodes/cc-mode.el:
14165         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14166         (c-after-change): Protect the match data with save-match-data.
14167         It was getting corrupted by c-after-change-check-<>-operators.
14169         * cc-defs.el: [Supersedes patch V1.38]:
14170         (top level): Check for a buggy font-lock-compile-keywords ONLY in
14171         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
14173         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14174         with save-match-data.  It was being corrupted when Font Lock was
14175         not enabled.
14177 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14179         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14180         Mode and Subword Mode.
14182         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14183         real labels ("case 1:" or "foo:") from non-labels ("public:").
14184         (c-forward-objc-directive): Replace c-forward-token-2 with crude
14185         coding; c-f-t-2 doesn't move over a token at EOB.
14187         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14189         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14190         (c-update-modeline): Concatenate the minor mode indicators
14191         directly onto mode-name, removing c-submode-indicators.
14192         Sometimes, c-s-i got separated from the mode name on the mode line.
14194         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14195         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14197 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14199         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14200         error message when there's an evaluation error to show whether
14201         it's loaded from source or not.
14202         (c-filter-ops): Make it available at runtime too to work when
14203         `c-make-init-lang-vars-fun' needs to evaluate from source.
14205 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
14207         * help.el (help): Revert last part of 2006-02-23 change (deletion
14208         of the `provide' call).
14210 2006-02-23  Juri Linkov  <juri@jurta.org>
14212         * compare-w.el (compare-windows-highlight): Add new value
14213         `persistent' and change :type from `boolean' to `choice'.
14214         (compare-windows-overlays1, compare-windows-overlays2):
14215         New internal variables.
14216         (compare-windows-highlight): If compare-windows-highlight is
14217         `persistent', add current overlays to compare-windows-overlays[12]
14218         instead of adding compare-windows-dehighlight to pre-command-hook.
14219         (compare-windows-dehighlight): Delete all overlays from
14220         compare-windows-overlays[12].
14222         * info.el (Info-search): Don't bind search-spaces-regexp to
14223         Info-search-whitespace-regexp in non-regexp isearch mode.
14225 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14227         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14229 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
14231         * textmodes/org.el (org-xemacs-p)
14232         (org-export-html-show-new-buffer, org-table-may-need-update)
14233         (org-insert-item, org-mhe-get-message-real-folder)
14234         (org-mhe-get-message-folder-from-index)
14235         (org-mhe-get-message-folder, org-mhe-get-message-num)
14236         (org-mhe-get-header, org-make-org-heading-search-string)
14237         (org-make-org-heading-camel, org-table-sort-lines)
14238         (org-format-org-table-html, org-format-table-table-html):
14239         Fix typos in docstrings.
14241 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
14243         * textmodes/org.el (org-cleaned-string-for-export)
14244         (org-solidify-link-text): New function.
14245         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14246         XEmacs, just to silence the compiler.
14247         (org-export-as-ascii, org-export-as-html-and-open):
14248         Use `org-cleaned-string-for-export' and create internal links.
14249         (org-follow-mhe-link): Require mh-e, use folder.
14251 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14253         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14255         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14256         gdb-debug-log-length.
14257         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14258         it a real ring but...
14259         (gud-gdba-marker-filter): ...make it work like mark-ring.
14260         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14261         (gdb-mouse-jump): New function.  Add bindings.
14263 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14265         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14266         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14267         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14268         (gdb-debug-log-length): Customize it's length.
14269         (gud-watch, gdb-var-create-handler): Display function::var format
14270         but don't use to create variable object.
14271         (gdb-var-create-handler): Use message-box in place of message.
14272         (gdb-stopped): Call gdb-exited if signalled.
14274 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14276         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14278         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14280         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14281         if `reftex-try-all-extensions' is set.
14283         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14284         fail silently when there is no valid argument at point.
14285         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14286         `fail-silently' argument.  From a patch by David Reiter.
14288         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14289         New commands.
14290         (org-mark-ring): New variable.
14291         (org-mark-ring-length): New option.
14292         (org-open-at-point, org-goto, org-open-file): Push old position
14293         onto the mark ring.
14294         (org-add-hook): New function.
14295         (org-export-table-remove-special-lines): New option.
14296         (org-skip-comments, org-format-org-table-html): Respect new
14297         option `org-export-table-remove-special-lines'.
14298         (org-open-file): Allow special command configuration for
14299         directory link.
14300         (org-file-apps): Fix bugs in customize type, added setting
14301         for directories.
14302         (org-activate-tags, org-format-agenda-item, org-complete)
14303         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14304         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14305         (org-link-search, org-make-org-heading-search-string)
14306         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14307         (org-radio-targets, org-file-link-context-use-camel-case)
14308         (org-activate-camels): New options.
14309         (org-update-radio-target-regexp, org-all-targets)
14310         (org-make-target-link-regexp, org-activate-target-links):
14311         New functions.
14312         (org-make-org-heading-search-string): New function.
14313         (org-store-link, org-insert-link): Use new option
14314         `org-file-link-context-use-camel-case'.
14315         (org-activate-camels): Use new option `org-activate-camels'.
14316         (org-link-regexp): Add mhe prefix.
14317         (org-open-at-point, org-store-link): Support for mhe links.
14318         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14319         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14320         (org-mhe-get-header, org-follow-mhe-link): New functions.
14321         (org-remove-angle-brackets, org-add-angle-brackets):
14322         New functions.
14323         (org-bracket-link-regexp): New constant.
14324         (org-read-date): Fix bug that was rejecting all typed dates.
14325         (org-link-search): Make hierarchy above visible after a match.
14326         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14327         (org-store-link): Fix bug with link creation when cursor is in
14328         an empty line.
14329         (org-open-at-point): Fix bug with matching a link.
14330         Fixed buggy argument sequence in call to `org-view-tags'.
14331         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14332         (org-prefix-has-tag): New variable.
14333         (org-format-agenda-item): Remove tags from headline
14334         if appropriate.
14335         (org-agenda-remove-tags-when-in-prefix): New option.
14337 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14339         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14340         Fix the regular expressions.
14342 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14344         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14345         if there's no other specific basis.
14347         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14348         as variables at all.
14349         (unsafep-variable): Rename arg; doc fix.
14351         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14353         * calendar/appt.el (diary-selective-display): Add defvar.
14355         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14357         * isearch.el (search-whitespace-regexp): Fix custom type.
14359         * help.el (describe-key-briefly): Compute interactive args
14360         in same was as before previous change.
14362         * files.el (enable-local-variables): Doc fix.
14364 2006-02-21  Kim F. Storm  <storm@cua.dk>
14366         * fringe.el: Cleanup as file is now pre-loaded.
14367         (fringe-bitmaps): Initialize unconditionally.
14368         (fringe-mode, set-fringe-style): Remove autoload cookies.
14370 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14372         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14373         `horizontal-bar'.
14374         (fringe-cursor-alist): Use `horizontal-bar'.
14376 2006-02-20  Kim F. Storm  <storm@cua.dk>
14378         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14379         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14381         * loadup.el: Load "fringe" on window systems.
14383 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14385         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14386         out of scope components.
14388         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14389         default.
14391 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14393         * custom.el (customize-mark-to-save, customize-mark-as-set):
14394         Load the symbol first.
14396 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14398         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14399         strech spec so it doesn't display as "^J" on the header line
14400         when `Buffer-menu-use-header-line' is t.
14402 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14404         * speedbar.el (speedbar-make-button): Keep text properties
14405         of string arguments if desired.
14407         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14408         expessions.
14410         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14411         of speedbar.
14413 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14415         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14416         to value of `read-file-name-completion-ignore-case'.
14418 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14420         * custom.el (customize-mark-as-set): Push to `user' theme.
14422         * cus-edit.el (custom-save-variables): Allow unthemed values.
14423         (customize-set-variable): Push setting to `user' theme.
14425 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14427         * progmodes/gud.el: Don't require font-lock as it's now
14428         automatically loaded.
14429         (gud-speedbar-buttons): Replace gdb-var-changed with
14430         gdb-force-update.
14432         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14433         gdb-var-changed.
14434         (gdb-post-prompt): Use it.
14435         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14436         (gdb-var-update-handler, gdb-var-delete)
14437         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14438         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14439         gdb-force-update in gdb-post-prompt.
14440         (gdb-reset): Clear watch expressions from speedbar when quitting.
14442 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14444         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14445         (viper-change-state-to-vi, viper-change-state-to-emacs):
14446         Make aware of cursor coloring in the Emacs state.
14447         (viper-special-read-and-insert-char): Use read-char-exclusive.
14448         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14450         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14452         * viper-util.el (viper-save-cursor-color)
14453         (viper-get-saved-cursor-color-in-replace-mode)
14454         (viper-get-saved-cursor-color-in-insert-mode)
14455         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14456         state.
14457         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14459         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14460         (ediff-ignore-case-option3, ediff-actual-diff-options)
14461         (ediff-actual-diff3-options): New variables to control case sensitivity.
14462         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14463         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14464         (ediff-toggle-ignore-case): New function.
14465         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14467         * ediff-help.el (ediff-long-help-message-narrow2)
14468         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14469         (ediff-long-help-message-word-mode): Add ignore-case command.
14470         (ediff-help-for-quick-help): Add ignore-case command.
14472         * ediff-merg.el: Move provide to the end.
14474         * ediff-ptch.el: Move provide to the end.
14476         * ediff-wind.el: Move provide to the end.
14478         * ediff-mult.el: Move provide to the end.
14479         (ediff-set-meta-overlay): Enable follow-link.
14481         * ediff.el: Move provide to the end.
14482         Break recursive load cycle in eval-when-compile.
14483         (ediff-patch-buffer): Better heuristics.
14485         * ediff-util.el: Move provide to the end.
14486         Break recursive load cycle in eval-when-compile.
14487         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14488         defuns.
14489         (ediff-submit-report): Pass the values of ediff-diff3-program,
14490         ediff-diff3-options.
14492 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14494         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14495         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14496         `' (for example, in the docstring of `windmove-default-keybindings').
14498 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14500         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14501         shadow face.  Don't provide binding to edit variable when it is
14502         out of scope.
14504         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14505         (gdb-var-update-handler): Detect out of scope variables with pre
14506         GDB 6.4 too.
14507         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14508         Reset status of variable objects to nil in update handlers.
14509         (gdb-var-update-handler-1): Detect when a variable object comes
14510         in scope.  setcar on var changes gdb-var-list directly.
14512 2006-02-17  Juri Linkov  <juri@jurta.org>
14514         * ffap.el (ffap) <defface>: Add explicit face declaration.
14515         (ffap-highlight): Use face `ffap' directly instead of checking
14516         for its existence.
14518         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14519         `visible-ok' of `other-buffer' to find the right original buffer.
14521         * info.el (Info-search): Skip `Local Variables' node.
14523 2006-02-17  Juri Linkov  <juri@jurta.org>
14525         * info.el (Info-find-file): Check for symbols `apropos', `history',
14526         `toc' in the input filename, and return these symbols as is.
14527         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14528         `history', `toc' instead of strings.
14529         (Info-set-mode-line): For non-string Info-current-file use the
14530         symbol's name inside **.
14531         (Info-isearch-push-state): Add quote before Info-current-file and
14532         Info-current-node.
14533         (Info-isearch-pop-state): Use `equal' instead of `string='.
14534         (Info-extract-pointer, Info-following-node-name): Use
14535         `match-string-no-properties' instead of `match-string'.
14536         (Info-up): Check `old-file' for `stringp'.
14537         (Info-history): Use `equal' instead of `string-equal'.
14538         Check `file' for `stringp'.
14539         (Info-history): Use symbol `history' instead of string as first arg
14540         of `Info-find-node'.
14541         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14542         `toc' instead of string.
14543         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14544         instead of `buffer-substring', and `match-string-no-properties'
14545         instead of `match-string'.
14546         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14547         instead of strings.
14548         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14549         Use symbol `apropos' instead of string.
14550         (Info-copy-current-node-name): Check `Info-current-file' for
14551         `stringp' and construct a command with `Info-find-node' from it.
14552         (Info-fontify-node): Use `match-string-no-properties' instead of
14553         `match-string' and check file names for `stringp'.
14554         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14555         `history', `toc' instead of strings.
14557 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14559         * files.el: Rearrange functions and variables in the file local
14560         variables section.
14562 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14564         * files.el: Add truncate-lines, ispell-check-comments and
14565         ispell-local-dictionary as safe local variables.
14567 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14569         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14570         out of scope variables.
14571         (gud-speedbar-buttons): Use unless.
14573         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14574         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14575         (gdb-show-changed-values): Also use for out of scope variables.
14576         (gdb-var-update-handler-1): Note if variable goes out of scope.
14578 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14580         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14581         default to global variable values for unsupplied args.
14582         (rcirc-get-buffer-create): Fix bug with setting the target.
14583         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14584         test for rcirc-always-use-server-buffer-flag here.
14585         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14586         uses the default face.  Change the ACTION format string.  If the
14587         "nick" is the server, don't print anything for that field.
14588         Comment fixes.
14589         (rcirc-target-buffer): Don't test
14590         rcirc-always-use-server-buffer-flag here.
14591         (rcirc-print): Squeeze extra spaces out of the text before message.
14592         (rcirc-put-nick-channel): Strip potential "@" char from nick
14593         before adding them to nick table.
14594         (rcirc-url-regexp): Improve to match address like "foo.com".
14596 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14598         * allout.el (allout-hidden-p): Move this defsubst before
14599         allout-overlay-interior-modification-handler, where it is first
14600         used.
14602 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14604         * allout.el: Use allout invisible-text overlays instead of
14605         selective display for concealed text.  Also, lots of general
14606         cleanup, and improved compatibility code.
14608         (allout-version): Incremented, corrected, revised, and refined
14609         module commentary.
14611         (provide 'allout): Moved to the bottom, added a require of overlay.
14613         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14614         `except-current'.
14615         (allout-write-file-hook-handler): Minimize delay.
14616         (count-trailing-whitespace-region): New function so
14617         auto-encryption of current topic can resituate cursor exactly.
14618         PGP/GPG encryption trims trailing whitespace from lines, which
14619         must be accounted for across encryption then decryption.
14621         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14622         just plain "\C-c", to avoid intruding on user's keybinding space.
14624         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14625         parameter, so user request to provide a new password is done.
14627         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14628         Refined mechanism for auto-filling behavior while in allout mode.
14630         (allout-mode): Explicitly specify the mode map in the docstring.
14631         Clarify provision for various write-file hook var names.
14632         Adjusted for invisible-text overlays instead of selective-display.
14634         (allout-depth): Really return 0 if not within any topic.  This
14635         rectifies `allout-beginning-of-level' and sequence numbering
14636         errors that occur when cutting and pasting numbered topics.
14637         Changed from a in-line subst to a regular function, as well.
14639         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14641         (allout-end-of-subtree, allout-end-of-subtree)
14642         (allout-end-of-entry, allout-end-of-current-heading)
14643         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14644         (allout-show-children, allout-show-to-offshoot)
14645         (allout-hide-current-entry, allout-show-current-entry): Rectified
14646         handling of trailing blank lines between items.
14648         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14649         (allout-current-depth, allout-unprotected, allout-hidden-p)
14650         (allout-on-current-heading-p, allout-listify-exposed)
14651         (allout-chart-subtree, allout-goto-prefix)
14652         (allout-back-to-current-heading, allout-get-body-text)
14653         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14654         (allout-hide-region-body, allout-toggle-subtree-encryption)
14655         (allout-encrypt-string, allout-encrypted-key-info)
14656         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14657         (allout-file-vars-section-data): Adjusted for use with
14658         invisible-text overlays instead of selective-display.
14660         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14661         Reworked for use with invisible text overlays.
14663         (allout-current-topic-collapsed-p): New function.
14665         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14666         to know when to close the containing topic.
14668         (allout-pre-command-business, allout-post-command-business):
14669         Simplify undo-batching and dynamic isearch exposure.
14671         (allout-set-overlay-category): New for invisible-text overlays.
14672         Sets properties of allout-overlay-category, used by
14673         allout-flag-region to set invisible-text overlay properties.
14674         (allout-get-invisibility-overlay): Get the first qualifying
14675         invisibility overlay, so we can find the extent of it.
14676         (allout-back-to-visible-text): Get to just before the beginnining
14677         of the current invisibility overlay, if any.
14679         (allout-overlay-insert-in-front-handler)
14680         (allout-overlay-interior-modification-handler)
14681         (allout-before-change-handler, allout-isearch-end-handler): New
14682         functions to handle extraordinary actions affecting concealed
14683         text.
14685         (allout-flag-region): Use overlays instead of selective-display
14686         for invisible text - by inheritence from the properties of
14687         allout-overlay-category in mainline Emacs, and applied
14688         property-by-property in XEmacs, some recent versions of which
14689         don't inherit the properties from the category.  Provisions to
14690         respond to concealed-text edits simplified drastically.
14692         (allout-isearch-rectification, allout-isearch-was-font-lock)
14693         (allout-isearch-expose, allout-enwrap-isearch)
14694         (allout-isearch-abort, allout-pre-was-isearching)
14695         (allout-isearch-prior-pos, allout-isearch-did-quit)
14696         (allout-isearch-dynamic-expose)
14697         (allout-hide-current-entry-completely): Functions deleted.
14699         (allout-undo-aggregation): Explicit undo aggregation no longer
14700         necessary due to transition away from selective-display.
14702         (set-allout-regexp, allout-up-current-level)
14703         (allout-next-visible-heading, allout-forward-current-level)
14704         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14705         (allout-kill-line, allout-yank-processing, allout-show-children)
14706         (allout-expose-topic, allout-old-expose-topic)
14707         (allout-listify-exposed, allout-insert-latex-header)
14708         (allout-toggle-subtree-encryption, allout-encrypt-string)
14709         (remove-from-invisibility-spec, allout-hide-current-subtree):
14710         Ditched unused variables.
14712 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14714         * textmodes/ispell.el (ispell-change-dictionary): Call
14715         ispell-buffer-local-dict instead of
14716         ispell-accept-buffer-local-defs.
14717         (ispell-local-dictionary-alist): Accept as valid any coding-system
14718         supported by Emacs.
14719         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14720         changed to iso-8859-3.
14722 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14724         * speedbar.el (speedbar-frame-width): Make an inline function
14725         instead of a macro.  Use frame-width.
14726         (speedbar-try-completion, speedbar-update-contents)
14727         (speedbar-timer-fn): Use consp.
14728         (speedbar-update-localized-contents): Try to preserve point.
14730         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14731         (menu): Re-order menu items.
14732         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14733         field.
14734         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14735         (gdb-post-prompt): Speed things by not forcing update.
14737 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14739         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14740         press and perform default action if we get a mouse movement event.
14742 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14744         * calendar/icalendar.el (icalendar--get-event-property)
14745         (icalendar--get-event-property-attributes): Fix typos in
14746         docstrings.
14748         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14749         docstring.
14751 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14753         * bs.el (bs-mode): Use `buffer-disable-undo'.
14754         (bs--get-file-name): Simplify.
14755         (bs-show-in-buffer): Mark the buffer as not modified.
14757 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14759         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14760         widget-button-click.
14762         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14763         (custom-mode): Update docstring.
14765         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14766         binding.
14768         * files.el (hack-local-variables-confirm): Allow scrolling if the
14769         file variable list is too long.  Kill temp buffer after use.
14771 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14773         * progmodes/gud.el (gdb): Improve doc string.
14774         (gdb-script-font-lock-keywords): Expand allowed character set.
14776         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14777         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14778         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14779         (gdb-separate-io-stop, gdb-separate-io-eof):
14780         Rename from gdb-inferior-* to gdb-separate-*.
14781         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14783 2006-02-14  Jay Belanger  <belanger@truman.edu>
14785         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14786         expression is a symbol before checking that it is bound.
14788         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14789         test to see if equation can be solved.
14791 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14793         * wid-edit.el (widget-button-click): Use :pressed-face property
14794         for overlay face, if it exists.
14796         * cus-edit.el (custom-manual, custom-add-see-also)
14797         (custom-add-parent-links, custom-group-link): Add :pressed-face
14798         property to links.
14800         * files.el (hack-local-variables): Remove ignored variables before
14801         checking if any variables need setting.
14803 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14805         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14807 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14809         * help.el (where-is): Fix message for remapped commands.
14811         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14812         Fix typos in docstrings.
14814 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14816         * files.el (safe-local-variable-values): New option.
14817         (hack-local-variables-prop-line): Return a list of variable-value
14818         pairs if MODE-ONLY is non-nil.
14819         (hack-local-variables): Construct list of variable-value pairs,
14820         and apply or reject them in one go.  Ask for confirmation if
14821         variables are not known safe.
14822         (hack-local-variables-confirm): Complete rewrite.  Support
14823         `safe-local-variable-values'.
14824         (enable-local-variables): Update docstring to reflect new
14825         behavior.
14826         (ignored-local-variables): Ignore ignored-local-variables and
14827         safe-local-variable-values.
14828         (safe-local-variable-p): New function.
14829         (risky-local-variable-p): `safe-local-variable' property check
14830         moved to safe-local-variable-p.
14831         (hack-one-local-variable): Checks moved to hack-local-variables.
14833         (byte-compile-dynamic, c-basic-offset, c-file-style)
14834         (c-indent-level, comment-column, fill-column, fill-prefix)
14835         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14836         (no-update-autoloads, outline-regexp, page-delimiter)
14837         (paragraph-start, paragraph-separate, sentence-end)
14838         (sentence-end-double-space tab-width, version-control):
14839         Add `safe-local-variable' property.
14841         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14843         * icomplete.el, play/landmark.el: Change nonexistent
14844         `outline-layout' file variable to `allout-layout'.
14846 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14848         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14849         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14850         to gud-comint-buffer.
14851         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14852         gdb-ui.el for gdb-mi.el.
14853         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14854         registers buffer to gdb-get-changed-registers.
14855         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14856         deletion of catchpoints (throw and catch).
14857         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14858         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14859         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14860         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14861         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14863 2006-02-13  Jay Belanger  <belanger@truman.edu>
14865         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14866         expression is a symbol before checking that it is bound.
14868 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14870         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14871         for the minibuffer too, but not if resize-mini-windows will interfere.
14873         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14874         inside `interactive' spec.
14875         (describe-key-briefly-internal, describe-key-internal):
14876         Functions merged back into their callers.
14878 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14880         * info.el (info-xref-visited): Inherit from info-xref too.
14881         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14882         when propertizing Info-current-file and Info-current-node.
14884 2006-02-13  Juri Linkov  <juri@jurta.org>
14886         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14887         (tumme-thumb-name): Fix per-directory format.
14889 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14891         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14893 2006-02-12  Miles Bader  <miles@gnu.org>
14895         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14897 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14899         * tumme.el: Remove history section.  If someone needs the it, it
14900         can always be found in CVS.
14902 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14904         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14905         about the Thumbnail Managing Standard option.
14907 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14909         * subr.el (substitute-key-definition): Doc fix.
14911         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14913         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14915         * info.el (Info-mode): Doc fix.
14917         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14919 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14921         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14922         because on Solaris a POSIX compatible "id" is needed.  Reported by
14923         Magnus Henoch <mange@freemail.hu>.
14925 2006-02-12  Juri Linkov  <juri@jurta.org>
14927         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14928         (tumme) <defgroup>: Change :group to `multimedia'.
14929         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14930         Managing Standard.
14931         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14932         Fix dostring.
14933         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14934         and %y.  Fix docstring.
14935         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14936         (tumme-cmd-create-standard-thumbnail-command): New user options.
14937         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14938         is `standard'.  Fix docstring.
14939         (tumme-thumb-width, tumme-thumb-height): New user options.
14940         (tumme-external-viewer): Try to find various viewers.
14941         (tumme-get-thumbnail-image): Use `create-image' instead of
14942         constructing the `image' structure.
14943         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14944         `standard'.
14945         (tumme-thumb-name): Add file name generation for standard storage.
14946         Simplify code for other storages.
14947         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14948         Add modification time %m and thumbnail-nq8 %q.
14949         Use `tumme-cmd-create-standard-thumbnail-command' if
14950         tumme-thumbnail-storage is `standard'.
14951         (tumme-dired-insert-marked-thumbs): New autoload command.
14952         (tumme-dired-after-readin-hook): New function.
14953         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14954         `tumme-thumb-size'.
14955         (tumme-display-image): Replace size-x %x and size-y %y with
14956         width %w and height %h.
14958         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14959         `tumme-dired-insert-marked-thumbs'.
14961 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14963         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14964         include path).
14965         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14966         matching tag.
14968 2006-02-12  Miles Bader  <miles@gnu.org>
14970         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14971         New variables.
14972         (rcirc-abbrev-nick): New function.
14973         (rcirc-format-response-string): Rewrite to use the formats in
14974         `rcirc-response-formats' and expand escape sequences therein.
14975         A text-property `rcirc-text' is added over the actual response
14976         text to make easy to find inside the returned string.
14977         (rcirc-print): When filling, just look for the `rcirc-text'
14978         text-property to find the appropriate fill prefix, instead of
14979         using hardwired patterns.
14981 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14983         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14984         Managing Standard.
14986 2006-02-11  Kim F. Storm  <storm@cua.dk>
14988         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14989         Don't use insert-buffer; do insert-buffer-substring directly.
14990         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14992 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14994         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14995         with inhibit-read-only.  Suggested by Stefan Monnier.
14996         (revert-buffer): Let insert-file-contents discard
14997         buffer-undo-list.  Simplify code.
14998         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15000 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
15002         * menu-bar.el (menu-bar-select-yank): Add a doc string.
15004         * help.el (describe-key-briefly): Now a wrapper for
15005         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
15006         to t.  Populate yank-menu if empty.
15007         (describe-key-briefly-internal): Renamed from describe-key-briefly.
15008         (describe-key): Now a wrapper for describe-key-internal.  Bind
15009         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
15010         (describe-key-internal): Renamed from describe-key.
15012 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
15014         * progmodes/glasses.el (glasses-separator): Doc fix.
15015         (glasses-original-separator): New defcustom.
15016         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15018 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15020         * mwheel.el (mouse-wheel-up-event): Doc fix.
15022 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15024         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15025         (tumme-dir): New function.  Copied from thumbs.el.
15027 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
15029         * desktop.el (desktop-outvar): Fix typo.
15030         (desktop-save-buffer-p): Doc fix.
15032         * subr.el (substitute-key-definition): Fix typo.
15034 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15036         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15037         when window-system is mac.
15039         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15041 2006-02-10  Kim F. Storm  <storm@cua.dk>
15043         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15044         indirect-function instead of using condition-case.
15046 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
15048         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15049         less `colloquial'...
15051 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
15053         * tumme.el: Add a couple of todo items.
15055 2006-02-09  Lars Hansen  <larsh@soem.dk>
15057         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15058         (highlight-changes-mode): Don't change desktop-locals-to-save.
15060 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
15062         * image-mode.el (image-toggle-display): Clear image cache if using
15063         filename.
15065 2006-02-09  Masatake YAMATO  <jet@gyve.org>
15067         * dired-x.el (dired-guess-shell-alist-default): Add .man as
15068         a `dired-man' target.
15070         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15071         boundary of symbols.
15073 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
15075         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15077 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
15079         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15080         `mapcar'; return nil.
15082 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
15084         * mouse.el (mouse-drag-track): Don't change window if we rebind to
15085         some other event.
15087 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
15089         * net/rcirc.el (rcirc-startup-channels-alist):
15090         Add irc.freenode.net and #emacs as defaults.
15091         (rcirc-ignore-all-activity-flag): Remove variable.
15092         (rcirc-authinfo): New variable.
15093         (rcirc-authinfo-filename): Remove variable.
15094         (rcirc-always-use-server-buffer-flag): New flag.
15095         (rcirc): M-x rcirc will automatically connect without prompting.
15096         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
15097         connection in lisp.
15098         (rcirc-process-server-response-1): Remove everything but the nick
15099         portion of the sender so it doesn't need to be done everywhere
15100         else.  Update related code.
15101         (global-map): Remove global keybindings.
15102         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15103         (rcirc-send-input): Split into several functions.
15104         (rcirc-process-input-line, rcirc-process-message)
15105         (rcirc-process-command): New functions.
15106         (rcirc-target-buffer): New function to determine where to route
15107         messages.
15108         (rcirc-user-nick): Save match data.
15109         (rcirc-toggle-ignore-buffer-activity)
15110         (rcirc-update-activity-string): Remove global ignore functionality,
15111         which can be done now by toggling rcirc-track-minor-mode.
15112         (rcirc-track-minor-mode-map): New keymap.
15113         (rcirc-track-minor-mode): New minor-mode.
15114         (ignore): Make the ignore output nicer.  Always print it when
15115         adding or removing nicks.
15116         (rcirc-url-regexp): Improve.
15117         (rcirc-mangle-text): Remove properties before using text in the
15118         modeline.
15119         (rcirc-authenticate): Authentication data comes from
15120         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15121         (rcirc-server-prefix): Inherit from rcirc-server.
15123 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
15125         * Makefile.in (compile): Append "|| true" to the end of the `find'
15126         command, like compile-always does.
15128 2006-02-08  Sam Steingold  <sds@gnu.org>
15130         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15131         output from a dead connection.
15133 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15135         * dired.el (dired-mode-map): Add more bindings for tumme.
15137 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15139         * wdired.el (wdired-mode-map): Use remap.
15140         (wdired-get-filename): Massage.
15141         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15142         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15143         `keymap' property rather than `local-map'.
15145 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15147         * tumme.el (tumme-get-thumbnail-image): New utility function.
15148         Suggested by from Chong Yidong.
15149         (tumme-dired-with-window-configuration): Rename from
15150         `tumme-dired'.  Add code to save window configuration.
15151         (tumme-restore-window-configuration): New command to restore the
15152         window configuration that `tumme-dired-with-window-configuration'
15153         saves before it changes the window configuration.
15154         (tumme-show-all-from-dir): New command to display thumbnails for
15155         all files in a directory entered by the user, like M-x thumbs.
15156         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15157         have been created.
15158         (tumme-display-thumbnail-original-image): Call `display-buffer'.
15159         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15160         Remove obsolete test function.
15162 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
15164         * vc.el (small-temporary-file-directory): Remove defvar; there's
15165         a defcustom for it in files.el.
15167         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15168         Fix typo in message.
15169         (tumme-gallery-generate): Fix typo in `error' message.
15170         (tumme-display-window-height-correction)
15171         (tumme-display-window-width-correction, tumme-line-up-dynamic)
15172         (tumme-line-up-interactive): Dox fixes.
15173         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15174         (tumme-restore-window-configuration, tumme-format-properties-string)
15175         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15176         Fix typos in docstrings.
15178 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15180         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15182 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
15184         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15185         User should use hook if desired.
15187         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15188         buffer if necessary.
15189         (gdb-delete-frame-or-window): New function.
15190         (gdb-breakpoints-mode-map): Bind "q" to it.
15192 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15194         * textmodes/nroff-mode.el: Clean up name space.
15195         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15196         (nroff-mode): Obey the global setting of nroff-electric-mode.
15197         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15199         * calendar/calendar.el (calendar-increment-month): Typo in last change.
15201 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
15203         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15205 2006-02-06  Lars Hansen  <larsh@soem.dk>
15207         * generic-x.el (etc-fstab-generic-mode): Add file system types
15208         cifs and usbdevfs.  Allow special chars in file names.
15210 2006-02-05  Jay Belanger  <belanger@truman.edu>
15212         Update copyright notices of the files in lisp/calc.
15214 2006-02-05  Romain Francoise  <romain@orebokech.com>
15216         Update copyright notices of all files in the lisp/play directory.
15218 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
15220         * ldefs-boot.el: Regenerate.
15222         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15224 2006-02-05  Kim F. Storm  <storm@cua.dk>
15226         * files.el (magic-mode-regexp-match-limit): New defvar.
15227         (set-auto-mode): Use it to limit magic-mode-alist matching.
15229 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
15231         * info.el (Info-index, Info-mode): Improve the description of the
15232         `i' command.
15234         * ldefs-boot.el: Regenerate.
15236 2006-02-03  Werner Lemberg  <wl@gnu.org>
15238         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15239         greedy to find the closing bracket in \*[...] and similar
15240         expressions.  This is a first rough fix -- many additional
15241         refinements are necessary to make nroff mode really usable with groff.
15243 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15245         * international/mule-cmds.el (set-locale-environment):
15246         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15247         libX11.
15249 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15251         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15252         archive are created in archive-tmpdir.
15254 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15256         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15257         (ibuffer-fontification-alist): Use it.
15258         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15259         to "* z" and the Ibuffer Mark menu.
15261         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15263 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15265         * textmodes/table.el (*table--cell-describe-mode)
15266         (*table--cell-describe-bindings): Undo last change since
15267         print-help-return-message is not obsoleted by anything at all.
15269 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15271         * emulation/cua-base.el (cua-mode): Doc fix.
15273 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15275         * dframe.el (dframe-handle-make-frame-visible)
15276         (dframe-handle-iconify-frame, dframe-get-focus)
15277         (dframe-select-attached-frame, dframe-power-click)
15278         (dframe-frame-mode): Fix typos in docstrings.
15280         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15281         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15282         Fix typos in docstrings.
15284         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15285         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15286         (hi-lock-archaic-interface-message-used)
15287         (hi-lock-file-patterns-range): Fix typos in docstrings.
15289         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15290         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15292         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15293         Fix typo in docstring.
15295         * net/newsticker.el (newsticker--decode-iso8601-date)
15296         (newsticker--set-customvar, newsticker--buffer-insert-item)
15297         (newsticker--do-run-auto-mark-filter)
15298         (newsticker--parse-generic-feed): Doc fixes.
15299         (newsticker--retrieval-timer-list, newsticker-url-list)
15300         (newsticker-hide-immortal-items-in-echo-area)
15301         (newsticker-hide-obsolete-items-in-echo-area)
15302         (newsticker-new-item-face, newsticker--enclosure)
15303         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15304         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15305         (newsticker--parse-generic-feed, newsticker--cache-contains)
15306         (newsticker--stat-num-items, newsticker-download-enclosures):
15307         Fix typos in docstrings.
15309         * net/rcirc.el (rcirc-debug): Doc fix.
15310         (rcirc-fill-column, rcirc-receive-message-hooks)
15311         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15312         (rcirc-mode, rcirc-generate-new-buffer-name)
15313         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15314         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15315         Fix typos in docstrings.
15316         (rcirc-print): "?\ " -> "?\s".
15317         (rcirc-cmd-join): Improve argument/docstring consistency.
15319 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15321         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15322         before narrow-to-region.
15324 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15326         * simple.el (move-beginning-of-line): Scan properly for invis change.
15328         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15330 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15332         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15333         change bit only when id-format is 'integer.  Reported by Matt
15334         Hodges <M.P.Hodges@rl.ac.uk>.
15336 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15338         * hilit-chg.el (highlight-changes-initial-state)
15339         (highlight-changes-global-initial-state): Doc fixes.
15340         (highlight-changes-global-modes, global-highlight-changes):
15341         Fix typos in docstrings.
15343 2006-02-01  Kim F. Storm  <storm@cua.dk>
15345         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15346         transient-mark-mode in doc string.
15348 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15350         * replace.el (multi-occur): Doc fix.
15351         (multi-occur-in-matching-buffers): Rename from
15352         multi-occur-by-filename-regexp.  Prefix arg says match
15353         buffer names instead of file names.
15355 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15357         * bs.el: Allow non-default values of `bs-header-lines-length'.
15358         (bs--running-in-xemacs): Remove (not needed anymore).
15359         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15360         instead of `shrink-window', thus avoiding having to compute the
15361         height of the window.
15362         (bs--up): Wrap around even when there's no header.
15363         (bs--down): Use `forward-line' instead of `next-line'.
15365 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15367         * image-mode.el (image-toggle-display): Use file name if possible,
15368         instead of unnecessarily allocating a (possibly huge) lisp string.
15370 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15372         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15373         because the `assert' macro signals it at runtime.
15375         * emacs-lisp/cl.el (toplevel): Remove definition of
15376         `cl-assertion-failed' condition.
15378 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15380         * thumbs.el (thumbs-marked-list): Make buffer-local and
15381         permanent-local.
15382         (thumbs-insert-thumb): Make help-echo non-sticky.
15383         (thumbs-file-alist): Use eolp as check for (non)-image.
15385 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15387         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15388         (ediff-before-session-group-setup-hooks)
15389         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15390         Fix typos in docstrings.
15392         * window.el (bw-dir, bw-eqdir, balance-windows)
15393         (split-window-keep-point): Fix typos in docstrings.
15395         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15396         (org-quote-string, org-calendar-to-agenda-key)
15397         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15398         (org-show-following-heading, org-tags-column)
15399         (org-use-tag-inheritance, org, org-allow-space-in-links)
15400         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15401         (org-enable-table-editor, org-calc-default-modes)
15402         (org-table-allow-automatic-line-recalculation)
15403         (org-export-html-style, org-export-with-fixed-width)
15404         (org-export-with-sub-superscripts, org-special-keyword)
15405         (org-formula, org-time-grid, org-table-may-need-update)
15406         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15407         (org-goto-quit, org-get-indentation, org-end-of-item)
15408         (org-move-item-down, org-move-item-up)
15409         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15410         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15411         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15412         (org-agenda-log-mode, org-agenda-toggle-diary)
15413         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15414         (org-agenda-file-to-end, org-agenda-no-heading-message)
15415         (org-agenda-get-closed, org-format-agenda-item)
15416         (org-cmp-priority, org-cmp-category, org-cmp-time)
15417         (org-agenda-change-all-lines, org-agenda-diary-entry)
15418         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15419         (org-link-search, org-camel-to-words, org-open-file)
15420         (org-remember-handler, org-table-convert-region)
15421         (org-table-move-row-down, org-table-move-row-up)
15422         (org-table-copy-region, org-table-wrap-region)
15423         (org-table-toggle-vline-visibility)
15424         (org-table-get-vertical-vector, org-table-modify-formulas)
15425         (org-table-get-specials, org-recalc-commands)
15426         (org-table-rotate-recalc-marks, org-table-eval-formula)
15427         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15428         (org-level-color-stars-only, org-insert-heading):
15429         Fix typos in docstrings.
15430         (last-arg): Add defvar.
15432         * makefile.w32-in (WINS): Add erc.
15433         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15435 2006-01-29  Bill Wohler  <wohler@newt.com>
15437         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15438         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15439         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15440         (mh-autoloads): Don't use comments on otherwise empty lines.
15442 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15444         * emulation/viper.el (viper-major-mode-modifier-list):
15445         Add insert-state and vi-state entries for erc-mode.
15446         (viper-go-away, viper-set-hooks): Add and remove
15447         viper-comint-mode-hook from erc-mode-hook as appropriate.
15449         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15451 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15453         * bs.el (bs--format-aux): Implement `middle' alignment as
15454         described in the docstring for `bs-attributes-list'.
15455         (bs--get-name): Simplify.  Don't pad the buffer name.
15457 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15459         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15460         English aspell dictionary is installed, use the first entry of
15461         ispell-dictionary-alist-1.
15463 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15465         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15466         Doc fix.
15468 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15470         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15471         for `process-file', in order to let it work for older Emacsen too.
15473 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15475         * international/latexenc.el: Add a suitable `coding:' tag.
15476         (latexenc-find-file-coding-system): Undo last change.
15478 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15480         * international/latexenc.el (latexenc-find-file-coding-system):
15481         Make sure latexenc-main-file is a regular file and is readable.
15483 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15485         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15486         Pass FILE to vc-user-login-name.
15488         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15490 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15492         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15493         there are no more images to display.
15494         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15495         the next image.
15497 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15499         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15501         * wid-edit.el (advertised-widget-backward): New alias.
15502         (widget-keymap): Use advertised-widget-backward for S-TAB.
15504         * tumme.el: Correct the keywords.
15505         (tumme-dir-max-size): Use defvar.
15506         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15508         * simple.el (move-beginning-of-line): Take account of fields.
15509         (clone-indirect-buffer-other-window): Take args like
15510         clone-indirect-buffer, and work like it.
15512         * help-fns.el (describe-function): Don't pass `nil' as default.
15514         * files.el (risky-local-variable-p): Follow var aliases.
15516         * subr.el (lazy-completion-table): Doc fix.
15518         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15519         global binding of `line'.
15521 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15523         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15524         Tramp.
15526         * vc.el (vc-default-dired-state-info): Pass FILE to
15527         vc-user-login-name.
15528         (vc-default-update-changelog): Don't use vc-user-login-name, we
15529         don't need it here.
15531         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15532         no longer necessary.
15534 2006-01-25  Kenichi Handa  <handa@m17n.org>
15536         * international/mule.el (decode-char): Avoid the overhead of
15537         calling utf-lookup-subst-table-for-decode if
15538         utf-translate-cjk-mode is nil.
15539         (encode-char): Avoid the overhead of calling
15540         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15541         nil.
15543 2006-01-22  Kenichi Handa  <handa@m17n.org>
15545         * international/mule.el (make-subsidiary-coding-system): Reset
15546         `coding-system-define-form' property of subsidiaries to nil.
15547         Avoid duplicated entry in coding-system-alist.
15548         (make-coding-system): Avoid duplicated entry in
15549         coding-system-alist.
15550         (define-coding-system-alias): Likewise.
15552 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15554         * completion.el: Minor fixes in introductory comment.
15555         (completion-def-wrapper): Fix alist.
15557 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15559         * thumbs.el (thumbs-new-image-size): New function.
15560         (thumbs-increment-image-size-element)
15561         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15562         (thumbs-decrement-image-size): Delete.
15563         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15564         temp files and use to resize.
15565         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15566         Use increment argument to enlarge/shrink.  Preserve point.
15567         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15568         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15569         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15570         (thumbs-mark, thumbs-unmark): Preserve point.
15571         (thumbs-modify-image): Keep old temp files and use to modify.
15572         Cleanup old temp files at load time.  Preserve point.
15573         (thumbs-view-image-mode-map): Use new command names.
15575 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15577         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15579         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15580         the nastiest part of the cyclic dependency.
15581         (cal-menu-update): Use dotimes and calendar-increment-month.
15583         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15584         (calendar-week-start-day): Add an :initializer.
15585         (calendar-mode-map): Use suppress-keymap, and command remapping.
15586         (describe-calendar-mode): Setup xref-stack info for the back button.
15587         (calendar-star-date): Insert before delete.
15588         (calendar-set-mode-line): Add file-modified info if applicable.
15589         (calendar-increment-month): New function.
15591 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15593         * font-lock.el (lisp-font-lock-keywords-2):
15594         Recognize "& keywords" only at word boundaries.
15596 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15598         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15599         and permanent-local.
15600         (thumbs-max-image-number): New variable.
15601         (thumbs-do-thumbs-insertion): Use them.
15602         (thumbs-per-line): Change default to 4.
15603         (thumbs-marked-list): Rename from thumbs-markedL.
15604         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15605         (thumbs-rename-images): Use -list instead of L for internal variables.
15606         (thumbs-call-convert): Use call-process instead of shell-command.
15607         (thumbs-insert-thumb): Add filename as help-echo to each image.
15608         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15609         Give dir to thumbs-show-thumbs-list.
15610         (thumbs-show-thumbs-list): Set default-directory to that of images.
15611         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15612         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15613         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15614         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15616 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15618         * ses.el (ses-read-cell): Provide a default value.
15620 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15622         * term/w32-win.el (image-library-alist): Add additional names for
15623         GIF library.
15625 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15627         * international/latexenc.el (latexenc-find-file-coding-system):
15628         Add file-regular-p check.
15630 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15632         * simple.el (clone-buffer): Don't show the new buffer in the same
15633         window.
15635 2006-01-23  Juri Linkov  <juri@jurta.org>
15637         * faces.el (link, link-visited): New faces based on default values
15638         of `info-xref' and `info-xref-visited'.
15640         * info.el (info-xref): Inherit from `link'.
15641         (info-xref-visited): Inherit from `link-visited'.
15643         * cus-edit.el (custom-buffer-create-internal): Use widget type
15644         `custom-manual' instead of `info-link' and don't set properties
15645         `button-face' and `mouse-face' explicitly.
15646         (custom-browse-group-tag, custom-browse-variable-tag)
15647         (custom-browse-face-tag): Inherit from widget class
15648         `custom-group-link' instead of `push-button'.
15649         (custom-button-unraised): Inherit from `underline' face.
15650         (custom-link): Inherit from `link' face.  Fix doc and group.
15651         (custom-add-parent-links, custom-group-value-create): Don't set
15652         properties `button-face' and `mouse-face' explicitly for
15653         `custom-group-link' widget.
15654         (custom-group-link): Add properties `button-face' and `mouse-face'
15655         to widget definition.
15656         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15657         editable-field's :keymap property.
15658         (custom-mode): Fix docstring: substitute keybindings for
15659         `widget-forward' and `widget-backward' from `widget-keymap',
15660         `widget-complete' from `custom-field-keymap', replace old
15661         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15663         * desktop.el (desktop-load-file): Check for `fboundp' before
15664         calling `symbol-function'.
15666         * simple.el (clone-buffer, clone-indirect-buffer)
15667         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15668         `read-string'.  Fix prompts.
15670         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15672 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15674         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15676 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15678         * startup.el (inhibit-splash-screen, initial-scratch-message):
15679         Doc fixes.
15681 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15683         Sync with Tramp 2.0.52.
15685         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15686         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15687         `tramp-unload-tramp' for checklist.
15689         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15690         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15691         (tramp-unload-file-name-handler-alist)
15692         (tramp-unload-tramp): New defuns.
15693         (tramp-advice-PC-expand-many-files): New defadvice.
15694         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15695         removed.
15696         (tramp-handle-expand-file-name): Remove double slash.
15697         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15698         It doesn't matter, because it will be converted later on.
15699         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15700         implementation was just heuristic.
15701         (tramp-post-connection): Set uid and gid properties.
15702         (tramp-convert-file-attributes): Set file's gid change bit.
15703         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15704         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15705         in case of su(do)? methods.  The home directory of the local user
15706         will be taken else.
15707         (tramp-open-connection-telnet)
15708         (tramp-open-connection-rsh, tramp-open-connection-su)
15709         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15710         local shell prompt could hurt.  Reported by Romain Francoise
15711         <romain@orebokech.com>.
15712         (tramp-let-maybe): Add `edebug-form-spec' property.
15713         (tramp-handle-expand-file-name): Bind `default-directory' locally
15714         to "/" in order to avoid problems with UNC shares or Cygwin
15715         mounts.
15716         (tramp-md5-function): Fix typo in error message.
15718         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15720         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15721         for byte-compiler pacification.
15723 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15725         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15726         ID-FORMAT `string'.  This allows us to get rid of
15727         `vc-user-login-name UID'.
15729         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15731 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15733         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15735 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15737         * emacs-lisp/find-func.el (find-definition-noselect)
15738         (find-variable-noselect): Search variables in C source code too.
15739         (find-function-C-source, find-function-noselect, find-function)
15740         (find-function-other-frame, find-variable-noselect, find-variable)
15741         (find-variable-other-frame, find-variable-at-point):
15742         Fix docstrings.
15744 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15746         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15748 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15750         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15751         Default to disabling the "Save affix" question.
15753 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15755         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15756         the first arg to run-python.
15758 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15760         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15761         is not loaded.
15763 2006-01-20  Jay Belanger  <belanger@truman.edu>
15765         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15766         limit is 0.
15768         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15769         the correct variable.
15771 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15773         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15774         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15775         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15776         (org-prefix-has-tag): New variable.
15777         (org-format-agenda-item): Remove tags from headline if
15778         appropriate.
15779         (org-agenda-remove-tags-when-in-prefix): New option.
15780         (org-get-tags-at): New function.
15782 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15784         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15785         (thumbs-find-image): Move image name and number from buffer name
15786         to mode name.  Set thumbs-buffer.  Preserve point so that large
15787         images remain visible.
15788         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15789         order.
15790         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15791         mode name.
15792         (thumbs-next-image, thumbs-previous-image): Make them work.
15794 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15796         * cus-edit.el (custom-buffer-create-internal): State in the text above
15797         the whole buffer buttons that they do not operate on hidden items.
15798         (custom-face-menu): Use `custom-face-save' instead of
15799         `custom-face-save-command'.
15800         (custom-face-save-command): Make it an alias for `custom-face-save'
15801         and declare it obsolete.
15802         (custom-face-save): Doc fix.
15804         * dired.el (dired-no-confirm): Add quote.
15805         (dired-subdir-alist-pre-R): Add quote in
15806         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15808 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15810         * textmodes/table.el (table-mode-indicator): Typo in last change.
15812 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15814         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15815         Fixes bug reported in Nov 2005.
15817         * isearch.el (isearch-forward): Doc fix.
15819         * dired.el (dired-move-to-filename-regexp): Define as alias.
15820         (dired-no-confirm): Use defcustom.
15821         (dired-subdir-alist-pre-R): Put defvar at top level.
15823         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15825         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15826         Mark as risky.
15828         * simple.el (set-mark-command): Doc fix.
15829         (clone-indirect-buffer-other-window):
15830         Read arg like clone-indirect-buffer.
15831         (move-beginning-of-line): Skip invisible newlines.
15833 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15835         * progmodes/cpp.el (cpp-edit-load): Make the order of
15836         listed conditions in a base C code buffer and its associate
15837         CPP Edit buffer the same.
15839 2006-01-19  Kenichi Handa  <handa@m17n.org>
15841         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15842         (rmail-mime-feature): Likewise.
15843         (rmail-require-mime-maybe): Use display-warning to show a warning
15844         message.
15846         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15847         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15849 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15851         * array.el: Move defvars out of eval-when-compile.
15852         (array-make-template): Replace undeclared global var with a local one.
15853         (array-mode): Inline initialization functions.
15854         (array-init-local-variables, array-init-max-row)
15855         (array-init-max-column, array-init-columns-per-line)
15856         (array-init-field-width, array-init-rows-numbered)
15857         (array-init-line-length, array-init-lines-per-row): Remove.
15859         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15860         (doc-mode-map): Define explicitly.
15861         (doctor-txtype): Use mapc.
15863         * textmodes/table.el: Move defvars out of eval-when-compile.
15864         Remove harmful code meant to avoid byte-compiler warnings.
15865         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15866         specification that checks table-fixed-width-mode directly.
15867         (table-recognize-region, table-recognize-cell):
15868         Use restore-buffer-modified-p.
15869         (table-fixed-width-mode): Remove code that refreshes
15870         table-fixed-mode-indicator.
15871         (*table--cell-describe-bindings, *table--cell-describe-mode):
15872         Avoid obsolete name print-help-return-message.
15873         (table--test-cell-list): Don't use replace-regexp from elisp.
15874         (table--point-entered-cell-function, table--point-left-cell-function):
15875         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15877         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15878         that was after the end of file.  Use buffer-file-name variable.
15879         (org-timestamp-change): Use with-current-buffer.
15880         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15881         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15882         `file'.
15884         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15885         (fortran-break-line): Remove unused var `opoint'.
15886         (fortran-abbrev-start): Obey help-event-list.
15888 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15890         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15892 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15894         * progmodes/make-mode.el (makefile-imake-mode): New mode
15895         derived from makefile-mode.
15896         (makefile-imake-mode-syntax-table): New syntax table
15897         derived from makefile-mode-syntax-table.
15898         (makefile-mode): Write about makefile-imake-mode in doc string.
15899         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15900         (makefile-imake-font-lock-keywords): New font lock keywords.
15902         * files.el (auto-mode-alist): Add Imakefile.
15904 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15906         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15907         loading the file rather than when turning on flyspell-mode.
15909 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15911         * cus-edit.el (customize-rogue): Minor doc fix.
15913 2006-01-17  Juri Linkov  <juri@jurta.org>
15915         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15916         instead of the file at the mark as default if the file at the mark
15917         is the same as the file at point or if dired-dwim-target-directory
15918         is not the same as the current directory and the mark is not active.
15920         * log-view.el (log-view-minor-wrap): Use the same logic to get
15921         revisions as `log-view-diff'.
15923         * info.el (Info-revert-find-node): Check for Info-current-file
15924         before preserving new-history.
15926         * man.el (Man-heading-regexp): Add `/'.
15928         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15929         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15931 2006-01-16  Juri Linkov  <juri@jurta.org>
15933         * faces.el (mode-line-faces): New defgroup.
15934         (mode-line-highlight): Move definition after new defgroup.
15935         (mode-line, mode-line-inactive, mode-line-highlight):
15936         Replace :group `modeline' with `mode-line-faces'.
15937         (mode-line-buffer-id): New face.
15938         (modeline-buffer-id): New face alias.
15939         (vertical-border): Remove :group `modeline'.
15941         * bindings.el (propertized-buffer-identification): Use face
15942         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15943         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15944         (mode-line-buffer-identification-keymap): For mouse-1 replace
15945         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15946         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15947         mouse-3.
15949         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15950         Buffer-menu-buffer.  Doc fix.
15951         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15952         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15953         `Buffer-menu-buffer'.
15955         * info.el (Info-mode-line-node-keymap): New defvar.
15956         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15957         Propertize Info-current-node with `mode-line-buffer-id' and
15958         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15960         * time.el (display-time-mail-face): Replace :group `faces' with
15961         `mode-line-faces'.
15963 2006-01-16  Kenichi Handa  <handa@m17n.org>
15965         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15967         * language/european.el (cp1252): New alias for windows-1252.
15969         * international/mule.el (autoload-coding-system): Prepare for EOL
15970         variants.
15972 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15974         * term.el (term-raw-map): Add mapping for insert.
15975         (term-send-insert): New.
15976         (term-mode): Make variables local here instead of doing it in
15977         `term-emulate-terminal'.
15978         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15979         Scroll reverse needs to take into account the scroll region.
15980         Saving and restoring the cursor should save the color attributes too.
15981         (term-reset-terminal): Reset the scroll region.
15982         (term-handle-ansi-escape): Cursor up and down should take into
15983         account the scroll region.
15984         (term-set-scroll-region): Rename from `term-scroll-region'.
15985         Move to 0,0 after setting the region.
15986         (term-handle-scroll): Handle scroll up.
15987         (term-down): Fix off by one error.
15988         (term-delete-lines): Do not delete outside the scroll region.
15989         (term-insert-lines): Take into account the scroll region.
15991 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15993         * textmodes/ispell.el (ispell-internal-change-dictionary)
15994         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15995         (start, end): Move declaration outside of eval-when-compile.
15997         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15998         (flyspell-mode-on): Use it.
16000         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16001         ispell-kill-ispell-hook.
16003 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
16005         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16006         (Custom-reset-saved): Do not ask for confirmation in single option
16007         buffers.
16009 2006-01-13  Richard M. Stallman  <rms@gnu.org>
16011         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16013 2006-01-13  Romain Francoise  <romain@orebokech.com>
16015         * add-log.el (add-change-log-entry, change-log-merge):
16016         Conditionally use `hard-newline'.
16018 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
16020         * wid-edit.el (widget-field-end): If the overlay is no longer
16021         associated with a buffer, behave as if the overlay didn't exist.
16023         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16024         Make sure the links use the `custom-link' face.
16026 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16028         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16029         (ld-script-mode): Don't set indent-line-function since we don't
16030         have one.
16032 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
16034         * textmodes/org.el (org-open-file): Use mailcap for selecting an
16035         application.
16036         (org-file-apps-defaults-gnu): Use mailcap as the default for
16037         selecting an application on a UNIX system.
16038         (org-agenda-show-tags): New command.
16039         (org-table-insert-hline): Keep cursor in current table line.
16040         (org-table-convert): Offset effect of modifying
16041         `org-table-insert-hline'.
16042         (org-format-agenda-item): New optional argument TAG.
16043         (org-compile-prefix-format): Handle %T format for the tag.
16044         (org-expand-wide-chars): New function.
16045         (org-table-insert-row, org-table-insert-hline):
16046         Use `org-expand-wide-chars'.
16047         (org-open-file): Fix bug in program launch.
16048         (org-get-time-of-day): Fix bug with times before 1am.
16049         (org-agenda-menu): Add tags commands.
16051 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
16053         * textmodes/ispell.el (ispell-init-process): Include the used
16054         dictionary in ispell process start message.
16055         (ispell-internal-change-dictionary): When flyspell-mode is active
16056         and dictionary is changed, make sure ispell process is restarted
16057         and flyspell word cache cleared out for the current buffer.
16058         (ispell-change-dictionary): Make sure flyspell word cache is
16059         cleared out in all buffers with active flyspell mode when
16060         dictionary is globally changed.
16061         Call ispell-internal-change-dictionary after dictionary change.
16063 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
16065         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16067         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16068         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16069         years.  Fix small differences wrt Makefile.in.
16070         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16071         Makefile.in does.
16073 2006-01-12  Bill Wohler  <wohler@newt.com>
16075         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16076         mh-search.el.
16078 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16080         * progmodes/ld-script.el: Update copyright year.
16082 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
16084         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16085         Don't add widget if setting undefined.
16087 2006-01-12  John Paul Wallington  <jpw@pobox.com>
16089         * help-fns.el (describe-variable): Remove newlines from void
16090         variable output.
16092 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
16094         * wdired.el (wdired-mode-map): Add help echo for
16095         wdired-abort-changes.
16097         * man.el (Man-file-name-regexp): Adjust for a list of files.
16099 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16101         * progmodes/ld-script.el (auto-mode-alist): Support
16102         suffix conventions used in netbsd and eCos.
16104 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
16106         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16107         (custom-variable-menu, custom-face-menu, custom-group-menu)
16108         (Custom-mode-menu): Change names of menu items.  (As discussed on
16109         emacs-devel.)
16110         (custom-face-menu): Add "Undo Edits" item.
16112         * startup.el (init-file-user): defcustom -> defvar.
16114         * tooltip.el (tooltip-mode): Doc fix.
16116 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16118         * reveal.el (reveal-post-command): window-buffer signals an error on
16119         dead windows rather than returning nil.
16120         (reveal-open-new-overlays): An overlay might die while we open others.
16122 2006-01-11  Bill Wohler  <wohler@newt.com>
16124         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16125         phrasing in docstring.
16127         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16128         can give some systems gas.  Add new file mh-buffers.el.
16130 2006-01-06  Masatake YAMATO  <jet@gyve.org>
16132         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16133         C preprocessor forward ported from GNU Emacs 21.2.
16135         * progmodes/asm-mode.el (asm-font-lock-keywords):
16136         Use `cpp-font-lock-keywords'.
16138         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16140         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16141         of $ for "\\.ld[s]?".
16143 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16145         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16146         (tcl-indent-line): Return `noindent' if inside a string.
16148         * progmodes/flymake.el (flymake-split-string): Remove more than one
16149         empty string at beg/end of the result.
16150         (flymake-find-buildfile, flymake-find-possible-master-files):
16151         Use expand-file-name.
16152         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16153         since expand-file-name does it for us.  Use directory-file-name.
16154         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16155         (flymake-ler-get-type, flymake-ler-get-text)
16156         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
16157         (flymake-current-line-no): Remove spurious interactive spec.
16158         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16159         (flymake-check-include): Remove arg inc-path merged into inc-name.
16160         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16161         Arg regexp-list replaced by a simple regexp.
16162         (flymake-master-make-header-init, flymake-master-tex-init):
16163         Correspondingly replace regexp-list with a regexp.  Fix regexp.
16165 2006-01-10  Simon Josefsson  <jas@extundo.com>
16167         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16168         describing AUTH PLAIN fix.
16170 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
16172         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16173         (report-emacs-bug): Don't record initial prompt text.
16174         Instead, add text properties to prompting text.
16175         (report-emacs-bug-hook): Delete prompting text.
16177 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16179         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16180         `dirs'.  Adjust callers.
16182 2006-01-09  John Paul Wallington  <jpw@gnu.org>
16184         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16186 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16188         * reveal.el (reveal-open-new-overlays): New extracted fun.
16189         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
16190         using them.  Simplify the code.
16191         (reveal-post-command): Use them.  Fix up obsolete windows in
16192         reveal-open-spots.
16194         * progmodes/flymake.el: Use `require' rather than autoload for
16195         XEmacs's overlays.
16196         (flymake-get-common-file-prefix, flymake-build-relative-filename):
16197         Delete.  Use file-relative-name instead.
16198         (flymake-get-syntax-check-program-args, flymake-perl-init):
16199         Simplify the resulting code.
16201         * log-view.el (log-view-file-re, log-view-message-re): Add support
16202         for DaRCS output.
16204 2006-01-09  Alex Schroeder  <alex@gnu.org>
16206         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16207         identifiers sometimes added in square brackets at the beginning of
16208         subject lines.
16210 2006-01-07  Richard M. Stallman  <rms@gnu.org>
16212         * cus-edit.el (Custom-set, Custom-save): Doc fix.
16213         (Custom-reset-current, Custom-reset-saved): Change question text.
16214         (Custom-reset-standard): Likewise.
16215         (custom-variable-reset-saved): Doc fix.
16217 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
16219         * startup.el (init-file-user): Doc fix.
16221 2006-01-07  Alex Schroeder  <alex@gnu.org>
16223         * mail/rmail.el (rmail-current-subject): New function.
16224         (rmail-current-subject-regexp): New function.
16225         (rmail-next-same-subject): Use it.
16227         * mail/rmailsum.el (rmail-summary-by-topic):
16228         Use rmail-current-subject and rmail-current-subject-regexp.
16229         (rmail-summary-next-same-subject): Ditto.
16231         * net/rcirc.el (rcirc-send-input): No longer check whether the
16232         process is open, since not all commands need an open process.
16233         (rcirc-send-string): Check whether the process is open before
16234         sending anything.
16235         (rcirc-ignore-list): New option.
16236         (rcirc-ignore-list-automatic): New variable.
16237         (rcirc-print): Take rcirc-ignore-list into account.
16238         (rcirc-cmd-ignore): New command.
16239         (rcirc-ignore-update-automatic): New function.
16240         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16241         list if ignored nicks.
16242         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16244 2006-01-06  David Reitter  <david.reitter@gmail.com>
16246         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16247         reflect the address to which the report will be sent.
16249 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16251         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16252         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16254 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16256         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16258         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16259         the doc string: "functoin" => "function".
16260         * ldefs-boot.el: Likewise.
16262         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16263         message text: "Duplicat" => "Duplicate".
16265 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16267         * files.el (basic-save-buffer-2): If backing-up failed, reset
16268         buffer-backed-up to nil.
16270 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16272         * progmodes/gud.el (gdb-script-skip-to-head)
16273         (gdb-script-calculate-indentation): Indent for breakpoint command
16274         lists also.
16276 2006-01-05  Bill Wohler  <wohler@newt.com>
16278         * Makefile.in (compile-always): Add mh-autoloads dependency.
16279         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16280         provides it.
16281         (updates): Remove mh-autoloads dependency, since it probably has
16282         already run recently (via recompile).
16284 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16286         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16287         argument `force' to disable the flyspell-last-buffer optimization.
16288         (flyspell-mode-on): Use it.
16290         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16291         flymake-simple-cleanup.
16292         (flymake-allowed-file-name-masks): Use this new default.
16293         All the functions are now called in the right buffer rather than
16294         passing the buffer as argument.
16295         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16296         (flymake-parse-err-lines): Remove redundant buffer arg.
16297         (flymake-get-program-dir): Comment out unused function.
16298         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16299         Remove redundant buffer argument.
16300         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16301         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16303 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16305         * info.el (Info-find-node): Don't record previous node if have none.
16306         (info): Go to directory only if history is empty.
16308         * simple.el (mark): Doc fix.
16310 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16312         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16313         already of desired type.
16314         (mac-ae-list): Coerce parameter to "list" type.
16315         (mac-dispatch-apple-event): Replace cadr part of event with a
16316         dummy position so that event-start returns it.
16318 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16320         * textmodes/org.el (org-end-of-subtree): New function.
16321         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16322         Use `org-end-of-subtree'.
16323         (org-agenda, org-agenda-convert-date): Protect calls to
16324         `fit-window-to-buffer'.
16325         (org-tags-view): Force matching of sublevels when doing a
16326         todo-only search.  Define the correct redo command, including the
16327         arguments.
16328         (org-agenda-redo): Display message.
16329         (org-check-for-org-mode): New function.
16330         (org-agenda-type): New variable.
16331         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16332         Set `org-agenda-type'.
16333         (org-agenda-check-type): New function.
16334         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16335         (org-agenda-week-view, org-agenda-day-view)
16336         (org-agenda-next-date-line, org-agenda-previous-date-line)
16337         (org-agenda-log-mode, org-agenda-toggle-diary)
16338         (org-agenda-toggle-time-grid, org-agenda-date-later)
16339         (org-agenda-date-prompt, org-agenda-diary-entry)
16340         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16341         (org-agenda-convert-date, org-agenda-menu):
16342         Use `org-agenda-check-type'.
16343         (org-make-overlay, org-delete-overlay)
16344         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16345         New compatibility functions.
16346         (org-calendar-select-mouse): New command.
16348 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16350         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16351         (Custom-reset-standard): Fix y-or-n-p messages.
16352         (custom-link): New face for links.
16353         (custom-buffer-create-internal, custom-manual): Use it.
16354         (custom-face-save): Push to theme-face before setting face spec.
16356         * wid-edit.el (widget-default-mouse-face-get): New function.
16357         (widget-specify-button): Handle mouse-face like button-face.
16359         * custom.el (load-theme): Clear old theme settings if reloading.
16361 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16363         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16364         "Erase Customization" button back to same position it occupies in
16365         the individual State menus.
16367 2006-01-04  Kim F. Storm  <storm@cua.dk>
16369         * wid-edit.el (key-sequence): Rework widget to read key binding
16370         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16371         (widget-key-sequence-default-value): Default value for empty sequence.
16372         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16373         (widget-key-sequence-read-event): New command for C-q.
16374         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16375         (widget-key-sequence-value-to-external): New functions.
16377 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16379         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16380         Use expand-file-name.
16381         (flymake-delete-temp-directory): Use expand-file-name,
16382         file-name-directory, and directory-file-name.
16383         (flymake-strrchr): Delete.
16384         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16385         to the init-f function.
16386         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16387         (flymake-init-find-buildfile-dir)
16388         (flymake-init-create-temp-source-and-master-buffer-copy)
16389         (flymake-simple-make-init-impl, flymake-simple-make-init)
16390         (flymake-master-make-init, flymake-master-make-header-init)
16391         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16392         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16393         (flymake-xml-init): Remove corresponding redundant buffer argument.
16394         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16395         the default anyway.  Clean up regexps.
16397         * progmodes/flymake.el (flymake-temp-source-file-name)
16398         (flymake-master-file-name, flymake-temp-master-file-name)
16399         (flymake-base-dir): New buffer-local vars.
16400         (flymake-buffer-data, flymake-get-buffer-value)
16401         (flymake-set-buffer-value): Replace those hash-tables by the new
16402         buffer-local vars.  Update callers.
16404         * progmodes/flymake.el (flymake-check-start-time)
16405         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16406         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16407         Move definition, so we can remove redundant earlier declaration.
16408         (flymake-replace-regexp-in-string, flymake-split-string)
16409         (flymake-get-temp-dir): Use defalias.
16410         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16411         (flymake-xemacs-window-edges): Remove unused function.
16412         (flymake-get-point-pixel-pos): Move.
16413         (flymake-pid-to-names, flymake-reg-names)
16414         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16415         Replace by a simple list flymake-processes and by process-buffer.
16416         Update callers.  Other than simplify the code, it uses buffers rather
16417         than buffer-names so it doesn't get confused by uniquify.
16418         (flymake-buffer-data): The global value should just be nil.
16420         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16421         Optimize the body of a defalias like any other code.
16423         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16424         Make sure we've setup font-lock's vars.  It may influence which
16425         function we then call.
16426         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16427         here since it's too late anyway.
16429 2006-01-03  Romain Francoise  <romain@orebokech.com>
16431         * startup.el (fancy-splash-tail, normal-splash-screen):
16432         Update copyright year.
16434 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16436         * mouse.el (mouse-drag-track): Rename, from
16437         `mouse-drag-region-1'.  Includes optional argument required to
16438         enable post-drag event processing (e.g. delete region keys).
16439         Can be used without this argument to track a mouse region and operate
16440         on it as soon as the drag completes.
16441         (mouse-drag-region): Use `mouse-drag-track'.
16443 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16445         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16446         Move to `custom-buffer' group.
16448         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16449         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16450         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16451         (custom-theme-face-menu): New variables.
16452         (custom-theme-add-variable, custom-theme-variable-action)
16453         (custom-variable-reset-theme, custom-theme-delete-variable)
16454         (custom-face-reset-theme, custom-theme-face-action)
16455         (custom-theme-delete-face, custom-theme-merge-theme)
16456         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16458 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16460         * custom.el: Move Custom Themes commentary to start of theme code.
16461         (custom-known-themes): Rename `standard' theme to `changed'.
16462         (custom-push-theme): Caller no longer specifies what theme to use
16463         when doing `reset'---the setting is simply removed from the theme.
16464         Delete MODE from `theme-value' and `theme-settings' properties.
16465         (custom-declare-theme): Ignore &rest args since we don't use them.
16467         (custom-loaded-themes): Delete variable.
16468         (custom-theme-load-themes, custom-theme-loaded-p)
16469         (custom-theme-value): Delete functions.
16471         (custom-declare-theme): Signal error on invalid theme names.
16472         (provide-theme): custom-loaded-themes was deleted.
16473         (load-theme): Load the file unconditionally.
16474         (enable-theme): Call `load-theme' if theme is undefined.
16475         (custom-enabled-themes): Only update value for successful loads.
16476         (disable-theme): Complete from enabled themes when interactive.
16477         (custom-variable-theme-value): Calculate theme value directly.
16479         (custom-theme-reset-variables, custom-reset-variables): Mark as
16480         XEmacs compatibility functions.  We don't actually use these.
16482         * cus-edit.el (custom-variable-state-set):
16483         Use custom-variable-theme-value instead of custom-theme-value.
16484         (custom-face-state-set): Rename `standard' theme to `changed'.
16485         (custom-save-variables, custom-save-faces): Delete unneeded
16486         references to custom-reset-variables.
16487         (custom-save-resets): Delete function.
16488         (custom-save-variables, custom-save-faces): MODE argument deleted.
16489         (custom-save-variables, custom-save-faces): Ignore theme values.
16491         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16492         compatibility function.
16494 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16496         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16497         (Custom-reset-current, Custom-reset-saved): Likewise.
16498         (Custom-reset-standard): Show message if aborted.
16499         (custom-mode): Doc fix, describing those commands.
16501         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16502         put on event-kind property.
16504 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16506         * custom.el (provide-theme): Ban `user' theme name.
16507         (custom-enabling-themes): New variable.
16508         (enable-theme): Don't enable user if custom-enabling-themes is t.
16509         (custom-enabled-themes): Make it a defcustom.
16510         (custom-theme-recalc-face): No-op if face is undefined.
16512         * cus-edit.el (custom-button-mouse): New variable.
16513         (custom-button-mouse): New face.
16514         (custom-raised-buttons, custom-mode): Use it.
16516         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16518 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16520         * progmodes/gud.el (gud-display-line): Support hl-line in the
16521         source buffer.
16523 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16525         * mouse.el (mouse-drag-window-above): Verify that the found window
16526         overlaps with the given window in the horizontal dimension.
16528 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16530         * Makefile.in (cvs-update): New target.
16532         * makefile.w32-in (cvs-update): Ditto.
16534 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16536         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16537         (custom-new-theme-mode-map): New variable.
16539 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16541         * custom.el (custom-load-themes): Function deleted.
16543         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16544         (custom-save-variables): Don't delete or add custom-load-themes call.
16546 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16548         * cus-start.el: Add `visible-cursor'.
16550         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16551         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16552         (flymake-process-filter): Switch to buffer before calling it instead.
16553         (flymake-post-syntax-check, flymake-highlight-err-lines)
16554         (flymake-delete-own-overlays, flymake-parse-err-lines)
16555         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16556         (flymake-count-lines, flymake-parse-residual):
16557         Remove constant buffer argument.
16558         (flymake-start-syntax-check-for-current-buffer): Remove.
16559         Update callers to use flymake-start-syntax-check instead.
16560         (flymake-display-err-menu-for-current-line):
16561         Remove unused var `mouse-pos'.
16562         (flymake-restore-formatting): Comment out unused function.
16563         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16564         argument, use current-buffer instead.  Update callers.
16566 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16568         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16569         buffer-local because choose-completion-delete-max-match requires
16570         that we set completion-ignore-case (i.e., binding via let is not
16571         sufficient).
16572         (bibtex-complete): Always set completion-ignore-case and
16573         choose-completion-string-functions.  The latter is needed because
16574         choose-completion-string-functions keeps its value if we quit the
16575         *Completions* buffer without requesting a completion.
16577 2005-12-30  Andreas Schwab  <schwab@suse.de>
16579         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16581 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16583         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16585 2005-12-30  Juri Linkov  <juri@jurta.org>
16587         * locate.el (locate-fcodes-file, locate-header-face)
16588         * progmodes/delphi.el (delphi-other-face)
16589         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16591         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16592         group `paren-showing-faces'.
16594         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16595         (goto-address): Fix docstring.
16597         * net/webjump.el (webjump-sample-sites): Update URLs.
16599         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16601         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16603 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16605         * font-lock.el (font-lock-compile-keywords): Signal an error when
16606         font-lock-set-defaults hasn't been called.
16608 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16610         * subr.el (noreturn, 1value): Doc fixes.
16612 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16614         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16615         that assoc-string returns nil.
16617 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16619         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16620         (bibtex-entry-type-str, bibtex-empty-field-re)
16621         (bibtex-search-backward-string, bibtex-preamble-prefix)
16622         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16623         (bibtex-any-valid-entry-type): New variable.
16624         (bibtex-parse-field-name): Simplify.
16625         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16626         (bibtex-preamble-prefix): Include left delimiter.
16627         (bibtex-search-forward-field, bibtex-search-backward-field):
16628         Allow unbounded search past entry boundaries (required by bibtex-pop).
16629         (bibtex-text-in-field-bounds): Use push.
16630         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16631         (bibtex-parse-preamble, bibtex-valid-entry)
16632         (bibtex-beginning-first-field): New functions.
16633         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16634         (bibtex-map-entries): Fix docstring.
16635         (bibtex-flash-head): New arg prompt.  Simplify.
16636         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16637         (bibtex-insert-kill): Simplify.  Always insert text past the
16638         current field or entry.
16639         (bibtex-format-entry): Use bibtex-parse-field.
16640         (bibtex-pop): Use bibtex-beginning-of-entry and
16641         bibtex-end-of-entry to initiate the search.  Insert empty field if
16642         we found ourselves.
16643         (bibtex-print-help-message): New args field and comma.
16644         Handle entry keys.
16645         (bibtex-make-field): Use bibtex-beginning-of-entry.
16646         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16647         invalid entry.
16648         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16649         Handle preambles.  Simplify code for thorough test.
16650         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16651         New arg comma.  Handle entry heads.
16652         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16653         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16654         New arg comma.
16655         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16656         (bibtex-fill-field): Simplify.
16657         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16658         bibtex-parse-field.
16659         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16660         (bibtex-complete): Use bibtex-parse-preamble.
16662 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16664         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16665         Display name of expression instead of convenience variable.
16666         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16668         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16669         toggle-gud-tooltip-dereference.
16670         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16671         (gud-tooltip-tips): ...here when dereferencing.
16673 2005-12-28  Bill Wohler  <wohler@newt.com>
16675         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16677 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16679         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16680         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16681         (vc-annotate-display-autoscale): Adjust call.
16682         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16683         Fix interactive spec.
16684         (vc-annotate-time-span): Remove.
16685         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16686         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16687         (vc-annotate-display-select): Use new name.
16689         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16690         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16691         Correct the construction of span entries.  Simplify.
16692         (vc-annotate-display-select): Fix the nil case.
16693         (vc-annotate): Remove obsolete (and now broken) code.
16694         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16695         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16697 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16699         * subr.el (lazy-completion-table): Correct typo in docstring.
16701         * startup.el (command-line): Use `custom-reevaluate-setting' for
16702         `send-mail-function'.
16704         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16706 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16708         * mail/smtpmail.el (smtpmail-try-auth-methods):
16709         Send credentials together with "AUTH PLAIN" command.
16711 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16713         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16714         mouse-2, go back to previously selected window, so it's selected
16715         when mouse-2 command runs.
16717 2005-12-27  Juri Linkov  <juri@jurta.org>
16719         * descr-text.el (describe-text-sexp): Use square brackets for
16720         button [Show] to distinguish it from the property value `show'.
16721         (describe-property-list): Use `insert-text-button' with
16722         `help-face' type instead of putting face in quotes, because button
16723         is not created automatically for a list of faces.
16724         (describe-text-properties-1): Put button-type value in quotes to
16725         distinguish from plain text "button".
16726         (describe-char): Display code point values in hex.  Don't use
16727         `symbol-name' for `current-input-method' because it is a string.
16728         Use `insert-text-button' with `help-face' type instead of putting
16729         hardcoded face in quotes, because button is not created automatically.
16731 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16733         * progmodes/glasses.el (glasses-face): More specific custom type.
16735         * files.el (set-visited-file-name): Doc fix.
16737         * textmodes/flyspell.el (flyspell-external-point-words):
16738         Use local var buffer-scan-pos to advance scan for next misspelling.
16739         Advance it only after we find the misspelling.
16741 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16743         * textmodes/flyspell.el (flyspell-external-point-words):
16744         New criteria for finding the misspelling in the buffer.
16746 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16748         * help-mode.el (help-insert-string): Set help-xref-stack-item
16749         rather than call help-setup-xref.
16751         * descr-text.el (describe-char): Revert previous changes for
16752         optional buffer argument.
16754 2005-12-27  Juri Linkov  <juri@jurta.org>
16756         * help-mode.el (help-insert-string): New function.  Save buffer
16757         contents in cases where it is impossible to recompute the old contents.
16759         * descr-text.el (describe-char): Set help-xref-stack-item
16760         explicitly after buffer has been generated.
16762 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16764         * cus-start.el (all): Add x-gtk-show-hidden-files.
16766 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16768         * replace.el (perform-replace): Calculate match-again
16769         before skipping read-only matches.
16771         * paren.el (paren-showing-faces): New group.
16772         (show-paren-match, show-paren-mismatch): Move to that group.
16774         * button.el (button): Put into group `basic-faces'.
16776         * progmodes/make-mode.el: Remove faces from group `faces'.
16778         * apropos.el (apropos, apropos-value): Doc fix.
16779         (apropos-documentation): Doc fix.
16781 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16783         * subr.el (lazy-completion-table): Remove argument `args'.
16785         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16786         Don't use the `args' argument of lazy-completion-table.
16788 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16790         * descr-text.el (describe-char): Add optional argument for buffer.
16791         Set buffer appropriately.  Call help-setup-xref.
16792         Suggested by Stefan Monnier.
16794 2005-12-26  Juri Linkov  <juri@jurta.org>
16796         * descr-text.el: Require `help-fns' at runtime.  Don't require
16797         `button' for byte compilation.
16798         (describe-text-widget): Add `help-echo' for first button.
16799         Use `help-info' for second.
16800         (describe-property-list): Use `help-argument-name' instead of `italic'.
16801         (describe-text-category): Add prompt to interactive spec.
16802         Call `help-setup-xref'.
16803         (describe-char): Use `help-character-set'.  Add `help-echo' for
16804         code point.  Use `help-input-method'.  Remove superfluous insert.
16806 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16808         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16809         at point, in case of narrowing.
16811         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16813         * locate.el (locate-header-face): Allow nil in type.
16815         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16817 2005-12-25  Romain Francoise  <romain@orebokech.com>
16819         * battery.el (battery-linux-proc-acpi): Also try
16820         `/proc/acpi/thermal_zone/THM0/temperature'.
16822 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16824         * custom.el (custom-push-theme): Fix docstring.
16826         * cus-edit.el (custom-variable-set, custom-variable-save)
16827         (custom-variable-save): Custom-quote widget values.
16828         (customize-save-variable): Fix custom-push-theme call.
16830 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16832         * w32-fns.el (w32-batch-update-autoloads): New function.
16834         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16835         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16836         from the command line.
16838 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16840         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16841         reset means to remove setting from theme entirely.  Don't keep
16842         expanding theme-settings list; delete old entries if necessary.
16844         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16845         customization" button one line up.
16846         (custom-themed): New face.
16847         (custom-magic-alist): New value, THEMED, for theme settings.
16848         (custom-variable-state-set, custom-face-state-set):
16849         Check theme-value instead of saved-value.
16850         (custom-variable-reset-standard, custom-face-reset-standard):
16851         Remove theme setting entirely.  Recalculate new values.
16852         (custom-variable-set, custom-variable-set)
16853         (custom-variable-reset-saved, custom-variable-reset-backup)
16854         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16855         (custom-variable-save): Fix typos.
16857 2005-12-23  Juri Linkov  <juri@jurta.org>
16859         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16860         Add autoload cookies.
16861         (edebug-outside-d-c-i-n-s-w): New variable.
16862         (edebug-display, edebug-outside-excursion): Use it to save the
16863         original value of default-cursor-in-non-selected-windows.
16864         Set default-cursor-in-non-selected-windows to t while Edebug
16865         is active.
16866         (edebug-mode, edebug-eval-mode): Doc fix.
16868         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16869         with `buffer-substring-no-properties' to remove common substring
16870         highlighting.
16872         * info.el (info-other-window, info): Rename function argument
16873         `file' to `file-or-node'.
16874         (Info-complete-menu-item): Use local variable `complete-nodes' to
16875         keep the global value of `Info-complete-nodes' unchanged for
16876         subsequent completions.
16877         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16879         * simple.el (get-next-valid-buffer, last-buffer)
16880         (next-error-buffer-p, next-error-find-buffer)
16881         (minibuffer-history-sexp-flag): Doc fix.
16883         * savehist.el (savehist-mode-hook): Add `:group'.
16885         * log-view.el: Call autoload for vc-find-version.
16886         (log-view-current-file): Adjust subgroup numbers.
16887         (log-view-current-tag): Add `length'.
16889 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16891         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16893 2005-12-23  Juri Linkov  <juri@jurta.org>
16895         * hi-lock.el (hi-lock-archaic-interface-message-used)
16896         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16897         (hi-lock-mode): Display "Hi" in the mode line only when
16898         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16899         (hi-lock-write-interactive-patterns):
16900         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16901         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16902         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16903         font-lock-add-keywords to t.
16905 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16907         * hi-lock.el (hi-lock-highlight-range): New variable.
16908         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16909         only if font-lock-fontified is non-nil.  Remove overlays.
16910         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16911         font-lock-fontified is non-nil, otherwise use overlays (instead of
16912         text properties).
16913         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16914         New variables.
16915         (hi-lock-string-serialize): New function.
16917 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16919         * menu-bar.el (menu-find-file-existing): New function.
16920         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16922         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16924 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16926         * vc.el: Remove unnecessary leading * in docstrings.
16927         (vc-annotate-mode-map): Move initialization into declaration.
16928         (vc-static-header-alist): Nitpick on the regexp.
16929         (vc-default-init-version): New fun.
16930         (vc-register): Use it.
16931         (vc-insert-headers): Use dolist.
16932         (vc-annotate-get-backend): Remove unused function.
16933         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16934         (vc-annotate-mode): Remove corresponding call.
16935         (vc-annotate-car-last-cons): Simplify.
16936         (vc-annotate-buffers): Remove var.
16937         (vc-annotate-backend): Make it buffer-local.
16938         (vc-annotate): Move the interaction to the interactive spec.
16939         Add a `buf' argument.
16940         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16941         killing&creating a vc-annotate buffer, which is very disruptive when
16942         the buffers are shown in dedicated frames.
16944 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16946         * descr-text.el: Add FSF as maintainer.
16947         (describe-text-mode, describe-text-mode-map)
16948         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16949         help-mode.
16950         (describe-text-widget, describe-text-sexp)
16951         (describe-property-list, describe-text-category)
16952         (describe-text-properties, describe-text-properties-1)
16953         (describe-char): Use help buttons instead of widgets.
16954         (describe-char-unicodedata-file): Make URL link in doc string.
16956 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16958         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16959         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16960         Don't include buttons that write a file when there's no file.
16961         (custom-variable-menu, custom-face-menu, custom-group-menu):
16962         Don't include commands that write a file when there's no file.
16963         (customize-browse): Reword the top-of-buffer help intro.
16964         (custom-buffer-create-internal): Fix previous change.
16965         (customize-changed-options-previous-release): Prev release is 21.1.
16966         (customize-changed-options): Doc fix.
16967         (customize-changed): New alias.
16968         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16969         Say "standard values".
16970         (Custom-reset-standard): Doc fix.
16971         (custom-face-reset-standard): Doc fix.
16973 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16975         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16976         even if font-lock-mode is non-nil since it may be t without having
16977         turned on font-lock-mode-internal.
16978         (font-lock-choose-keywords): Minor optimization.
16979         (font-lock-add-keywords, font-lock-remove-keywords)
16980         (font-lock-set-defaults): Don't call make-local-variable on a variable
16981         that we know to already be local.
16983 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16985         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16986         messages if in the minibuffer.
16988 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16990         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16991         (tex-mode-flyspell-verify, flyspell-get-word)
16992         (flyspell-external-point-words): Don't use point-min/max uselessly.
16994         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16995         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16996         don't need to show it.
16998 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
17000         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17002 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17004         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17005         delete-windows-on with an inexistent buffer.
17007 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
17009         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17010         Delete defcustom variable :tag names.
17012 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17014         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17015         (log-view-font-lock-keywords): Ajust subgroup numbers.
17016         (log-view-current-tag): Don't hard code the number of subgroups.
17018 2005-12-20  Juri Linkov  <juri@jurta.org>
17020         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17021         (tooltip-x-offset, tooltip-y-offset): Doc fix.
17023         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17024         (menu-bar-non-minibuffer-window-p): Instead of checking
17025         display-multi-frame-p, use selected-frame when menu-updating-frame
17026         is nil.
17028 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
17030         * align.el (align-rules-list): Use [ \t] instead of \s-
17031         for column separators in text mode.
17033 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
17035         * help-mode.el (help-customize-variable, help-customize-face):
17036         Don't pop help-xref-stack as help-follow no longer pushes
17037         anything on to it.
17039 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
17041         * textmodes/org.el (org-agenda-custom-commands): New option.
17042         (org-agenda): Offer custom commands on splash screen.
17043         (org-make-tags-matcher): Parser for Boolean logic added.
17044         (org-agenda-set-tags): New command.
17045         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17046         (org-set-tags): Efficiency improvements.
17047         (org-auto-align-tags): New option.
17048         (org-todo, org-demote, org-promote): Realign tags.
17049         (org-tags-completion-function): Use also "&" and "|" as separators.
17050         (org-org-menu): Agenda commands simplified.
17052 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
17054         * cus-edit.el (customize-apropos, customize-apropos-options):
17055         Docstring changes.
17057         * font-lock.el (font-lock): Add tags to the links in the defgroup.
17059 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
17061         * longlines.el (longlines-mode): Wrap while widened.
17062         (longlines-decode-region, longlines-encode-region): Compute max
17063         just once.
17065 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17067         * cus-edit.el (mac): New group.
17069         * cus-start.el (all): Add user options in macterm.c.  Add test for
17070         Mac-related built-ins.  Fix test for GTK-related built-ins.
17072         * term/mac-win.el (mac-handle-language-change)
17073         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17074         (mac-services-open-selection, mac-services-mail-selection)
17075         (mac-services-mail-to, mac-services-insert-text)
17076         (mac-dispatch-apple-event): Add docstrings.
17077         (x-get-selection, mac-select-convert-to-string): Select coding
17078         system from `utf-16be' and `utf-16le' using `byteorder'.
17080 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17082         * subr.el (lazy-completion-table): Don't be fooled if the var holds
17083         a "list" (lambda ...) rather than a real completion list.
17085         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17086         lexical-let when encountering ((lambda (...) ...) ...).
17088 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17090         * progmodes/sh-script.el (sh-mode):
17091         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17092         * textmodes/picture.el (picture-mode): Update docstrings.
17094 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
17096         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17097         commands enclosed in $(ARGQUOTE)s should not be split between two
17098         lines, as that will break with GNU Make >3.80, when sh.exe is used
17099         and arg quoting is with '..'.
17100         (autoloads): Don't break the quoted --eval expression between
17101         several lines.
17103 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17105         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17106         Capture error from printing circular structures.
17108 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
17110         * wid-edit.el (widget-checkbox-action): Clear undo info.
17112 2005-12-16  Bill Wohler  <wohler@newt.com>
17114         * menu-bar.el (kill-this-buffer): Set a good example by using menu
17115         bar, not menubar in comment.
17117 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17119         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17120         After-change-functions should not clobber the match data.
17122 2005-12-16  Juri Linkov  <juri@jurta.org>
17124         * simple.el (choose-completion): Use `buffer-substring-no-properties'
17125         instead of `buffer-substring'.
17126         (completion-common-substring): Doc fix.
17127         (completion-setup-function): Use minibuffer-completion-contents
17128         instead of minibuffer-contents.  Don't set common-string-length
17129         initially.  Remove special handling of partial-completion-mode.
17130         Move computation of completion-base-size into one cond.
17131         Call completion-base-size-function in mainbuf.  In computation of
17132         completion-base-size for file name completion don't move point to
17133         the end of the minibuffer.  Move computation of common-string-length
17134         into one cond.  Start putting faces only when common-string-length>=0.
17135         Add condition to put completions-common-part when
17136         common-string-length>0.
17138         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17139         place point at the first different character in the minibuffer
17140         even if this position is at the beginning of the minibuffer.
17142         * info.el (Info-read-node-name-1): In completion-base-size-function's
17143         lambda return 1 if common-substring or minibuffer-completion-contents
17144         starts with (, and 0 otherwise.
17146         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17147         Use `crm-current-element' for second arg of `display-completion-list'.
17149 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
17151         * files.el (set-auto-mode): Look for an interpreter specified on
17152         the first line also if search for mode specification succeeded,
17153         but the mode is not known.
17155 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
17157         * textmodes/org.el (org-tags-match-list-sublevels): New option.
17158         (org-open-at-point): Implement tag searches as links.
17159         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17160         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17161         (org-tags-sparse-tree, org-tags-view, org-set-tags)
17162         (org-agenda-dispatch): New commands.
17163         (org-use-tag-inheritance, org-tags-column): New options.
17164         (org-tab-follows-link, org-return-follows-link): New options.
17165         (org-tags): New customize group.
17166         (org-start-icalendar-file): Get local time zone.
17167         (org-tags-completion-function): New function.
17168         (org-set-font-lock-defaults): Make sure links will also be
17169         highlighted inside headlines.
17171 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
17173         * term.el (term-emulate-terminal):
17174         Let term-handle-ansi-terminal-messages override what Bash says about
17175         its current directory.
17177 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17179         * bindings.el (last-buffer): Move to simple.el.
17180         * simple.el (last-buffer): Move here.
17181         (get-next-valid-buffer): New function.
17182         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17183         (prev-buffer): Ditto.  Rename to `previous-buffer'.
17185         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17186         * bindings.el (global-map): Ditto.
17188 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
17190         * cus-edit.el: Introductory comment change.
17191         (custom-magic-alist): Change message string for the `rogue' state.
17193 2005-12-15  Richard M. Stallman  <rms@gnu.org>
17195         * tooltip.el: Delete defcustom variable :tag names.
17197         * complete.el (partial-completion-mode): Doc fix.
17199         * textmodes/flyspell.el (flyspell-external-point-words):
17200         Use save-excursion to ensure we don't move backward in the
17201         search loop, not even one character.
17202         (flyspell-delete-all-overlays): Use remove-overlays directly.
17204         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17205         (ispell-start-process): Set that variable.
17206         Clear ispell-buffer-local-name.
17207         (ispell-internal-change-dictionary):
17208         Set ispell-current-dictionary after killing process.
17209         (ispell-buffer-local-dict):
17210         Don't set spell-personal-dictionary after killing process.
17211         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17212         (ispell-tex-skip-alists, ispell-html-skip-alists)
17213         (ispell-skip-region-alist): Mark as risky.
17215         * net/newsticker.el (newsticker--retrieval-timer-list)
17216         (newsticker--display-timer, newsticker-running-p)
17217         (newsticker-ticker-running-p): Definitions moved up.
17219 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
17221         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17223 2005-12-15  David Ponce  <david@dponce.com>
17225         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17226         (recentf-edit-list, recentf-open-files): Signal an error when
17227         there is no recent file.
17229 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17231         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17232         read-only except for texinfo-format-region evaluation.
17234 2005-12-14  Richard M. Stallman  <rms@gnu.org>
17236         * vc.el (vc-default-previous-version, vc-default-next-version)
17237         (vc-do-command): Doc fixes.
17239 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17241         * textmodes/bibtex.el (bibtex-expand-strings)
17242         (bibtex-autokey-expand-string, bibtex-name-part)
17243         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17244         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17245         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17246         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17247         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17248         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17249         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17250         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17251         (bibtex-beginning-of-last-entry): Remove.
17252         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17253         message if comma is missing but buffer is read-only.
17254         (bibtex-parse-field-text): Handle whitespaces at the end of field
17255         text.  Return 3-element list with beginning and end of field text
17256         and end of field.
17257         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17258         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17259         (bibtex-search-forward-field, bibtex-search-backward-field):
17260         Search always delimited by limits of entry.  Use more efficient
17261         search algorithms.
17262         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17263         bibtex-end-of-name-in-field.
17264         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17265         extracting the content of a field.
17266         (bibtex-text-in-field): Use search limits.
17267         (bibtex-parse-string-prefix): Handle empty string keys based on
17268         bibtex-string-empty-key.
17269         (bibtex-parse-string): Fix docstring.
17270         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17271         (bibtex-preamble-prefix, bibtex-strings): New functions.
17272         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17273         BibTeX entries (consistent with other BibTeX functions).
17274         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17275         (bibtex-search-entry): Fix docstring.  Simplify.
17276         (bibtex-flash-head, bibtex-complete-string-cleanup)
17277         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17278         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17279         (bibtex-parse-entry): New optional arg content.
17280         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17281         Use bibtex-text-in-field-bounds.
17282         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17283         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17284         bibtex-parse-string-postfix.
17285         (bibtex-find-text-internal): New function.
17286         (bibtex-remove-delimiters): Use it.
17287         (bibtex-find-text): Use it.  New optional arg help.
17288         (bibtex-complete): Handle BibTeX string and preamble entries.
17289         (bibtex-Preamble): Fix order of closing delimiters.
17291 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17293         * vc.el (vc-default-revert): New fun.
17295         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17297 2005-12-14  Romain Francoise  <romain@orebokech.com>
17299         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17300         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17301         (font-lock-remove-keywords): Likewise.
17303 2005-12-14  Juri Linkov  <juri@jurta.org>
17305         * log-view.el (log-view-diff): Doc fix.
17307         * isearch.el (isearch-query-replace): Use (mark) instead of
17308         isearch-opoint if mark is active in transient-mark-mode.
17310 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17312         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17314 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17316         * progmodes/cpp.el (cpp-face): New widget.
17317         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17319 2005-12-14  Juri Linkov  <juri@jurta.org>
17321         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17322         around `erase-buffer' and `insert'.
17324         * descr-text.el (describe-text-properties): Replace buffer name
17325         "*Help-2*" with "*Help*<2>".
17326         (describe-char): Add functions print-help-return-message,
17327         toggle-read-only.  Use help-setup-xref with nil to not store
17328         describe-char in help-xref-stack.  Use help-make-xrefs to
17329         make [back] button.
17331         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17333         * wdired.el (wdired-old-point): New internal variable.
17334         (wdired-change-to-wdired-mode): Set it buffer-locally.
17335         (wdired-abort-changes): Restore point after aborting changes.
17337 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17339         * vc.el (vc-do-command): Add a new value t for okstatus.
17341         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17342         frame in case of errors.
17344 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17346         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17347         so it comes after "On the Left" in the menu.
17349 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17351         * cus-edit.el (customize-apropos, customize-apropos-options)
17352         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17354 2005-12-12  Bill Wohler  <wohler@newt.com>
17356         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17357         non-writable Subversion-controlled files by saving window
17358         configuration before calling vc-do-command.  vc-do-command calls
17359         pop-to-buffer on error which is unexpected during registration.
17361 2005-12-12  Jay Belanger  <belanger@truman.edu>
17363         * calc/README: Update the summary of changes.
17365 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17367         * descr-text.el (describe-char): Rework last fix to solve the problem
17368         is the same way it's solved for everything else in that function
17369         (i.e. by extracting the info before setting up the *Help* buffer).
17371 2005-12-12  Kim F. Storm  <storm@cua.dk>
17373         * subr.el (version-regexp-alist): Allow space as separator before
17374         non-numeric part, e.g. "1.0 alpha".
17375         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17377 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17379         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17380         Implement Logging and the keep-modes setting.
17381         (org-get-category): Make sure a string is returned.
17382         (org-log-done): New function.
17383         (org-log-done, org-closed-string): New options.
17385 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17387         * tooltip.el (tooltip-y-offset): Change default to 20.
17389 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17391         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17393         * frame.el (display-hourglass): Doc fix.
17395         * help.el (help-for-help-internal): Simplify entry for `a'.
17397         * info.el (Info-on-current-buffer): Doc fix.
17398         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17400         * startup.el (inhibit-splash-screen): Make this the real name.
17401         (inhibit-startup-message): Make this the alias.
17402         (command-line): Find only simple.el, and use its directory
17403         to fill in other preloaded files' names.
17404         (command-line): Deactivate the mark if deactivate-mark is set.
17406         * international/mule.el (load-with-code-conversion):
17407         Bind deactivate-mark.
17409         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17411 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17413         * cus-edit.el (customize-apropos): Avoid listing an option more
17414         than once under different aliases.  No longer list user options
17415         that are not defined with defcustom (unless a prefix arg is given).
17416         Doc fix.
17417         (customize-apropos-options): Doc fix.
17419 2005-12-11  Juri Linkov  <juri@jurta.org>
17421         * frame.el (set-background-color, set-foreground-color)
17422         (set-cursor-color, set-mouse-color, set-border-color):
17423         Add explicit prompts to read colors by `facemenu-read-color'.
17424         (show-trailing-whitespace, blink-cursor-delay)
17425         (blink-cursor-interval, display-hourglass, hourglass-delay):
17426         Remove tags.
17427         (display-hourglass, hourglass-delay): Doc fix.
17428         (cursor-in-non-selected-windows): Capitalize words in tag.
17430         * faces.el (frame-background-mode): Replace `choice-item' keywords
17431         with `const' to not make [default] button.  Change default value tag
17432         from `default' to `automatic'.  Doc fix.
17433         (trailing-whitespace) <defface>: Change group `whitespace' to
17434         `whitespace-faces'.
17436 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17438         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17440 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17442         * term/mac-win.el: Create keymap for mac-apple-event-map.
17444 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17446         * tooltip.el (tooltip-mode): Move to start of file so that it
17447         appears at top of customize buffer.
17449         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17450         Add the gud groupname.
17451         (gud-tooltip-mode): Add the tooltip groupname.
17452         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17453         avoid conflict with tooltip-use-echo-area.
17455 2005-12-10  Romain Francoise  <romain@orebokech.com>
17457         * help.el (help-for-help-internal): Add `r' in doc string.
17459 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17461         * align.el (align-regexp, align-highlight-rule):
17462         Use region-beginning and region-end instead of point and mark, so that
17463         repetition (with `repeat-complex-command') recomputes the region
17464         bounds.
17466 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17468         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17469         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17470         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17471         (balance-windows): Rewrite using the above new functions.
17473 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17475         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17476         react if global-hi-lock-mode seems intended.
17477         (global-hi-lock-mode): Renamed from hi-lock-mode.
17478         (hi-lock-archaic-interface-message-used)
17479         (hi-lock-archaic-interface-deduce): New variables.
17480         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17481         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17482         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17483         Replace hi-lock-buffer-mode with hi-lock-mode.
17485 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17487         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17488         completion list, even after a partial completion has been
17489         inserted in the current buffer.  If there are more than 1
17490         completion, redisplay the *Completions* buffer; if the
17491         completion is unique, delete the *Completions* window.
17493 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17495         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17496         strings and long subject lines that were broken into multiple
17497         lines at arbitrary places.  Handle subjects that have "Re: " in
17498         the middle.
17500 2005-12-10  John W. Eaton  <jwe@octave.org>
17502         * emacs/octave-mod.el (octave-electric-space): Don't indent
17503         comments or strings if octave-auto-indent is nil.
17505 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17507         * term/mac-win.el: Require url when compiling.
17508         Call mac-process-deferred-apple-events after loading init files.
17509         (mac-apple-event-map): New defvar.  Define event handlers in it.
17510         (core-event, internet-event): New Apple event class symbols.
17511         (open-application, reopen-application, open-documents)
17512         (print-documents, open-contents, quit-application)
17513         (application-died, show-preferences, autosave-now, get-url):
17514         New Apple event ID symbols.
17515         (about): New HICommand ID symbol.
17516         (mac-event-spec, mac-event-ae): New macros.
17517         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17518         (mac-ae-selection-range, mac-ae-text-for-search)
17519         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17520         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17521         and Services menu events are now defined in mac-apple-event-map.
17522         (mac-drag-n-drop): Remove selection range handling.
17524 2005-12-10  Kenichi Handa  <handa@m17n.org>
17526         * simple.el (zap-to-char):
17527         * isearch.el (isearch-process-search-char): Translate CHAR by
17528         translation-table-for-input.
17530 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17532         * foldout.el (foldout-exit-fold): Properly hide subtree.
17534 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17536         * files.el (save-buffer):
17537         * international/ucs-tables.el (ucs-set-table-for-input):
17538         * mail/mail-extr.el (mail-extract-address-components):
17539         * mail/sendmail.el (mail-mode): Reformat doc string.
17541 2005-12-09  Juri Linkov  <juri@jurta.org>
17543         * isearch.el (isearch-highlight): Change main overlay priority
17544         from 1 to 1001.  Simplify.
17545         (isearch-lazy-highlight-update): Change lazy overlay priority
17546         from 0 to 1000.
17548         * replace.el (replace-highlight): Change overlay priority from
17549         1 to 1001.
17551         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17552         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17554         * compare-w.el (compare-windows-highlight): Change overlay
17555         priority from 1 to 1000.
17557         * menu-bar.el (menu-bar-edit-menu): Add listp around
17558         pending-undo-list to disable menu item "undo" when pending
17559         undo list is empty.
17561         * locate.el (locate): Disable undo in *Locate* buffer.
17563 2005-12-09  Kim F. Storm  <storm@cua.dk>
17565         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17567 2005-12-09  David Ponce  <david@dponce.com>
17569         * recentf.el: Improvement of the menu code.
17570         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17571         instead of menu hook.
17572         (recentf-show-menu, recentf-hide-menu): New functions.
17573         (recentf-menu-customization-changed, recentf-mode): Use them.
17574         (recentf-menu-action, recentf-max-menu-items)
17575         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17576         (recentf-arrange-by-rule-others)
17577         (recentf-arrange-by-rules-min-items)
17578         (recentf-arrange-by-rule-subfilter): Don't use
17579         `recentf-menu-customization-changed'.
17580         (recentf-arrange-rules): Likewise.  Accept functions to compute
17581         sub-menu titles.
17582         (recentf-menu-filter): Likewise.  Doc fix.
17583         (recentf-menu-value-shortcut): Doc fix.
17584         (recentf-dump-variable): Quote atom value.
17585         (recentf-make-menu-items): Update to use it as a menu filter.
17586         (recentf-match-rule): New function.
17587         (recentf-arrange-by-rule): Use it.
17588         (recentf-indirect-mode-rule): New function.
17589         (recentf-build-mode-rules): Use it.
17590         (recentf-dir-rule): New function.
17591         (recentf-arrange-by-dir): Use it.
17592         (recentf-filter-changer-current): Rename from
17593         `recentf-filter-changer-state'.  All references updated.
17594         (recentf-filter-changer-alist): Update filter names.
17595         (recentf-filter-changer-select): New function.
17596         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17597         available in `recentf-filter-changer-alist'.
17598         (recentf-data-cache, recentf-clear-data)
17599         (recentf-update-menu): Remove.  All references updated.
17600         (recentf-match-rule-p, recentf-build-dir-rules)
17601         (recentf-filter-changer-goto-next)
17602         (recentf-filter-changer-get-current)
17603         (recentf-filter-changer-get-next): Remove.
17605 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17607         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17608         buffer "Reset" button to "Reset to Current" for consistency with
17609         the State buttons.
17611 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17613         * ibuf-ext.el (define-ibuffer-filter filename):
17614         If `dired-directory' is a list then really use its car.
17616 2005-12-08  Kim F. Storm  <storm@cua.dk>
17618         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17619         Fix indention of text on right side of replaced rectangle.
17621 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17623         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17624         No need to check gud-comint-buffer is bound.
17625         (gdb): Prevent multiple debugging when first session uses gdba.
17627 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17629         CC Mode update to 5.31.
17631         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17632         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17633         We might do this function properly in the future).
17635         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17636         New macros c-sentence-end and c-default-value-sentence end, to cope
17637         with Emacs 22's new function `sentence-end'.
17639 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17641         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17642         compat issue using `c-put-overlay' and `c-delete-overlay'.
17644         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17645         New compat macros to handle overlays/extents.
17647 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17649         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17650         (for GNU Emacs 20.4).
17652         * progmodes/cc-defs.el:
17653         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17655         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17656         highlighting mechanism so it will work in XEmacs too.
17658         * progmodes/cc-defs.el: Insert c-int-to-char.
17660         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17661         call to the new macro c-int-to-char.  This solves XEmacs's
17662         regarding characters as different from integers.
17664 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17666         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17667         New internal helper.
17669         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17670         construct to make the indirect face lookup work in XEmacs.
17672         (c-cpp-matchers): Append the negation char face to the existing
17673         fontification, so that the cpp face doesn't disappear.
17674         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17675         and strings.
17677         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17678         to map to `font-lock-negation-char-face' in emacsen where it exists.
17680 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17682         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17684         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17685         Rename "c-subword-move-mode" as "c-subword-mode".
17687         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17688         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17690 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17692         * progmodes/cc-mode.el: Added autoload directive for
17693         `c-subword-move-mode' for use in older emacsen.
17695 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17697         * progmodes/cc-mode.el:
17698         (i): Insert a binding for C-c C-backspace into
17699         c-bind-special-erase-keys which works in TTYs.
17700         (ii): Make sure that when file styles are used, any explicitly
17701         given style variables take priority over those in the style.
17702         Do this by calling `hack-local-variables' a second time.
17704         * progmodes/cc-vars.el: Add language specific customization
17705         widgets for AWK to c-doc-comment-style, c-require-final-newline
17706         and c-default-style.  Add a defcustom for awk-mode-hook.
17707         Give c-syntactic-element and c-syntactic-context doc-strings by
17708         directly setting their `variable-documentation' propery.
17709         This allows Emacs 22.1 to read these with C-h v.
17711         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17713 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17715         * progmodes/cc-fonts.el, cc-vars.el
17716         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17717         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17718         Masatake YAMATO.
17720         (c-doc-comment-style): Made GtkDoc default in C mode.
17722         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17723         and C-c C-<delete>.
17725         (c-bind-special-erase-keys): New function for use on
17726         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17728         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17729         <delete> key behavior in XEmacs according to `delete-forward-p'.
17730         C.f. `c-electric-delete'.
17732 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17734         * progmodes/cc-mode.el: Give c-hungry-backspace and
17735         c-hungry-delete-forward permanent key bindings.
17737         * progmodes/cc-cmds.el (c-electric-semi&comma):
17738         Bind c-syntactic-context for calls to "criteria functions", for
17739         consistency with other calls to user functions.
17741         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17742         `current-prefix-arg', since this might be the prefix arg to a
17743         command which calls c-indent-command as a function.  Change the
17744         interactive spec from "p" to "P".
17746         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17747         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17748         was difficult to understand.
17750 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17752         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17753         first char of an identifier.
17755         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17756         +" syntax in C++.
17758 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17760         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17761         auto-fill doesn't split a c-comment's last word from a hanging
17762         "*/" when a space is typed between them after fill-column.
17764         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17766         * progmodes/cc-styles.el (c-set-style)
17767         (c-setup-paragraph-variables): Abort the command if we're not in a
17768         CC Mode buffer.
17770         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17771         with blank comment-prefix, and a blank line as the comment's
17772         second line.
17774 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17776         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17777         Incorporate the patterns added in the Emacs development branch
17778         for the new Emacs 22 face `font-lock-negation-char-face'.
17780         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17781         of "red" since it stands out better in xterms and DOS terminals.
17783         * progmodes/cc-engine.el (c-literal-faces):
17784         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17786 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17788         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17789         forcibly enable c-electric-flag.
17791         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17792         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17793         after the comment-prefix of a C-style comment will close that comment.
17795 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17797         * progmodes/cc-fonts.el (c-basic-matchers-before)
17798         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17799         in Pike.
17801         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17802         digraphs.
17804         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17805         (c-cpp-message-directives, c-cpp-include-directives)
17806         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17807         (c-cpp-expr-directives): Introduce new language constants to
17808         control cpp syntax in a cleaner way.
17810         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17812         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17814         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17815         (c-multiline-string-start-char): New language constants and
17816         variables to specify how newlines in string literals work.
17818         (c-font-lock-invalid-string): Use them.
17820         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17821         unbalanced close brace is entered.  Optimization by avoiding going
17822         back over arbitrarily large blocks.  Removed hints that this
17823         function only would be relevant/useful in AWK.
17825         (c-electric-brace): Indent syntactically after the cleanups since
17826         lineup functions might do it differently then.
17828         * progmodes/cc-engine.el, cc-langs.el
17829         (c-opt-op-identifier-prefix): New language constant and variable.
17831         (c-just-after-func-arglist-p, c-after-special-operator-id)
17832         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17834         * progmodes/cc-align.el, cc-engine.el
17835         (c-after-special-operator-id): New helper to handle C++ operator
17836         identifiers.
17838         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17839         (c-guess-basic-syntax): Handle C++ operator identifiers in
17840         declarations.
17842         * progmodes/cc-langs.el (c-assignment-operators): Add the
17843         trigraph version of ^= too.
17845         * progmodes/cc-langs.el (c-assignment-operators): Add the
17846         trigraph version of |= in C++.
17848         * progmodes/cc-fonts.el (c-font-lock-declarators):
17849         Handle `c-decl-hangon-kwds' after the identifier name.
17851         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17852         whether an arglist is "nonempty", ignore a comment after the open
17853         paren if it isn't followed by a non-comment token on the same line.
17855         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17856         Enable heuristics below the point to cope with classes inside special
17857         brace lists in Pike.
17859 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17861         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17863 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17865         * progmodes/cc-guess.el (cc-guess-install): New function to
17866         install an already guessed style in another buffer.
17868         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17869         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17870         anyway if the change always is undone.
17872 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17874         Implement togglable electricity:
17876         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17877         saying when it should be used.
17879         * progmodes/cc-engine.el: Add the new buffer-local variable,
17880         c-electric-flag.
17882         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17883         c-toggle-auto-newline.
17885         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17886         c-toggle-auto-newline.  Remove the binding for
17887         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17888         c-toggle-electric-state.
17890         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17892         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17893         c-\(forward\|backward\)-subword.
17894         (c-update-modeline): Add the new modeline flag `l' for
17895         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17896         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17897         Make the old name an alias of the new name.
17898         (c-toggle-electric-state): New function.
17899         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17900         Adapt these functions to do electric things only when
17901         c-electric-flag is non-nil.
17902         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17903         new functions from c-electric-brace.
17904         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17905         mode, so that the tentative extra newline doesn't change the
17906         syntax of the following brace.
17907         (c-electric-brace): Restructure by extracting the above functions.
17908         Tidy up the coding somewhat.
17909         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17910         restructure a bit.
17912 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17914         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17915         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17917         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17918         (c-submode-indicators): Change name from `c-auto-hungry-string'
17919         since it's now used to track another submode.
17921         (c-update-modeline): Convert to function and extended to check
17922         `c-subword-move-mode'.
17924         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17925         Convert to compat aliases for `c-forward-subword' and
17926         `c-backward-subword'.
17928         * progmodes/cc-subword.el: New functions and minor mode to handle
17929         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17931         (c-forward-subword, c-backward-subword, c-mark-subword)
17932         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17933         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17934         Functions corresponding to the standard word handling functions.
17936         (c-subword-move-mode): Minor mode that replaces all the standard
17937         word handling functions with their subword equivalences.
17939 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17941         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17942         entry for one-liner-defun.
17944         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17945         name in its def-edebug-spec.
17947         * progmodes/cc-cmds.el (c-electric-brace): Make the
17948         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17949         compacts space before a comment, if this will make things fit on
17950         one line.
17952         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17954         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17956         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17957         clean-up one-liner-defun.
17959         * progmodes/cc-styles.el: Add the new "awk" style.
17961         * progmodes/cc-vars.el: Add description of one-liner-defun to
17962         c-cleanup-list's doc-string.  New user options,
17963         c-max-one-liner-length.  In c-default-style, set the default style
17964         for AWK to "awk".
17966 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17968         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17969         macros inside labels.
17971         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17972         `c-at-statement-start-p' and `c-at-expression-start-p'.
17974         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17975         error if the mark isn't set.
17977         * progmodes/cc-engine.el (c-guess-continued-construct)
17978         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17979         accurately detect functions inside functions.
17981         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17982         like `c-at-statement-start-p' that additionally recognizes commas
17983         and expression parentheses as delimiters.
17985         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17986         to avoid heuristics that doesn't work for unclosed blocks.
17987         (c-at-statement-start-p): New function.
17989         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17990         Objective-C directives, e.g. directives spanning lines should work
17991         reasonably well now.
17993         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17995         (c-forward-objc-directive): New function to move over any ObjC
17996         directive.
17998         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17999         (c-basic-matchers-before): Use it.
18001         (c-font-lock-objc-iip-decl): Remove.
18003         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18004         in the template arglist recognition.
18006         * progmodes/cc-styles.el (c-style-alist): Fix several
18007         inconsistencies in the Whitesmith style.
18009         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18010         New lineup function to get lines after Whitesmith style blocks
18011         correctly indented.
18013         (c-lineup-whitesmith-in-block): Back out the compensation for
18014         opening parens since it's done using `add' lists in the style
18015         definition instead.  Don't use the anchor position since it varies
18016         too much between the syntactic symbols. :P
18018         * progmodes/cc-vars.el (c-valid-offset): Update.
18020         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18021         lists where the offsets are combined according to several
18022         different methods: `first', `min', `max', and `add'.
18023         Report offset evaluation errors with `c-benign-error' so that some kind
18024         of reindentation still is done.
18026         * progmodes/cc-engine.el (c-guess-basic-syntax):
18027         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18028         `arglist-close'.
18030         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18031         situations for `arglist-cont-nonempty' and `arglist-close'.
18033         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18035         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18036         cc-bytecomp-boundp' in a number of places.
18038         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18039         macro related issue.
18041 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18043         * progmodes/cc-awk.el: Change the terminology of regexps: A char
18044         list is now [asdf], a char class [:alpha:].
18045         Include code for char classes.
18046         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
18047         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18049         Remove (nearly all of) the cruft associated with AWK Mode's former
18050         concept of "virtual semicolons":
18052         Adapt c-beginning-of-statement, c-end-of-statement (together with
18053         subfunctions) to use the new notion of "virtual semicolon" in
18054         place of the old awkward special handling for AWK.  There remains
18055         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18056         * progmodes/cc-cmds.el:
18057         (c-ascertain-adjacent-literal): In the backwards direction, now
18058         recognises AWK regexp delimiters as string delimiters.
18059         (c-after-statement-terminator-p): Adapt for virtual semicolons;
18060         check more rigorously for "end of macro".
18061         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18062         virtual semicolons;
18063         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18064         out the code for forward movement into ...
18065         (c-end-of-statement): Now contains the code for forward movement,
18066         adapted for virtual semicolons.
18068         * progmodes/cc-engine.el:
18069         (c-ws*-string-limit-regexp): New regexp.
18070         (c-forward-single-comment, c-backward-single-comment): Comment out
18071         the (now redundant) "special" AWK stuff.
18073         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18074         c-string-par-start, c-string-par-separate to be more like Text
18075         Mode than Fundamental Mode.
18077 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18079         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18080         to the fontified region so that fontification doesn't occur
18081         outside it (could happen e.g. when fontifying a line with an
18082         unfinished declaration).
18084 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18086         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18087         start of the file.  ^L now separate sections of the file.
18088         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18089         (c-awk-one-line-possibly-open-string-re)
18090         (c-awk-regexp-one-line-possibly-open-char-class-re)
18091         (c-awk-one-line-possibly-open-regexp-re)
18092         (c-awk-one-line-non-syn-ws*-re): New defonsts.
18093         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18095         Amend the concept of "virtual semicolons" (in the indentation
18096         engine) for languages like AWK, such that they are now
18097         conceptually attached to end of the last token of a statement, not
18098         the end of the line.  (In AWK Mode, however, the pertinent text
18099         property is still physically set on the EOL.)  Remove the specific
18100         tests for awk-mode, thus facilitating the introduction of other
18101         language modes where EOLs can end statements.
18102         (Note: The funtionality in cc-cmds.el, specifically
18103         c-beginning/end-of-statement has yet to be amended.)
18105         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18106         New macros.
18108         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18109         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
18110         c-vsemi-status-unknown-p-fn (in a new page).
18112         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18113         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18114         numerous awkward forms like
18115         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18116         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
18117         variable before-ws-ip, the place just after char-before-ip appears.
18119         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18120         a comment.
18122 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18124         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18125         `c-tentative-buffer-changes'.
18127         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18128         convert to macro to choose between Emacs and XEmacs at compile time.
18130         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18132         (c-tentative-buffer-changes): New macro to handle temporary buffer
18133         changes in a convenient way.
18135         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18136         for `c-tentative-buffer-changes'.
18138         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18139         the checks for paren sexps between the point and the keyword, to
18140         avoid some false alarms.
18142         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18143         Fixed a situation where an error could be thrown for unbalanced
18144         parens.  Changed to make use of c-keyword-member' to avoid some
18145         repeated regexp matches.
18147         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18148         These language variable are no longer necessary.
18150         (c-block-stmt-kwds): New language constant used by
18151         c-looking-at-inexpr-block'.
18153         (c-guess-basic-syntax): Remove an optional check that looked at
18154         the existence of the now removed language variables.
18156         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18157         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18158         object instantiation expressions as declarations in some contexts.
18159         This bug only affected languages where the declarator can't be
18160         enclosed in parentheses.
18162         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18163         insert newlines before and after substatement braces.
18165         * progmodes/cc-engine.el: Improved the heuristics for recognizing
18166         function declaration headers and the handling of C++ style member
18167         init lists.
18169         (c-just-after-func-arglist-p): Rewritten to use
18170         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
18172         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18174         (c-guess-basic-syntax): Adapt case 5B for the new
18175         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
18176         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18177         covers all cases now).
18179         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18181 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18183         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18184         c-string-par-start/separate c-sentence-end-with-esc-eol,
18185         initialised in c-setup-paragraph-variables, used in string
18186         scanning subroutines of c-beginning-of-statement.
18188         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18189         which precedes the newly inserted `{'.
18191 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18193         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18194         function for declaration level blocks.  It should now cope with
18195         templates better and also be a lot more comprehensible.
18197         (c-looking-at-decl-block): The new function.
18199         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
18200         for compatibility.
18202         (c-add-class-syntax, c-guess-continued-construct)
18203         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18205         (c-decl-block-key): Change to tell apart ambiguous and
18206         unambiguous keywords.  Pike specials are now handled directly in
18207         the code instead.
18209         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18210         New language constants and variables to make the backward skip in
18211         `c-looking-at-decl-block' as tight as possible.
18213         (c-nonsymbol-token-char-list): New language constant.
18215         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18216         find balanced template arglists backwards.
18218         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18219         making char classes for `c-syntactic-skip-backward'.
18221         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18222         16D - can't be a class-close at that point.
18224         * progmodes/cc-engine.el (c-guess-basic-syntax)
18225         (c-add-class-syntax): Don't narrow out the enclosing declaration
18226         level.  This makes everything a lot easier, and it was actually
18227         only four small places that needed it to work.  Some places that
18228         previously did `widen' are removed now, which has the effect that
18229         `c-guess-basic-syntax' never will look at things outside the
18230         current narrowment now.  The anchor position for `topmost-intro'
18231         is affected by this, but it was so bogus it was basically useless
18232         before, and now it's equally bogus but in a slightly different way.
18234         (c-narrow-out-enclosing-class): Gone.
18236         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18237         the narrowed region.
18239         (c-least-enclosing-brace): Remove silly optional argument.
18241         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18242         the point could be left directly after an open paren when finding
18243         the beginning of the first decl in the block.
18245         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18246         Specify which submatch to use.
18248         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18250         (c-decl-start-re): No longer any need for special treatment of
18251         ObjC due to the above.
18253         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18254         presumably follows C in that regard.
18256         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18257         New language constants to specify operator tokens inside
18258         identifiers in a more high level way.
18260         (c-opt-identifier-prefix-key): New internal language constant.
18262         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18263         (c-identifier-start, c-identifier-key): Now completely calculated
18264         from other constants.
18266         (c-identifier-last-sym-match): Decommission since it's no longer used.
18268         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18270         * progmodes/cc-engine.el (c-forward-name): Remove the
18271         optimization when c-identifier-key is equal to c-symbol-key since
18272         it doesn't work in byte compiled files.  Don't record empty
18273         regions as identifiers.
18275         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18276         simplify access to `c-operators' and its likes.
18278         (c-operator-list, c-all-op-syntax-tokens)
18279         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18280         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18281         (c-primary-expr-regexp, c-cast-parens): Use it.
18283         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18284         an explicit language in functions.
18286         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18287         variant of adornment.
18289         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18290         variable.
18292         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18293         the Pike value.
18295         * progmodes/cc-engine.el (c-on-identifier)
18296         (c-simple-skip-symbol-backward): Small fix for handling "-"
18297         correctly in `skip-chars-backward'.  Affected the operator lfun
18298         syntax in Pike.
18300         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18301         diagnostic message about precompiled language vars not being used.
18303         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18304         "__attribute__" is followed by a parenthesis.
18306         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18307         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18308         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18310         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18311         Internal cleanups to properly detect the declared identifiers in
18312         various declarations.
18314         (c-decl-start-kwds): New language constant to recognize
18315         declarations that can start anywhere.  Used for class declarations
18316         in Pike.
18318         (c-specifier-key, c-not-decl-init-keywords)
18319         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18320         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18322         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18323         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18324         handling of the compiler specific extension keywords into a new
18325         language constant `c-decl-hangon-kwds' that defines keyword
18326         clauses to be ignored in declarations.
18328         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18329         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18330         Necessary to stop at the declared identifier in e.g. IDL valuetype
18331         declarations.
18333         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18334         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18335         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18336         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18337         class and enum declarations as such and not as part of the type.
18339         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18340         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18342         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18343         declarations when there's some syntax error later on.
18345         (c-complex-decl-matchers): Did away with a reference to
18346         `c-specifier-key'.
18348         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18349         value - this variable is always dynamically bound.
18351         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18352         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18353         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18354         functions that might do hidden buffer changes: All such internal
18355         functions are now marked instead of those that don't.
18357         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18358         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18359         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18360         (c-literal-type): Allow these functions to make hidden buffer changes,
18361         so that they are free to use text property caching later on.
18363         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18364         (c-electric-brace, c-electric-slash, c-electric-star)
18365         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18366         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18367         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18368         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18369         with the changed semantics of the functions above.
18371         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18372         when macros occur in obscure places.  Optimized the sexp movement
18373         a bit.
18375 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18377         Enhancements for c-beginning-of-statement to work in AWK Mode:
18379         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18380         (completed statement) with `}' (statement completed by closing
18381         brace or semicolon) and `$' (statement completed by EOL).
18383         (c-awk-virtual-semicolon-ends-prev-line-p)
18384         (c-awk-virtual-semicolon-ends-line-p)
18385         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18386         (c-awk-at-statement-end-p): New functions.
18388         * progmodes/cc-cmds.el: Simplify the structure of functions
18389         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18390         two functions and c-beginning-of-statement to handle AWK Mode.
18392         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18393         c-backward-single-comment for AWK mode.  Attempt to clarify their
18394         doc-strings.
18396         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18398 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18400         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18401         label handling.  Labels are now recognized in a uniform and more
18402         robust way, regardless of context.  Text properties are put on all
18403         labels to recognize the following declarations better.
18404         Multiword labels are handled both in indentation and fontification for
18405         the benefit of language extensions like Qt.  For consistency, keywords
18406         in labels are now fontified with the label face instead.
18407         That also applies to "case" and "default".
18409         (c-beginning-of-statement-1): Fix some bugs in the label
18410         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18411         with `c-label-kwds'.
18413         (c-find-decl-spots): Support that the callback adds more
18414         `c-decl-end' spots to find.
18416         (c-forward-decl-or-cast-1): Don't treat a list of plain
18417         identifiers followed by a colon as a declaration.
18419         (c-forward-label): New function to recognize labels.
18421         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18422         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18423         earlier since they aren't so context sensitive now.  Handle labels
18424         on the top level gracefully.  Moved access label recognition to
18425         the generic label case (CASE 15) - removed CASE 5E.
18427         (c-font-lock-declarations): Add recognition of labels in the
18428         same round since we need to handle labels in parallell with other
18429         declarations to recognize both accurately.  It should also improve
18430         speed.
18432         (c-simple-decl-matchers, c-basic-matchers-after):
18433         Move `c-font-lock-labels' so that it only is used on decoration level 2
18434         since `c-font-lock-declarations' handles it otherwise.
18436         (c-complex-decl-matchers): Remove the simplistic recognition of
18437         access labels.
18439         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18440         with labels earlier.
18442         (c-decl-start-re): New language variable to make
18443         `c-font-lock-declarations' stop for the special protection labels
18444         in Objective-C that start with `@'.
18446         (c-label-key): Remove since it's no longer used.
18448         (c-recognize-colon-labels, c-label-prefix-re): New language
18449         constants to support recognition of generic colon-terminated labels.
18451         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18452         are colon terminated labels.
18454         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18455         first argument starts with a special brace list.
18457         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18458         (c-font-lock-declarations): Break out the declaration and cast
18459         recognition from `c-font-lock-declarations' to a new function, so
18460         that it can be used in the indentation engine.
18462         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18463         up to the start of the literal.  Fixed bug with the point on the
18464         wrong side of the search limit that could happen when the start
18465         position is inside a literal.
18467         * progmodes/cc-engine.el (c-parse-state)
18468         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18469         so that it's kept a little bit back to increase the hit rate.
18471         (c-parse-state): Change the macro handling and fixed some
18472         glitches.  Macro context is checked more often than necessary now,
18473         but otoh less garbage conses are generated.
18475         * progmodes/cc-engine.el (c-parse-state)
18476         (c-invalidate-state-cache): Cache the last position where
18477         `c-state-cache' applies.  This can speed up refontification quite
18478         a bit in blocks where there are many non-brace parens before the point.
18480         (c-state-cache-end): New variable for this.
18482         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18483         cache variable.
18485         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18486         get close initial continue positions when the start position is
18487         inside a literal or macro.  Do not call the callback for spots
18488         before the start position (which can happen e.g. for `c-decl-end'
18489         spots inside comments).  Optimize better in special cases when the
18490         region is a single line inside a literal or macro (typically when
18491         the current line is refontified).
18493         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18494         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18495         entries from the paren state.
18497         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18498         special case for "else if" clauses.
18500         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18501         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18503         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18504         New language variable to recognize the gcc extension with statement
18505         blocks inside expressions.
18507         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18508         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18509         no longer used and hence removed.
18511         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18512         to `c-add-stmt-syntax'.
18514         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18515         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18516         This fixes bogus label recognition.
18518         * progmodes/cc-engine.el (c-add-type, c-check-type)
18519         (c-forward-name, c-forward-type): Improve storage of template
18520         types in `c-found-types' so that they can be recognized better.
18522         (c-syntactic-content): Add option to skip past nested parens.
18524         * progmodes/cc-engine.el (c-forward-name):
18525         Set `c-last-identifier-range' all the time.  It's less work that way.
18526         Handle that there might not be an identifier to store in
18527         `c-last-identifier-range'.
18529         (c-forward-type): Handle that `c-last-identifier-range' might be
18530         nil from `c-forward-name'.
18532         * progmodes/cc-defs.el (c-safe-scan-lists)
18533         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18535         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18536         to work even if the form fails.
18538         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18539         down in a large file in one go.
18541         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18543         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18544         function which is like `c-lineup-math' but returns nil instead of
18545         `c-basic-offset' when it doesn't match.
18547         (c-lineup-math): Change to use `c-lineup-assignments'.
18549 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18551         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18552         c-beginning-of-statement.  New subfunctions
18553         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18555 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18557         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18558         hardcoded char classes whereever possible.  Changed a couple of
18559         places to use skip by syntax instead of skip by char class.
18561         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18562         Fix a bug in the regexp that caused extreme backtracking.
18564         * progmodes/cc-langs.el (c-block-comment-starter)
18565         (c-block-comment-ender): New language constants to specify in a
18566         single place how block comments look.
18568         (c-comment-start-regexp, c-block-comment-start-regexp)
18569         (comment-start, comment-end, comment-start-skip)
18570         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18571         (c-syntactic-ws, c-nonempty-syntactic-ws)
18572         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18573         `c-line-comment-starter', `c-block-comment-starter' and
18574         `c-block-comment-ender'.
18576         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18577         New language constants to break up things a bit.
18579         (c-simple-ws): New language constant for simple whitespace.
18581         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18583         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18584         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18585         newlines.  Allow and ignore nil elements in the list.
18587 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18589         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18590         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18592         * progmodes/cc-cmds.el: Tidy up the comments in
18593         c-beginning-of-statement and subfunctions.
18595         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18596         more flexible c-put-char-property and c-clear-char-properties.
18597         Add the author's email address.
18599         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18601         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18602         closing "*/" of a block comment.
18604         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18605         subfunctions) so that it works at BOB and EOB.
18607         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18608         c-beginning-of-statement, including new variable
18609         c-block-comment-start-regexp.
18611 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18613         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18614         symbols from `*-font-lock-extra-types' so that there's no need to
18615         use `regexp-opt' on those lists.
18617         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18618         `c-type-modifier-kwds' is empty.
18620         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18621         there are several strings on the same line.
18623         * progmodes/cc-engine.el (c-literal-limits): Remove the
18624         compatibility function for older emacsen.  `c-literal-limits-fast'
18625         has now taken the place of this function.
18627         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18628         with older emacsen: We now require `pps-extended-state'.
18630 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18632         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18633         which obviates the need to hack sentence-end.  This now handles
18634         escaped newlines in strings correctly.  Correct minor bugs in
18635         c-move-over-sentence and in c-beginning-of-statement.
18637         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18638         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18639         that movement over macros and code are rigorously separated from
18640         eachother.  Correct a few incidental bugs.
18642         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18643         Improve its doc-string.  Improve the handling of certain specific cases.
18645 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18647         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18648         (c-guess-basic-syntax): Change the way class-level labels are
18649         recognized; they can now contain essentially any symbols.
18651         (c-opt-extra-label-key): New language variable to cope with the
18652         special protection label syntax in Objective-C.
18654         (c-opt-access-key): Remove; this is now handled better by
18655         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18657         (c-complex-decl-matchers): Update to handle that
18658         `c-opt-access-key' no longer exists.
18660         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18661         improved label recognition in `c-beginning-of-statement-1'.
18663         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18664         Recognize bitfields better.
18666         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18667         Remove some cruft and fixed a bug that could cause it to go to a
18668         position further down.
18670         * progmodes/cc-langs.el, cc-engine.el
18671         (c-beginning-of-statement-1): Improve detection of labels in
18672         declaration contexts.
18674         (c-beginning-of-decl-1): Use it.
18676         (c-nonlabel-token-key): New language constant and variable needed
18677         by `c-beginning-of-statement-1'.
18679         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18680         manifested itself due to the correction in `c-forward-sexp'.
18682         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18683         Make these behave as documented when used at the buffer limits.
18685         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18686         (c-type-decl-end-used): Made this a language variable.
18688         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18689         correctly when `combine-after-change-calls' is used together with
18690         temporary narrowings.
18692         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18693         Report labels correctly when the start point is immediately after the
18694         colon.
18696         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18697         Remove since it isn't used anymore.
18699         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18700         bracket arglists such as template parens in C++.
18702         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18703         in the last check-in.  Some optimization.
18705         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18706         where it could stop at the same level in a preceding sexp when
18707         PAREN-LEVEL is set.
18709         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18710         text property lookup only when it's needed.
18712         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18713         Change the policy for paren marked angle brackets to be more
18714         persistent; once marked they remain marked even when they're found
18715         to be unbalanced in the searched region.  This should keep the
18716         paren syntax around even when individual lines are refontified in
18717         multiline template arglists.
18719         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18720         to control markup so that incorrect angle bracket arglists aren't
18721         marked in contexts where the correct value for
18722         `c-disallow-comma-in-<>-arglists' isn't known.
18724         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18725         argument has become `c-parse-and-markup-<>-arglists'.
18727         (c-remove-<>-arglist-properties): Remove - no longer used.
18729         (c-after-change-check-<>-operators): New function used on
18730         `after-change-functions' to avoid that "<" and ">" characters that
18731         are part of longer operators have paren syntax.
18733         (c-<>-multichar-token-regexp): New language variable used by
18734         `c-after-change-check-<>-operators'.
18736         (c-after-change): Call `c-after-change-check-<>-operators'.
18738         (c-font-lock-<>-arglists): Use the context properties set by
18739         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18740         correctly to avoid doing invalid markup.
18742         (c-font-lock-declarations): Remove code that undoes the invalid
18743         markup done by `c-font-lock-<>-arglists'.
18745         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18746         after `c-font-lock-declarations'.
18748         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18749         Add paren-level feature.
18751         (c-guess-basic-syntax): Improve the anchor position for
18752         `template-args-cont' in nested template arglists.  There's still
18753         much to be desired in this area, though.
18755 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18757         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18758         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18760 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18762         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18763         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18765         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18766         it doesn't work no longer are supported.
18768         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18769         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18770         requires support for the syntax-table' text property, which rules
18771         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18772         cruft associated with those versions.
18774         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18775         for the `syntax-table' text property, which rules out Emacs 19 and
18776         XEmacs < 21.4.  Removed various compatibility cruft associated
18777         with those versions.
18779         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18780         support for the `syntax-table' text property.
18782         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18783         variable and use an extra quoted face name instead.  All the
18784         emacsen flavors handle that correctly.
18786         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18787         (c-font-lock-declarators, c-font-lock-declarations)
18788         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18789         property to mark the items in in declarator lists to handle
18790         refontification inside multiline declarations better.
18792         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18793         construct like "a * b = c;" as a declaration.
18795 2005-12-08  Kim F. Storm  <storm@cua.dk>
18797         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18798         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18799         select either meta, hyper, or super modifier for rectangle commands.
18800         (cua--rectangle-modifier-key): New defvar.
18801         (cua--M/H-key): Use it.  Remove special case for `space'.
18802         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18803         on X, to meta otherwise.  Always bind C-return to toggle
18804         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18806         * emulation/cua-rect.el (cua-help-for-rectangle):
18807         Use cua--rectangle-modifier-key.  Handle super modifier too.
18808         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18809         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18811         * ido.el: Move Acknowledgements and History after Commentary.
18812         Minor changes to Commentary.
18814         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18815         keymap if cua--prefix-override-timer is `shift'.
18816         (cua--shift-control-prefix): New function; emulate "type prefix
18817         key twice" functionality to handle shifted prefix key override.
18818         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18819         New commands.
18820         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18822 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18824         * textmodes/org.el (org-insert-heading): Try to do items before
18825         headings.
18826         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18827         (org-insert-item): New function.
18828         (org-renumber-ordered-list): Don't skip to higher level lists.
18830 2005-12-08  Juri Linkov  <juri@jurta.org>
18832         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18834         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18836         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18838         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18839         the constructed function name fun-1.
18841         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18842         because such links don't lead to parent documentation.
18844 2005-12-08  Kenichi Handa  <handa@m17n.org>
18846         * descr-text.el (describe-char): Use *Help-2* buffer if the
18847         current buffer is *Help*.  Call describe-text-properties while
18848         setting the original buffer.
18850 2005-12-07  Bill Wohler  <wohler@newt.com>
18852         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18853         and causes problems with non-MH users (such as Gnus users).
18855 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18857         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18858         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18859         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18860         command "info sources".  Move calls to GDB command "list".
18861         (gdb-find-file-hook): Just use gdb-source-file-list.
18862         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18863         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18864         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18865         (gdb-data-list-register-values-handler): Use correct trigger name.
18867 2005-12-07  Kim F. Storm  <storm@cua.dk>
18869         * ido.el (ido-completion-map): Rename from ido-mode-map.
18870         (ido-common-completion-map, ido-file-completion-map)
18871         (ido-file-dir-completion-map, ido-buffer-completion-map):
18872         Rename from ido-mode-....-map.
18873         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18874         (ido-setup-completion-map): Rename from ido-define-mode-map.
18875         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18876         to ido-completion-map.
18878 2005-12-07  Kenichi Handa  <handa@m17n.org>
18880         * international/mule-cmds.el
18881         (set-display-table-and-terminal-coding-system): If the coding
18882         system specified in `unibyte-display' property is different from
18883         the arg coding-system, don't setup standard-display-table.
18885 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18887         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18888         that comments end at \n, regardless of selective-display.
18890 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18892         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18893         (gdb-version): New variables.
18894         (gdb-source-file-list, gdb-register-names)
18895         (gdb-changed-registers): New variables for use with GDB 6.4+.
18896         (gdb-ann3): Replace with...
18897         (gdb-init-1, gdb-init-2): ...two new functions.
18898         (gdba, gdb-prompt): Call gdb-init-1.
18899         (gdb-get-version): New function.  Call gdb-init-2 from here.
18900         (gud-watch): Make it work with mouse events too.
18901         (gdb-post-prompt): Don't add to queue until GDB version is known.
18902         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18903         (gdb-locals-mode): Use gdb-version.
18904         (gdb-memory-format-map, gdb-memory-unit-map)
18905         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18906         (gdb-locals-font-lock-keywords-1)
18907         (gdb-locals-font-lock-keywords-2): New variables.
18908         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18909         (gdb-set-gud-minor-mode-existing-buffers-1)
18910         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18911         (gdb-var-update-1, gdb-var-update-handler-1)
18912         (gdb-data-list-register-values-handler)
18913         (gdb-data-list-register-values-custom)
18914         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18915         (gdb-stack-list-locals-handler, gdb-get-register-names):
18916         New functions for use with GDB 6.4+.
18917         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18918         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18919         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18920         (gdb-stack-list-locals-regexp)
18921         (gdb-data-list-register-names-regexp): New regexps for use with
18922         GDB 6.4+.
18924 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18926         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18928 2005-12-06  Nozomu Ando  <nand@mac.com>
18930         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18931         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18932         <seallan@verizon.net>.
18934 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18936         * frame.el (set-frame-parameter): Add doc string.
18938 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18940         * textmodes/org.el (org-occur-highlights): New variable.
18941         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18942         (org-highlight-sparse-tree-matches): New option.
18943         (org-do-occur): New function.
18944         (org-get-heading): Make it work also at beginning of line.
18945         (org-category-table): New variable.
18946         (org-get-category-table, org-get-category)
18947         (org-camel-to-words, org-link-search): New functions.
18948         (org-select-this-todo-keyword): New variable.
18949         (org-todo-list): New command.
18950         (org-shiftright, org-shiftleft): New commands.
18951         (org-agenda-todo): Add prefix argument.
18952         (org-show-hierarchy-above): New option.
18953         (org-show-todo-tree): Numerical prefix creates tree for specific
18954         TODO keyword.
18955         (org-outline-level): New function, to assign a level to plain
18956         lists items.
18957         (org-cycle-include-plain-lists): New option.
18958         (org-mode): Use `org-outline-level' as value of `outline-level'.
18959         (org-cycle): Temporarily switch `outline-regexp' if
18960         `org-cycle-include-plain-lists' is non-nil.
18961         (org-start-icalendar-file): Fix format bug.
18962         (org-agenda-get-day-entries): Create category table.
18963         (org-agenda-get-todos, org-agenda-get-timestamps)
18964         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18965         (org-agenda-get-blocks): Use `org-get-category'.
18966         (org-context-in-file-links): Rename from
18967         `org-line-numbers-in-file-links'.
18969 2005-12-06  Romain Francoise  <romain@orebokech.com>
18971         * window.el (balance-windows): Delete extraneous third arg in call
18972         to `enlarge-window'.
18974 2005-12-06  Kenichi Handa  <handa@m17n.org>
18976         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18978 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18980         * progmodes/gdb-ui.el (gdb-var-create-handler)
18981         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18982         (gdb-var-list-children-handler, gdb-var-update-handler):
18983         Current buffer is already gdb-partial-output-buffer, don't
18984         make it current again.
18986 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18988         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18989         (list-buffers-noselect): Use it.
18991 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18993         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18994         (mail-yank-ignored-headers): Use regexp-opt.
18995         (mail-mode-map): Move initialization into declaration.
18996         (mail-sent-via): Remove unused shadowed var `to-line'.
18997         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18998         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18999         (mail-do-fcc): Use dolist and push.
19000         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19001         (mail-yank-ignored-headers): Don't autoload.
19003 2005-12-05  Kenichi Handa  <handa@m17n.org>
19005         * international/mule-cmds.el (set-language-info-internal): New fun.
19006         (set-language-info): Call set-language-info-internal to update
19007         language-info-alist.  If LANG-ENV is the current one, call
19008         set-language-environment to make INFO effective now.
19009         (set-language-info-alist): Likewise.
19010         (locale-language-names): With locale "en", use English
19011         lang. env. but set the default codings to iso-8859-1.
19013 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
19015         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19016         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19017         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19018         for plain strings.
19019         (gdb-frames-mode): Remove redundant call to font-lock-mode.
19020         (gdb-all-registers): Rename from toggle-gdb-all-registers.
19021         Create registers buffer if necessary.  Echo new state in minibuffer.
19022         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19024 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
19026         * info.el (Info-fontify-node): Match external links using
19027         non-directory part of filename.
19029 2005-12-04  Juri Linkov  <juri@jurta.org>
19031         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19032         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
19033         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19034         because there is no customization option for it.
19036         * font-lock.el (lisp-font-lock-keywords-1):
19037         Add define-global-minor-mode.
19039         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19041         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19042         properties on the constructed variable names.
19044         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19045         Put `definition-name' properties on the constructed function names
19046         next-sym and prev-sym.
19048         * emacs-lisp/find-func.el (find-function-regexp):
19049         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
19050         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
19051         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19052         and easy-menu-define.
19054         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19055         easy-mmode-define-global-mode and define-global-minor-mode.
19056         (lisp-imenu-generic-expression): Add define-global-minor-mode.
19058         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19059         instead of easy-mmode-define-global-mode.
19061         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19062         Use define-minor-mode instead of easy-mmode-define-minor-mode.
19064         * cus-edit.el (customize-group, customize-group-other-window):
19065         Filter out autoloaded options from the group completion list by
19066         using heuristics that autoloaded groups don't have `custom-autoload'
19067         property on their symbols (they have only `custom-loads').
19069         * simple.el (completion-setup-function): Put completions-common-part
19070         face on complete completion string too (i.e. completion string
19071         without completions-first-difference face).
19073         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19075 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
19077         * view.el (view-mode): Doc fix.
19079         * disp-table.el (standard-display-european): Add to the warning
19080         message a reference to the doc string.
19082         * play/yow.el (apropos-zippy): Call print-help-return-message,
19083         similar to other Help and Apropos commands.
19085         * help.el (print-help-return-message): If pop-up-frames is
19086         non-nil, set up help-return-method to delete the help window and,
19087         possibly, its frame as well, and don't display message about
19088         scrolling the help window.  Doc fix.
19089         (help-return-method): Doc fix.
19091 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
19093         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19094         whereby names of length one or names starting with a
19095         symbol-constituent character would not be returned.
19097 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19099         * subr.el (atomic-change-group): Add edebug and indentation spec.
19101 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19103         * completion.el (save-completions-file-name): Fix typo in last change.
19105 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19107         * info.el: Move back/forward history to the beginning of the tool bar.
19109 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
19111         * allout.el (eval-when-compile): Remove unnecessary load of cl.
19112         Add fset of allout-real-isearch-abort during compile to fix
19113         byte-compilation warnings.
19114         (allout-mode-p): Move definition of this macro above all uses, or
19115         byte compilation in barren Emacs (eg, during Emacs build) will
19116         lack the definition.
19117         (allout-mode): Move this variable above any uses, or byte
19118         compilation will fail.
19119         (allout-resolve-xref): Remove use of personal file-reference function.
19120         (allout-toggle-current-subtree-encryption): Do the current (ie,
19121         visible containing) topic, rather than nearest around point.  Doc fix.
19122         (allout-toggle-subtree-encryption): New function, workhorse that
19123         works on nearest topic containing point.
19124         (allout-encrypt-string): Signal requirement for newer version of pgg.
19125         (allout-resumptions): Doc fix.
19127 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
19129         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19131 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
19133         * textmodes/flyspell.el (flyspell-external-point-words):
19134         Consider a misspelling as found in the string search if: (a) misspelling
19135         and found string lengths match, or (b) misspelling is found as
19136         element in a boundary-chars separated longer string, or (c)
19137         ispell-program-name is really ispell and misspelling is found as
19138         part of a TeX string.  After successful match move beginning of
19139         search region to end of match.  Warn about not found misspellings
19140         once the process is done.
19141         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19143 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
19145         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19146         tool bar (removed inadvertently).
19148 2005-12-02  Juri Linkov  <juri@jurta.org>
19150         * log-view.el (log-view-diff): Clarify doc string.
19152 2005-12-01  Bill Wohler  <wohler@newt.com>
19154         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19155         triggers lm-verify errors.
19157 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
19159         * simple.el (transient-mark-mode, line-number-mode)
19160         (column-number-mode, size-indication-mode): Remove `:require nil'.
19162 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
19164         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19165         in the margin also.
19166         (gdb-breakpoints-mode-map): Use D instead of d for
19167         gdb-delete-breakpoint.
19168         (gdb-get-frame-number): Require a number to match on.
19169         (gdb-threads-mode-map): Add follow-link binding.
19171 2005-11-30  Jason Rumney  <jasonr@gnu.org>
19173         * isearch.el (isearch-mode-map): Avoid exiting search on
19174         language-change event.
19176 2005-11-30  Romain Francoise  <romain@orebokech.com>
19178         * speedbar.el (speedbar-default-position): New defcustom.
19179         (speedbar-frame-reposition-smartly): Use it.
19181         * dframe.el (dframe-reposition-frame-emacs): Fix position
19182         computation for `left' location.
19183         Update copyright year.
19185 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19187         * help.el (help-map): Move initialization into declaration.
19189         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19191         * help-fns.el (help-argument-name): Don't autoload.
19192         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19193         to be re-loaded when customizing the `help' group.
19195 2005-11-30  John Paul Wallington  <jpw@gnu.org>
19197         * help-fns.el (describe-function-1): Fill arglist output.
19199 2005-11-30  Kim F. Storm  <storm@cua.dk>
19201         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19202         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19203         after revert-buffer (or anything else which kills all local variables).
19205         * apropos.el (apropos-parse-pattern): Doc fix.
19206         Set apropos-regexp directly, rather than expecting callers to do so.
19207         (apropos-command, apropos, apropos-value, apropos-documentation):
19208         Simplify calls to apropos-parse-pattern.
19210 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19212         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19213         (hi-lock-face-phrase-buffer): Use hi-yellow face.
19214         (hi-lock-write-interactive-patterns): Use comment-region.
19216         * longlines.el (longlines-mode): Add mail-setup-hook.
19218         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19220         * simple.el (sendmail-user-agent-compose, next-line):
19221         Conditionally use hard-newline.
19223 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19225         * international/latexenc.el (latex-inputenc-coding-alist):
19226         Reword doc string.
19228 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19230         * help.el (describe-key-briefly, describe-key): Recognize default
19231         bindings.
19233 2005-11-29  Romain Francoise  <romain@orebokech.com>
19235         * view.el (view-inhibit-help-message): New defcustom.
19236         (view-mode-enter): Use it.
19238 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
19240         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19241         Preserve user position.
19243 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19245         * font-lock.el: Throw error if facemenu is not loaded to prevent
19246         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19248         * loadup.el: Add comment explaining why facemenu must be loaded
19249         before font-lock.
19251 2005-11-28  Jay Belanger  <belanger@truman.edu>
19253         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19254         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19256         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19258         * calc/calc-embed.el (calc-do-embedded): Update help message.
19260         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19262 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19264         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19266         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19267         called-interactively-p.
19268         (elp-profilable-p): Rename from elp-not-profilable-p.
19269         Invert result and take into account macros and autoloaded functions.
19270         (elp-instrument-function): Update call.
19271         (elp-instrument-package): Update call.  Add completion.
19272         (elp-pack-number): Use match-string.
19273         (elp-results-jump-to-definition-by-mouse): Merge into
19274         elp-results-jump-to-definition and then remove.
19275         (elp-output-insert-symname): Make help echo text single-line.
19277         * replace.el (query-replace-map): Move initialization into declaration.
19278         (occur-engine): Use with-current-buffer.
19279         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19280         (occur-mode-mouse-goto): Replace with an alias.
19282 2005-11-28  Juri Linkov  <juri@jurta.org>
19284         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19286         * term/w32-win.el: Bind [S-tab] to [backtab].
19288         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19289         `Info-find-file' to t.
19291         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19292         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19293         and same-window-regexps.
19294         (occur-next-error): Don't move point for arg 0.
19296 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19298         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19300 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19302         * log-edit.el (log-edit-changelog-use-first): New var.
19303         (log-edit-changelog-ours-p): Use it.
19304         (log-edit-insert-changelog): Set it with new arg `use-first'.
19305         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19306         (log-edit-hook): Add them to the list of suggested options.
19308         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19309         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19310         redundant work.
19311         (flyspell-mode-on): Use add-hook for after-change-functions.
19312         (flyspell-mode-off): Use remove-hook for after-change-functions.
19313         (flyspell-changes): Make it buffer-local.
19314         (flyspell-after-change-function): Make it non-interactive.  Use push.
19315         (flyspell-post-command-hook): Check input-pending-p while processing
19316         the potentially long list of buffer changes.
19318 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19320         * buff-menu.el (list-buffers-noselect): Display the selected
19321         frame's buffer list, not the global one.
19323 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19325         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19326         that (list last-input-event) works as in interactive spec.
19328 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19330         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19331         `facemenu-keymap' needs to be defined when font-lock is loaded.
19332         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19334 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19336         * completion.el: Remove useless leading * in defcustom docstrings.
19337         (save-completions-file-name): Use ~/.emacs.d if available.
19338         (completion-standard-syntax-table): Rename from
19339         cmpl-standard-syntax-table and fold initialization into declaration,
19340         thus removing cmpl-make-standard-completion-syntax-table.
19341         (completion-lisp-syntax-table, completion-c-syntax-table)
19342         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19343         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19344         (symbol-under-point, symbol-before-point)
19345         (symbol-under-or-before-point, symbol-before-point-for-complete)
19346         (add-completions-from-c-buffer): Use with-syntax-table.
19347         (make-completion): Don't return a list of completion entries.
19348         Update callers.
19349         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19350         (completion-initialize): Rename from initialize-completions.
19351         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19352         (kill-emacs-save-completions): Collect stats here.
19353         (save-completions-to-file, load-completions-from-file):
19354         Use with-current-buffer.
19355         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19356         into a function.  Move all calls to toplevel.
19357         (completion-lisp-mode-hook): New fun.
19358         (completion-c-mode-hook, completion-setup-fortran-mode):
19359         Set the syntax-table here.  Use local-set-key.
19360         (completion-saved-bindings): New var.
19361         (dynamic-completion-mode): Make it into a proper minor mode.
19362         (load-completions-from-file): Remove unused var `num-uses'.
19364         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19365         constructor if it is explicitly overridden.
19367         * complete.el (PC-completion-as-file-name-predicate):
19368         Use minibuffer-completing-file-name.
19369         (partial-completion-mode): Use find-file-not-found-functions.
19370         (PC-lisp-complete-symbol): Use with-syntax-table.
19371         (PC-look-for-include-file): Remove dead setq.
19372         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19373         (PC-complete): Use with-current-buffer.
19375         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19376         escape single quotes.
19378 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19380         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19381         of `if' whose condition always returned nil.  Doc fix.
19383         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19384         window's buffer the current buffer around the call to
19385         `list-buffers-noselect'.  This is necessary to mark that buffer
19386         with a `.' in the Buffer Menu when called from Lisp, for instance
19387         by Auto Revert Mode.
19389 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19391         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19392         attaching to it.
19393         (gdb-pre-prompt): Make sure gdb-error is reset.
19395         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19396         with a child process, detect it.
19397         (gud-speedbar-buttons): Match regexp more carefully.
19399 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19401         * mouse.el (mouse-drag-move-window-bottom):
19402         Use adjust-window-trailing-edge.
19404 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19406         * simple.el (blink-matching-open): Ignore
19407         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19408         (blink-matching-paren-on-screen): Update docstring.
19410         * paren.el (show-paren-mode): No longer change
19411         `blink-matching-paren-on-screen'.
19413 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19415         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19416         (gdb-threads-select, gdb-edit-register-value):
19417         Use `posn-set-point' instead of `mouse-set-point' because the
19418         latter is not fbound when configured without X.
19420 2005-11-27  Kim F. Storm  <storm@cua.dk>
19422         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19423         existing face when partially highlighting a TAB in a rectangle.
19425 2005-11-26  Kim F. Storm  <storm@cua.dk>
19427         * ido.el (ido-mode-map): Doc fix.
19428         (ido-mode-common-map, ido-mode-file-map)
19429         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19430         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19431         parent for ido-mode-map instead of building from scratch.
19432         (ido-init-mode-maps): New defun to initialize new maps.
19433         (ido-mode): Call it.
19434         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19435         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19437 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19439         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19440         `mouse-set-point' because the latter is not fbound when configured
19441         without X.
19443 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19445         * files.el (file-relative-name): Doc fix.
19447 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19449         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19450         non-empty string for secondary prompt PS2.
19452 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19454         * progmodes/compile.el (compilation-setup): Fix last change.
19456 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19458         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19459         (gdb-mouse-toggle-breakpoint-margin)
19460         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19461         Add gdb-server-prefix to keep out of command history.
19462         (gdb-edit-register-value): New function.
19463         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19464         (gdb-info-registers-custom): Use above map.
19466 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19468         * custom.el (enable-theme): Signal error if argument is not a
19469         theme.  Don't recalculate a face if it's not loaded yet.
19471         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19472         the `user' theme is in effect.
19474         * info.el (Info-on-current-buffer): Record actual filename in
19475         Info-current-file, instead of t, or a fake filename if a non-file
19476         buffer.  Make autoload.
19477         (Info-find-node, Info-revert-find-node): No need to check for
19478         Info-current-file nil.
19479         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19480         Info-current-file is now never `t'.
19481         (Info-fontify-node): Many simplifications due to Info-current-file
19482         always being valid.  Use Info-find-file to find node filename.
19484 2005-11-25  David Kastrup  <dak@gnu.org>
19486         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19487         new character, then delete" in order to preserve markers.
19489 2005-11-25  David Ponce  <david@dponce.com>
19491         * recentf.el (recentf-arrange-by-rule): Handle a special
19492         `auto-mode-alist'-like "strip suffix" rule.
19493         (recentf-build-mode-rules): Handle second level auto-mode entries.
19495 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19497         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19498         window modes.
19500         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19501         jde-javadoc-checker-report-mode.
19503         * ediff-wind (ediff-make-wide-display): Slight simplification.
19505         * ediff.el (ediff-date): Change the date of last update.
19507 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19509         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19510         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19511         (hi-lock-mode): New global minor mode.
19512         (turn-on-hi-lock-if-enabled): New function.
19513         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19514         Change arguments to regexp and face instead of a font-lock pattern.
19515         Directly set face property, instead of refontifying.
19516         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19517         (hi-lock-find-patterns): Use line-number-at-pos.
19519         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19520         arguments for hi-lock-set-pattern.
19521         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19522         Call font-lock-fontify-buffer.
19523         (hi-lock-find-file-hook, hi-lock-current-line)
19524         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19526         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19527         turned off.
19529         * progmodes/compile.el (compilation-setup): Don't fiddle with
19530         font-lock-defaults.
19532 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19534         * progmodes/gdb-ui.el (gdb-var-create-handler)
19535         (gdb-var-list-children-handler): Find values for all variable
19536         objects.  gud-speedbar-buttons decides whether to display them.
19538 2005-11-24  Romain Francoise  <romain@orebokech.com>
19540         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19541         buffer name with a space.
19543 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19545         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19546         `org-export-local-list-max-depth'.  Change default value to 3.
19547         (org-auto-renumber-ordered-lists)
19548         (org-plain-list-ordered-item-terminator): New options.
19549         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19550         (org-get-indentation, org-get-string-indentation)
19551         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19552         New functions.
19553         (org-move-item-down, org-move-item-up): New commands.
19554         (org-export-as-html): New classes for CSS support.  Bug fix in
19555         regular expression detecting fixed-width regions.  Respect
19556         `org-local-list-ordered-item-terminator'.
19557         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19558         also a list item.
19559         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19560         New item moving functions.
19562 2005-11-24  Juri Linkov  <juri@jurta.org>
19564         * isearch.el (isearch-repeat): With empty search ring set
19565         `isearch-error' to the error string instead of signaling error
19566         with the function `error'.
19568 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19570         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19572 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19574         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19575         and variable.
19576         (gdb-var-create-handler, gdb-var-list-children-handler):
19577         Don't match on "char **...".
19578         (gdb-var-update-handler): Find values for all variable objects.
19579         (gdb-info-frames-custom): Identify frames by leading "#".
19581         * progmodes/gud.el (gud-speedbar-menu-items): Add
19582         gdb-speedbar-auto-raise as radio button.
19583         (gud-speedbar-buttons): Raise speedbar if requested.
19584         Don't match on "char **...".
19585         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19586         Make it editable.
19588 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19590         * info.el (Info-fontify-node): Handle the case where
19591         Info-current-file is t.
19593 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19595         * simple.el (blink-matching-open): Fix off-by-one in last change.
19597 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19599         * term/mac-win.el: Don't change default directory.
19601 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19603         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19604         buffers correctly.  (It used to throw an error in such buffers.)
19605         Make it ask for confirmation in group buffers and other Custom
19606         buffers containing more than one customization item.
19608 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19610         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19611         property on mail and url overlays.
19612         (goto-address-at-point): Use `posn-set-point' instead of
19613         `mouse-set-point' because the latter is not fbound when configured
19614         without X.
19616 2005-11-22  Lars Hansen  <larsh@soem.dk>
19618         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19619         (ls-lisp-classify, ls-lisp-format): Delete call to
19620         ls-lisp-parse-symlink.
19621         (ls-lisp-handle-switches): Handle symlinks to directories as
19622         directories when ls-lisp-dirs-first in non-nil.
19624 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19626         * startup.el (command-line): Make sure that loaddefs.el is handled
19627         correctly in load-history.
19629 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19631         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19632         (gdb-struct-string, gdb-array-string): New constants.
19633         (gdb-info-locals-handler): Use them.
19634         (gdb-reset): Reset gdb-var-list to nil.
19636 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19638         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19639         in patterns.
19641 2005-11-21  Juri Linkov  <juri@jurta.org>
19643         * custom.el (defcustom): Update link types in docstring.
19645 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19647         * custom.el (defgroup): Add doc-string-elt info.
19649         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19651 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19653         * newcomment.el (comment-enter-backward): Fix last fix.
19655         * simple.el (blink-matching-open):
19656         * paren.el (show-paren-function): Allow new paren-class info.
19658 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19660         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19661         handled automagically.
19663 2005-11-20  Andreas Schwab  <schwab@suse.de>
19665         * descr-text.el (describe-char): When copying overlays put them
19666         over the full char description instead of just the first character
19667         of it.
19669 2005-11-20  Juri Linkov  <juri@jurta.org>
19671         * simple.el (what-cursor-position):
19672         * descr-text.el (describe-char): Use Lisp-readable syntax
19673         for octal and hex.  Reorder decimal, octal and hex values.
19674         Remove excess whitespace in the output.  Use `=' in `column='
19675         like in `point=' and `Hscroll='.
19677         * international/mule-cmds.el (encoded-string-description):
19678         Use Lisp-readable syntax for hex.
19680 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19682         * newcomment.el (comment-enter-backward): Handle the case where the
19683         comment is closed by EOB.
19685 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19687         * longlines.el (longlines-before-revert-hook)
19688         (longlines-after-revert-hook): New functions.
19689         (longlines-mode): Turn off longlines temporarily when reverting.
19690         Add a message-setup-hook.
19691         (longlines-decode-buffer): New function.
19692         (longlines-wrap-line): Preserve marker positions.
19694 2005-11-19  Andreas Schwab  <schwab@suse.de>
19696         * emacs-lisp/shadow.el: Handle compressed files.
19698 2005-11-19  Romain Francoise  <romain@orebokech.com>
19700         * net/browse-url.el (browse-url-default-browser): Signal an error
19701         if no usable browser can be found, rather than try to load w3.
19703 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19705         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19706         replacing existing properties.
19707         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19708         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19709         tty specs.
19710         (rcirc-server-prefix, rcirc-server): New faces.
19711         (rcirc-url-regexp): Generate with rx macro.
19712         (rcirc-last-server-message-time): New variable.
19713         (rcirc-filter): Record time of last message.
19714         (rcirc-keepalive): Kill processes that did not send a message
19715         since the last ping.
19716         (rcirc-mode): Give rcirc-topic a local binding here.
19718 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19720         * subr.el (read-passwd): Fontify the prompt as we do with other
19721         prompts.
19723 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19725         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19726         binding buffer-read-only to nil.
19728 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19730         * complete.el (partial-completion-mode):
19731         Mention completion-auto-help in the doc string.
19733         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19734         more Lisp-ish way.
19736 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19738         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19739         digits, not 8, to avoid misalignment for files larger than 100MB.
19741 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19743         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19744         Mention "keyboard shortcuts" in the help text.
19746 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19748         * startup.el (fancy-splash-default-action): Discard only
19749         mouse-down and succeeding mouse-up events in the splash screen
19750         window so that drag-n-drop event can be processed.
19752 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19754         * longlines.el (longlines-mode): Add hacks for mail-mode and
19755         message-mode.
19757 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19759         * textmodes/org.el (org-table-sort-lines): New command.
19760         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19761         (org-add-file): Command removed, use `org-agenda-file-to-front'
19762         instead.
19763         (org-export-icalendar): Use `org-icalendar-combined-name'.
19764         (org-cycle-agenda-files, org-agenda-file-to-end)
19765         (org-agenda-file-to-front): New commands.
19766         (org-table-tab-jumps-over-hlines, org-export-html-style):
19767         New options.
19768         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19769         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19770         New functions.
19771         (org-fill-paragraph): Call `org-table-align' in tables.
19772         (org-mode): Call `org-set-autofill-regexps'.
19773         (org-export-as-html): Support for local handformatted lists.
19774         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19775         (org-export-local-list-max-depth): New option.
19776         (org-html-expand): Use `org-html-protect'.
19778 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19780         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19781         to "p".
19782         (gdb): Move definition of gud-pp to...
19784         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19785         speedbar.
19786         (gdb-find-watch-expression): New function.
19788 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19790         * faces.el (face-attribute, set-face-attribute): Mention existence
19791         of `:ignore-defface' setting in docstring.
19793 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19795         * simple.el (completion-setup-function): Fix last change.
19797 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19799         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19800         Use `posn-set-point' instead of `mouse-set-point' because the
19801         latter is not fbound when configured without X.
19803         * comint.el (comint-insert-input): Likewise.
19805 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19807         * simple.el (hard-newline): New variable.
19808         (sendmail-user-agent-compose, next-line): Use it.
19810         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19811         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19812         (mail-mail-reply-to, mail-mail-followup-to)
19813         (mail-position-on-field, mail-signature, mail-yank-original)
19814         (mail-attach-file): Likewise.
19816         * mail/mailheader.el (mail-header-format)
19817         (mail-header-format-function): Likewise.
19819         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19821 2005-11-17  Juri Linkov  <juri@jurta.org>
19823         * font-lock.el (font-lock-faces): Rename this defgroup from
19824         `font-lock-highlighting-faces'.
19825         (font-lock-comment-face, font-lock-comment-delimiter-face)
19826         (font-lock-string-face, font-lock-doc-face)
19827         (font-lock-keyword-face, font-lock-builtin-face)
19828         (font-lock-function-name-face, font-lock-variable-name-face)
19829         (font-lock-type-face, font-lock-constant-face)
19830         (font-lock-warning-face, font-lock-negation-char-face)
19831         (font-lock-preprocessor-face)
19832         (font-lock-regexp-grouping-backslash)
19833         (font-lock-regexp-grouping-construct): Rename :group from
19834         `font-lock-highlighting-faces' to `font-lock-faces'.
19836         * cus-edit.el (lisp, c, tex):
19837         * progmodes/ada-mode.el (ada):
19838         * progmodes/asm-mode.el (asm):
19839         * progmodes/cperl-mode.el (cperl-faces):
19840         * progmodes/cpp.el (cpp):
19841         * progmodes/dcl-mode.el (dcl):
19842         * progmodes/f90.el (f90):
19843         * progmodes/fortran.el (fortran):
19844         * progmodes/icon.el (icon):
19845         * progmodes/idlwave.el (idlwave-misc):
19846         * progmodes/m4-mode.el (m4):
19847         * progmodes/make-mode.el (makefile):
19848         * progmodes/meta-mode.el (meta-font):
19849         * progmodes/modula2.el (modula2):
19850         * progmodes/octave-mod.el (octave):
19851         * progmodes/pascal.el (pascal):
19852         * progmodes/perl-mode.el (perl):
19853         * progmodes/prolog.el (prolog):
19854         * progmodes/ps-mode.el (PostScript-edit):
19855         * progmodes/scheme.el (scheme):
19856         * progmodes/sh-script.el (sh-script):
19857         * progmodes/simula.el (simula):
19858         * progmodes/tcl.el (tcl):
19859         * textmodes/nroff-mode.el (nroff):
19860         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19861         * textmodes/sgml-mode.el (sgml):
19862         * textmodes/texinfo.el (texinfo):
19863         Add :link (custom-group-link font-lock-faces) to defgroup.
19865         * hi-lock.el (hi-lock): Rename this defgroup from
19866         `hi-lock-interactive-text-highlighting'.  Change parent group from
19867         `faces' to `font-lock'.  Add link to the manual.
19868         (hi-lock-mode, hi-lock-file-patterns-range)
19869         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19870         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19871         (hi-lock-faces): Add :group `faces'.
19873         * cus-edit.el (custom-variable-prompt): Clarify the code.
19875         * faces.el (face-read-string): Set the default value arg of
19876         completing-read.
19878 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19880         * rfn-eshadow.el (file-name-shadow-properties)
19881         (file-name-shadow-tty-properties, file-name-shadow-mode):
19882         Remove autoloads, because the file is now preloaded.
19884 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19886         * printing.el (easy-menu-intern): Don't define.
19887         (pr-get-symbol): Use easy-menu-intern only if defined.
19889         * simple.el (blink-matching-open): Simplify a bit.
19890         (completion-setup-function): Fix the case of partial-completion-mode
19891         when the minibuffer's contents start with "-".
19892         Obey completion-base-size-function even when
19893         minibuffer-completing-file-name is non-nil.
19895 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19897         * net/eudcb-ph.el (eudc-ph-open-session):
19898         Use set-process-query-on-exit-flag.
19900         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19902         * international/ucs-tables.el (ucs-set-table-for-input):
19903         Use make-local-variable, not make-variable-buffer-local.
19905         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19906         Improve warning message text.
19908         * savehist.el (savehist-save-hook): Add :group.
19910         * menu-bar.el (menu-bar-help-menu):
19911         Rename Find Extra Packages to External Packages.
19913         * cus-edit.el (Custom-reset-standard): Verify that
19914         :custom-standard-value prop exists before calling it.
19916         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19918 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19920         * wid-edit.el (color): Enclose %t in %{...%}.
19922         * cus-edit.el (face): Enclose %t in %{...%}.
19924 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19926         * savehist.el (savehist-mode-hook): Re-add the var.
19927         (savehist-mode): Use it.
19929 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19931         * textmodes/flyspell.el: Fix commenting convention.
19932         Remove unnecessary leading * in custom docstrings.
19933         (flyspell-emacs): Remove unused var.
19934         (flyspell-delete-region-overlays): Use remove-overlays.
19935         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19936         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19937         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19938         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19939         (make-flyspell-overlay): Don't locally reuse a global name.
19940         (flyspell-highlight-incorrect-region)
19941         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19942         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19943         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19944         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19945         Wrap calls to accept-process-output inside with-local-quit since it's
19946         often called from a post-command-hook.
19947         (flyspell-correct-word, flyspell-auto-correct-word):
19948         Use ispell-send-string.
19949         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19951         * calendar/diary-lib.el (diary-list-entries): Also hide the
19952         terminating newline.
19954 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19956         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19957         window-system, to allow fonts on tty.
19959 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19961         * progmodes/gud.el (gud-speedbar-item-info): New function.
19962         (gud-install-speedbar-variables): Use it to display data type
19963         of watch expression as a tooltip in speedbar.
19965 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19967         * font-core.el (global-font-lock-mode): Add :version keyword,
19968         because default was changed.
19970         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19972         * startup.el (command-line): Use `custom-reevaluate-setting' for
19973         `file-name-shadow-mode'.
19975         * loadup.el: Preload rfn-eshadow.
19977         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19978         Add :version keyword.
19979         (file-name-shadow-properties, file-name-shadow-tty-properties)
19980         (file-name-shadow): Add :version keyword.
19982         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19983         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19984         in the custom-group property of the symbol frames and the fringe
19985         group got no link to its parent group frames.
19986         Doc fix.
19988 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19990         * progmodes/gud.el (gud-stop-subjob): New function.
19991         (gud-menu-map, gud-tool-bar-map): Use it.
19993 2005-11-16  Kim F. Storm  <storm@cua.dk>
19995         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19996         than kill it.
19997         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19998         to a more useful/logical place.
20000 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20002         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20003         go buttons complementary.
20005 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20007         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20008         (rfn-eshadow-sifn-equal): New function.
20009         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20011 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20013         * viper-utils.el (viper-non-word-characters-reformed-vi):
20014         Quote `-' in string.
20016         * viper.el (viper-emacs-state-mode-list): Ensure that
20017         rcirc-mode buffers come up in Emacs state.
20019         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20020         operation.
20022 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
20024         * term.el (term-termcap-format): Fix typos.
20025         (term-down): Fix the negative argument case.
20027 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20029         * progmodes/gdb-ui.el: Remove face-alias left over from change on
20030         2005-08-15.
20031         (gdb-ann3): New command gud-go.
20032         (menu): Accomodate gdb-mi.el.
20033         (gdb-assembler-custom): Make buffer of selected window current
20034         so that set-window-point works.
20036         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20037         buttons and include new ones.
20039 2005-11-16  Kim F. Storm  <storm@cua.dk>
20041         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20042         (gud-menu-map): Use it.
20044 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
20046         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20047         that works correctly for Custom and that does not override a user
20048         who disables it.
20050         * help-mode.el (help-make-xrefs, help-xref-on-pp)
20051         (help-xref-interned, help-follow): Make hyperlinks for variables
20052         that are unbound, but have a non-nil variable-documentation property.
20054         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20055         mode hook.  (It conflicted with defcustoms for some mode hooks.)
20056         Use the `variable-documentation' property to give the mode hook a
20057         docstring and expand that docstring.
20059 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
20061         * savehist.el (savehist-mode): Don't bother with
20062         `custom-set-minor-mode'.
20063         (savehist-coding-system): Check XEmacs version.
20064         (history-length): Declare also at run time.
20065         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
20066         Don't set the customize state.
20067         (savehist-minibuffer-hook): Special case for when
20068         minibuffer-history-variable is equal to t.
20070 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20072         * files.el (write-file): Refresh VC status.
20074         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20075         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20076         than fundamental-mode to see if the mode was set.
20078 2005-11-14  Romain Francoise  <romain@orebokech.com>
20080         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20081         dummy function in `eval-when-compile' to avoid compiler warning.
20082         Require `man' at compile time.
20084 2005-11-14  Jay Belanger  <belanger@truman.edu>
20086         * calc-alg.el (calcFunc-write-out-power): Rename it to
20087         calcFunc-powerexpand.
20088         (math-write-out-power): Rename it to math-powerexpand; have it
20089         handle negative exponents.
20090         (calc-writeoutpower): Rename it to calc-powerexpand.
20092         * calc-ext.el: Change calcFunc-writeoutpower and
20093         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20094         autoloads.
20095         Add calcFunc-ldiv to autoloads.
20097         * calc-arith.el (calcFunc-ldiv): New function.
20099         * calc.el (calc-left-divide): New function.
20101 2005-11-14  Juri Linkov  <juri@jurta.org>
20103         * cus-edit.el (custom-variable-prompt): Set the default value arg
20104         of completing-read.
20106         * cus-dep.el (custom-make-dependencies): Reverse the list of
20107         found dependencies.
20109 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
20111         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20112         Highlighting" entry, it is on by default now.
20113         (menu-bar-options-save): Do not save global-font-lock-mode.
20115 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20117         * textmodes/flyspell.el (flyspell-large-region):
20118         Call flyspell-accept-buffer-local-defs.
20120 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
20122         * textmodes/flyspell.el (flyspell-notify-misspell):
20123         Fix misspelling of "Misspelling".
20124         (flyspell-process-localwords): New function.
20125         (flyspell-large-region): Call flyspell-process-localwords and
20126         flyspell-delete-region-overlays.
20127         (flyspell-delete-region-overlays): New function.
20128         (flyspell-delete-all-overlays): Call that.
20130 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20132         * help.el (help-for-help-internal): Improve doc of C-h a.
20133         (describe-key): Improve prompt; doc fix.
20135 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20137         * vc-svn.el (vc-svn-registered): Catch all errors.
20139         * cus-dep.el (custom-make-dependencies): Typo.
20141 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
20143         * net/tramp-util.el (top): Fix compilation warning.
20145 2005-11-13  Kim F. Storm  <storm@cua.dk>
20147         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
20149 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20151         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20152         (gud-speedbar-buttons): Match on "const char *" too.
20154         * progmodes/gdb-ui.el (gdb-var-create-handler)
20155         (gdb-var-list-children-handler): Match on "const char *" too.
20156         (gdb-var-evaluate-expression-handler): Match on empty string.
20157         (gdb-var-update-handler): Only call
20158         gdb-var-evaluate-expression-handler when required.
20160 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20162         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20163         selected window.  This still doesn't work for speedbar.
20164         (gud-speedbar-buttons): Handle string expressions properly.
20166         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20167         (gdb-var-create-handler): Handle string expressions properly.
20168         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20169         Handle string expressions properly.  Move "type" field into regexp.
20171 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20173         * bookmark.el (bookmark-maybe-message): New function to reduce
20174         code duplication: invokes `message' iff baud-rate is high enough.
20175         (bookmark-write-file): Use above instead of an inline conditional.
20176         (bookmark-load): Same.
20178 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20180         * bookmark.el (bookmark-write-file): Don't visit the destination
20181         file, just write the data to it using write-region.  This is
20182         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20183         change to avoid visiting the file in the first place.
20185 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
20187         * hi-lock.el (hi-lock-mode): Set the default value of
20188         font-lock-defaults.
20190 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
20192         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20193         arg to `file-attributes'.
20194         (find-lisp-format): The UID and GID can now be strings.
20196 2005-11-12  Kim F. Storm  <storm@cua.dk>
20198         * help.el (help-map): Bind C-h d to apropos-documentation.
20200         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20201         when point is at end-of-buffer.
20203         * apropos.el (apropos-match-face): Doc fix.
20204         (apropos-sort-by-scores): Add new choice `verbose'.
20205         (apropos-documentation-sort-by-scores): New defcustom.
20206         (apropos-pattern): Now contains the pattern entered by the user.
20207         (apropos-pattern-quoted): New defvar.
20208         (apropos-regexp): New defvar, containing the regexp corresponding
20209         to apropos-pattern.
20210         (apropos-all-words-regexp): Rename from apropos-all-regexp.
20211         (apropos-read-pattern): New defun.  Use it to read pattern arg in
20212         interactive calls; returns list of words for a word list, and
20213         string for a regexp.
20214         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
20215         parses a list of words or regexp as returned by apropos-read-pattern.
20216         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20217         (apropos-score-doc): Return a very high score if the string
20218         entered by the user matches literally.
20219         (apropos-variable): Doc fix.  Use apropos-read-pattern.
20220         (apropos-command): Doc fix.  Use apropos-read-pattern and
20221         apropos-parse-pattern.  Call apropos-print with nosubst=t.
20222         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
20223         apropos-parse-pattern.
20224         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
20225         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
20226         apropos-documentation-sort-by-scores.  Call apropos-print with
20227         nosubst=t.
20228         (apropos-documentation-internal): Pass doc string through
20229         substitute-key-definition before adding text properties.
20230         Highlight substring matching literal user input if possible.
20231         (apropos-documentation-check-doc-file): Remove locals beg and end.
20232         Fix calculation of score (as added twice).  Pass doc string through
20233         substitute-key-definition before adding text properties.
20234         (apropos-documentation-check-elc-file): Pass doc string through
20235         substitute-key-definition before adding text properties.
20236         Highlight substring matching literal user input if possible.
20237         (apropos-print): Add new arg NOSUBST; if set, command and variable
20238         doc strings have already been passed through substitute-key-definition.
20239         Add code to handle apropos-accumulator items without score element
20240         for backwards compatibility (e.g. with woman package).
20241         Only show scores if apropos-sort-by-scores is `verbose'.
20243 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20245         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20246         Add jka-compr-load-suffixes to load-suffixes.
20248         * jka-compr.el: Require jka-cmpr-hook.
20249         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20250         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20251         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20252         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20253         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20254         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20255         (jka-compr-uninstall): Remove entries from
20256         jka-compr-added-to-file-coding-system-alist after they are used.
20257         (jka-compr-error): Remove unused var `curbuf'.
20258         (jka-compr-file-local-copy): Remove unused var `notfound'.
20260 2005-11-10  Romain Francoise  <romain@orebokech.com>
20262         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20264 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20266         * progmodes/gud.el (gud-menu-map): Move parentheses.
20267         (gdb): New command gud-pv.
20269 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20271         * tar-mode.el: Remove spurious or unnecessary leading stars
20272         in docstrings.
20273         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20274         (tar-parse-octal-integer-safe): Use mapc.
20275         (tar-header-block-summarize): Remove unused var `ck'.
20276         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20277         cleared before.  Obey default-enable-multibyte-characters.
20278         Use mapconcat.  Simplify setting of tar-header-offset.
20279         (tar-mode-map): Move initialization inside delcaration.
20280         (tar-flag-deleted): Use `abs'.
20281         (tar-expunge-internal): Remove unused var `line'.
20282         (tar-expunge-internal): Don't hardcode point-min==1.
20283         (tar-expunge): Widen while doing set-buffer-multibyte.
20284         (tar-rename-entry): Use file-name-coding-system.
20285         (tar-alter-one-field): Don't hardcode point-min==1.
20286         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20287         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20289 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20291         * add-log.el (add-log-current-defun): Handle class::method
20292         notation of c++.  Fix incorrect comment.
20294 2005-11-10  Alan Mackenzie  <acm@muc.de>
20296         * help-fns.el (describe-variable): Make C-h v work when a variable
20297         has variable documentation yet is unbound.
20299 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20301         * man.el (Man-highlight-references): Set an empty
20302         string to `Man-arguments' if it is nil.
20303         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20305 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20307         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20308         commenting conventions.
20310         * cus-dep.el (custom-make-dependencies): Simplify.
20311         Better follow the commenting conventions.
20313 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20315         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20316         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20317         All uses changed.
20318         (apropos-rewrite-regexp): Doc fix.
20319         (apropos-variable, apropos-command, apropos, apropos-value):
20320         Change prompt; carry through the argument renaming.
20322 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20324         * find-lisp.el: Require dired.
20325         (find-lisp-find-dired-internal): Do not call
20326         `abbreviate-file-name' on DIR.
20328 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20330         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20332 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20334         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20335         when using the speedbar.
20336         (gdb): New command gud-pp.
20337         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20339 2005-11-09  Juri Linkov  <juri@jurta.org>
20341         * replace.el (occur-excluded-properties): New defcustom.
20342         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20344 2005-11-08  Jay Belanger  <belanger@truman.edu>
20346         * calc/calc-units.el (math-convert-units): Replace any composite
20347         unit by its definition.
20349 2005-11-08  Lars Hansen  <larsh@soem.dk>
20351         * emacs-lisp/autoload.el (update-directory-autoloads):
20352         Add obsolete function alias.
20354 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20356         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20357         comment-indent-function.
20358         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20360         * reveal.el (reveal-post-command): Rework the handling of
20361         reveal-open-spots, so as to be more reliable.  There were several
20362         tricky corner cases where an open spot might be lost, or where
20363         a closed spot might end up on the list of open spots.
20364         Only reveal text that's ellipsised.
20366 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20368         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20370 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20372         * ibuffer.el (ibuffer): Search iconified frames too when
20373         getting Ibuffer buffer's window.
20375 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20377         * progmodes/compile.el (compilation-internal-error-properties):
20378         save-excursion around the computation of MARKER.
20380 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20382         * textmodes/flyspell.el (flyspell-external-point-words):
20383         flyspell-get-word returns a list, not just a string.
20385 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20387         * ibuffer.el (ibuffer): Search all visible frames when getting
20388         Ibuffer buffer's window.
20390 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20392         * man.el (Man-reference-regexp): Accept spaces between
20393         `Man-name-regexp' and `Man-section-regexp'.
20394         (Man-apropos-regexp): New variable.
20395         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20396         if available.
20397         (Man-highlight-references, Man-highlight-references0):
20398         Handle the case when `Man-arguments' includes "-k".
20399         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20400         `TARGET'. `TARGET' can be a number, function or nil.
20402 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20404         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20405         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20406         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20407         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20408         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20409         (gdb-send-item): Use buffer-local-value and simplify.
20411 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20413         * startup.el (command-line): Use `custom-reevaluate-setting' for
20414         `global-font-lock-mode'.
20416         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20417         by default, except in batch mode or when the -D option is given.
20419         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20420         specified keyword args on to `define-minor-mode'.  Update docstring.
20422 2005-11-05  Romain Francoise  <romain@orebokech.com>
20424         * replace.el (occur-engine): Add marker at end of line, too.
20426 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20428         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20429         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20430         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20431         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20432         argument to all these routines, so the passphrase can be managed
20433         externally and passed in to the system.
20434         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20435         pgg-add-passphrase-to-cache function.
20437         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20438         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20439         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20440         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20441         argument to all these routines, so the passphrase can be managed
20442         externally and passed in to the system.
20443         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20444         function.
20446 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20448         * font-lock.el: Don't deal with font-lock-face-attributes here,
20449         move the code ...
20451         * startup.el (command-line): ... here.  Use face-spec-set instead
20452         of custom-declare-face.
20454         * faces.el (face-spec-set): Reset the face if spec is not nil.
20456 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20458         * newcomment.el (comment-region-internal): Box more tightly in the
20459         common case where there's no TAB in the boxed text.
20461 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20463         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20464         up-node.
20466 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20468         * newsticker.el: Commentary updated.  Code formatting changed.
20469         (newsticker-version): Change to "1.9".
20470         (newsticker, newsticker-feed): Doc fix.
20471         (newsticker-url-list): Doc fix.  Add option "Weekly".
20472         (newsticker-retrieval-interval): Add option "Weekly".
20473         (newsticker-headline-processing): Doc fix.
20474         (newsticker-auto-mark-filter): Remove.
20475         (newsticker-auto-mark-filter-list): New.
20476         (newsticker-layout, newsticker-sort-method): Doc fix.
20477         (newsticker-hide-old-items-in-newsticker-buffer)
20478         (newsticker-heading-format, newsticker-item-format)
20479         (newsticker-desc-format): Doc fix.
20480         (newsticker-show-all-rss-elements): Remove.
20481         (newsticker-show-all-news-elements): New.
20482         (newsticker-faces, newsticker-ticker): Doc fix.
20483         (remove-from-invisibility-spec): Code formatting.
20484         (newsticker--process-ids): New.
20485         (newsticker-mode): Doc fix.
20486         (newsticker-mode): Change mode-line-format.
20487         (newsticker-start): Remove debug output.
20488         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20489         (newsticker-w3m-show-inline-images): Code formatting.
20490         (newsticker-next-item): Call `force-mode-line-update'.
20491         (newsticker-previous-item): Call `force-mode-line-update'.
20492         (newsticker-next-feed): Call `force-mode-line-update'.
20493         (newsticker-previous-feed): Call `force-mode-line-update'.
20494         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20495         (newsticker-show-old-items): Do not show descs.
20496         (newsticker-hide-entry): Hide too much.
20497         (newsticker-hide-entry, newsticker-show-entry)
20498         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20499         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20500         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20501         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20502         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20503         (newsticker-get-news): Call `force-mode-line-update'.
20504         Collect process ids.
20505         (newsticker--sentinel): Change coding system handling.
20506         Move image retrieval to new functions newsticker--get-logo-url-*.
20507         Move feed parsing to new functions newsticker--parse-*.
20508         Update list of process ids.
20509         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20510         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20511         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20512         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20513         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20514         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20515         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20516         (newsticker--decode-coding-string): Remove.
20517         (newsticker--decode-numeric-entities): Check input.  Format code.
20518         (newsticker--remove-whitespace): Check input.
20519         (newsticker--do-forget-preformatted): Doc fix.
20520         (newsticker--decode-rfc822-date): Allow for missing time.
20521         (newsticker--update-process-ids): New.
20522         (newsticker--image-sentinel): Change comment.
20523         (newsticker--image-read): Change error message.
20524         (newsticker--imenu-goto): Doc fix.  Show headline title.
20525         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20526         (newsticker--buffer-do-insert-text): Clean whitespace in
20527         html-rendered headline title.  Code formatting.
20528         Call `newsticker--buffer-print-extra-elements'.
20529         (newsticker--buffer-print-extra-element): Remove.
20530         (newsticker--buffer-print-extra-elements): New.
20531         (newsticker--buffer-do-print-extra-element): New.
20532         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20533         large sizes.
20534         (newsticker--run-auto-mark-filter)
20535         (newsticker--do-run-auto-mark-filter):
20536         Use `newsticker-auto-mark-filter-list'.
20538 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20540         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20541         (rcirc-print): Force redisplay before running hooks.  Do long
20542         buffer truncation after making new text read-only.  Deal with nil
20543         text when decoding strings.  If TARGET is nil, use either the
20544         currently selected buffer, if it is an rcirc buffer and of the
20545         same process or the process buffer.
20546         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20547         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20548         (rcirc-short-buffer-name): Add variable.
20549         (rcirc-kill-buffer-hook): Recompute short buffer names.
20550         Remove nick from private channel.
20551         (rcirc-send-input): Send command text to current-buffer.
20552         Don't clear overlay arrow here.
20553         (rcirc-short-buffer-name): Return a short buffer name.
20554         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20555         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20556         buffer-name abbreviations.
20557         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20558         Do not touch nick-table when killing a parted channel.
20559         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20560         Clear arrow from current buffer if it is now hidden.
20561         (rcirc-current-buffer): Add variable.
20562         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20563         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20564         Remove -face from names.
20565         (rcirc-update-activity-string): Print "DND" when globally ignoring
20566         activity.
20567         (rcirc-ignore-buffer-activity-flag): Rename from
20568         rcirc-ignore-channel-activity.
20569         (rcirc-ignore-all-activity-flag): Doc fix.
20570         (rcirc-channels): Remove variable.
20571         (rcirc-kill-buffer-hook):
20572         (rcirc-get-buffer-create): Add nick to private channel.
20573         (rcirc-multiline-edit-submit): Remove tabs.
20574         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20575         folded.
20576         (rcirc-remove-nick-channel): Bug fix.
20577         (rcirc-toggle-ignore-buffer-activity): Rename from
20578         rcirc-toggle-ignore-channel-activity.
20579         (rcirc-record-activity): Add buffers to the front of the list.
20580         (rcirc-update-activity): Remove killed buffers from list.
20581         (rcirc-process-server-response-1): Remove last argument if it is
20582         null before calling handler.
20583         (rcirc): Add "rcirc" defcustom prefix.
20584         (rcirc-prompt): Simplify default prompt.
20585         Use custom-initialize-default.
20586         (rcirc-private-chats): Remove variable.
20587         (rcirc-prompt): Change initialization.
20588         (rcirc-version): Remove function.
20589         (rcirc-id-string): Add constant.
20590         (rcirc-last-buffer): Remove variable.
20591         (rcirc-buffer-alist): Add variable.
20592         (rcirc-connect): Update variable setup.
20593         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20594         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20595         default.
20596         (rcirc-handler-generic): Trigger activity.
20597         (rcirc-send-message): Create the buffor of the target.
20598         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20599         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20600         (rcirc-multiline-edit-cancel): Remove function.
20601         (rcirc-set-last-buffer): Remove function.
20602         (rcirc-get-any-buffer): Add function.
20603         (rcirc-join-channels): Don't print /join text.
20604         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20605         messages.
20606         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20607         (rcirc-handler-NOTICE): Recognize CTCP responses.
20608         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20609         constructing TOPIC string for buffers we are not JOINed.
20610         (rcirc-handler-CTCP-response): Add handler.
20611         (rcirc-multiline-edit-submit): Restore the window-configuration
20612         before adjusting point.
20613         (rcirc): Add customization group.
20614         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20615         (rcirc-user-full-name, rcirc-startup-channels-alist)
20616         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20617         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20618         (rcirc-input-ring-size, rcirc-read-only-flag)
20619         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20620         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20621         Change defvar to defcustom.
20622         (rcirc-update-prompt): Add optional ALL arg, which will update
20623         prompts in all rcirc buffers.  Regexp quote replacement text.
20624         (rcirc-fill-column): Accept frame-width as a value.
20625         (rcirc-set-changed): Add function.
20626         (rcirc-next-active-buffer): Write more meaningful messages.
20627         (rcirc-faces): Add customization group.
20628         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20629         (rcirc-nick-in-message-face, rcirc-prompt-face)
20630         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20631         (with-rcirc-process-buffer): Move before first usage.
20632         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20633         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20634         (rcirc-debug): Rename from `rcirc-log'.
20635         (rcirc-format-response-string): Do not print `-' chars for a
20636         NOTICE with no sender.  Simplify output of server responses.
20638 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20640         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20641         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20642         Make urls mouse and RET clickable.
20644 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20646         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20648 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20650         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20651         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20652         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20653         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20654         argument to all these routines, so the passphrase can be managed
20655         externally and passed in to the system.
20656         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20657         pgg-add-passphrase-to-cache function.
20659         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20660         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20661         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20662         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20663         argument to all these routines, so the passphrase can be managed
20664         externally and passed in to the system.
20665         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20666         function.
20668 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20670         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20671         from goto-address-url-regexp.
20673 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20675         * textmodes/org.el (org-read-date, org-goto-calendar)
20676         (org-recenter-calendar, org-agenda-goto-calendar):
20677         Temporarily clear `calendar-move-hook'.
20679 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20681         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20682         merging.
20684         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20685         have merge clashes.
20687 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20689         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20690         Undo previous change.
20692         * startup.el (command-line): Use `custom-reevaluate-setting' for
20693         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20694         tty-register-default-colors on Mac.
20696 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20698         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20699         (gdb-buffer-type): Make it automatically buffer local...
20700         (gdb-get-create-buffer): ...and set it accordingly.
20701         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20702         actually work.
20704 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20706         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20707         not red.
20709 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20711         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20712         case GUD buffer is not visible.
20713         (gdb-goto-breakpoint): Try to force display in source buffer.
20714         (gdb-frame-gdb-buffer): Copy other similar functions.
20715         (gdb-restore-windows): Don't display source if not asked for.
20716         (gdb-assembler-buffer-name): Don't capitalise.
20718 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20720         * wid-edit.el (key-sequence): New widget type.
20722         * simple.el (set-mark-command-repeat-pop): New variable.
20723         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20724         if set-mark-command-repeat-pop is true.
20726         * info.el (Info-fontify-node): Don't display extra "see" if there
20727         already is one here.
20729         * mouse.el: Fix special handling of DEL after dragging a region:
20730         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20731         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20733         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20735         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20736         not to assume it pertains to an affix.
20738         * textmodes/flyspell.el (flyspell-post-command-hook):
20739         Bind deactivate-mark to prevent deactivation.
20741 2005-11-03  Lars Hansen  <larsh@soem.dk>
20743         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20744         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20745         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20747 2005-11-03  Romain Francoise  <romain@orebokech.com>
20749         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20750         Update copyright years.
20752 2005-11-03  Sam Steingold  <sds@gnu.org>
20754         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20755         Use system-type instead of window-system because window-system is not
20756         correctly defined during loadup.
20758 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20760         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20761         (xml-parse-tag): Join strings separated by a comment properly.
20763 2005-11-02  Andreas Schwab  <schwab@suse.de>
20765         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20767 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20769         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20770         (byte-optimize-pure-func): Quote the eval'd value.
20772         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20773         Rename from perl-font-lock-syntactic-face-function.
20774         Change the calling convention so it can be used as a font-lock MATCHER.
20775         Do the parse-partial-sexp loop outselves.
20776         (perl-font-lock-syntactic-keywords): Use it.
20777         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20779 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20781         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20782         disassembly buffer too.
20783         (gdb-exited): Remove overlay arrows when execution has finished.
20784         (gdb-info-frames-custom, gdb-info-threads-custom)
20785         (gdb-info-registers-custom): Don't add inappropriate text
20786         properties if inferior is not active.
20788 2005-11-02  Glenn Morris  <rgm@gnu.org>
20790         * progmodes/fortran.el (fortran-blink-match):
20791         Use `blink-matching-delay'.
20793 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20795         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20797 2005-11-02  Lars Hansen  <larsh@soem.dk>
20799         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20800         "Permission denied".
20802 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20804         * textmodes/flyspell.el (flyspell-external-point-words):
20805         Pass nil to flyspell-get-word.
20807 2005-11-02  Kim F. Storm  <storm@cua.dk>
20809         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20810         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20812 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20814         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20815         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20816         (calendar-mouse-print-dates): Add optional `event' argument.
20817         Update interactive-spec.
20818         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20819         Use `calendar-event-to-date' instead of `event'.
20821 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20823         * progmodes/ld-script.el (ld-script-builtins):
20824         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20825         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20826         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20828 2005-11-01  Romain Francoise  <romain@orebokech.com>
20830         * vc-sccs.el: Update copyright year.
20831         * ezimage.el: Likewise.
20833 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20835         * info.el (Info-fontify-node): Use `string-width' for fontifying
20836         underlined titles.
20838 2005-11-01  Juri Linkov  <juri@jurta.org>
20840         * info.el (Info-fontify-node): Downcase node header keywords Node,
20841         Prev, Next, Up before comparison.
20842         (Info-history): Insert absolute directory name, and put invisible
20843         property on it.
20845 2005-11-01  Juri Linkov  <juri@jurta.org>
20847         * info.el (Info-file-supports-index-cookies): New variable.
20848         (Info-find-node-2): Check makeinfo version for index cookie support.
20849         (Info-index-nodes): Search for nodes with index cookies only when
20850         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20851         with "Index" in the node name.
20852         (Info-index-node): Search index cookie in the current node only when
20853         Info-file-supports-index-cookies is t.  Otherwise, check the word
20854         "Index" in the node name.
20855         (Info-find-emacs-command-nodes): Remove code that searches nodes
20856         with "Index" node name in the top menu.
20858 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20860         * progmodes/scheme.el (scheme-mode-variables): Use the default
20861         comment-indent-function.
20863         * faces.el (face-attribute): Handle the case where a face inherits from
20864         a non-existent face.
20866         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20867         for octal and hexa output, and merge the char into the paren.
20868         (kill-new): Use push.
20869         (copy-to-buffer): Use with-current-buffer.
20870         (completion-setup-function): Move code in loop to remove redundancy.
20871         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20872         those inherited from minibuffer-local-completion-map.
20874         * savehist.el (savehist-mode) <defcustom>:
20875         Use custom-set-minor-mode if available.
20876         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20877         and emit a message if applicable.
20879 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20881         * savehist.el: Sync up to version 19.
20882         (savehist-mode): New minor mode.
20883         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20884         (savehist-length): Remove (use history-length instead).
20885         (savehist-file-modes): Rename from savehist-modes.
20886         (savehist-save-hook, savehist-loaded): New vars.
20887         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20888         old format to new format.
20889         (savehist-install): Allow savehist-autosave-interval to be nil.
20890         (savehist-save): Run the new hook.  Be more careful to only trim the
20891         history variables.
20892         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20893         (savehist-printable): Print into a buffer rather than char-by-char.
20895 2005-11-01  John Wiegley  <johnw@newartisans.com>
20897         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20898         toggle-ignore keybinding (C-a).  The author said it had been
20899         disabled much earlier due to a possible incompatibility, but after
20900         many months of usage I have encountered no problems (and it is a
20901         rather useful option, especially for switching to " *temp*").
20903         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20904         support for OS/X's AddressBook, by calling out to the open source
20905         program "contacts" (installable through Fink).
20907         * net/eudc.el (eudc-expand-inline): If the
20908         `eudc-multiple-match-handling-method' is set to `all', delete the
20909         query string before inserting the query result.
20911         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20912         flag, to prevent Eshell from using the system ls when
20913         `eshell-ls-insert-directory' is in used.
20914         (eshell-ls-insert-directory): Disable font-lock in directory
20915         buffer so that Eshell's own fontification is seen.  This broke
20916         recently due to changes in font-lock, so this goes back to version
20917         21 behavior.
20919 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20921         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20922         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20923         (gdb-many-windows): Doc fix.
20925 2005-10-31  Romain Francoise  <romain@orebokech.com>
20927         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20929 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20931         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20932         that global-font-lock-mode can be enabled by default.
20934         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20935         (font-lock-add-keywords, font-lock-remove-keywords)
20936         (font-lock-fontify-buffer): Remove autoload cookies.
20938         * jit-lock.el (jit-lock-register): Likewise.
20940         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20942 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20944         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20945         intact if there is no gud-comint-buffer.
20947 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20949         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20950         old prompt comint-prompt-read-only is t and GDB commands are
20951         issued from tool bar etc.
20953 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20955         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20957 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20959         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20960         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20962 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20964         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20965         starting at beginning of line.  Fontification is messed up when
20966         `open-paren-in-column-0-is-defun-start' set to t.
20967         Reported by John Paul Wallington <jpw@pobox.com>.
20969 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20971         * comint.el (comint-send-input): Call `comint-update-fence' when
20972         `comint-process-echoes' and `comint-prompt-read-only' are both
20973         non-nil, to avoid leftover read-only newline.
20975 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20977         * textmodes/flyspell.el (flyspell-external-point-words):
20978         Detect when WORD can't be checked properly because
20979         flyspell-get-word finds just part of it, and move on.
20981         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20982         boundarychar for Polish.
20983         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20984         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20986 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20988         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20989         (gdb-registers-font-lock-keywords): Delete.
20990         (gdb-registers-mode): Don't fontify.
20991         (gdb-info-registers-custom): Use text properties instead as, in
20992         future, changed register values will use font-lock-warning-face.
20993         (gdb-local-font-lock-keywords): Rename to...
20994         (gdb-locals-font-lock-keywords): ...for consistency.
20996 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20998         * vc.el (vc-switch-backend): Better error message if the buffer is
20999         not visiting a file under version control.
21001         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21003 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
21005         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21006         ~/.emacs.d/.emacs.
21008 2005-10-29  Richard M. Stallman  <rms@gnu.org>
21010         * replace.el (occur-mode-mouse-goto): Always go to other window.
21011         (occur-mode-goto-occurrence): Always switch in same window.
21013         * simple.el (undo): Display message at end, not at start.
21015         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21016         New arg REUSE-CELL.
21017         (cancel-timer-internal): New function.
21018         (timer-event-handler): Use cancel-timer-internal,
21019         and pass the cell it returns to timer-activate...
21021         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21022         (jit-lock-deferred-fontify, jit-lock-context-fontify)
21023         (jit-lock-after-change): Test memory-full.
21025 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21027         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21028         part of the decoded armor to find the key-identifier.
21029         (pgg-gpg-lookup-key-owner): New function to return the
21030         human-readable identifier of a key owner.
21031         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21032         key itself.
21033         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21034         the key value) if we have a key and can match it against a secret
21035         key.  Also, added a note pointing out fact that the prompt only
21036         indicates the first matching key.
21038         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21039         pgg-decrypt-region.
21040         (pgg-pending-timers): A new hash for tracking the passphrase cache
21041         timers, so that new ones supercede old ones.
21042         (pgg-add-passphrase-to-cache): Rename from
21043         `pgg-add-passphrase-cache' to reduce confusion (all callers
21044         changed).  Modified to cancel old timers when new ones are added.
21045         (pgg-remove-passphrase-from-cache): Rename from
21046         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21047         changed).  Modified to cancel old timers when their keys are
21048         removed from the cache.
21049         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21050         XEmacs, an indirection to delete-itimer.
21051         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21052         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21053         users can only check cache without risk of prompting.  Correct bug in
21054         notruncate behavior.
21055         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21056         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21057         Add informative docstrings.
21058         (pgg-decrypt): Convey provided passphrase in subordinate call to
21059         pgg-decrypt-region.
21061         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21062         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21063         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21064         `passphrase' argument, so the passphrase can be managed externally
21065         and then passed in to the system.
21067         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21068         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21069         so the passphrase cache can be used reliably with identifiers
21070         besides a pgp packet's key id.
21072         * pgg-gpg.el (pgg-pgp-encrypt-region)
21073         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21074         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21075         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21076         argument to all these routines, so the passphrase can be managed
21077         externally and passed in to the system.
21079         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21080         `notruncate' argument, so the passphrase cache can be used
21081         reliably with identifiers besides a pgp packet's key id.
21083 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21085         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21086         symmetric encryption.
21087         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21088         encrypted session key.
21089         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21090         message ask for the passphrase in a proper way.
21092         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21093         New user commands for symmetric encryption.
21095 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
21097         * textmodes/conf-mode.el (conf-assignment-sign)
21098         (conf-assignment-regexp): Fix docstrings.
21099         (conf-mode-initialize): New function.
21100         (conf-mode): Remove optional args.  Use delay-mode-hooks to
21101         recognize recursive calls.
21102         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21103         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21104         (conf-xdefaults-mode): Use define-derived-mode and
21105         conf-mode-initialize.
21107 2005-10-29  Romain Francoise  <romain@orebokech.com>
21109         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21111 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21113         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21114         part of the decoded armor to find the key-identifier.
21115         (pgg-gpg-lookup-key-owner): New function to return the
21116         human-readable identifier of a key owner.
21117         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21118         key itself.
21119         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21120         the key value) if we have a key and can match it against a secret
21121         key.  Also, added a note pointing out fact that the prompt only
21122         indicates the first matching key.
21124         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21125         pgg-decrypt-region.
21126         (pgg-pending-timers): A new hash for tracking the passphrase cache
21127         timers, so that new ones supercede old ones.
21128         (pgg-add-passphrase-to-cache): Rename from
21129         `pgg-add-passphrase-cache' to reduce confusion (all callers
21130         changed).  Modified to cancel old timers when new ones are added.
21131         (pgg-remove-passphrase-from-cache): Rename from
21132         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21133         changed).  Modified to cancel old timers when their keys are
21134         removed from the cache.
21135         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21136         XEmacs, an indirection to delete-itimer.
21137         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21138         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21139         users can only check cache without risk of prompting.  Correct bug in
21140         notruncate behavior.
21141         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21142         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21143         Add informative docstrings.
21144         (pgg-decrypt): Convey provided passphrase in subordinate call to
21145         pgg-decrypt-region.
21147 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21149         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21150         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21151         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21152         `passphrase' argument, so the passphrase can be managed externally
21153         and then passed in to the system.
21155         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21156         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21157         so the passphrase cache can be used reliably with identifiers
21158         besides a pgp packet's key id.
21160         * pgg-gpg.el (pgg-pgp-encrypt-region)
21161         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21162         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21163         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21164         argument to all these routines, so the passphrase can be managed
21165         externally and passed in to the system.
21167         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21168         `notruncate' argument, so the passphrase cache can be used
21169         reliably with identifiers besides a pgp packet's key id.
21171 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21173         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21174         symmetric encryption.
21175         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21176         encrypted session key.
21177         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21178         message ask for the passphrase in a proper way.
21180         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21181         New user commands for symmetric encryption.
21183 2005-10-28  Bill Wohler  <wohler@newt.com>
21185         * help-mode.el (help-url): New button type.  Calls browse-url.
21186         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21187         Similar to Info nodes: URL `url'.
21188         (help-make-xrefs): Create help-url buttons for
21189         help-xref-url-regexp matches.
21191 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
21193         * tool-bar.el (tool-bar-add-item-from-menu)
21194         (tool-bar-local-item-from-menu): Fix doc strings.
21196 2005-10-28  Romain Francoise  <romain@orebokech.com>
21198         * ldefs-boot.el: Update.
21200         * subr.el (locate-library): Move from help-fns.el.
21201         * help-fns.el (locate-library): Move to subr.el.
21203 2005-10-28  Richard M. Stallman  <rms@gnu.org>
21205         * net/tramp.el (tramp-completion-mode): defvar moved up.
21207         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21209         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21211         * files.el (find-file-noselect): Use %d to format large file size.
21213         * bindings.el (mode-line-format): Add %e.
21215         * loadup.el ("facemenu"): Load unconditionally.
21216         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21217         ("x-dnd"): Load, when appropriate.
21219         * startup.el (command-line): Call before-init-hook earlier.
21220         Warn about some bad characters in -u user name.
21222         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21223         (flyspell-external-point-words): Error if misspelled word is not found.
21224         Set flyspell-large-region-beg at end of word.
21226 2005-10-28  Andreas Schwab  <schwab@suse.de>
21228         * view.el (View-revert-buffer-scroll-page-forward):
21229         Use view-page-size-default.
21231 2005-10-28  Juri Linkov  <juri@jurta.org>
21233         * international/quail.el (quail-get-current-str): Translate last
21234         raw character for deterministic input methods.
21236 2005-10-27  Jay Belanger  <belanger@truman.edu>
21238         * calc/calc-ext.el: Add functions to autoloads.
21239         (math-identity-matrix-p, math-ident-row-p): New functions.
21241         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21242         multiplication by an identity matrix; don't turn multiplication by
21243         an inverse matrix into division.
21244         (math-div-symbol-fancy): Replace division by matrices with
21245         multiplication by inverse.
21247         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21249         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21250         (calc-writeoutpower): New functions.
21252 2005-10-27  Romain Francoise  <romain@orebokech.com>
21254         * replace.el (occur-engine): Include colon in mouse-face highlight.
21256         * dired-x.el: Change Maintainer field.
21258 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21260         * longlines.el (longlines-mode): Bind after-change-functions to
21261         nil during initial decoding and final encoding.
21263 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21265         * term.el (term-emulate-terminal, term-handle-colors-array)
21266         (term-handle-ansi-escape): Specify the terminfo capabilities
21267         implemented.
21269 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21271         * info.el (Info-fontify-node): Fix detection of sentence-break
21272         before *Note.
21274 2005-10-26  Romain Francoise  <romain@orebokech.com>
21276         * smerge-mode.el: Add `tools' to file keywords.
21278 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21280         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21281         when the fringe is not available.
21283         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21284         (def-gdb-auto-update-trigger): Simplify construction.
21285         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21286         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21287         defined explicitly.
21288         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21289         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21290         defined explicitly.
21291         (gdb-info-locals-custom): Remove as it's a no-op.
21293 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21295         * longlines.el (longlines-mode): Remove narrowing before
21296         performing the initial decoding or final encoding.
21298 2005-10-25  Romain Francoise  <romain@orebokech.com>
21300         * emacs-lisp/find-func.el (find-library-name): Also strip
21301         extension if library name ends in .el, to take advantage of
21302         `find-library-suffixes'.
21304 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21306         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21308 2005-10-25  Juri Linkov  <juri@jurta.org>
21310         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21311         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21313 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21315         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21316         (blackbox-redefine-key): Add argument `map'.
21318         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21319         regions when moving the jit-lock-context-unfontify-pos boundary.
21321 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21323         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21325 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21327         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21329 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21331         * play/blackbox.el (blackbox-redefine-key): New function.
21332         (blackbox-mode-map): Use it to remap existing bindings for cursor
21333         motion instead of binding literal keys.
21335 2005-10-25  Glenn Morris  <rgm@gnu.org>
21337         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21338         diary does not end in a newline.  Do not assume a blank line at
21339         the start of the diary file.
21341 2005-10-25  Kenichi Handa  <handa@m17n.org>
21343         * international/quail.el (quail-translate-key): If the input
21344         method is deterministic and failed to handle the last key, restart
21345         the key handling loop from an appropriate key.
21347 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21349         * vc.el (vc-dired-mode): Extend comment for binding of
21350         `directory-listing-before-filename-regexp'.
21352 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21354         * textmodes/texinfo.el (texinfo-mode):
21355         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21356         not to unnecessarily expose emacs-mule's internal char codes.
21358 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21360         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21361         Display hand pointer and help-echo on disabled icon too.
21362         (gdb-mouse-until): New function.
21363         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21365 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21367         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21368         with 2005-10-23 change to doctor.el.
21370         * finder.el (finder-mode-map): Add follow-link binding.
21372 2005-10-25  Kim F. Storm  <storm@cua.dk>
21374         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21375         to gdb-mouse-toggle-breakpoint-fringe.
21376         (gdb-mouse-toggle-breakpoint-margin): Rename from
21377         gdb-mouse-toggle-breakpoint.  Fix doc.
21378         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21379         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21380         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21381         string properties also for fringe breakpoint bitmaps.
21383 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21385         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21387 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21389         * simple.el (completion-common-substring):
21390         Use `completion-common-substring' prior to `completion-base-size'.
21392 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21394         * savehist.el: Require CL while compiling.
21395         (savehist-history-variables): Remove.
21396         (savehist-save-minibuffer-history, savehist-additional-variables)
21397         (savehist-minibuffer-history-variables): New vars.
21398         (savehist-save): Use them.
21399         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21400         (savehist-install): New fun, extracted from savehist-load.
21401         (savehist-load): Use them.
21403 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21405         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21406         a dummy doc-string-elt property.
21407         (defalias, defvaralias, define-category): Add a docstring property.
21409         * image.el (defimage):
21410         * widget.el (define-widget):
21411         * custom.el (defface, defcustom): Add `doc-string' declaration.
21413         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21414         (defadvice): Add `doc-string' declaration.
21416         * emacs-lisp/byte-run.el (macro-declaration-function):
21417         Handle `doc-string' declarations.
21418         (define-obsolete-function-alias, define-obsolete-variable-alias):
21419         Add `doc-string' declaration.
21421 2005-10-24  Kenichi Handa  <handa@m17n.org>
21423         * international/utf-7.el (utf-7): Add autoload cookie.
21425         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21427 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21429         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21430         list of directories passed to batch-update-autoloads.  Add "." to
21431         the list of the echoed directories.
21433         * pgg-def.el:
21434         * pgg-gpg.el:
21435         * pgg-parse.el:
21436         * pgg-pgp.el:
21437         * pgg-pgp5.el:
21438         * pgg.el: Moved here from the gnus subdirectory.
21440 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21442         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21443         in case comint-prompt-read-only is set to t.
21445         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21446         in case comint-prompt-read-only is set to t.
21448 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21450         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21451         Now a string.
21452         (icalendar-import-format): Handle CLASS, STATUS, URL.
21453         Rename `subject' to `summary'.
21454         (icalendar-import-format-summary): Rename from
21455         `icalendar-import-format-subject'.
21456         (icalendar-import-format-url, icalendar-import-format-status)
21457         (icalendar-import-format-class): New variables.
21458         (icalendar--rris): Take variable argument list.
21459         (icalendar--datestring-to-isodate): Remove unnecessary
21460         calendar-style check when converting dates with explicit month names.
21461         (icalendar-export-region): Change return type of conversion
21462         subroutines.  Bury current buffer unless error occurred.
21463         (icalendar--convert-to-ical)
21464         (icalendar--parse-summary-and-rest): New functions.
21465         (icalendar--convert-ordinary-to-ical)
21466         (icalendar--convert-weekly-to-ical)
21467         (icalendar--convert-yearly-to-ical)
21468         (icalendar--convert-block-to-ical)
21469         (icalendar--convert-cyclic-to-ical)
21470         (icalendar--convert-anniversary-to-ical): Change return type.
21471         Strip trailing blanks from subject.
21472         (icalendar--convert-sexp-to-ical): Change return type.
21473         Strip trailing blanks from subject.  Handle simple sexp
21474         entries as generated by icalendar.el.
21475         (icalendar--convert-float-to-ical)
21476         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21477         (icalendar-import-file): Doc fix.
21478         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21479         Correct call to icalendar--rris.
21480         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21481         `summary'.
21482         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21484 2005-10-24  Romain Francoise  <romain@orebokech.com>
21486         * server.el (server-sentinel): Set query-on-exit flag to nil on
21487         new client processes (it isn't inherited from the server process).
21489         * replace.el (occur-engine): Rearrange text properties.
21491 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21493         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21494         case-fold-search is nil.
21495         (debug-help-follow): Use help-xref-interned directly.
21497 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21499         * thumbs.el (thumbs-image-type): Add .pbm.
21501 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21503         * faces.el (inhibit-face-set-after-frame-default): New variable.
21504         (set-face-attribute): Bind it.
21505         (face-set-after-frame-default): Test it.
21507         * help-fns.el (describe-simplify-lib-file-name): New function.
21508         (describe-function-1, describe-variable): Use it.
21510         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21512         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21513         Eliminate nil as possible value.
21514         (tooltip-hide-delay): Reduce internal-border-width.
21516         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21517         (menu-bar-file-menu) <new-file>: Likewise.
21519         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21521         * international/mule.el (load-with-code-conversion):
21522         Pass full file name to `eval-buffer' unless preloading.
21524         * textmodes/flyspell.el (flyspell-large-region):
21525         Call ispell-check-version.
21527         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21528         Fix the make-variable-buffer-local call that was supposed
21529         to be for this variable.
21530         (ispell-aspell-supports-utf8): Doc fix.
21531         (ispell-find-aspell-dictionaries): Preserve elements of
21532         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21533         (ispell-aspell-find-dictionary): Return nil on error.
21535         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21536         (doctor-symptoms): Likewise.
21538         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21540 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21542         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21543         (custom-raised-buttons): Add :set spec.
21544         (custom-button-unraised, custom-button-pressed-unraised):
21545         New faces, so that custom-raised-buttons actually does something.
21546         (custom-mode): Use custom-button and custom-button-pressed.
21548         * wid-edit.el (widget-specify-button): Don't ignore
21549         widget-mouse-face on graphic terminals.
21550         (widget-move-and-invoke): Cleanup.
21552 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21554         * whitespace.el (whitespace-cleanup): Doc fix.
21556 2005-10-23  Romain Francoise  <romain@orebokech.com>
21558         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21559         `eval-after-load' to avoid evaluating their result.
21561 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21563         * files.el (directory-listing-before-filename-regexp):
21564         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21566         * dired.el (dired-move-to-filename-regexp): Remove.
21567         All occurrences replaced by `directory-listing-before-filename-regexp'.
21569         * dired-x.el, locate.el, vc.el:
21570         Replace `dired-move-to-filename-regexp' by
21571         `directory-listing-before-filename-regexp'.  In vc.el it is
21572         overwritten locally; maybe this can be handled in files.el too.
21574         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21575         replaced by `directory-listing-before-filename-regexp'.
21577 2005-10-23  Andreas Schwab  <schwab@suse.de>
21579         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21580         and eval-next-after-load.
21582 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21584         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21585         exist, create it.
21587 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21589         * allout.el: Remove autoloads for mailcrypt and crypt++.
21590         Require pgg, pgg-gpg during compilation.
21591         (allout-version): Increment version number to 2.1, and use a literal
21592         rather than RCS Id.
21593         (allout-default-encryption-scheme): Remove.
21594         (allout-passphrase-verifier-handling)
21595         (allout-passphrase-verifier-string)
21596         (allout-file-passphrase-verifier-string)
21597         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21598         (allout-passphrase-hint-handling): Rename and simplify.
21599         (allout-init): Use `find-file-hook' if available, otherwise
21600         `find-file-hooks'.
21601         (allout-mode): Use `write-file-functions' if available, otherwise
21602         `local-write-file-hooks' and, instead of making auto-save-hook
21603         buffer local, make the write-file-hook activity contingent to
21604         allout-mode.
21605         (allout-mode): Use key-binding substitution in the docstring.
21606         (allout-kill-line): Spell-out kill ring data structure mutation
21607         instead of using byte-compiler-complaint-provoking `pop'.
21608         (allout-insert-listified): Use `insert' rather than `insert-string'
21609         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21610         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21611         (allout-encrypt-string): Totally revamped vis new underlying
21612         encryption facilities.
21613         (allout-mc-activate-passwd): Remove.
21614         (allout-obtain-passphrase): New, more or less replaces
21615         allout-mc-activate-passwd.
21616         (allout-encrypted-key-info): More or less replaces
21617         allout-encrypted-text-type.
21618         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21619         (my-mark-marker): Use `(featurep 'xemacs)'.
21621 2005-10-23  Lars Hansen  <larsh@soem.dk>
21623         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21624         (byte-compile-file-form-defmumble, byte-compile-defun)
21625         (byte-compile-defmacro): Use it.
21626         (byte-compile-form): Don't call byte-compile-set-symbol-position
21627         when a byte-compile handler is called.
21629 2005-10-22  Romain Francoise  <romain@orebokech.com>
21631         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21633         * subr.el (eval-after-load): Convert library name to an absolute
21634         file name using locate-library, since load-history no longer has
21635         library names in it.
21637 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21639         * files.el (make-temp-file): Move from subr.el.
21640         * subr.el (make-temp-file): Move to files.el.
21642         * window.el (get-buffer-window-list): Move from subr.el.
21643         * subr.el (get-buffer-window-list): Move to window.el.
21645         * image.el (image-load-path): Use eval-at-startup to initialize.
21647         * subr.el (eval-at-startup): New macro.
21649         * subr.el: Much rearrangement of functions and division
21650         into pages.  No code changes.
21652 2005-10-22  Kenichi Handa  <handa@m17n.org>
21654         * tar-mode.el (tar-extract): Be sure to call
21655         find-operation-coding-system if set-auto-coding doesn't find a
21656         coding system.
21658 2005-10-22  Kim F. Storm  <storm@cua.dk>
21660         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21661         Change users.
21662         (image-type-file-name-regexps): New defconst.
21663         (image-type-from-data): Simplify loop.
21664         (image-type-from-buffer): New defun.
21665         (image-type-from-file-header): Use it instead of image-type-from-data.
21666         Use image-search-load-path instead of only looking in data-directory.
21667         (image-type-from-file-name): New defun.
21668         (image-search-load-path): Change `pathname' to `filename'.
21669         Make PATH arg optional, default to image-load-path.
21671 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21673         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21675         * textmodes/paragraphs.el (sentence-end-base): New variable.
21676         (sentence-end): Use sentence-end-base.
21678 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21680         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21681         property independently from the font-lock-multiline variable.
21683 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21685         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21687         * startup.el (command-line): Convert library names
21688         in `load-history' to absolute file names.
21690         * subr.el (symbol-file): Doc fix.
21692         * loadhist.el (file-loadhist-lookup): Call locate-library
21693         instead of find-library-name.  Don't try converting
21694         abs file names to library names, since load-history no longer
21695         has library names in it.
21696         (file-dependents, file-provides, file-requires): Doc fixes.
21698 2005-10-21  Juri Linkov  <juri@jurta.org>
21700         * progmodes/etags.el (tags-table-mode): New function.
21701         (tags-verify-table): Replace initialize-new-tags-table with
21702         tags-table-mode.
21704         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21705         default value.
21706         (desktop-modes-not-to-save): Add tags-table-mode to the
21707         default value.
21709         * info.el (Info-index-next): Add total number of index
21710         alternatives to the message.
21712         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21713         backward only space (instead of space and period) before looking
21714         at sentence end.
21716         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21717         Add the old variable value as 4th default-value arg of read-string.
21719 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21721         * cus-face.el (custom-declare-face): Make face from X resources
21722         also on Mac.
21724         * disp-table.el (standard-display-g1, standard-display-graphic):
21725         Refuse to use string glyphs also on Mac.
21726         (standard-display-european): Don't set terminal coding system also
21727         on Mac.
21729         * frame.el (display-screens): Use x-display-screens also on Mac.
21731 2005-10-21  Romain Francoise  <romain@orebokech.com>
21733         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21735 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21737         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21738         and $? into sexps.
21740         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21741         warning face on open-paren-in-column-0.
21743         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21744         boundary case.  Fix typo.
21745         Suggested by Martin Rudalics <rudalics@gmx.at>.
21747 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21749         * textmodes/org.el (org-combined-agenda-icalendar-file)
21750         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21751         (org-export-icalendar-this-file)
21752         (org-export-icalendar-all-agenda-files)
21753         (org-export-icalendar-combine-agenda-files): New commands.
21754         (org-export-icalendar, org-print-icalendar-entries)
21755         (org-start-icalendar-file, org-finish-icalendar-file)
21756         (org-ical-ts-to-string): New functions.
21757         (org-read-date, org-goto-calendar)
21758         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21759         call to `calendar'.
21760         (orgtbl-setup): Remove the :keys arguments from the menu description.
21761         (org-after-save-iCalendar-file-hook): New variable.
21763 2005-10-21  Kenichi Handa  <handa@m17n.org>
21765         * language/vietnamese.el (tcvn-5712): Make it an alias of
21766         vietnamese-tcvn coding-system.
21768 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21770         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21771         group id is given.
21773 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21775         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21776         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21777         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21778         whose line is either continued or ends with a comment.
21780 2005-10-20  Romain Francoise  <romain@orebokech.com>
21782         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21784         * replace.el (occur-engine): Add follow-link property.
21786         * font-core.el (font-lock-mode): Doc fix.
21788 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21790         * net/rcirc.el: New file.
21792 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21794         * term.el (term-term-name): Initialize to "eterm-color".
21796 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21798         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21799         for encryption functionality.
21800         Move allout customization subgroup from `editing' to `outlines' group.
21801         Fix commentary keywords to legitimate ones.
21802         Update author info (using my current email address, obscurified).
21803         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21804         (allout-encrypted-topic-p, allout-encrypted-text-type)
21805         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21806         (allout-situate-encryption-key-verifier)
21807         (allout-get-encryption-key-verifier, allout-verify-key)
21808         (allout-next-topic-pending-encryption)
21809         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21810         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21811         (outline-key-verifier-handling, outline-key-hint-handling)
21812         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21813         (allout-file-key-verifier-string, allout-encryption-scheme)
21814         (allout-key-verifier-string, allout-key-hint-string)
21815         (allout-after-save-decrypt): New variables.
21816         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21817         (allout-after-saves-handler): New hook functions.
21818         (allout-post-command-business): Do allout-after-save-decrypt.
21819         (allout-enable-file-variable-adjustment): Custom var to enable
21820         mechanism for adding and adjusting settings of Emacs file variables.
21821         (allout-adjust-file-variable, allout-file-vars-section-data):
21822         New functions, implement the mechanism.
21823         (outlineify-sticky): Use the file vars mechanism.
21824         (allout-inhibit-protection, allout-during-write-cue)
21825         (allout-override-protect, allout-before-change-protect): Remove.
21826         (allout-flag-region, allout-open-topic): Adjust read-only text.
21827         (allout-open-line-not-read-only): Add to facilitate read-only
21828         text based protection.
21829         (allout-kill-line): Revise to adjust read-only text, clue the
21830         user about the inhibition.
21831         (allout-unprotected): Use unwind-protect.
21832         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21833         topic deeper than the offspring depth of the previous topic -
21834         avoiding confusing "containment discontinuities".
21835         (allout-reindent-bodies): Fix retention of body relative hanging
21836         indent during promotion of collapsed bodies.
21837         (allout-open-topic): Make it easy to open new topic with same
21838         bullet as current topic - topic creation functions provided with
21839         any universal argument provokes now prompt for bullet, defaulting
21840         to the bullet of the previous topic.
21841         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21842         Plain bullet alternates `.' period and `,' comma only.  All other
21843         bullets are relegated to special status (but customizable).
21844         (allout-end-of-entry): Rename from allout-end-of-current-entry
21845         since it actually operates w.r.t. most immediately containing
21846         entry, visible or not.
21847         (allout-hide-current-entry, allout-show-current-entry): Use the
21848         revised version.
21849         (allout-old-expose-topic): Solidify deprecation.
21850         (allout-end-of-subtree): Add so we can span concealed as well
21851         as visible topics.
21852         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21853         (allout-end-of-current-heading): Tweak to just respect the first line.
21854         (allout-get-body-text): Add.
21855         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21856         when invoked interactively.
21857         (allout-up-current-level): Use `interactive-p'.
21858         (allout-mode, allout-init): Miscellaneous docstring and
21859         operational refinements, as well as hookups of new encryption stuff.
21860         (allout-beginning-of-current-entry): Now works as advertised.
21861         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21862         (allout-isearch-rectification): Refine condition for isearching.
21863         (allout-isearch-abort, allout-enwrap-isearch)
21864         (allout-flag-region, my-region-active-p): Relocate some macros.
21865         (allout-title): Fallback title is (buffer-name), not
21866         non-existing (current-buffer-name).
21867         (subst-char-in-string): Define if absent (for some XEmacs versions).
21869 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21871         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21872         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21873         (mail-citation-prefix-regexp, mail-signature-file)
21874         (mail-default-headers, mail-bury-selects-summary)
21875         (mail-send-nonascii): Add autoload cookies.
21877 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21879         * frame.el (blink-cursor-mode): Add `mac' to the list of
21880         window-system's that support blinking cursor.
21882 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21884         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21886 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21888         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21889         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21890         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21892 2005-10-20  Kim F. Storm  <storm@cua.dk>
21894         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21895         (ido-set-current-directory): Don't add / after final @.
21896         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21897         Explicitly handle ange-ftp completion oddities.
21898         (ido-make-file-list): Don't rotate list at tramp root to avoid
21899         triggering tramp file handler for expand-file-name via get-file-buffer.
21901 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21903         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21905 2005-10-19  Jay Belanger  <belanger@truman.edu>
21907         * calc/calc-units.el (math-standard-units): Add units, adjust
21908         symbols and update values.
21909         (math-unit-prefixes): Add more prefixes.
21911 2005-10-19  Romain Francoise  <romain@orebokech.com>
21913         * bookmark.el (bookmark-menu-heading): New face.
21914         (bookmark-bmenu-list): Use it.
21915         Don't fiddle with `baud-rate' at top-level.
21917 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21919         * image.el (create-image, find-image): Mention max-image-size in
21920         docstring.
21922 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21924         * savehist.el (savehist-load): Revert to checking XEmacs.
21926         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21927         Various docstring and line-width fixups.
21928         (conf-mode): Use cond.
21929         Set font-lock-defaults.  Don't set comment-use-syntax.
21931 2005-10-18  David Ponce  <david@dponce.com>
21933         * tree-widget.el (tree-widget-button-click): New function.
21934         (tree-widget-button-keymap): Use it.
21936 2005-10-18  Romain Francoise  <romain@orebokech.com>
21938         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21939         (bookmark-bmenu-hide-filenames): Add follow-link property.
21940         Improve help-echo text.
21942         * ffap.el (find-file-at-point): Doc fix.
21944 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21946         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21948 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21950         Install to the CVS repository what I forgot to install in my
21951         2005-10-16 changes.
21953         * progmodes/python.el (python-complete-symbol): Pass the common
21954         prefix substring of completion to `display-completion-list'.
21956         * textmodes/org.el (org-complete): Ditto.
21958 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21960         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21962         * woman.el (WoMan-xref-man-page): New button type derived
21963         from `Man-abstract-xref-man-page'.
21964         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21966         * man.el (Man-abstract-xref-man-page): New button type.
21967         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21968         (Man-highlight-references): Add new optional argument `xref-man-type'.
21970 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21972         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21974 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21976         * cus-edit.el (Custom-move-and-invoke): Delete.
21977         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21979         * wid-edit.el (widget-move-and-invoke): New function, from
21980         Custom-move-and-invoke.
21982 2005-10-17  Bill Wohler  <wohler@newt.com>
21984         Move all remaining images from lisp/toolbar to etc/images, move
21985         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21986         the low resolution images in their own directory (low-color).
21988         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21989         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21990         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21991         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21992         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21993         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21994         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21996         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21997         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21998         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21999         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22000         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22001         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22002         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22003         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22004         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22005         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22006         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22007         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22008         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22009         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22010         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22012         To conform with convention, replace the underscore (_) in the
22013         following image names with dash (-) or (/) as appropriate.
22015         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22016         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22017         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22018         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22019         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22020         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22021         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22022         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22023         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22024         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22025         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22026         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22027         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22028         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22029         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22031         * info.el (info-tool-bar-map): Replace underscores in image names
22032         with dashes.
22034         * makefile.w32-in (WINS): Remove toolbar.
22036         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22038         * tool-bar.el: Move to lisp from toolbar.  Now that
22039         toolbar is empty, it should be deleted when folks run "cvs up -P".
22041 2005-10-18  Jay Belanger  <belanger@truman.edu>
22043         * calc/calc-store.el (calc-store-into): Get the proper variable name
22044         to display in message.
22046 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22048         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22049         expressions display in speedbar for all buffers when debugging.
22050         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22052         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22053         (speedbar-insert-button, speedbar-make-button):
22054         Use add-text-properties.
22055         (speedbar-update-localized-contents)
22056         (speedbar-update-directory-contents)
22057         (speedbar-update-special-contents): Use dolist.
22058         (speedbar-buffer-easymenu-definition): Add a menu separator.
22060 2005-10-17  Jason Rumney  <jasonr@gnu.org>
22062         * makefile.w32-in: Use $(lisp) consistently.
22063         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22064         for shell specific generation of mh-autoloads.
22066 2005-10-17  Richard M. Stallman  <rms@gnu.org>
22068         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22070 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22072         * jit-lock.el (jit-lock-fontify-now):
22073         Move jit-lock-context-unfontify-pos to avoid wasted work.
22075 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
22077         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
22078         `tramp-completion-mode' for checking if we are in completion mode.
22079         (tramp-completion-handle-file-name-all-completions): Reorder code
22080         in order to complete for file names only in case there are no
22081         method/user/host completions.  This is necessary for cooperation
22082         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
22084 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
22086         * longlines.el (longlines-search-forward)
22087         (longlines-search-backward): Match any number of spaces.
22089 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
22091         * diff-mode.el (diff-mode): Doc fix.
22093 2005-10-16  David Reitter  <david.reitter@gmail.com>
22095         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22096         as default on darwin and windows systems.
22098 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22100         * arc-mode.el (archive-zip-extract): Doc fix.
22102 2005-10-16  Romain Francoise  <romain@orebokech.com>
22104         * mouse.el (mouse-1-click-follows-link): Doc fix.
22106 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22108         * savehist.el: Don't require CL at runtime.
22109         (savehist-xemacs): Remove.
22110         (savehist-coding-system): Use utf-8 if present, regardless of religion.
22111         (savehist-no-conversion): Use (featurep 'xemacs).
22112         (savehist-load): Check existence of start-itimer rather than XEmacs.
22113         Use an idle timer.
22114         (savehist-process-for-saving): Replace use of CL funs `subseq' and
22115         `delete-if-not'.
22117 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
22119         * savehist.el: Newer version.
22120         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22121         (savehist-last-checksum, savehist-no-conversion): New vars.
22122         (savehist-autosave, savehist-process-for-saving, savehist-printable):
22123         New functions.
22124         (savehist-load, savehist-save): Use them.
22125         (savehist-delimit): Remove.
22127 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22129         * progmodes/compile.el (compilation-goto-locus): Display the
22130         compilation buffer first and the source buffer second, in case they're
22131         in overlapping frames.  Don't raise the compilation frame if it was the
22132         selected window upon entry.  Pass the `other-window' arg to
22133         pop-to-buffer.
22135         * info.el (Info-fontify-node): Use dolist.
22136         Change add-text-properties to put-text-property.
22138 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22140         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22141         bound of search.
22143 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22145         * dabbrev.el (dabbrev-completion): Pass the common
22146         prefix substring of completion to `display-completion-list'.
22148         * filecache.el (file-cache-minibuffer-complete)
22149         (file-cache-complete): Ditto.
22151         * tempo.el (tempo-display-completions): Ditto.
22153         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22155         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22157         * eshell/em-hist.el (eshell-list-history): Ditto.
22159         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22161         * mail/mailalias.el (mail-complete): Ditto.
22163         * progmodes/etags.el (complete-tag): Ditto.
22165         * progmodes/make-mode.el (makefile-complete): Ditto.
22167         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22169         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22171         * progmodes/pascal.el (pascal-complete-word)
22172         (pascal-show-completions): Ditto.
22174         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22176         * simple.el (completion-common-substring): New variable.
22177         (completion-setup-function): Use `completion-common-substring'
22178         to put faces.
22180 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22182         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22183         (x-get-selection, mac-select-convert-to-string): Convert from/to
22184         UTF-16 clipboard data as in native byte order, no BOM.
22186 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
22188         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22189         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22190         (gud-sentinel): Use speedbar-frame to check for speedbar.
22192 2005-10-15  Richard M. Stallman  <rms@gnu.org>
22194         * savehist.el: New file.
22196 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
22198         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22199         Fix bug in \bf fontification.
22201 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22203         * pcvs.el (cvs-edit-log-files): New var.
22204         (cvs-mode-edit-log): New arg `file'.
22205         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22206         Instead force the use of the original file and nothing else.
22207         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22208         the cvs-minor-wrap-function is set.
22209         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22211 2005-10-14  Bill Wohler  <wohler@newt.com>
22213         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22214         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22215         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22216         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22217         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22218         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22219         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22220         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22221         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22222         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22223         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22224         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22225         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22226         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22227         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22229         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22230         appropriately (for example, gud-break to gud/break).
22232 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
22234         * longlines.el (longlinges-search-function)
22235         (longlines-search-forward, longlines-search-backward): New functions.
22236         (longlines-mode): Set isearch-search-fun-function to
22237         longlinges-search-function.
22239         * mouse.el (mouse-drag-region-1): Handle the case where a
22240         double-click event is bound to an arbitrary function.
22242 2005-10-14  David Ponce  <david@dponce.com>
22244         * recentf.el (recentf-track-opened-file)
22245         (recentf-track-closed-file, recentf-update-menu)
22246         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22247         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22248         mouse-1-click-follows-link.
22250 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22252         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22253         Gnome file-manager.png.  Suggested by
22254         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22256         * toolbar/README: Add diropen.xpm.
22258 2005-10-13  Bill Wohler  <wohler@newt.com>
22260         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22261         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22263 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22265         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22266         Don't waste the byte-compiler's time on constant data.
22268 2005-10-13  Kenichi Handa  <handa@m17n.org>
22270         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22271         byte with `escape-glyph' face.
22273         * international/fontset.el (ccl-encode-unicode-font):
22274         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22275         Handle the case that ucs-mule-to-mule-unicode translates a character to
22276         ASCII (usually for IPA characters).
22278 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22280         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22281         Don't hide the underline of titles if font-lock-mode is disabled.
22283 2005-10-12  Bill Wohler  <wohler@newt.com>
22285         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22286         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22287         files in MH-E-SRC have been updated.
22288         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22290 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22292         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22293         (mixal-mode-syntax-table): Add \n as end-comment.
22294         (mixal-operation-codes-alist): Immediately initialize to full value.
22295         (mixal-add-operation-code): Remove.
22296         (mixal-describe-operation-code): Make the arg non-optional.
22297         Use the interactive spec instead.
22298         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22299         (mixal-font-lock-keywords): Don't highlight comments here any more.
22300         (mixal-font-lock-syntactic-keywords): New var.
22301         (mixal-mode): Use it.  Fix comment-start-skip.
22303 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22305         * startup.el (command-line-x-option-alist): -nb => -nbi.
22307 2005-10-12  Kim F. Storm  <storm@cua.dk>
22309         * startup.el (fancy-splash-default-action): Discard mouse click in
22310         the splash screen window, as it has no sensible meaning in the
22311         next window to be selected.  Fixes error reported by Jan D.
22313 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22315         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22317 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22319         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22320         Try to fix up minor layout issues like indentation, line break, etc...
22321         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22322         because it doesn't work.
22323         (mixal-operation-codes): Add some more codes.
22324         (mixal-font-lock-keywords): Process comments here.
22325         (mixal-mode): mixasm no longer needs -g option.
22327 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22329         * progmodes/sh-script.el (sh-tmp-file):
22330         Use mktemp -t.  Finish support for es and rc shells.
22332 2005-10-11  Jay Belanger  <belanger@truman.edu>
22334         * calc/calcalg2.el (calc-integral): With an argument, compute the
22335         definite integral.
22337 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22339         * mouse.el (mouse-drag-region-1): Don't try to catch a
22340         double-click when doing follow-link (it's overridden anyway).
22342 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22344         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22345         (autoload-print-form-outbuf): Add docstring.
22347 2005-10-11  Juri Linkov  <juri@jurta.org>
22349         * info.el (Info-mode-menu): Delete menu item "Edit".
22350         (Info-mode): Delete description of Info-edit from docstring,
22351         and rearrange descriptions of Info commands in the order
22352         they are documented in the Info manual.
22354 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22356         * calendar/appt.el (appt-check): Use diary-selective-display var.
22358 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22360         * net/newsticker.el (newsticker-start, newsticker-show-news):
22361         Add autoload cookies.
22363 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22365         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22367 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22369         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22371 2005-10-10  Jay Belanger  <belanger@truman.edu>
22373         * calc/calc-arith.el (math-check-known-scalarp)
22374         (math-check-known-matrixp): Check the values of arguments that are
22375         variables.
22376         (math-check-known-square-matrixp): New function.
22377         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22378         (math-super-types): Add sqmatrix type.
22380         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22381         mode name `square' to `sqmatrix'.
22383         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22384         mode name `square' to `sqmatrix'.
22386 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22388         * progmodes/etags.el (select-tags-table-mode): Don't use
22389         selective-display.
22390         (tags-select-tags-table): Pass `button' to the action function.
22391         (select-tags-table): Place the side-info on button properties rather
22392         than in hidden text.  Abbreviate file names.
22393         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22394         (select-tags-table-select): Add `button' argument.
22395         Get side-info from the button property rather than from hidden text.
22397 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22399         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22400         (gud-speedbar-buttons): Preserve point if possible.
22401         (gud-sentinel): Restore previous speedbar display type.
22403         * progmodes/gdb-ui.el (gdba): Improve diagram.
22404         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22405         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22406         Call get-buffer-window once.
22408 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22410         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22411         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22412         (pascal-indent-command): Remove unused var `ind'.
22413         (pascal-indent-case): Remove unused var `oldpos'.
22414         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22415         since it's now used as a proper minor mode map.
22416         (pascal-outline): Rename to pascal-outline-mode.
22417         (pascal-outline-mode): Use define-minor-mode.
22418         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22419         selective-display.
22421 2005-10-10  Andreas Schwab  <schwab@suse.de>
22423         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22424         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22426         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22427         outside source directory.
22429 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22431         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22432         C-x' as a prefix.
22433         (orgtbl-mode-map): Full keymap instead of sparse, because all
22434         `self-insert-command' keys are redefined in this map.
22435         (org-export-as-html): Specify charset for HTML file, by taking it
22436         from the coding system.
22438 2005-10-10  Kenichi Handa  <handa@m17n.org>
22440         * textmodes/flyspell.el (flyspell-check-word-p):
22441         If unread-command-events is non-empty, don't call sit-for.
22443 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22445         * font-lock.el (font-lock-syntactic-keywords)
22446         (font-lock-keywords): Doc fixes.
22448         * textmodes/flyspell.el (flyspell-external-point-words):
22449         Simplify logic, and don't try to check for consecutive appearances
22450         of one incorrect word.
22452 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22454         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22455         separator.
22457         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22458         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22459         (gud-expansion-speedbar-buttons): New function.
22460         (gud-speedbar-buttons): Check for gud-comint-buffer.
22462 2005-10-09  Bill Wohler  <wohler@newt.com>
22464         * Makefile.in (updates): Add mh-loaddefs dependency.
22466 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22468         * speedbar.el (speedbar-file-key-map): Fix typo.
22470 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22472         * cus-start.el (line-spacing): Add custom spec.
22474 2005-10-09  Romain Francoise  <romain@orebokech.com>
22476         * textmodes/ispell.el (ispell-check-version): Fix last change.
22478 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22480         * term/x-win.el: Remove -i, --icon-type from comment.
22482         * startup.el (command-line-x-option-alist): Remove options -i,
22483         -itype, --icon-type, added -nb, --no-bitmap-icon.
22485 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22487         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22488         instead of :active.
22490 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22492         * textmodes/ispell.el (ispell-check-version):
22493         Ignore hyphen, and all that follows, in aspell's version text.
22495 2005-10-08  Jay Belanger  <belanger@truman.edu>
22497         * calc/calc-arith.el (math-known-square-matrixp): New function.
22498         (math-pow-fancy): Check for matrices before distributing exponent
22499         across products.
22501         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22502         fullscreen keypad.  Suggested by Luc Teirlinck.
22503         (calc-keypad-show-input): Add space for formatting.
22505         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22506         Add square matrix option.
22508         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22509         of checking calc-matrix-mode when deciding how to expand.
22511         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22513 2005-10-08  Lars Hansen  <larsh@soem.dk>
22515         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22516         Add error handling.
22517         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22519 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22521         Sync with Tramp 2.0.51.
22523         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22524         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22525         Insert special handling for `last-coding-system-used', again
22526         it still seems to be necessary (unlike stated before).
22527         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22528         (tramp-password-prompt-regexp): There might be other words before
22529         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22530         (tramp-chunksize): Improve docstring.
22531         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22532         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22533         Christian Joergensen <bugs@razor.dk>.
22535 2005-10-07  Glenn Morris  <rgm@gnu.org>
22537         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22538         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22539         precision'.
22541 2005-10-07  Romain Francoise  <romain@orebokech.com>
22543         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22544         (ibuffer-do-shell-command-pipe-replace)
22545         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22546         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22547         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22548         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22549         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22550         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22551         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22552         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22553         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22554         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22555         Autoload file sans suffix.
22557         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22559 2005-10-07  David Ponce  <david@dponce.com>
22561         * recentf.el (recentf-menu-open-all-flag): New option.
22562         (recentf-digit-shortcut-command-name): New function.
22563         (recentf--shortcuts-keymap): New variable.
22564         (recentf-menu-shortcuts): New variable.
22565         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22566         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22567         (recentf-menu-value-shortcut): New function.
22568         (recentf-make-menu-item): Use it.  No more in-lined.
22569         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22570         (recentf-open-most-recent-file): Rename from
22571         `recentf-open-file-with-key'.  Don't depend on key binding.
22572         (recentf-mode-map): New variable.
22573         (recentf-mode): Use it.
22575 2005-10-06  Bill Wohler  <wohler@newt.com>
22577         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22579         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22580         (MH-E-SRC): New.  Used by mh-autoloads.
22581         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22582         files in MH-E-SRC have been updated.
22583         (compile, recompile, bootstrap): Depend on mh-autoloads.
22585 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22587         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22588         gud-break and gud-remove icons when the fringe is not available.
22590         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22591         Typo.
22593 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22595         * play/zone.el (zone): Wrap body with save-window-excursion.
22597 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22599         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22600         Use the new `list-only' arg to diary-list-entries.
22602         * calendar/diary-lib.el: Use overlays rather than selective-display.
22603         (diary-selective-display): New var.
22604         (diary-header-line-format): Use it.
22605         (diary-list-entries): Add argument `list-only'.
22606         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22607         Replace \^M by invisible overlays.
22608         (diary-unhide-everything): Replace \^M by invisible overlays.
22609         (print-diary-entries): Look for overlays rather than \^M.
22610         Add a space to the temp buffer name.
22611         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22612         Put the buffer in diary-mode.
22613         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22614         (diary-anniversary): Make the year arg optional.
22615         (diary-time-regexp): New const.
22616         (diary-font-lock-keywords): Use it to accept a few more time formats.
22618         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22620 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22622         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22623         Fix bug introduced 2005-07-03: Use (car (last ...))
22624         to faithfully reproduce replaced artist-last.
22625         (artist-set-arrow-points-for-poly): Likewise.
22626         Suggested by Johan Bockg\e,Ae\e(Brd.
22628 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22630         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22631         * wid-edit.el (widget):
22632         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22633         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22635 2005-10-06  Kenichi Handa  <handa@m17n.org>
22637         * international/mule-cmds.el (set-language-environment):
22638         Fix setting up of case-table for unibyte mode.
22640         * simple.el (what-cursor-position): If the character is displayed
22641         by some `display' text property, show that.  Don't use
22642         single-key-description for eight-bit characters in multibyte mode.
22644 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22646         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22647         (gdb-ann3): Set it.
22648         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22649         (gdb-info-frames-custom): Use inverse-video for first five
22650         characters of selected frame only.
22651         (gdb-get-frame-number): Select frame even when point is on frame
22652         number.
22654 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22656         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22657         Put `font-lock-function-name-face'.
22658         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22659         and `font-lock-variable-name-face'
22660         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22661         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22662         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22663         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22664         (gdb-local-font-lock-keywords): New font lock keywords definition.
22665         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22666         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22667         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22669 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22671         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22672         (ediff-merge-region-is-non-clash-to-skip): Previously called
22673         ediff-merge-region-is-non-clash.
22675         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22676         Use insert-buffer-substring.
22678         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22679         selecting files to patch.  Also bug fixes.
22681         * ediff-util.el (ediff-setup): Bug fix.
22682         (ediff-next-difference): Never skip clashes that differ in white
22683         space only.
22685         * ediff-wind.el (ediff-setup-control-frame)
22686         (ediff-destroy-control-frame): Check the menubar feature.
22688         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22689         (viper-refresh-mode-line): Use make-local-variable to localize
22690         some vars instead of make-variable-buffer-local.  Suggested by
22691         Stefan Monnier.
22693         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22694         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22695         Use make-local-variable instead of make-variable-buffer-local.
22696         Suggested by Stefan Monnier.
22698         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22699         (viper-comint-mode-hook): Use make-local-variable on
22700         require-final-newline.
22701         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22703 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22705         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22706         also the second char of a comment-start sequence.
22707         (scheme-sexp-comment-syntax-table): New var.
22708         (lambda, define): Set their scheme-doc-string-elt property.
22709         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22710         Use lisp-font-lock-syntactic-face-function now that it properly
22711         handles |...| symbols.
22712         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22713         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22715         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22716         bit from # to |.
22717         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22719         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22720         (lisp-doc-string-elt-property): New var.
22721         (lisp-font-lock-syntactic-face-function): Use it.
22722         Rewrite to recognize docstrings even for forms not at toplevel.
22724         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22725         annotation on the | part of #| rather than on the # part.
22726         (scheme-font-lock-syntactic-face-function): New function, to
22727         distinguish strings from |...| symbols.
22728         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22729         syntax-table so that #|...|# is properly highlighted.
22731         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22732         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22734 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22736         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22737         and C-e.
22739         * emacs-lisp/eldoc.el: Move comments into docstrings.
22740         (eldoc-message-commands): Initialize in its declaration.
22741         Add move-beginning-of-line and move-end-of-line.
22742         (eldoc-add-command, eldoc-add-command-completions)
22743         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22745         * outline.el (outline-mark-subtree): Activate the mark.
22747         * calendar/appt.el (appt-time-regexp): New var.
22748         (appt-add, appt-make-list): Use it.
22749         (appt-convert-time): Clean up.
22751         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22752         Don't set any syntax-table property here.
22753         (tex-font-lock-verb): New function.  Do it here.
22754         (tex-font-lock-syntactic-keywords): Use it.
22756 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22758         * wid-edit.el (widget-file-complete): Get the widget start point
22759         the right way.  Default directory to `/' if file has none.
22761         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22763         * textmodes/flyspell.el (flyspell-mode-on):
22764         Call ispell-maybe-find-aspell-dictionaries.
22766         * textmodes/ispell.el (ispell-word, ispell-region):
22767         Call ispell-maybe-find-aspell-dictionaries.
22768         (ispell-accept-buffer-local-defs):
22769         Don't call ispell-maybe-find-aspell-dictionaries.
22771 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22773         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22775 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22777         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22778         instead of `fboundp' in order to allow for anonymous functions.
22780 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22782         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22783         case the user clicks on the link while another window is selected.
22784         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22786         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22787         functionality.
22788         (dframe-help-echo): Save point in case mouse tracking is off.
22790 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22792         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22794 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22796         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22797         not change the global value of those vars.
22799         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22800         make-local-variable which we do not need any more.
22802 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22804         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22805         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22806         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22807         (speedbar-path-line): Define obsolete aliases.
22808         (speedbar-line-directory): Doc fix.
22810         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22811         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22812         instead of speedbar-line-path.
22814 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22816         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22817         to nil if dropping on a window.  Handle dropping on a minibuffer window
22818         like dropping on a non-window part of Emacs.
22820 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22822         * net/ange-ftp.el: Use with-current-buffer.
22823         (ange-ftp-insert-directory): Do not follow symlinks any more.
22825         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22826         Remove interactive spec.
22828 2005-10-03  Kim F. Storm  <storm@cua.dk>
22830         * ido.el (ido-mode): Use custom-initialize-set.
22832 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22834         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22835         Use insert-buffer-substring.
22837         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22838         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22840 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22842         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22843         in last change.
22844         (ange-ftp-insert-directory): Fix up the search for the case where
22845         `file' is absolute.
22847 2005-10-02  Romain Francoise  <romain@orebokech.com>
22849         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22851 2005-10-02  Andreas Schwab  <schwab@suse.de>
22853         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22854         directory component in the session info.
22856 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22858         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22860         * simple.el (next-error-internal): New function.
22862         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22863         (compilation-start): Pass new arg to compilation-buffer-name.
22864         (compile-goto-error): Use next-error-internal.
22866 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22868         * speedbar.el: Remove RCS tag.
22869         (speedbar-check-read-only): Handle non-existent files.
22871         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22873         * info.el (Info-speedbar-hierarchy-buttons)
22874         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22876 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22878         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22879         Do not match newline.
22880         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22881         (bibtex-summary): Remove unnecessary save-excursion.
22882         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22884 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22886         * term/mac-win.el: Add charset info for "iso10646-1".
22887         Modify default fontset to use ATSUI-compatible fonts for some charsets
22888         if available.
22890 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22892         * speedbar.el: Re-apply arch tag.
22893         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22894         M. Ludlam.
22895         Reapply two changes from Emacs CVS' version of speedbar lost
22896         during the merge:
22897         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22898         (speedbar-frame-parameters): Improve customize type.
22900 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22902         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22903         (ange-ftp-file-directory-p): Fix the symlink case.
22904         (ange-ftp-insert-directory): When listing a single file, get a list of
22905         the parent buffer and extract the relevant line.  Inspired from a patch
22906         by Katsumi Yamaoka <yamaoka@jpl.org>.
22907         (ange-ftp-file-name-sans-versions): Simplify.
22909 2005-09-30  Bill Wohler  <wohler@newt.com>
22911         Move MH-E image files from toolbar and mail directories into
22912         etc/images.
22914         * mail/reply2.*: Move to etc/images/mail/reply*.
22916         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22917         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22918         etc/images.
22920         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22921         * toolbar/reply*: Move to etc/images/mail.
22923         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22925 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22927         * speedbar.el: New version 1.0pre3.
22929         Frame management code (including timer, and mouse click specifics)
22930         moved to dframe.el:
22931         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22932         (speedbar-timer): Removed.  Use dframe-timer.
22933         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22934         (speedbar-activity-change-focus-flag): Removed.  Use
22935         dframe-activity-change-focus-flag.
22936         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22937         dframe-update-speed.
22939         (speedbar-current-frame): New macro.  Use this instead of the
22940         variable speedbar-frame.
22942         (speedbar-use-images, speedbar-expand-image-button-alist)
22943         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22945         (speedbar-find-image-on-load-path): Removed.  Replaced by
22946         defezimage in ezimage.el.
22947         (speedbar-expand-image-button-alist): Removed.  Replaced by
22948         ezimage-expand-image-button-alist in ezimage.el.
22950         (speedbar-ignored-directory-regexp)
22951         (speedbar-add-ignored-directory-regexp)
22952         (speedbar-ignored-directory-expressions)
22953         (speedbar-line-directory, speedbar-buffers-line-directory)
22954         (speedbar-directory-line, speedbar-buffers-line-directory):
22955         Renamed, replacing `path' with `directory'.
22957         (speedbar-create-directory, speedbar-expand-line-descendants)
22958         (speedbar-toggle-line-expansion)
22959         (speedbar-contract-line-descendants): New commands.
22961         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22962         (speedbar-use-tool-tips-flag): New options.
22964         (speedbar-check-read-only, speedbar-require-version)
22965         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22966         (speedbar-handle-delete-frame, speedbar-try-completion)
22967         (speedbar-update-localized-contents): New functions.
22969         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22970         (speedbar-object-read-only-indicator): New variables.
22972         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22973         New hooks.
22975         (speedbar-separator-face): New face.
22977         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22978         (speedbar-ignored-modes): Add fundamental-mode.
22979         (speedbar-directory-unshown-regexp): Add . directories.
22981         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22982         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22983         `]' for full expand/close.
22984         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22986         (speedbar-check-vc): Support hidden files.
22987         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22988         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22989         state is nil, it is not checked out.
22991         (speedbar-line-text, speedbar-line-token): Support expand buttons
22992         with no text.
22993         (speedbar-refresh): Universal argument acts as power-click.
22994         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22995         that buffer to get variable values.
22997         And many other bugfixes.
22999         * dframe.el, ezimage.el, sb-image.el: New files.
23001         * sb-*.xpm: Remove files.  New image files installed into
23002         etc/images/ezimage.
23004 2005-09-30  Kenichi Handa  <handa@m17n.org>
23006         * ps-mule.el (ps-mule-show-warning): If a character is in
23007         ps-print-translation-table, don't treat it as non-printable.
23009 2005-09-30  David Ponce  <david@dponce.com>
23011         * tree-widget.el (tree-widget-themes-load-path): New variable.
23012         (tree-widget-themes-directory): Doc fix.
23013         (tree-widget-image-formats) [Emacs]: Doc fix.
23014         (tree-widget--locate-sub-directory): New function.
23015         (tree-widget-themes-directory): Use it.
23017         * recentf.el (recentf-filename-handlers): Rename from
23018         `recentf-filename-handler'.  Allow a list of functions.
23019         (recentf-menu-items-for-commands): Fix :help strings.
23020         (recentf-apply-filename-handlers): New function.
23021         (recentf-expand-file-name): Use it.
23022         (recentf-cleanup): Remove duplicates too.
23024 2005-09-29  Juri Linkov  <juri@jurta.org>
23026         * faces.el: Rearrange face definitions to be in the same order as
23027         their face descriptions in "(emacs)Standard Faces".
23029         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23031         * tooltip.el (tooltip): Add group `basic-faces'.
23033         * buff-menu.el (Buffer-menu-buffer): Remove group
23034         `font-lock-highlighting-faces'.
23036         * progmodes/compile.el (compilation-error, compilation-warning)
23037         (compilation-info, compilation-line-number, compilation-column-number):
23038         Change group from `font-lock-highlighting-faces' to `compilation'.
23040         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23041         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23042         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23043         (vhdl-font-lock-reserved-words-face)
23044         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23045         `font-lock-highlighting-faces'.
23047         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23049 2005-09-28  Kim F. Storm  <storm@cua.dk>
23051         * emulation/cua-base.el: Set CUA move property on additional commands:
23052         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23053         forward-sexp, backward-sexp, forward-list, backward-list.
23055 2005-09-28  Romain Francoise  <romain@orebokech.com>
23057         * comint.el (comint-show-output): Really set point at the
23058         beginning of the output when not using `comint-use-prompt-regexp'.
23060 2005-09-27  Jay Belanger  <belanger@truman.edu>
23062         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23063         in TeX mode.
23065 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
23067         * textmodes/org.el (org-table-sum): Fix format string.
23069         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23070         Quote face names.
23072 2005-09-26  Romain Francoise  <romain@orebokech.com>
23074         * isearch.el (isearch-forward-regexp): Close doc string.
23076 2005-09-25  Richard M. Stallman  <rms@gnu.org>
23078         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23080         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23082         * progmodes/compile.el (compilation-error-properties):
23083         When getting the file from the previous error message,
23084         correctly decode the new data format.
23086         * progmodes/cc-cmds.el (c-electric-paren):
23087         Call old-blink-paren only for close-paren.
23089 2005-09-24  Andreas Schwab  <schwab@suse.de>
23091         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23092         condition.
23094 2005-09-25  Romain Francoise  <romain@orebokech.com>
23096         * dired-aux.el (dired-copy-file-recursive):
23097         * dired.el (dired-delete-file):
23098         * ediff-mult.el (ediff-dir-diff-copy-file):
23099         * ediff-util.el (ediff-test-save-region):
23100         * forms.el (forms-mode):
23101         * ido.el (ido-file-internal, ido-delete-file-at-head):
23102         * log-edit.el (log-edit-done):
23103         * ses.el (ses-yank-resize):
23104         * play/gomoku.el (gomoku-human-plays, gomoku)
23105         (gomoku-human-resigns, gomoku-prompt-for-other-game)
23106         (gomoku-offer-a-draw):
23107         * play/landmark.el (lm-human-resigns, lm):
23108         * net/eudcb-ldap.el (eudc-ldap-check-base):
23109         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23110         * progmodes/ebrowse.el (ebrowse-find-pattern):
23111         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23112         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23113         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23115         * vc.el (vc-delete-file):
23116         * play/gomoku.el (gomoku-terminate-game, gomoku)
23117         (gomoku-prompt-for-move, gomoku-human-takes-back):
23118         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23119         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23121 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
23123         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23124         color rxvt terminals by using the code xterm.el used to use before
23125         2005-04-09 in order to match the colors used by rxvt.
23127 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23129         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23130         colors rxvt-unicode terminals by using the same code as xterm.el.
23132 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23134         * textmodes/tex-mode.el (tex-font-lock-append-prop)
23135         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23136         new symbol used for the tex-verbatim face.
23138 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
23140         * woman.el (woman-file-name):
23141         * wid-edit.el (widget-file-prompt-value)
23142         (widget-coding-system-prompt-value):
23143         * w32-fns.el (set-w32-system-coding-system):
23144         * vc.el (vc-version-diff, vc-annotate):
23145         * textmodes/reftex-auc.el (reftex-arg-cite)
23146         (reftex-arg-index-tag):
23147         * textmodes/refer.el (refer-get-bib-files):
23148         * textmodes/artist.el (artist-figlet-choose-font):
23149         * terminal.el (terminal-emulator):
23150         * replace.el (occur-read-primary-args):
23151         * rect.el (string-rectangle, string-insert-rectangle):
23152         * ps-print.el (ps-print-preprint):
23153         * progmodes/pascal.el (pascal-goto-defun):
23154         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23155         * progmodes/compile.el (compilation-find-file):
23156         * printing.el (pr-interactive-n-up):
23157         * play/animate.el (animate-birthday-present):
23158         * net/rcompile.el (remote-compile):
23159         * man.el (man, Man-goto-section, Man-follow-manual-reference):
23160         * mail/rmailsum.el (rmail-summary-search-backward)
23161         (rmail-summary-search):
23162         * mail/rmailout.el (rmail-output-read-rmail-file-name)
23163         (rmail-output-read-file-name):
23164         * mail/rmail.el (rmail-search, rmail-search-backwards):
23165         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23166         * locate.el (locate):
23167         * international/quail.el (quail-show-keyboard-layout):
23168         * international/mule.el (set-buffer-file-coding-system)
23169         (revert-buffer-with-coding-system, set-file-name-coding-system)
23170         (set-terminal-coding-system, set-keyboard-coding-system)
23171         (set-next-selection-coding-system):
23172         * international/mule-diag.el (describe-coding-system)
23173         (describe-font, describe-fontset):
23174         * international/mule-cmds.el (universal-coding-system-argument)
23175         (search-unencodable-char, describe-input-method)
23176         (set-language-environment, describe-language-environment):
23177         * international/codepage.el (codepage-setup):
23178         * international/code-pages.el (codepage-setup):
23179         * info.el (Info-search, Info-follow-reference)
23180         (Info-search-backward):
23181         * emacs-lisp/advice.el (ad-read-advised-function)
23182         (ad-read-advice-class, ad-clear-cache, ad-activate)
23183         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23184         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23185         (ad-read-regexp):
23186         * ediff-util.el (ediff-toggle-regexp-match):
23187         * ediff-ptch.el (ediff-prompt-for-patch-file):
23188         * dired-aux.el (dired-diff):
23189         * diff.el (diff):
23190         * cus-edit.el (custom-variable-prompt):
23191         * calendar/timeclock.el (timeclock-ask-for-project):
23192         * calc/calcalg3.el (calc-get-fit-variables):
23193         * calc/calc-store.el (calc-edit-variable)
23194         (calc-permanent-variable):
23195         * vc-mcvs.el (vc-mcvs-register):
23196         * shadowfile.el (shadow-define-literal-group):
23197         * woman.el (woman-file-name):
23198         * vc.el (vc-version-diff, vc-merge):
23199         * textmodes/reftex-index.el (reftex-index-complete-tag):
23200         * format.el (format-decode-buffer, format-decode-region):
23201         * emulation/viper-cmd.el (viper-read-string-with-history):
23202         * emacs-lisp/debug.el (cancel-debug-on-entry):
23203         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23204         * ediff.el (ediff-merge-revisions)
23205         (ediff-merge-revisions-with-ancestor, ediff-revision):
23206         * completion.el (interactive-completion-string-reader):
23207         * calc/calc-prog.el (calc-user-define-formula):
23208         Follow convention for reading with the minibuffer.
23210 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
23212         * progmodes/python.el (python-describe-symbol): Add globals() and
23213         locals() to the arguments of emacs.ehelp.
23215 2005-09-24  Magnus Henoch  <mange@freemail.hu>
23217         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23218         New function, code extracted from ispell-valid-dictionary-list.
23219         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23220         Call it.
23222 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
23224         * subr.el (version-regexp-alist): Extend valid syntax for version
23225         strings: allow any of the characters -,_,+ to separate the
23226         alpha/beta/rc part from the version part.  Doc fix.
23227         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
23229 2005-09-23  David Reitter  <david.reitter@gmail.com>
23231         * mail/mailclient.el: New file.
23233 2005-09-23  Richard M. Stallman  <rms@gnu.org>
23235         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23236         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23237         Doc fixes.
23239         * progmodes/cc-mode.el (c-font-lock-init):
23240         Specify font-lock-lines-before.
23242 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23244         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23245         whole conflict.
23247 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23249         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23250         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23251         of `remap' feature when available.  Additional key bindings for
23252         better tty support.
23253         (org-mode-restart, org-force-self-insert): New commands.
23254         (org-time-stamp-inactive): New command.
23255         (org-remap): New function.
23256         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23257         (org-enable-fixed-width-editor): Move to `org-structure'
23258         customization group.
23259         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23260         blank field after field motion commands.
23262 2005-09-23  Kenichi Handa  <handa@m17n.org>
23264         * international/mule-cmds.el (set-language-environment):
23265         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23266         have to call utf-translate-cjk-load-tables.
23268 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23270         * mouse.el (mouse-move-drag-overlay): Fix last change.
23272 2005-09-22  David Ponce  <david@dponce.com>
23274         * tree-widget.el (tree-widget-value-create): Fix previous change.
23276 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23278         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23280 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23282         * mouse.el (mouse-move-drag-overlay): New function.
23283         (mouse-drag-region-1): Use it.
23284         Try to simplify a bit the state handling.  Handle clicks on links
23285         inside intangible areas.
23286         (mouse-save-then-kill): Minor simplification.
23287         (mouse-secondary-overlay): Make it always non-nil instead of
23288         recreating it each time.
23289         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23290         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23291         Simplify accordingly.
23293 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23295         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23297 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23299         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23300         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23301         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23302         to patch.
23304         * ediff-util.el: Use insert-buffer-substring.
23306         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23308         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23309         field boundaries in the minibuffer.
23310         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23311         (viper-minibuffer-post-command-hook): New hook.
23312         (viper-line): Don't move cursor at bolp.
23314         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23316         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23317         avoid compiler warnings.
23319         * emulation/viper-macs.el (ex-map): Better messages.
23321         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23323         * emulation/viper.el: Replace make-variable-buffer-local with
23324         viper-make-variable-buffer-local everywhere, to avoid warnings.
23326 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23328         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23329         Delete unused var `old-selected-window'.
23330         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23331         (mouse-drag-secondary): Delete unused var `start-frame'.
23333 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23335         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23337 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23339         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23340         Re-indent within 80 columns.  Use inhibit-read-only.
23342 2005-09-19  Romain Francoise  <romain@orebokech.com>
23344         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23346 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23348         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23349         unconditionally, since the after-change-function already did it.
23351 2005-09-19  Miles Bader  <miles@gnu.org>
23353         * net/newsticker.el: Get rid of CVS keyword.
23355 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23357         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23358         The prompt is formatted later.
23360 2005-09-19  David Ponce  <david@dponce.com>
23362         * tree-widget.el (tree-widget-value-create): Save the converted
23363         tree :node widget.
23365 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23367         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23368         variable `message'.
23370 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23372         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23373         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23374         <slawomir.nowaczyk.847@student.lu.se>.
23376 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23378         * image.el (image-load-path): Use symbol `data-directory' instead
23379         of its value, for backward compatibility with packages that bind
23380         it during `find-image'.  Suggested by Katsumi Yamaoka.
23381         (image-search-load-path): Handle symbols whose values are strings.
23383 2005-09-18  Romain Francoise  <romain@orebokech.com>
23385         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23386         with-current-buffer form in save-excursion.
23388 2005-09-18  Deepak Goel  <deego@gnufans.org>
23390         * apropos.el (apropos-command): Fix `message' call: first arg
23391         should be a format spec.  In this and all other cases that appear
23392         below and elsewhere in the source code, I made a change only when
23393         two conditions were satisfied: [1] I can think of a possibility
23394         that the arguments would cause an error, for example, the code in
23395         question relies on external variables such as filenames.  [2] I
23396         was sure that the arg to `message' could not have been nil in the code.
23398         * textmodes/tildify.el (tildify-region): Ditto.
23400         * textmodes/reftex-index.el (reftex-index-change-entry)
23401         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23402         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23403         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23404         (org-priority, org-table-sum):
23405         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23406         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23407         (flyspell-word, flyspell-display-next-corrections):
23408         * textmodes/bibtex.el (bibtex-print-help-message):
23409         * textmodes/artist.el (artist-key-set-point-poly):
23410         * term/mac-win.el (mac-services-insert-text):
23411         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23412         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23413         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23414         (vhdl-compose-configuration):
23415         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23416         (sh-set-indent, sh-learn-line-indent):
23417         * progmodes/ps-mode.el (ps-mode-target-column):
23418         * progmodes/idlwave.el (idlwave-make-tags)
23419         (idlwave-scan-library-catalogs):
23420         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23421         * progmodes/gud.el (gud-jdb-analyze-source):
23422         * progmodes/flymake.el (flymake-log):
23423         * progmodes/ebnf2ps.el (ebnf-generate-region):
23424         * progmodes/cmacexp.el (c-macro-expansion):
23425         * progmodes/ada-xref.el (ada-treat-cmd-string):
23426         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23427         (ada-justified-indent-current, ada-batch-reformat):
23428         * play/zone.el (zone):
23429         * play/landmark.el (lm-move):
23430         * play/decipher.el (decipher-show-alphabet):
23431         * net/newsticker.el (newsticker--display-jump)
23432         (newsticker--display-scroll):
23433         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23434         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23435         * mail/feedmail.el (feedmail-dump-message-to-queue):
23436         * eshell/esh-proc.el (eshell-remove-process-entry):
23437         * emulation/ws-mode.el (ws-last-error):
23438         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23439         (viper-record-kbd-macro):
23440         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23441         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23442         * emacs-lisp/find-func.el (find-function-noselect):
23443         * calendar/timeclock.el (timeclock-status-string)
23444         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23445         (timeclock-when-to-leave-string):
23446         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23447         * calc/calc-units.el (calc-enter-units-table):
23448         * calc/calc-mode.el (calc-mode-record-mode):
23449         * woman.el (woman-mini-help):
23450         * wdired.el (wdired-change-to-wdired-mode):
23451         * vc.el (vc-retrieve-snapshot):
23452         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23453         * startup.el (display-startup-echo-area-message):
23454         * simple.el (set-goal-column):
23455         * ses.el (ses-command-hook, ses-recalculate-cell):
23456         * server.el (server-process-filter):
23457         * printing.el (pr-interface-txt-print, pr-interface-printify)
23458         (pr-interface-ps):
23459         * pcvs.el (cvs-help):
23460         * log-edit.el (log-edit, log-edit-mode-help):
23461         * iswitchb.el (iswitchb-possible-new-buffer):
23462         * isearch.el (isearch-edit-string):
23463         * image-mode.el (image-mode, image-minor-mode):
23464         * ibuf-macs.el (define-ibuffer-filter):
23465         * hi-lock.el (hi-lock-find-patterns):
23466         * files.el (toggle-read-only):
23467         * ediff-util.el (ediff-copy-diff)
23468         (ediff-write-merge-buffer-and-maybe-kill):
23469         * echistory.el (Electric-history-undefined):
23470         * dnd.el (dnd-insert-text):
23471         * dired-aux.el (dired-query):
23472         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23473         * bookmark.el (bookmark-bmenu-locate):
23474         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23475         Fix `message' calls to ensure first arg is a format string.
23476         The change was made only when these two conditions were satisfied:
23477         [1] when there is a possibility that the arguments would cause an error
23478         for example, if the code in question relies on external variables
23479         such as filenames, and
23480         [2] if the arg to `message' could not have been nil in the code.
23482         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23483         Not having a %s would be weird, though not technically wrong.
23485 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23487         * term/mac-win.el (mac-add-charset-info): Doc fix.
23489 2005-09-17  Romain Francoise  <romain@orebokech.com>
23491         * shell.el (shell-resync-dirs): Handle echoing processes more
23492         reliably.  Don't insert resync command if `comint-process-echoes'
23493         is non-nil.
23495 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23497         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23498         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23499         aspell versions >= 0.60.
23500         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23501         only if ispell-aspell-supports-utf8 is non-nil.
23503 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23505         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23506         buffer-local value to lisp-indent-function.
23508 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23510         * progmodes/glasses.el (glasses-make-readable): If
23511         glasses-separator differs from underscore, put appropriate
23512         overlays over underscore characters.
23513         (glasses-convert-to-unreadable): If glasses-separator differs from
23514         underscore, try to convert glasses-separator characters to
23515         underscores.
23517 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23519         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23520         Use with-syntax-table and dolist.
23522 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23524         * textmodes/reftex-auc.el:
23525         * textmodes/reftex-cite.el:
23526         * textmodes/reftex-dcr.el:
23527         * textmodes/reftex-global.el:
23528         * textmodes/reftex-parse.el:
23529         * textmodes/reftex-ref.el:
23530         * textmodes/reftex-sel.el:
23531         * textmodes/reftex-toc.el:
23532         * textmodes/reftex-vars.el:
23533         * textmodes/reftex.el: Small changes to remove compiler warnings.
23535         * textmodes/reftex-index.el: Likewise.
23536         (reftex-query-index-phrase): More efficient use of markers.
23538 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23540         * image.el (image-load-path): New variable.
23541         (image-search-load-path): New function.
23542         (find-image): Search for images in `image-load-path'.
23544 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23546         * follow.el: Change Maintainer field.
23548 2005-09-15  David Ponce  <david@dponce.com>
23550         * recentf.el (recentf-save-file-modes): New option.
23551         (recentf-save-list): Use it.
23553 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23555         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23556         (mode-line-mule-info, mode-line-modified): Move bindings from
23557         mouse-3 to mouse-1.
23559 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23561         * simple.el (sendmail-user-agent-compose): Revert last change.
23563 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23565         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23566         Use with-current-buffer.
23567         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23568         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23569         (ange-ftp-insert-directory): Remove unused var `short'.
23570         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23572         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23573         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23575         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23576         (check-calendar-holidays, diary-list-entries): Autoload.
23577         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23578         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23580         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23581         which mistakenly removed a call to display-buffer.
23583 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23585         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23587 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23589         * progmodes/hideshow.el
23590         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23591         (hs-allow-nesting): New user var.
23592         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23593         (hs-hide-block-at-point): When nesting allowed,
23594         if there is already an overlay in place, delete it.
23595         (hs-safety-is-job-n): Delete func; remove call sites.
23596         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23597         (hs-overlay-at): New func.
23598         (hs-already-hidden-p, hs-show-block): Use it.
23599         (hs-hide-all): Don't pre-clean if nesting allowed.
23600         (hs-show-all): Temporarily disallow
23601         nesting around call to `hs-discard-overlays'.
23603 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23605         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23606         Delete unused local var.
23608 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23610         * help-fns.el (describe-categories): "?\ " -> "?\s".
23611         (help-do-arg-highlight): Recognize also ARG-n, as in
23612         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23614         * international/codepage.el (dos-unsupported-char-glyph):
23615         * net/newsticker.el (tool-bar-map, w3-mode-map)
23616         (w3m-minor-mode-map):
23617         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23618         (ent-alist):
23619         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23621 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23623         * custom.el (custom-push-theme): Handle the case where a symbol is
23624         bound but face properties have not yet been assigned.
23626         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23627         Fix behavior if noerase is `t' and there is no mail buffer.
23629         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23630         if `continue' is nil, rather than signal an error.
23632 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23634         * font-lock.el (font-lock-keywords): Add autoload.
23636         * help-fns.el (describe-variable): Rearrange to put source link
23637         in a predictable place.
23639         * net/newsticker.el: New file.
23641 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23643         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23644         (calendar-basic-setup): Use the new nil arg.
23645         (number-of-diary-entries): Move to diary-lib.el.
23647         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23648         (diary-list-entries): Use with-syntax-table and dolist.
23649         Rename from list-diary-entries.
23650         Use number-of-diary-entries if `number' is nil.
23651         (diary, diary-view-entries): Use this new name and new nil arg value.
23652         (number-of-diary-entries): Move from calendar.el.
23653         (diary-unhide-everything): New function.
23654         (include-other-diary-files, fancy-diary-display)
23655         (diary-show-all-entries, make-diary-entry): Use it.
23656         (diary-mail-entries): Use buffer-string.
23657         (mark-diary-entries): Fix long standing paren typo.
23658         (diary-sexp-entry): Use count-lines.
23659         (make-diary-entry): Avoid `previous-line'.
23660         (diary-mode-map): New var.
23661         (diary-mode): Redraw cal after saving.  Setup header-line.
23662         (fancy-diary-display-mode): Use local-set-key.
23664         * startup.el (command-line): Try calling various terminal-init-foo-bar
23665         functions by stripping hyphenated suffixes from $TERM.
23667         * files.el (normal-mode): Check boundness of font-lock-keywords.
23669 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23671         * progmodes/compile.el: Don't decide a file's directory
23672         until the user actually tries to go there.
23673         (compilation-next-error-function):
23674         Pass compilation-find-file the directory from the file-struct.
23675         (compilation-internal-error-properties): Separate local FILE-STRUCT
23676         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23677         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23678         Expand it, and if nil, use default-directory.
23679         (compilation-get-file-structure): Don't mix specified directory
23680         with default directory.  Put specified directory into
23681         file-struct.  Don't make the file name absolute.
23683         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23684         (compile-command): Add autoload.
23685         (compilation-disable-input): Add autoload.
23687 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23689         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23690         strings of the variables it can override.
23691         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23692         %Q and %q, for fully-qualified domain name and unqualified host name.
23694 2005-09-11  Kim F. Storm  <storm@cua.dk>
23696         * emacs-lisp/authors.el (authors-aliases): Update list.
23697         (authors-fixed-entries): Update mldrag.el entry.
23699 2005-09-10  Alan Mackenzie  <acm@muc.de>
23701         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23702         from the region narrowed to.
23704 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23706         * textmodes/ispell.el (ispell-check-version): Signal an error if
23707         aspell version is less than 0.60.
23709 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23711         * progmodes/octave-inf.el (inferior-octave-startup):
23712         Resync current dir at the end.
23714 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23716         * woman.el (woman-topic-at-point-default):
23717         Rename to woman-use-topic-at-point-default.
23718         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23719         (woman-file-name): Reflect renames above.  Automatically use the
23720         word at point as topic if woman-use-topic-at-point is non-nil.
23721         Otherwise offer it as default but don't insert it in the
23722         minibuffer.  Also use `test-completion' instead of `assoc' as
23723         suggested by Stefan Monnier.
23725 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23727         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23728         the attempt to do it over Tramp.  This is not yet supported.
23730 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23732         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23733         (menu-bar-non-minibuffer-window-p): New functions.
23734         ("Split Window", "Save As..."): Use them.
23735         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23736         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23737         Use menu-bar-menu-frame-live-and-visible-p.
23738         ("Save Buffer", "Insert File", "Open Directory...")
23739         ("Open File...", "Visit New File..."):
23740         Use menu-bar-non-minibuffer-window-p.
23741         (kill-this-buffer-enabled-p, dired <menu-enable>):
23742         Use menu-bar-non-minibuffer-window-p.
23744 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23746         * cus-start.el (all): Don't complain about fringe-related
23747         built-ins if fringes are not supported.  Ditto about
23748         selection-related built-ins.  Fix the test for GTK-related built-ins.
23750         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23751         ("Postscript Print Buffer", "Print Region", "Save As...")
23752         ("Save", "Insert File...", "Open Directory...")
23753         ("Open File...", "Visit New File..."")
23754         ("Truncate Long Lines in this Buffer"): Don't look at
23755         menu-updating-frame if this display does not support multiple frames.
23757 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23759         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23761 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23763         * woman.el: Format- and whitespace-related changes.
23765 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23767         * woman.el: Fix my email address.
23769 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23771         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23772         (sh-mode): Locally set skeleton-pair-default-alist.
23774         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23776         * progmodes/flymake.el: Require `compile' unconditionally.
23778         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23780         * woman.el (woman-file-name): Provide a default, not initial input.
23782         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23784         * font-lock.el (font-lock-support-mode): Doc fix.
23786         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23788 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23790         * simple.el (blink-matching-open): Get rid of text props from
23791         the string shown in echo area.  Don't permanently set point.
23792         Some rearrangements.
23794 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23796         * recentf.el (recentf-filename-handler): Add custom choice
23797         `abbreviate-file-name'.
23799         * msb.el (msb--very-many-menus): Fix typo.
23801         * disp-table.el (standard-display-european): Don't set
23802         enable-multibyte-characters to nil.
23804 2005-09-08  David Ponce  <david@dponce.com>
23806         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23807         (recentf-expand-file-name): Doc fix.
23808         (recentf-dialog-mode-map): Define digit shortcuts.
23809         (recentf--files-with-key): New variable.
23810         (recentf-show-digit-shortcut-filter): New function.
23811         (recentf-open-files-items): New function.
23812         (recentf-open-files): Use it.
23813         (recentf-open-file-with-key): New command.
23815 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23817         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23818         Suggested by Kim F. Storm.
23819         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23820         (Buffer-menu-make-sort-button): Use global keymap.
23822 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23824         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23825         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23826         necessary any longer with the remapped command.
23827         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23828         formatting time only.
23830         * net/tramp.el (tramp-action-password)
23831         (tramp-multi-action-password): Compile the password prompt from
23832         `method', `user' and `host'.  Sometimes it isn't obvious which
23833         password to enter, for example with remote files offered by
23834         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23835         <robert@chezmarshall.freeserve.co.uk>.
23837 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23839         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23840         Fix regexp for when "s///" is at the beginning of line.
23842 2005-09-07  Jay Belanger  <belanger@truman.edu>
23844         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23845         when in matrix mode.
23847 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23849         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23850         non-anonymous functions.
23852 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23854         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23855         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23857         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23858         can't be moved; don't signal an error.
23860 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23862         * cus-theme.el (custom-theme-write-faces): Save the current face
23863         spec, not the defface spec.
23865         * custom.el (custom-known-themes): Clarify meaning of "standard".
23866         (custom-push-theme): Save old values in the standard theme.
23867         (disable-theme): Correct typo.
23868         (custom-face-theme-value): Deleted unused function.
23869         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23871 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23873         * progmodes/compile.el (compilation-goto-locus): Take into account
23874         iconified frames when determining whether the buffer is
23875         already visible.
23876         Don't reset window height if the window already existed.
23878 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23880         * custom.el (load-theme): Rename from require-theme.
23881         Add interactive spec.
23882         (enable-theme): Rename from custom-enable-theme.
23883         Add interactive spec.
23884         (disable-theme): Rename from custom-disable-theme.
23885         Add interactive spec.
23886         (custom-make-theme-feature): Doc fix.
23887         (custom-theme-directory): Doc fix.
23888         (provide-theme): Call enable-theme.
23890 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23892         * obsolete/lazy-lock.el (lazy-lock-mode):
23893         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23894         font-lock-mode if it's off.  Print a warning instead.
23896         * progmodes/compile.el (compilation-start): Ignore errors if the
23897         process died before we get to send-eof.
23899         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23900         Undo last change.  Enclosing the result in quotes broke things on Unix
23901         since tex-send-command passes it through shell-quote-argument.
23902         (tex-send-command): Pass `file' through convert-standard-filename
23903         when possible.
23904         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23905         info in a transcript.
23907 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23909         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23910         fix compilation warning.  Reorder the key definitions to group
23911         together keys emitted by the current version of xterm.
23913         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23914         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23915         Reorder predicates to correct min-color usage.
23917 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23919         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23920         Kill local variables when longlines-mode is turned off.
23922 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23924         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23926         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23928         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23930         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23931         (font-lock-lines-before): Change default to being inactive.
23932         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23933         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23935 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23937         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23938         Deactivate temporarily advice if active (not needed for Emacs 22,
23939         but for backwards compatibility).
23940         (tramp-exists-file-name-handler): Rewrite.  First implementation
23941         was too simple.
23942         (tramp-advice-make-auto-save-file-name):
23943         Call `tramp-handle-make-auto-save-file-name' (again, just for
23944         backwards compatibility).
23946 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23948         * progmodes/vhdl-mode.el
23949         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23950         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23951         (vhdl-set-default-project): New function (easier setting of default).
23952         (vhdl-port-copy): Handle extended identifiers for generics.
23953         (vhdl-compiler-alist): Better description for error message regexp.
23954         (vhdl-make): Query for target, use previous as default.
23955         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23956         (vhdl-font-lock-keywords-2): Fix fontification for record
23957         el. assign.
23958         (vhdl-speedbar-make-subpack-line): Add package body link.
23959         (vhdl-generate-makefile-1): Not include itself as dependency.
23960         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23961         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23962         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23963         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23964         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23965         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23966         (vhdl-import-project): Add string argument for `error'.
23967         (vhdl-compose-configuration)
23968         (vhdl-compose-configuration-architecture): Add configuration
23969         declaration generation.
23970         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23971         (vhdl-trailer-re): Add "record" keyword (better indentation).
23972         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23973         "[^ \t-\"]+".
23974         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23975         (vhdl-testbench-entity-file-name)
23976         (vhdl-testbench-architecture-file-name): Allow separate
23977         customization of testbench file names.
23978         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23979         (vhdl-get-visible-signals): Allow newline within alias declaration.
23980         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23981         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23982         (member-ignore-case): Alias for missing function in XEmacs.
23983         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23984         (vhdl-update-sensitivity-list): Ignore case on read signals.
23985         (vhdl-replace-string): Adjust case only for file names.
23986         (vhdl-update-sensitivity-list): Fix search for read signals.
23987         (vhdl-update-sensitivity-list): Exclude formal parameters.
23988         (vhdl-get-visible-signals): Include aliases of signals.
23989         (vhdl-get-visible-signals): Fix signal name searching.
23990         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23991         (vhdl-fixup-whitespace-region): Fix for character
23992         literals (e.g. `:').
23994 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23996         * ansi-color.el (comint-last-output-start):
23997         * bs.el (font-lock-verbose):
23998         * diff-mode.el (add-log-buffer-file-name-function):
23999         * dired-x.el (vm-folder-directory):
24000         * faces.el (help-xref-stack-item):
24001         * files.el (font-lock-keywords):
24002         * find-lisp.el (dired-buffers, dired-subdir-alist):
24003         * ido.el (cua-inhibit-cua-keys):
24004         * log-view.el (cvs-minor-wrap-function):
24005         * outline.el (font-lock-warning-face):
24006         * simple.el (compilation-current-error):
24007         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24008         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24009         * tooltip.el (comint-prompt-regexp):
24010         * w32-fns.el (explicit-shell-file-name):
24011         * term/mac-win.el (mac-charset-info-alist)
24012         (mac-services-selection, mac-system-script-code):
24013         * term/tty-colors.el (msdos-color-values):
24014         * term/w32-win.el (xlfd-regexp-registry-subnum):
24015         * term/x-win.el (x-keysym-table, x-selection-timeout)
24016         (x-session-id, x-session-previous-id):
24017         * textmodes/ispell.el (mail-yank-prefix):
24018         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24019         * textmodes/org.el (calc-embedded-close-formula)
24020         (calc-embedded-open-formula)
24021         (font-lock-unfontify-region-function):
24022         * textmodes/reftex-global.el (isearch-next-buffer-function)
24023         (TeX-master):
24024         * textmodes/reftex.el (font-lock-keywords):
24025         * textmodes/tex-mode.el (font-lock-comment-face)
24026         (font-lock-doc-face):
24027         * textmodes/texinfo.el (outline-heading-alist):
24028         Add defvars.
24030         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24031         (artist-spray-chars, artist-mode-init, artist-replace-string)
24032         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24033         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24034         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24036         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24037         (conf-align-assignments): "?\ " -> "?\s".
24039         * textmodes/reftex-index.el (TeX-master): Add defvar.
24040         (reftex-index-phrases-marker): Move up defvar.
24042         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24043         (reftex-toc-include-labels-indicator)
24044         (reftex-toc-include-index-indicator)
24045         (reftex-toc-max-level-indicator): Move up declarations.
24047         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24048         of args to `tramp-run-real-handler', even if it's empty in this case.
24050 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24052         * dired.el (dired-move-to-filename-regexp): Add date format for
24053         Mac OS X 10.3 in East Asian locales.
24055 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24057         * files.el (make-auto-save-file-name): Add file name handler call
24058         if applicable.
24060         * net/tramp.el (tramp-file-name-handler-alist)
24061         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24062         (tramp-handle-make-auto-save-file-name): Rename from
24063         `tramp-make-auto-save-file-name'.
24064         (tramp-exists-file-name-handler): New defun.
24065         (tramp-advice-make-auto-save-file-name): Make defadvice only when
24066         `make-auto-save-file-name' is not a magic file name operation.
24068 2005-08-30  Richard M. Stallman  <rms@gnu.org>
24070         * files.el (risky-local-variable-p):
24071         Match `-predicates' and `-commands.
24073         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24074         (custom-save-all): Visit the file if necessary;
24075         kill the buffer if we created it.
24076         (custom-save-delete): Don't visit file or kill buffer here.
24078 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
24080         * textmodes/org.el (org-special-keyword): New face.
24081         (org-table-copy-down, org-table-eval-formula)
24082         (org-table-recalculate, org-init-section-numbers):
24083         Use `string-to-number' instead of `string-to-int'.
24084         (org-get-location): Use `insert-buffer-substring' instead of
24085         `insert-buffer'.
24086         (org-modify-diary-entry-string): New function.
24087         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24088         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24089         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24090         active region.
24091         (org-export-as-html): Handle QUOTE keyword.
24092         (org-quote-string): New option.
24093         (org-bookmark-jump-unhide): New function, used for
24094         `bookmark-after-jump-hook'.
24095         (org-diary-default-entry): Apply only when not called through
24096         `org-agenda'.
24098 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
24100         * net/eudc.el (mode-popup-menu):
24101         * play/handwrite.el (ps-printer-name, ps-lpr-command):
24102         * progmodes/ada-mode.el (compile-auto-highlight)
24103         (skeleton-further-elements):
24104         * progmodes/autoconf.el (font-lock-syntactic-keywords):
24105         * progmodes/cmacexp.el (msdos-shells):
24106         * progmodes/compile.el (font-lock-extra-managed-props)
24107         (font-lock-keywords, font-lock-maximum-size)
24108         (font-lock-support-mode):
24109         * progmodes/grep.el (font-lock-lines-before):
24110         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24111         * progmodes/mixal-mode.el (compile-command):
24112         * progmodes/perl-mode.el (font-lock-comment-face)
24113         (font-lock-doc-face, font-lock-string-face):
24114         * progmodes/prolog.el (comint-prompt-regexp):
24115         * progmodes/sh-script.el (font-lock-comment-face)
24116         (font-lock-set-defaults, font-lock-string-face):
24117         * progmodes/sql.el (font-lock-keyword-face)
24118         (font-lock-set-defaults, font-lock-string-face):
24119         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24120         (itimer-version, lazy-lock-defer-contextually)
24121         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24122         Add defvars.
24124         * progmodes/cperl-mode.el (cperl-electric-lbrace)
24125         (cperl-electric-keyword, cperl-electric-pod)
24126         (cperl-electric-backspace, cperl-forward-re)
24127         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24128         (vc-rcs-header, vc-sccs-header): Add defvars.
24130         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24131         (font-lock-syntactic-keywords, gud-find-expr-function):
24132         Add defvars.
24134         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24135         (gdb-frame-parameters): Declare before use.
24137         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24138         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24139         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24140         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24142         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24143         (idlwave-help-with-source): Use `insert-buffer-substring', not
24144         `insert-buffer'.
24146 2005-08-29  Juri Linkov  <juri@jurta.org>
24148         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24149         Put outline-back-to-heading function call inside save-excursion.
24151 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
24153         * man.el (Man-init-defvars, Man-translate-references)
24154         (Man-support-local-filenames, Man-highlight-references):
24155         * progmodes/sql.el (sql-interactive-mode):
24156         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24158         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24159         (compilation-mode-font-lock-keywords): Add defvars.
24160         (checkdoc-interactive-loop): "?\ " -> "?\s".
24162         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24163         (font-lock-doc-face, font-lock-string-face)
24164         (font-lock-keywords-case-fold-search): Add defvars.
24165         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24167         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24168         Don't pass X and Y (they are ignored anyway).
24169         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24170         (mouse-delete-window): Make arguments optional.
24172         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24173         (caesar-translate-table, minor-modes, news-buffer-save)
24174         (news-group-name, news-minor-modes): Add defvars.
24176         * emacs-lisp/lselect.el (mouse-highlight-priority)
24177         (x-lost-selection-functions, zmacs-regions):
24178         * emacs-lisp/pp.el (font-lock-verbose):
24179         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24180         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24181         (ses-mode-map):
24182         * emacs-lisp/tcover-unsafep.el (safe-functions):
24183         * international/mule-cmds.el (mac-system-coding-system)
24184         (mac-system-locale):
24185         * language/ethio-util.el (rmail-current-message)
24186         (rmail-message-vector):
24187         * language/thai-util.el (thai-auto-composition-mode):
24188         * mail/metamail.el (rmail-current-message, rmail-message-vector):
24189         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24190         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24191         (vm-primary-inbox, vm-spool-files):
24192         * mail/rmail.el (deleted-head, font-lock-fontified)
24193         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24194         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24195         (total-messages):
24196         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24197         (rmail-summary-mode-map):
24198         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24199         (rmail-last-label, rmail-last-multi-labels)
24200         (rmail-summary-vector, rmail-total-messages):
24201         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24202         * mail/rmailsum.el (msgnum):
24203         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24204         (rmail-current-message):
24205         * obsolete/fast-lock.el (font-lock-face-list):
24206         * obsolete/rnewspost.el (mail-reply-buffer):
24207         * obsolete/scribe.el (compile-command):
24208         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24210 2005-08-28  John Paul Wallington  <jpw@gnu.org>
24212         * ibuf-ext.el (ibuffer-auto-update-changed):
24213         Use `frame-or-buffer-changed-p' to check whether we need to update.
24214         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24215         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
24216         as a `frame-or-buffer-changed-p' state vector instead.
24218 2005-08-27  Romain Francoise  <romain@orebokech.com>
24220         * textmodes/makeinfo.el (makeinfo-compile):
24221         Use `compilation-start'.  Set `next-error-function' according to
24222         `disable-errors'.
24223         (makeinfo-next-error): New function.
24224         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24225         (makeinfo-buffer): Likewise.
24227         * progmodes/compile.el (compilation-start): Add autoload cookie.
24229         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24230         * textmodes/sgml-mode.el: Likewise.
24231         * progmodes/python.el: Likewise.
24233 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
24235         * simple.el (blink-matching-paren-distance): Document the meaning
24236         of nil value, and allow to customize to nil.
24238         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24239         command.com, not command.exe.
24241 2005-08-26  John Wiegley  <johnw@newartisans.com>
24243         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24244         code around a bit so that an extraneous nil argument is not added
24245         to a command when no args are given.
24247         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24248         double-quoted argument resolves to nil, return it as an empty
24249         string rather than as nil.  This made it impossible to pass "" to
24250         a shell script as a null string argument.
24252 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24254         * outline.el (outline-invent-heading): New fun.
24255         (outline-promote, outline-demote): Use it.
24256         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24257         (outline-end-of-subtree): Remove unused var `opoint'.
24259 2005-08-26  David Reitter  <david.reitter@gmail.com>
24261         * menu-bar.el (truncate-lines, write-file, print-buffer)
24262         (ps-print-buffer-faces, ps-print-buffer, split-window):
24263         Disable menu items when the frame they refer to is invisible, or when
24264         they refer to a buffer and the minibuffer is selected.
24266 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24268         * progmodes/flymake.el (flymake-highlight-err-lines):
24269         Use save-excursion around flymake-highlight-line to preserve point.
24271 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24273         * progmodes/octave-mod.el: Change Author and Maintainer address.
24274         (octave-maintainer-address): Change Kurt's email address.
24275         * progmodes/octave-inf.el: Change Author and Maintainer address.
24276         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24278 2005-08-26  Kim F. Storm  <storm@cua.dk>
24280         * subr.el (version-list-<, version-list-<=, version-list-=):
24281         Rename from integer-list-*.
24282         (version-list-not-zero): Likewise.  Fix while loop.
24283         (version=): Use version-list-= instead of string-equal.
24285 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24287         * outline.el (outline-promote): Try shortening the heading.
24288         As last resort, read the heading to use.
24289         (outline-demote): As last resort, read the heading to use.
24291 2005-08-26  Romain Francoise  <romain@orebokech.com>
24293         * progmodes/compile.el (compilation-start): Doc fix.
24295         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24296         (antlr-font-lock-additional-keywords): Fix reference to
24297         `antlr-font-lock-literal-regexp' erroneously changed during the
24298         mass face rename.
24299         (antlr-run-tool): Use `compilation-start'.
24301         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24302         instead of the obsolete `compile-internal'.
24304 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24306         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24307         (number, original-date):
24308         * calendar/cal-china.el (date):
24309         * calendar/cal-coptic.el (date):
24310         * calendar/cal-french.el (date):
24311         * calendar/cal-hebrew.el (date, entry, number, original-date):
24312         * calendar/cal-islam.el (date, number, original-date):
24313         * calendar/cal-iso.el (date):
24314         * calendar/cal-julian.el (date):
24315         * calendar/cal-mayan.el (date):
24316         * calendar/cal-menu.el (date, event):
24317         * calendar/cal-persia.el (date):
24318         * calendar/lunar.el (date):
24319         * calendar/solar.el (date): Add defvars.
24321         * emerge.el:
24322         * ibuffer.el:
24323         * info-xref.el:
24324         * obsolete/bg-mouse.el:
24325         * obsolete/sun-curs.el:
24326         * obsolete/swedish.el: Move the `defvar's to the top level.
24328         * smerge-mode.el (smerge-refined-change): Add :group.
24330 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24332         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24333         (smerge-keep-n): Remove props.
24334         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24335         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24336         now that it's done in smerge-keep-n.
24337         (smerge-refined-change): New face.
24338         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24339         (smerge-refine): New funs.
24340         (smerge-basic-map): Bind smerge-refine.
24342 2005-08-25  Juri Linkov  <juri@jurta.org>
24344         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24345         compilation-process-setup-function and compilation-disable-input
24346         in grep-mode instead of let-bindings in grep.
24348         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24349         Delete "Automatic File De/compression" (auto-compression-mode).
24351 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24353         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24354         Silence warning about non-existent variable.
24356 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24358         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24359         Rename "Describe Key" to "Describe Key or Mouse Operation".
24361         * mail/mailalias.el (build-mail-aliases): Delete comments
24362         from the contents before processing them.
24364         * isearch.el (isearch-edit-string): Erase the Search prompt
24365         if user enters an empty string and there is no default.
24367         * comint.el (comint-file-name-prefix): Add autoload.
24369 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24371         * subr.el (play-sound): Rearrange to avoid warning.
24373 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24375         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24376         New hook.
24377         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24379 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24381         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24383         * custom.el (custom-theme-set-variables): Sort minor modes last.
24385 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24387         * subr.el (version-separator, version-regexp-alist): New vars used by
24388         version comparison funs.
24389         (integer-list-<, integer-list-=, integer-list-<=)
24390         (integer-list-not-zero): New funs for integer list comparison.
24391         (version-to-list, version=, version<, version<=): New funs for version
24392         comparison.
24394 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24396         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24397         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24398         time to silence the byte-compiler.
24400         * ibuffer.el (ibuffer-compile-make-eliding-form)
24401         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24402         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24403         so it's silly to get warnings for it).
24404         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24405         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24406         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24407         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24408         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24409         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24410         Defvar at compile time.
24411         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24412         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24413         Declare them before use.
24415         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24416         (info-xref-good, info-xref-bad): Defvar at compile time.
24418         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24419         Use `let*' instead of `let'.
24421         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24422         (*mouse-y*, menu, char): Defvar at compile time.
24423         (sc::menu): Declare it before use.
24424         (sc::pack-one-line): Use `let', not `let*'.
24426         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24427         (mail-send-hook): Defvar at compile time.
24429         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24430         Defvar at compile time.
24432         * term/sun-mouse.el (current-global-mousemap)
24433         (current-local-mousemap): Declare them before use.
24435 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24437         * bookmark.el (bookmark-after-jump-hook): New hook.
24438         (bookmark-jump): Run `bookmark-after-jump-hook'.
24440 2005-08-23  Juri Linkov  <juri@jurta.org>
24442         * faces.el (minibuffer-prompt): Doc fix.
24444 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24446         * progmodes/xscheme.el: Trivial changes to silence warnings.
24447         (xscheme-previous-mode, xscheme-previous-process-state):
24448         Add defvars.
24449         (xscheme-last-input-end, xscheme-process-command-line)
24450         (xscheme-process-name, xscheme-buffer-name)
24451         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24452         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24453         (xscheme-control-g-synchronization-p)
24454         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24455         (default-xscheme-runlight, xscheme-runlight)
24456         (xscheme-runlight-string, xscheme-process-filter-state)
24457         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24458         Move to beginning of file.
24459         (scheme-interaction-mode-commands-alist)
24460         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24461         Declare them before use.  Note: the initialization code for the
24462         variables has not been moved because it uses functions that reference
24463         the variables.
24464         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24465         (xscheme-prompt-for-expression-map): Declare them before use.
24466         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24468 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24470         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24472 2005-08-22  Juri Linkov  <juri@jurta.org>
24474         * faces.el (set-face-underline): Delete this duplicate function
24475         and make an obsolete alias to set-face-underline-p.
24476         (set-face-underline-p): Use docstring of set-face-underline.
24477         (describe-face): Create hyperlink to parent face.
24479         * info.el (Info-insert-dir): Use save-excursion around
24480         insert-buffer-substring.
24481         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24482         (Info-escape-percent): Delete function.
24483         (Info-fontify-node): Replace Info-escape-percent by
24484         replace-regexp-in-string with REP arg set to lambda that
24485         duplicates `%' and preserves text properties.
24487         * progmodes/compile.el (compilation-disable-input): Doc fix.
24488         (define-compilation-mode): Doc fix and refill.
24489         (kill-compilation): Use `mode-name' in the error message.
24490         (compilation-find-file): Use `compilation-error' in the
24491         read-file-name's prompt.
24493 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24495         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24496         (smerge-auto-leave): Make undo re-enable the mode.
24497         (debug-ignored-errors): Add the user-error of impossible resolution.
24498         (smerge-resolve): Move things around a bit, in preparation for later.
24499         (smerge-diff): Don't fail if the buffer has no associated file.
24500         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24501         (smerge-conflict-overlay): New function.
24502         (smerge-match-conflict): Don't add text properties here.
24503         (smerge-find-conflict): Instead, add an overlay here.
24504         Also check for the case where we're inside a conflict already, so as to
24505         obviate the need for font-lock-multiline, which is unbearably slow with
24506         large conflicts and ciomplex font-lock patterns.
24507         (smerge-remove-props): Remove overlay rather than text-properties.
24508         (smerge-mode): Don't set font-lock-multiline.
24509         Remove overlays when turned off.
24511 2005-08-21  Kim F. Storm  <storm@cua.dk>
24513         * ido.el (ido-ignore-item-p): Use save-match-data.
24514         Bind case-fold-search to ido-case-fold locally.
24516 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24518         * files.el (normal-mode): If font lock is on, turn it off and on.
24520         * subr.el (replace-regexp-in-string): Doc fix.
24522         * startup.el (command-line-1): Don't suppress startup screen
24523         due to existing processes.
24525         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24527         * progmodes/compile.el (compilation-disable-input): Default to nil.
24529 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24531         * progmodes/compile.el (compilation-disable-input): New defcustom.
24532         (compilation-start): If compilation-disable-input is non-nil, send
24533         EOF to the compilation process.
24535 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24537         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24538         Run the argument of tex-shell-cd-command through
24539         convert-standard-filename, to get the correct style of slashes on
24540         Windows, and enclose the result in quotes, in case the file name
24541         includes whitespace or other special characters.
24543 2005-08-19  Andreas Schwab  <schwab@suse.de>
24545         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24546         process.
24548 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24550         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24552 2005-08-18  Kim F. Storm  <storm@cua.dk>
24554         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24556 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24558         * scroll-lock.el: New file.
24560 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24562         * dired.el (dired-move-to-end-of-filename):
24563         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24565 2005-08-18  Kim F. Storm  <storm@cua.dk>
24567         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24568         rather than toggle mode when custom value is nil.
24569         (ido-everywhere): Fix defun doc string.
24571 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24573         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24574         as tag instead of "Inviolable".
24576 2005-08-17  Kim F. Storm  <storm@cua.dk>
24578         * windmove.el (windmove-coordinates-of-position): Remove.
24579         (windmove-coordinates-of-window-position): Remove.
24580         (windmove-reference-loc): Use posn-at-point instead.
24582         * subr.el (insert-for-yank-1): Doc fix.
24584         * ido.el (ido-enter-matching-directory): Rename from
24585         ido-enter-single-matching-directory.  Change `slash' choice to
24586         `only'.  Add `first' choice.
24587         (ido-exhibit): Adapt to above changes.
24589 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24591         * Makefile.in: Expand comment about building loaddefs.el.
24593 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24595         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24596         Comment use of defadvice.
24598         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24600 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24602         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24603         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24604         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24605         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24606         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24607         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24608         for backward compatibility for faces that did not appear in the
24609         previous Emacs release.
24611         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24613 2005-08-15  Kim F. Storm  <storm@cua.dk>
24615         * emulation/cua-base.el (cua-delete-region): Return t if
24616         deleted region was non-empty.
24617         (cua-replace-region): Inhibit overwrite-mode for
24618         self-insert-command if replaced region was non-empty.
24619         (cua--explicit-region-start, cua--status-string): Make them
24620         buffer-local at top-level...
24621         (cua-mode): ...rather than when mode is enabled.
24623 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24625         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24626         Set t for Emacs 21, 22, and so on.
24628 2005-08-15  David Ponce  <david@dponce.com>
24630         * tree-widget.el: Update Commentary header.
24631         (tree-widget-theme): Doc fix.
24632         (tree-widget-space-width): New option.
24633         (tree-widget-image-properties): Look up in the default theme too.
24634         (tree-widget--cursors): Only for images with arrow pointer shape.
24635         (tree-widget-lookup-image): Pointer shape is hand by default.
24636         (tree-widget-icon): Rename generic icon widget from
24637         `tree-widget-control'.
24638         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24639         derive from `tree-widget-icon'.
24640         (tree-widget-handle): Improve default look and feel of the text
24641         representation.
24642         (tree-widget): Rename :*-control properties to :*-icon properties.
24643         Add :action and :help-echo properties.
24644         (tree-widget-after-toggle-functions): Move.
24645         (tree-widget-close-node, tree-widget-open-node): Remove.
24646         (tree-widget-before-create-icon-functions): New hook.
24647         (tree-widget-value-create): Update to allow customization of icons
24648         and nodes at run-time via that new hook.
24649         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24650         (tree-widget-icon-action, tree-widget-icon-help-echo)
24651         (tree-widget-action, tree-widget-help-echo): New functions.
24653 2005-08-15  Kim F. Storm  <storm@cua.dk>
24655         * ido.el (ido-buffer-internal): Use with-no-warnings.
24656         (ido-make-merged-file-list): Use while-no-input.
24658 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24660         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24661         (flyspell-large-region): Fix doc and custom type.
24663 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24665         * files.el (interpreter-mode-alist): Doc fix.
24667         * mail/rmail.el (rmail-nonignored-headers): New variable.
24668         (rmail-clear-headers): Use it.
24669         (rmail-reply): Better handling of mail-followup-to header.
24671         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24672         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24673         don't try to refer to executable-font-lock-keywords.
24674         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24675         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24676         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24677         (sh-mode): Set comment-start-skip, local-abbrev-table,
24678         imenu-case-fold-search.
24679         (sh-set-shell): Don't set them here.
24680         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24681         Don't cache the results in the original alist; don't ever modify
24682         that alist.
24684         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24686         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24687         empty.
24689 2005-08-15  Andreas Schwab  <schwab@suse.de>
24691         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24693         * dired.el, info.el, mail/rmail.el: Revert last change.
24695 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24697         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24698         modification in `eval-after-load' form.
24699         * info.el: Likewise.
24700         * mail/rmail.el: Likewise.
24702 2005-08-14  Juri Linkov  <juri@jurta.org>
24704         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24705         Remove highlighting of "Compilation started".  Highlight only
24706         the word "finished" in "Compilation finished".  Add highlighting
24707         of "interrupt", "killed", "terminated" and the exit code.
24708         (compilation-start): Add newline after header.  Use exactly the
24709         same time stamp format as the finishing message.
24710         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24712         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24713         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24714         Add highlighting of "interrupt", "killed", "terminated".
24716         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24717         enabled and the current command is self-insert-command, call it
24718         explicitly with overwrite-mode bound to nil, to not allow it
24719         to delete the character after the selected region.
24721 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24723         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24724         move-end-of-line, end-of-line, and beginning-of-line to the list
24725         of commands after which the echo area is updated.
24727 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24729         * cus-edit.el (custom-save-all, custom-save-delete):
24730         Bind recentf-exclude to exclude custom-file.
24732 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24734         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24735         to go to the bottom of the mail message.  Added to
24736         `rmail-summary-mode-map' with key "/".
24737         (rmail-summary-show-message): New (internal) function for use by
24738         both `rmail-summary-beginning/end-of-message'.
24739         (rmail-summary-beginning-of-message): Change to use
24740         rmail-summary-show-message.
24742         * mail/rmail.el (rmail-end-of-message): New command to go to the
24743         end of the current message.  Added to `rmail-mode-map' with key "/".
24744         (rmail-beginning-of-message): Fix to work as documented.
24745         (rmail-mode): Change documentation.
24747         * progmodes/compile.el (compilation-start): Add the line
24748         "Compilation started" with compilation start time.
24749         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24751 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24753         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24754         of menu items.
24756 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24758         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24760         * battery.el (battery-status-function): Don't use ignore-errors.
24762 2005-08-11  Lute Kamstra  <lute@gnu.org>
24764         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24765         define-obsolete-variable-alias.
24767 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24769         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24770         (ange-ftp-send-cmd): Revert last change, and expand
24771         the comment explaining the problem.
24773 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24775         * ldefs-boot.el: Update.
24777         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24778         item to "Time, Load and Mail".  Change help echo text.
24780         * time.el (display-time-use-mail-icon, display-time-format)
24781         (display-time-string-forms): Shorten first line of docstrings.
24783 2005-08-10  Lars Hansen  <larsh@soem.dk>
24785         * desktop.el (desktop-buffer-mode-handlers):
24786         Make non-customizable.  Add autoload cookie.  Change initial value to
24787         nil; add elements in respective modules instead.  Fix doc string.
24788         (desktop-load-file): New function.
24789         (desktop-minor-mode-handlers): New autoloaded variable.
24790         (desktop-create-buffer): Call minor mode handlers.
24791         Use desktop-load-file to load major and minor mode modules prior to
24792         checking for a handler.
24793         (desktop-save): Don't add nil to desktop-minor-modes for minor
24794         modes with nil function in desktop-minor-mode-table.  Don't delete
24795         desktop file before rewriting it.
24796         (desktop-locals-to-save): Add autoload cookie.  Don't make
24797         automatically buffer-local.  Add variables column-number-mode,
24798         size-indication-mode, indent-tabs-mode,
24799         indicate-buffer-boundaries, indicate-empty-lines and
24800         show-trailing-whitespace.
24801         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24802         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24803         (desktop-clear-preserve-buffers-regexp): Delete.
24804         (desktop-clear-preserve-buffers): Update initial value and docstring.
24805         (desktop-save-buffer): Fix doc string.
24807         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24808         (hilit-chg-desktop-restore): New function.
24809         (highlight-changes-mode): Add highlight-changes-mode to
24810         desktop-locals-to-save.
24812         * dired.el: Add handler to desktop-buffer-mode-handlers.
24813         (dired-restore-desktop-buffer): Remove autoload cookie.
24814         (dired-mode): Add autoload cookie.
24816         * info.el: Add handler to desktop-buffer-mode-handlers.
24817         (Info-restore-desktop-buffer): Remove autoload cookie.
24818         (Info-mode): Add autoload cookie.
24820         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24821         (mh-restore-desktop-buffer): Remove autoload cookie.
24822         (mh-folder-mode): Add autoload cookie.
24824         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24825         (rmail-restore-desktop-buffer): Remove autoload cookie.
24827 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24829         * hexl.el (hexl-address-region):
24830         (hexl-ascii-region, hexl-font-lock-keywords):
24831         (hexl-highlight-line-range): Use the term "region"
24832         instead of "area" for consistency with the other symbols
24833         defined in hexl.el.
24835 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24837         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24838         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24839         out by Juri Linkov).  Add `display-battery-mode'.
24841 2005-08-09  Juri Linkov  <juri@jurta.org>
24843         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24844         Remove `-text' from face variable names.
24845         (compilation-error-file-name, compilation-warning-file-name)
24846         (compilation-info-file-name): Delete faces.
24847         (compilation-line-number, compilation-column-number):
24848         Remove face underlining.
24849         (compilation-message-face): Set to `underline' value by default.
24850         (compilation-error-face, compilation-warning-face)
24851         (compilation-info-face): Remove `-file-name' from face names.
24852         (compilation-error-text-face, compilation-warning-text-face)
24853         (compilation-info-text-face): Delete face variables.
24854         (compilation-text-face): Delete function.
24856         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24857         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24858         (grep-error-face): Set to `compilation-error' instead of
24859         `compilation-error-face' (which is redefined to `grep-hit-face' in
24860         grep buffers).
24861         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24862         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24864         * dired-aux.el (dired-do-query-replace-regexp):
24865         Use `query-replace-read-args'.
24867         * replace.el (query-replace-read-from, query-replace-read-to)
24868         (query-replace-read-args): Rename arg `string' to `prompt'.
24870         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24872 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24874         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24875         uploading files.
24876         (ange-ftp-canonize-filename): Handle file names beginning with ~
24877         correctly.
24879 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24881         * textmodes/fill.el (canonically-space-region)
24882         (fill-context-prefix, fill-french-nobreak-p)
24883         (fill-delete-newlines, fill-comment-paragraph)
24884         (justify-current-line): "?\ " -> "?\s".
24886 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24888         * textmodes/fill.el (fill-nonuniform-paragraphs):
24889         Improve argument/docstring consistency.
24891 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24893         * textmodes/ispell.el (ispell-word): More fboundp checks.
24895         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24896         (find-file-noselect-1): Call it here, only if RAWFILE.
24897         (normal-mode): Always set some major mode.
24898         (save-some-buffers-action-alist): Change some explanation strings.
24899         (file-name-non-special): In the `quote' method, use unwind-protect.
24901 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24903         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24904         (ispell-have-aspell-dictionaries): New variable.
24905         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24906         (ispell-get-aspell-config-value): New function.
24907         (ispell-aspell-find-dictionary): New function.
24908         (ispell-aspell-add-aliases): New function.
24909         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24910         appropriate.  Don't look for ispell dictionaries if we use aspell.
24911         (ispell-menu-map): Don't build a submenu of dictionaries.
24913 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24915         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24916         (sql-read-passwd): Use read-passwd.
24918         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24919         (idlwave-toolbar-is-possible): Add defvars.
24921         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24922         Avoid warnings.
24924         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24925         (idlwave-system-class-info, idlwave-executive-commands-alist):
24926         Use defvar.
24928         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24930         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24931         Avoid warnings.
24933         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24934         and content-type: headers.
24936         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24938         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24939         and rename some of them to be more self-explanatory.
24941         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24943         * startup.el (command-line-1): Implement -scriptload.
24945         * replace.el (occur-engine): Initial *Occur* output not undoable.
24947         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24948         and improve help strings.
24950         * isearch.el (isearch-repeat): When changing direction,
24951         mark search successful.
24953         * ediff-init.el: Use (featurep 'xemacs).
24955         * comint.el (send-invisible): Identify buffer, if not selected.
24957         * align.el: Delete autoload for c-guess-basic-syntax.
24959 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24961         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24962         Improve argument/docstring consistency.  Doc fixes.
24963         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24964         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24965         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24966         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24967         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24968         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24969         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24970         Defvar at compile time.
24972 2005-08-09  Juri Linkov  <juri@jurta.org>
24974         * info.el: Replace `info' with upper-case `Info' where appropriate.
24975         (info-title-1, info-title-2, info-title-3, info-title-4)
24976         (info-menu-header): Move up face definitions.
24977         (info-menu-star): Rename from `info-menu-5'.
24978         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24979         (Info-fontify-visited-nodes): Fix docstring.
24980         (Info-hide-note-references): Fix docstring.
24981         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24982         menu items in the same way as on cross-references.
24983         (info-apropos): Fix sorting order and formatting to be like in the
24984         stand-alone Info browser.  Display error messages for 1 sec.
24985         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24986         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24987         from the menu bar.
24988         (Info-insert-dir): Restore point after calling
24989         `insert-buffer-substring'.
24991 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24993         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24994         (recompute-lucid-menubar): Add defvars.
24996         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24998         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25000         * net/net-utils.el (run-dig): Rename from `dig'.
25002         * play/gametree.el (gametree-mode): Use make-local-variable,
25003         not make-variable-buffer-local.
25005         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25007         * ansi-color.el (ansi-color-make-extent)
25008         (ansi-color-set-extent-face): Use fboundp, not functionp.
25010         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25011         not make-variable-buffer-local.
25013         * bookmark.el (Info-current-file): Add defvar.
25014         (bookmark-jump-noselect): Use with-no-warnings.
25016         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25018         * ebuff-menu.el (Helper-return-blurb): Add defvar.
25020         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25022         * find-file.el (ada-procedure-start-regexp)
25023         (ada-package-start-regexp): Add defvars.
25025         * info.el (Info-insert-dir): Use insert-buffer-substring.
25027         * xml.el (xml-att-def-re): Add defvar.
25029         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25030         calling convention.
25032         * subr.el (while-no-input): Return t if there is input.
25034 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
25036         * cus-start.el (all): Add `overflow-newline-into-fringe'.
25038 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
25040         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25041         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25043 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
25045         * cmuscheme.el (scheme-start-file): Replace reference to
25046         `user-emacs-directory' by "~/.emacs.d/".
25048 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
25050         * info.el (Info-dir-remove-duplicates): Avoid case folding
25051         in loop; instead, keep downcased strings for comparison.
25052         Suggested by Helmut Eller.
25054 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
25056         Sync with Tramp 2.0.50.
25058         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25059         XEmacs case; not necessary anymore.
25060         (tramp-user-regexp): Allow "@" as part of user name.
25061         (tramp-handle-set-visited-file-modtime)
25062         (tramp-handle-insert-file-contents)
25063         (tramp-handle-write-region): No special handling for
25064         `last-coding-system-used, because this is done in
25065         `tramp-accept-process-output' now.
25066         (tramp-accept-process-output): New defun.
25067         (tramp-process-one-action, tramp-process-one-multi-action)
25068         (tramp-wait-for-regexp, tramp-wait-for-output)
25069         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
25070         Howells <dhowells@redhat.com>.
25071         (clear-visited-file-modtime): Defadvice removed.  The check for
25072         unset buffer's modtime does not need to be based on
25073         `tramp-buffer-file-attributes'.  Suggested by RMS.
25074         (tramp-message): Insert "\n" if not being at beginning of line.
25075         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25076         sequence with same logic.
25077         (tramp-completion-handle-expand-file-name): Discard call of
25078         `tramp-drop-volume-letter'.  It is not necessary, and there have
25079         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25080         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25081         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25082         should always be visible.
25083         (tramp-handle-insert-directory, tramp-setup-complete)
25084         (tramp-set-process-query-on-exit-flag)
25085         (tramp-append-tramp-buffers): Pacify byte-compiler.
25086         (tramp-bug): Delete non-existing variables from list.
25087         Apply `tramp-load-report-modules' as pre-hook.
25088         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25089         `shell-prompt-pattern' because of non-7bit characters.
25090         Reported by Sebastian Luque <sluque@mun.ca>.
25091         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25092         (tramp-match-string-list): Remove function.
25093         (tramp-wait-for-regexp): Remove call of that function.
25094         Suggested by Kim F. Storm <storm@cua.dk>.
25095         (tramp-set-auto-save-file-modes): Use octal integer code #o600
25096         instead of octal character code ?\600.  The latter resulted in a
25097         syntax error with XEmacs.
25099         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25100         XEmacs case; not necessary anymore.
25101         (tramp-smb-handle-write-region): No special handling for
25102         `last-coding-system-used, because this is done in
25103         `tramp-accept-process-output' now.
25104         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25106 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
25108         * wid-edit.el (widget-choice-value-create):
25109         Unconditionally respect user choice.  Set :explicit-choice back to nil
25110         when no longer needed.
25111         (widget-choice-action): Unconditionally respect user choice.
25112         Eliminate :explicit-choice-value.
25114         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25116         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25117         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25118         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25119         running new function `toggle-indicate-empty-lines'.
25120         Rename "Customize" item to "Customize fringe".
25121         Rename "Indicators" item to "Buffer boundaries" and change help echo.
25122         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25123         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25124         Delete "Empty lines only" item.
25125         (menu-bar-showhide-fringe-ind-customize): New function.
25126         (menu-bar-showhide-fringe-ind-mixed)
25127         (menu-bar-showhide-fringe-ind-box)
25128         (menu-bar-showhide-fringe-ind-right)
25129         (menu-bar-showhide-fringe-ind-left)
25130         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25131         instead of `fringe-indicators'.
25133 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25135         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25136         Change the date of last update.
25138 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25140         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25141         (viper-exec-yank, viper-put-back): Don't display modification msg
25142         if in the minibuffer.
25144         * viper-init.el (viper-replace-overlay-cursor-color)
25145         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25146         Make variables frame local.
25148         * viper-util.el (viper-append-filter-alist): Use append instead of
25149         nconc.
25151         * viper.el (viper-vi-state-mode-list)
25152         (viper-emacs-state-mode-list): Move help-mode and
25153         completion-list-mode from the first list to the second.
25154         (viper-mode): Docstring.
25155         (viper-go-away, viper-non-hook-settings): Don't localize
25156         minor-mode-alist in newer Emacsen.  Add advice to
25157         set-cursor-color.  Don't bind "\C-c\\".
25159 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
25161         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25162         (scheme-macro-expand-command): New user options.
25163         (scheme-trace-procedure, scheme-expand-current-form): New commands.
25164         (scheme-form-at-point, scheme-start-file)
25165         (scheme-interactively-start-process): New functions.
25166         (scheme-get-process): New function, extracted from `scheme-proc'.
25167         (run-scheme): Call `scheme-start-file' to get start file, and pass
25168         it to `make-comint'.
25169         (switch-to-scheme, scheme-proc):
25170         Call `scheme-interactively-start-process' if no Scheme buffer/process
25171         is available.
25173 2005-08-06  Juri Linkov  <juri@jurta.org>
25175         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25176         Use `compilation-text-face', `compilation-info-text-face' and
25177         `compilation-error-text-face' instead of `font-lock-keyword-face'.
25178         (compilation-error): New face.
25179         (compilation-error-file-name): Inherit from
25180         `compilation-error' instead of `font-lock-warning-face'.
25181         (compilation-warning-file-name): Inherit from
25182         `compilation-warning' instead of `font-lock-warning-face'.
25183         (compilation-info, compilation-error-file-name)
25184         (compilation-warning-file-name, compilation-info-file-name)
25185         (compilation-line-number, compilation-column-number): Doc fix.
25186         (compilation-error-text-face, compilation-warning-text-face)
25187         (compilation-info-text-face): New face variables.
25188         (compilation-line-face, compilation-column-face)
25189         (compilation-enter-directory-face)
25190         (compilation-leave-directory-face): Doc fix.
25191         (compilation-text-face): New function.
25193         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25194         instead of 1 to display binary file names as info file links.
25195         (grep-error-face): Use `compilation-error-face' instead of
25196         `font-lock-keyword-face'.
25197         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25198         and `compilation-warning-text-face' instead of
25199         `font-lock-keyword-face'.  Use `compilation-error-text-face'
25200         instead of `grep-error-face'.
25202 2005-08-05  Kenichi Handa  <handa@m17n.org>
25204         * international/code-pages.el: Add autoload cookies for all coding
25205         systems.
25207 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
25209         * cus-start.el (all): Put undo.c where it alphabetically belongs.
25211 2005-08-04  Juri Linkov  <juri@jurta.org>
25213         * progmodes/compile.el (compilation-mode-map):
25214         * progmodes/grep.el (grep-mode-map):
25215         Bind TAB to `compilation-next-error' and [backtab] to
25216         `compilation-previous-error'.
25218         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25219         matching line numbers, column numbers and their ranges with regexp
25220         matching only line numbers.
25221         (grep-context-face): New face variable.
25222         (grep-mode-font-lock-keywords): Use it.
25224         * faces.el (read-face-name): Delete duplicate faces.
25226 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
25228         * thumbs.el (thumbs-find-image): Don't make variables
25229         automatically buffer local.
25230         (thumbs-current-tmp-filename, thumbs-current-image-filename)
25231         (thumbs-image-num): Make automatically buffer local.
25232         (thumbs-show-thumbs-list): Use `make-local-variable', not
25233         `make-variable-buffer-local'.
25234         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25236         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25237         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25238         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25239         (bother, bye, canyou, chatlst, continue, deathlst, describe)
25240         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25241         (feelings-about, foullst, found, hello, history, howareyoulst)
25242         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25243         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25244         (neglst, obj, object, owner, please, problems, qlist)
25245         (random-adjective, relation, remlst, repetitive-shortness)
25246         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25247         (shortlst, something, sportslst, stallmanlst, states, subj)
25248         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25249         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25250         Defvar at compile time.
25252         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25253         not `make-variable-buffer-local'.
25255 2005-08-02  Kim F. Storm  <storm@cua.dk>
25257         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25258         rectangle overlay in selected window.
25260 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25262         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25263         instead of display group.  Make `indicate-buffer-boundaries'
25264         customizable through Custom.
25266 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25268         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25269         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25270         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25271         (gdb-put-string): Fix typos in docstrings.
25273 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25275         Update copyright notices of files in progmodes directory for
25276         release of Emacs 22.1.
25278         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25280         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25281         Don't barf if the GUD buffer has been killed.
25283 2005-08-01  Kim F. Storm  <storm@cua.dk>
25285         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25287 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25289         * simple.el (next-error-follow-minor-mode):
25290         make-variable-buffer-local -> make-local-variable.
25292         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25294         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25295         (byte-compile-form-make-variable-buffer-local): New functions to warn
25296         about misuses of make-variable-buffer-local where make-local-variable
25297         was meant.
25299 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25301         * bs.el (bs-attributes-list): Doc fix.
25302         (bs): Update url-link.
25304         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25305         (desktop-load-default): Simplify.
25307         * ibuffer.el (ibuffer-columnize-and-insert-list)
25308         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25309         (ibuffer-unmark-all, ibuffer-toggle-marks)
25310         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25311         (ibuffer-compile-make-format-form, ibuffer-format-column)
25312         (ibuffer-current-buffers-with-marks)
25313         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25314         (ibuffer): Doc fix.
25315         (ibuffer-mode): Fix typo in docstring.
25316         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25317         with `define-obsolete-variable-alias'.
25318         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25320 2005-07-29  Kenichi Handa  <handa@m17n.org>
25322         * international/mule-cmds.el (select-message-coding-system):
25323         Be sure to use LF for end-of-line.  If no coding system is decided,
25324         return iso-8859-1-unix.
25326 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25328         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25329         (ange-ftp-pending-error-line): New vars.
25330         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25331         to handle the non-fatal no-route-to-host messages.
25332         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25334 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25336         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25337         (isearch-quote-char, isearch-printing-char)
25338         (isearch-text-char-description): "?\ " -> "?\s".
25339         (isearch-lazy-highlight-cleanup)
25340         (isearch-lazy-highlight-initial-delay)
25341         (isearch-lazy-highlight-interval)
25342         (isearch-lazy-highlight-max-at-a-time)
25343         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25344         Declare with define-obsolete-*-alias macros.
25345         (isearch-forward): Fix typo in docstring.
25346         (search-invisible, search-ring-yank-pointer)
25347         (regexp-search-ring-yank-pointer): Doc fixes.
25349         * recentf.el (recentf-menu-append-commands-p): Declare with
25350         `define-obsolete-variable-alias'.
25351         (recentf-max-saved-items, recentf-menu-filter)
25352         (recentf-arrange-by-rule-subfilter): Doc fixes.
25353         (recentf-menu-append-commands-flag)
25354         (recentf-initialize-file-name-history, recentf-expand-file-name)
25355         (recentf-clear-data): Fix typos in docstrings.
25357 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25359         * progmodes/gdb-ui.el: Smarten comments.
25360         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25362 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25364         * term/apollo.el (terminal-init-apollo): New function containing
25365         all former top level forms in the file.
25366         * term/bobcat.el (terminal-init-bobcat):
25367         * term/cygwin.el (terminal-init-cygwin):
25368         * term/iris-ansi.el (terminal-init-iris-ansi):
25369         * term/linux.el (terminal-init-linux):
25370         * term/news.el (terminal-init-news):
25371         * term/rxvt.el (terminal-init-rxvt):
25372         * term/sun.el (terminal-init-sun):
25373         * term/tvi970.el (terminal-init-tvi970):
25374         * term/vt100.el (terminal-init-vt100):
25375         * term/vt102.el (terminal-init-vt102):
25376         * term/vt125.el (terminal-init-vt125):
25377         * term/vt200.el (terminal-init-vt200):
25378         * term/vt201.el (terminal-init-vt201):
25379         * term/vt220.el (terminal-init-vt220):
25380         * term/vt240.el (terminal-init-vt240):
25381         * term/vt300.el (terminal-init-vt300):
25382         * term/vt320.el (terminal-init-vt320):
25383         * term/vt400.el (terminal-init-vt400):
25384         * term/vt420.el (terminal-init-vt420):
25385         * term/wyse50.el (terminal-init-wyse50):
25386         * term/xterm.el (terminal-init-xterm): Likewise.
25388         * term/README: Describe the terminal-init-* functionality.
25390         * startup.el (command-line): After loading the terminal initialization
25391         file call the corresponding terminal initialization function.
25393 2005-07-27  Kenichi Handa  <handa@m17n.org>
25395         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25396         negative.
25398         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25399         (ps-mule-composition-prologue): Fix for the case that
25400         RelativeCompose is false.
25402 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25404         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25406         * descr-text.el (describe-char): Handle the case where the list of
25407         chars is displayed in a separate frame.
25408         Be a bit more discriminating when looking for the char.
25410 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25412         * bookmark.el (bookmark-automatically-show-annotations)
25413         (bookmark-read-annotation-text-func): Doc fixes.
25414         (bookmark-save): Improve argument/docstring consistency.
25415         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25416         (bookmark-alist-from-buffer)
25417         (bookmark-upgrade-file-format-from-0)
25418         (bookmark-grok-file-format-version)
25419         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25420         (bookmark-read-annotation-mode)
25421         (bookmark-insert-current-bookmark, bookmark-jump)
25422         (bookmark-exit-hook): Fix typos in docstrings.
25423         (bookmark-exit-hooks): Define as obsolete alias.
25424         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25425         not `bookmark-exit-hooks'.  Fix docstring.
25426         (bookmark-bmenu-select): "?\ " -> "?\s".
25428 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25430         * startup.el (command-line): Fix typo.
25432 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25434         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25435         not emacs-quick-startup.
25437 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25439         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25440         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25441         instead of `reb-with-current-window'.
25442         (reb-prev-match): Likewise.  Also, don't move left if the search
25443         was unsuccessful.
25444         (reb-initialize-buffer): New function.
25445         (re-builder, reb-change-syntax): Use it.
25447         * man.el (Man-goto-page): Make second argument NOERROR optional.
25449 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25451         * man.el (Man-bgproc-sentinel): Check here for failure to find
25452         any man page in the output, and report the error here.
25453         (Man-arguments): Make it permanent local.
25454         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25455         (Man-mode): Pass t for NOERROR.
25457         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25458         (grep-mode-font-lock-keywords):
25459         Don't use compilation-...-face for messages that are not file names.
25461         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25462         Don't use compilation-...-face for messages that are not file names.
25464 2005-07-22  Juri Linkov  <juri@jurta.org>
25466         * startup.el (normal-splash-screen): Update menu name.
25468         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25470 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25472         * term/xterm.el: Load term/rxvt if the terminal is actually an
25473         rxvt terminal.
25474         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25476         * term/rxvt.el (function-key-map): Use substitute-key-definition
25477         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25479         * term/cygwin.el: New file.
25481 2005-07-22  Kim F. Storm  <storm@cua.dk>
25483         * image-file.el (insert-image-file, image-file-yank-handler):
25484         Fix last change to maintain a (unique) yank-handler on yanked images.
25486 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25488         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25489         of the file size (as in "177B" for 177 bytes).  This happens with
25490         "ls -lh" on FreeBSD.
25492 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25494         * hilit-chg.el (highlight-changes-global-initial-state)
25495         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25496         (hilit-chg-fixup, highlight-changes-mode):
25497         Fix typos in docstrings.
25498         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25499         Doc fixes.
25501 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25503         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25504         mode function using `eval-after-load'.
25506 2005-07-21  Kim F. Storm  <storm@cua.dk>
25508         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25509         included when reporting an Emacs crash, and tell about the DEBUG file.
25511         * image-file.el (insert-image-file): Add yank-handler.
25512         (image-file-yank-handler): Yank handler to make unique copies of
25513         images when they are yanked into a buffer next to each other.
25515 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25517         * comint.el (comint-use-prompt-regexp, comint-send-input)
25518         (comint-source-default, comint-extract-string)
25519         (comint-get-source, comint-word, comint-completion)
25520         (comint-source, comint-prompt-read-only, comint-update-fence):
25521         Fix typos in docstrings.
25522         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25523         Declare with define-obsolete-*-alias macros.
25524         (comint-previous-matching-input-from-input)
25525         (comint-next-matching-input-from-input)
25526         (comint-previous-matching-input, comint-next-matching-input)
25527         (comint-forward-matching-input):
25528         Improve argument/docstring consistency.
25530         * desktop.el (desktop-clear-preserve-buffers-regexp):
25531         Also preserve the *server* buffer.
25533         * simple.el (clone-indirect-buffer): Doc fix.
25534         (fixup-whitespace, just-one-space)
25535         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25536         (next-error, next-error-highlight)
25537         (next-error-highlight-no-select, next-error-last-buffer)
25538         (next-error-buffer-p, next-error-find-buffer, next-error)
25539         (previous-error, next-error-no-select, previous-error-no-select)
25540         (open-line, split-line, minibuffer-prompt-width, kill-new)
25541         (binary-overwrite-mode): Fix typos in docstrings.
25542         (set-fill-column): Fix typo in message.
25544         * skeleton.el (skeleton-proxy-new): Doc fix.
25546         * strokes.el (strokes-load-hook): Doc fix.
25547         (strokes-grid-resolution, strokes-get-grid-position)
25548         (strokes-renormalize-to-grid, strokes-read-stroke)
25549         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25550         (strokes-global-map): Fix typos in docstrings.
25551         (strokes-help): Doc fix.  Fix help message and pass it through
25552         `substitute-command-keys'.
25554         * tempo.el (tempo-insert-prompt, tempo-interactive)
25555         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25556         (tempo-insert-string-functions, tempo-local-tags)
25557         (tempo-define-template, tempo-insert-template)
25558         (tempo-insert-prompt-compat, tempo-is-user-element)
25559         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25560         Fix typos in docstrings.
25562         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25563         (vcursor-key-bindings, vcursor-use-vcursor-map)
25564         (vcursor-find-window, vcursor-scroll-down)
25565         (vcursor-disable, vcursor-beginning-of-buffer)
25566         (vcursor-end-of-buffer): Fix typos in docstrings.
25567         (vcursor-relative-move, vcursor-get-char-count):
25568         Improve argument/docstring consistency.
25570         * version.el: "?\ " -> "?\s".
25572         * wid-edit.el (widget-default-create, widget-after-change)
25573         (widget-default-format-handler, widget-checklist-add-item)
25574         (widget-radio-add-item, widget-choose, widget-specify-secret)
25575         (widget-field-value-create, widget-field-value-get)
25576         (widget-editable-list-format-handler)
25577         (widget-editable-list-entry-create, widget-group-value-create)
25578         (widget-documentation-link-add)
25579         (widget-documentation-string-value-create): "?\ " -> "?\s".
25580         (widget-convert-text): Doc fix.
25581         (widget-narrow-to-field, widget-field-find)
25582         (widget-url-link-action, widget-emacs-library-link-action)
25583         (widget-color-notify): Fix typos in docstrings.
25585         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25586         (x-select-text, set-w32-system-coding-system)
25587         (w32-add-charset-info): Fix typos in docstrings.
25589         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25590         (cua-enable-cua-keys, cua-use-hyper-key)
25591         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25592         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25594         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25596         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25597         `defalias' instead of faking it.
25599         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25600         (eshell-ls-missing, eshell-ls-dired-initial-args)
25601         (eshell-ls-use-in-dired): Fix typos in docstrings.
25603 2005-07-20  Kim F. Storm  <storm@cua.dk>
25605         * emulation/cua-base.el (cua-mode): Improve doc string.
25607 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25609         * abbrev.el (expand-region-abbrevs): Doc fix.
25610         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25611         Improve argument/docstring consistency.
25613         * arc-mode.el (archive-get-descr, archive-alternate-display):
25614         Doc fixes.
25615         (archive-l-e): Improve argument/docstring consistency.
25616         (archive-tmpdir, archive-unixdate, archive-unixtime)
25617         (archive-chmod-entry): Fix typos in docstrings.
25618         (archive-unflag, archive-unflag-backwards)
25619         (archive-unmark-all-files): "?\ " -> "?\s".
25621         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25622         (Buffer-menu-not-modified, Buffer-menu-execute)
25623         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25624         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25626         * composite.el (compose-string, encode-composition-rule)
25627         (compose-last-chars): Fix typos in docstrings.
25629         * desktop.el (desktop-enable, desktop-basefilename):
25630         Declare with `define-obsolete-variable-alias'.
25631         (desktop-internal-v2s): Don't quote keywords.
25632         (desktop-clear): "?\ " -> "?\s".
25634         * dired.el (dired-align-file, dired-flag-backup-files)
25635         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25636         (dired-listing-switches, dired-ls-F-marks-symlinks)
25637         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25638         (dired-directory, dired-faces, dired, dired-revert)
25639         (dired-mode, dired-summary, dired-view-file)
25640         (dired-copy-filename-as-kill, dired-delete-file)
25641         (dired-no-confirm, dired-unmark-all-marks)
25642         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25643         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25644         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25645         Fix typos in message strings.
25647         * dired-x.el (virtual-dired): Declare with `defalias'.
25648         (dired-mark-unmarked-files, dired-local-variables-file)
25649         (dired-omit-here-always): Doc fix.
25650         (dired-omit-mode, dired-find-subdir)
25651         (dired-enable-local-variables, dired-clean-up-buffers-too)
25652         (dired-extra-startup, dired-mark-extension, dired-jump)
25653         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25654         (dired-smart-shell-command, dired-guess-shell-alist-user)
25655         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25656         (dired-x-bind-find-file, dired-x-submit-report):
25657         Fix typos in docstrings.
25658         (dired-mark-unmarked-files): "?\ " -> "?\s".
25660         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25662         * faces.el (describe-face): "?\ " -> "?\s".
25663         (read-all-face-attributes, read-face-font, modify-face)
25664         (face-attr-construct, italic): Fix typos in docstrings.
25665         (frame-update-face-colors): Declare with
25666         `define-obsolete-function-alias'.
25668         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25669         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25670         (magic-mode-alist, buffer-file-numbers-unique)
25671         (write-file-functions, get-free-disk-space):
25672         Fix typos in docstrings.
25673         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25674         (write-contents-hooks, write-file-hooks):
25675         Declare with `define-obsolete-variable-alias'.
25677         * forms-d2.el (arch-rj): Fix typo in docstrings.
25678         (arch-tocol): Likewise.  "?\ " -> "?\s".
25680         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25681         Fix typo in docstring.
25682         (set-screen-width, set-screen-height): Delete redundant info in
25683         doctrings.
25684         (new-frame, screen-height, screen-width): Declare with
25685         `define-obsolete-function-alias'.
25686         (delete-frame-hook, blink-cursor): Declare with
25687         `define-obsolete-variable-alias'.
25689         * paths.el (prune-directory-list): Fix typos in docstring.
25691         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25692         (cvs-prefix-get): Fix typos in docstrings.
25694         * ps-print.el (ps-extend-face-list, ps-extend-face)
25695         (ps-print-background-image): Fix typos in docstrings.
25696         (ps-default-fg, ps-default-bg): Doc fixes.
25698         * s-region.el (s-region-bind): Doc fix.
25699         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25701         * textmodes/org.el (org-table-formula-substitute-names)
25702         (org-table-get-vertical-vector): Doc fixes.
25703         (org-table-recalculate): Remove unused argument to `message'.
25705 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25707         * textmodes/org.el (org-table-column-names)
25708         (org-table-column-name-regexp)
25709         (org-table-named-field-locations): New variables.
25710         (org-archive-subtree): Protect `this-command' when calling
25711         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25712         the kill buffer.
25713         (org-complete): Remove fixed-formula completion.
25714         (org-edit-formulas-map): New variable.
25715         (org-table-edit-formulas): New command.
25716         (org-finish-edit-formulas, org-abort-edit-formulas)
25717         (org-show-variable, org-table-get-vertical-vector): New functions.
25718         (org-table-maybe-eval-formula): Handle `:=' fields.
25719         (org-table-get-stored-formulas, org-table-store-formulas)
25720         (org-table-get-formula, org-table-modify-formulas)
25721         (org-table-replace-in-formulas): Handle named field formulas.
25722         (org-table-get-specials): Store locations of named fields.
25724 2005-07-19  Juri Linkov  <juri@jurta.org>
25726         * progmodes/grep.el (grep-regexp-alist)
25727         (grep-mode-font-lock-keywords, grep-process-setup):
25728         Use default GNU grep match color "01;31m" instead of "01;41m".
25729         (grep-regexp-alist, grep-mode-font-lock-keywords):
25730         Use `\\[[0-9]*m' instead of `\\[00m'.
25731         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25732         sgr_start where its handling is more important.  Use the real
25733         length of sgr_start instead of constant 8.
25734         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25735         specially.  Delete all remaining escape sequences.
25736         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25737         (grep-regexp-alist): Make hyperlink only for binary file name
25738         instead of the whole line.
25739         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25740         (grep-mode): Add autoload.
25742         * emacs-lisp/find-func.el (find-function-regexp):
25743         Add `define-compilation-mode'.
25745 2005-07-19  Juri Linkov  <juri@jurta.org>
25747         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25748         (compare-windows-sync-string-size, compare-windows-recenter)
25749         (compare-windows-highlight, compare-windows): Add version 22.1.
25750         (compare-windows) <defface>: Inherit from lazy-highlight instead
25751         of duplicating its default value.
25753         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25754         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25756         * descr-text.el (describe-char): Create link buttons for `charset'
25757         and `code point'.  Add the current input method name with a link
25758         button to `to input' field.  Print face names of display table
25759         characters in `The display table entry is displayed by' section
25760         instead of printing face-id in the `display' field.
25761         Guess hardcoded faces and create a link button for them.
25762         Skip empty fields when calculating max-width.
25763         Treat `widget-create' specially while inserting strings from the
25764         collected field list.
25765         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25767         * diff-mode.el (diff-file-header): Change foreground color from
25768         yellow to green on light backgrounds.
25769         (diff-context): Inherit from `shadow' only for color/grayscale
25770         with more than 88 colors.
25771         (diff-indicator-removed, diff-indicator-added)
25772         (diff-indicator-changed): New faces.
25773         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25774         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25775         font-lock-comment-delimiter-face and font-lock-comment-face.
25776         Add `#' to ^[^...] in the rule for `diff-context-face'.
25778         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25779         a button-like box.  Inherit from `highlight' on low colors.
25780         (shadow): Use shades of gray only for color/grayscale with
25781         more than 88 colors.  Use green for light backgrounds with
25782         8 colors, and yellow for dark backgrounds with 8 colors.
25784         * font-lock.el (font-lock-regexp-grouping-backslash):
25785         Don't inherit from escape-glyph (use bold for all cases).
25787         * info.el (info-xref-visited): Use light foreground color `violet'
25788         for dark backgrounds instead of dark color `magenta3'.
25789         (info-title-1): Use `yellow' color for dark backgrounds.
25791         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25792         too-light magenta2.
25794         * replace.el (match): Use slightly more light RoyalBlue3 instead
25795         of dark RoyalBlue4.
25797         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25799 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25801         * novice.el (disabled-command-hook): Declare it with
25802         `define-obsolete-variable-alias'.
25804         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25805         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25806         (desktop-load-default): Add release to obsolescence info.
25807         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25808         (desktop-append-buffer-args, desktop-read):
25809         Fix typos in docstrings.
25810         (desktop-kill): Fix typo in message.
25811         (desktop-save): Doc fix.
25813 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25815         * viper-cmd.el (viper-escape-to-state): Bug fix.
25816         (viper-envelop-ESC-key): Change the definition of fast
25817         keysequence so it'll work with keyboard macros.
25819         * ediff.el (ediff-patch-buffer): Change the docstring.
25821 2005-07-19  Kenichi Handa  <handa@m17n.org>
25823         * international/mule-cmds.el (select-safe-coding-system): Try to
25824         use an auto-coding (if any) before anything else.  If the found
25825         auto-coding is invalid, show a warning message.
25827         * international/mule.el (find-auto-coding): New function created
25828         by modifying the body of set-auto-coding.
25829         (set-auto-coding): Use find-auto-coding to find a coding.
25831 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25833         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25834         not isearch-mode-end-hook-error.
25835         (allout-before-change-protect): Fix error message.
25837 2005-07-18  Juri Linkov  <juri@jurta.org>
25839         * allout.el (allout-mode):
25840         * calculator.el (calculator-copy):
25841         * custom.el (custom-known-themes):
25842         * dired.el (dired-desktop-buffer-misc-data)
25843         (dired-restore-desktop-buffer):
25844         * dired-x.el (dired-omit-marker-char):
25845         * files.el (basic-save-buffer):
25846         * font-core.el (font-lock-mode):
25847         * calendar/calendar.el (calendar-goto-hebrew-date)
25848         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25849         (calendar-goto-persian-date):
25850         * language/ethio-util.el (ethio-sera-to-fidel-region):
25851         * textmodes/picture.el (picture-mode):
25852         Delete duplicate duplicate words.
25854 2005-07-18  Juri Linkov  <juri@jurta.org>
25856         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25857         chars * ? } |.
25858         (isearch-fallback): Don't call `isearch-process-search-char'.
25859         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25860         (isearch-process-search-char): Call `isearch-fallback' for regexp
25861         chars * ? } |.
25862         (isearch-return-char): Make obsolete with `make-obsolete' instead
25863         of simply documenting it as obsolete in the docstring.
25864         (isearch-fallback): Refill docstring.
25866         * international/isearch-x.el
25867         (isearch-process-search-multibyte-characters): Remove unneeded
25868         `concat'.  Add intermediate values to `junk-hist' instead of
25869         `minibuffer-history'.  Test the length of `str'.
25871 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25873         * allout.el (allout-resolve-xref): Fix typos in error strings.
25874         (allout-before-change-protect): Remove unneeded `concat'.
25876         * array.el (array-mode, array-reconfigure-rows)
25877         (untabify-backward): Fix typos in docstrings.
25878         (array-reconfigure-rows): Use `insert-buffer-substring', not
25879         `insert-buffer'.
25881         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25882         * progmodes/ada-mode.el (ada-make-body):
25883         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25885         * dired.el (dired-log):
25886         * tar-mode.el (tar-subfile-save-buffer):
25887         * play/zone.el (zone-pgm-stress-destress):
25888         Use `insert-buffer-substring', not `insert-buffer'.
25890 2005-07-17  Simon Josefsson  <jas@extundo.com>
25892         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25894 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25896         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25897         Add plain auth method.
25898         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25900 2005-07-17  Kim F. Storm  <storm@cua.dk>
25902         * ido.el (dired-other-window): Add ido property.
25904 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25906         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25907         Fix typo in docstring.
25908         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25909         `insert-file-literally'.
25911         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25912         info and delete redundant message.  Doc fix.
25913         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25914         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25916 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25918         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25919         (byte-compile-and): Use byte-compile-and-recursion.
25920         (byte-compile-or-recursion): New function.
25921         (byte-compile-or): Use that.
25922         (byte-compile-if): Guard the else-clause too.
25923         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25925         * isearch.el (isearch-mode-end-hook-quit): New variable.
25926         (isearch-done): Bind it.
25927         (isearch-mode-end-hook): Doc fix.
25929         * allout.el (allout-isearch-did-quit): Variable deleted.
25930         (allout-real-isearch-abort): Function name no longer used.
25931         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25932         (allout-isearch-rectification): isearch-mode always exists.
25933         Don't set allout-isearch-did-quit.
25934         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25935         allout-isearch-did-quit.
25936         (allout-enwrap-isearch): Just add the hook.
25937         (allout-isearch-abort): Function deleted.
25938         (allout-pre-command-business): Avoid warning.
25940         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25941         Correctly avoid warnings.
25942         (pascal-outline): Likewise.
25944         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25946         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25948         * play/tetris.el (tetris-mode): Avoid warning.
25950         * play/snake.el (snake-mode): Avoid warning.
25952         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25953         (gamegrid-set-display-table): Avoid warning.
25954         (gamegrid-set-timer): Likewise.
25955         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25956         (gamegrid-add-score-with-update-game-score-1): Take FILE
25957         as argument.
25958         (gamegrid-add-score-with-update-game-score): Pass that argument.
25959         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25961         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25963         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25964         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25966         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25967         and insert-file.
25969         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25970         (sc-ask): Avoid warnings.
25972         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25973         (eshell-hist-initialize): Use that var the natural way.
25975         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25977         * emacs-lisp/re-builder.el (reb-cook-regexp):
25978         Avoid warning calling lre-compile-string.
25979         (reb-color-display-p): Avoid warning.
25981         * calculator.el (calculator-last-input): Guard uses
25982         of event-key and key-press-event-p.
25983         (event-key, key-press-event-p): Delete definitions.
25985         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25986         (find-gc-source-directory, find-gc-subrs-callers)
25987         (find-gc-noreturn-list, find-gc-source-files)
25988         (find-gc-subrs-called): Vars renamed and defvar'd.
25990         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25991         (checkdoc-overlay-put, checkdoc-delete-overlay)
25992         (checkdoc-overlay-start, checkdoc-overlay-end)
25993         (checkdoc-mode-line-update, checkdoc-char=):
25994         Define such that compiler knows they are defined.
25995         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25996         (checkdoc-read-event): Delete.  Use read-event directly.
25998         * whitespace.el (whitespace-make-overlay)
25999         (whitespace-overlay-put, whitespace-delete-overlay)
26000         (whitespace-overlay-start, whitespace-overlay-end):
26001         Define such that compiler knows they are defined.
26002         (whitespace): Move conditional inside.
26004         * tempo.el (tempo-insert-template): Suppress warning.
26006         * ediff-diff.el (longlines-mode): Add defvar.
26008 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
26010         * server.el: Bind "C-x #" in a way that works even if C-x is
26011         redefined to a command key, not a prefix key.
26013 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26015         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26016         cl-make-type-test till execution time.
26018 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
26020         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26021         arg ARG and use it.
26023 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26025         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26027 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
26029         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26030         a defcustom with two :set or :type keywords.
26032 2005-07-15  Richard M. Stallman  <rms@gnu.org>
26034         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26035         Don't give ^M comment-end syntax.
26037 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
26039         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26040         Don't consider gdbmi (gdb-mi.el has its own update functions).
26041         (gdb-var-delete): Make it work for gdbmi as well.
26042         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26044         * progmodes/gud.el (etags, sdb): Only require etags when needed.
26045         (gud-speedbar-menu-items): Correct logic for enabling items.
26047 2005-07-15  Kim F. Storm  <storm@cua.dk>
26049         * ido.el: Fix commentary.
26050         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26051         Use with-no-warnings around ffap-guesser.
26052         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26053         Let bind minibuffer-completing-file-name to t.
26055 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
26057         * startup.el (site-run-file, keyboard-type): Doc fixes.
26058         (command-line): Check for "--basic-display" argument; also for
26059         "--quick", not "--bare-bones" (which was renamed).
26060         (fancy-splash-text): Add missing item "Getting New Versions".
26061         (normal-splash-screen): Fix typos and improve consistency with
26062         `fancy-splash-text'.  Update copyright year.
26064         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26065         valid binding for `help-char'.
26067         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26069 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
26071         * term.el (term-mode): Disable cua-mode for term buffers.
26073 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
26075         * add-log.el (add-log-mailing-address, change-log-merge):
26076         Doc fixes.
26077         (change-log-get-method-definition): Fix typo in docstring.
26079 2005-07-14  Kim F. Storm  <storm@cua.dk>
26081         * emulation/cua-base.el:
26082         (cua--pre-command-handler-1, cua--pre-command-handler)
26083         (cua--post-command-handler-1, cua--post-command-handler):
26084         Split in two.  Check (buffer local) value of cua-mode.
26085         (cua-selection-mode): New command.
26087 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
26089         * custom.el (custom-initialize-safe-set)
26090         (custom-initialize-safe-default): Doc fixes.
26092         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26093         and simplify :init-value again.
26095         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26096         and simplify :init-value again.  Delete autoload.
26098         * startup.el (command-line): Use `custom-reevaluate-setting' again
26099         for tooltip-mode.
26101         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26102         a defcustom with two :initialize keywords.
26104 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
26106         * allout.el (my-mark-marker, allout-isearch-prior-pos)
26107         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26108         (allout-post-command-business, allout-flag-region)
26109         (isearch-reenable-font-lock, allout-yank)
26110         (allout-insert-latex-header, allout-insert-latex-trailer)
26111         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26112         (allout-latex-verb-quote): Fix typos in docstrings.
26113         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26114         (allout-unprotected, allout-prefix-data):
26115         Improve argument/docstring consistency.
26116         (allout-chart-subtree): Fix argument spec.
26117         (allout-open-topic): Rename `use_sib_bullet' argument to
26118         `use-sib-bullet'.  Doc fix.
26120         * whitespace.el (whitespace-check-buffer-leading)
26121         (whitespace-check-buffer-trailing)
26122         (whitespace-check-buffer-indent)
26123         (whitespace-check-buffer-spacetab)
26124         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26125         (whitespace-check-leading-whitespace)
26126         (whitespace-check-trailing-whitespace)
26127         (whitespace-check-spacetab-whitespace)
26128         (whitespace-check-indent-whitespace)
26129         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26130         (whitespace-modes): Fix typos in docstrings.
26131         (defgroup, defcustom): Doc fixes.
26133         * winner.el (winner-mode, winner-boring-buffers)
26134         (winner-pending-undo-ring): Doc fixes.
26135         (winner-ring): Remove unneeded `progn'.
26136         (winner-equal): `defsubst' it.
26137         (winner-redo): Fix message.
26139 2005-07-13  Kim F. Storm  <storm@cua.dk>
26141         * simple.el (line-move-1): Always use vertical-motion to
26142         do the last (or only) line move to ensure some movement.
26143         Undo 2005-06-23 change--don't check for overlays.
26145 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26147         * term/mac-win.el (ccl-encode-mac-roman-font)
26148         (ccl-encode-mac-centraleurroman-font)
26149         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26150         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26151         Change charset-id boundary of dimension to ?\xef.
26152         (mac-char-fontspec-list): New constant.
26153         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
26154         argument.  Nil uses itself as family in font-spec.  Previous
26155         behavior for nil is now provided by non-nil non-string argument.
26156         All callers changed.  Add font-specs for Mac fonts to
26157         "fontset-default" unless iso8859-1 fonts are installed.
26159 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26161         * progmodes/sh-script.el (sh-get-indent-info): Only indent
26162         a continuation line if the \ is preceded by SPC or TAB.
26163         (sh-get-indent-info): Simplify.
26164         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26165         Use with-current-buffer.
26167         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26168         when the matched text is empty.
26170 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
26172         * startup.el (command-line): Revert to previous handling of
26173         tooltip-mode.  Explain in comment why the complexity is needed.
26175         * tooltip.el (tooltip-mode): Revert to previous implementation of
26176         its defcustom.
26178         * frame.el (blink-cursor-mode): Revert to previous implementation
26179         of its defcustom.  Update comment.
26181 2005-07-12  Lars Hansen  <larsh@soem.dk>
26183         * desktop.el: Update e-mail address.
26185 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26187         * term/mac-win.el (mac-services-mail-selection)
26188         (mac-services-mail-to): New functions.
26189         (mac-application-menu-map): Bind them.
26191 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
26193         * progmodes/gdb-ui.el: Add note about buffering with Windows.
26195 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
26197         * custom.el (custom-reevaluate-setting): Doc fix.
26199 2005-07-11  Jay Belanger  <belanger@truman.edu>
26201         * calc/calc.el (calc-embedded-announce-formula-alist)
26202         (calc-embedded-open-close-plain-alist)
26203         (calc-embedded-open-close-mode-alist): Add checks for additional
26204         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26206 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
26208         * custom.el (custom-enable-theme): Don't add theme to
26209         `custom-enabled-themes' with `push' because there is no
26210         setf-method for `delq'.
26212 2005-07-11  Richard M. Stallman  <rms@gnu.org>
26214         * custom.el (custom-declare-variable): Doc fix.
26216         * dired-aux.el (dired-compare-directories): Remove "." and ".."
26217         from the alists.
26219         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26220         Do nothing if edebug-active.
26222         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26223         (edebug-display): Do it here instead.
26225 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26227         * cus-face.el (custom-theme-set-faces): Make it work.
26228         (custom-reset-faces): Doc fix.
26229         (custom-theme-reset-internal-face, custom-theme-face-value):
26230         Functions deleted.
26232         * custom.el (custom-push-theme): Maintain list of the settings
26233         of a given theme in its theme-settings property.
26234         Maintain position of old settings in the theme-value
26235         or theme-face property.
26236         (custom-enabled-themes): New variable.
26237         (custom-theme-enabled-p): New function.
26238         (provide-theme): Update custom-enabled-themes.
26239         Disable and reenable the `user' theme.
26240         (require-theme): Doc fix.
26241         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26242         (custom-theme-value, custom-theme-variable-value): Likewise.
26243         (custom-theme-reset-internal): Likewise.
26244         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26245         (custom-enable-theme, custom-disable-theme): New functions.
26246         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26247         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26248         (custom-theme-reset-variables): Simplify.
26249         (deftheme, custom-declare-theme, custom-make-theme-feature):
26250         Definitions moved.
26252 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26254         * longlines.el (longlines-show-region)
26255         (longlines-unshow-hard-newlines): Recognize hard newlines by
26256         non-nil hard property, instead of t.
26258 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26260         * viper-cmd.el (viper--key-maps): New variable.
26261         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26262         emulation-mode-map-alists.
26263         (viper-envelop-ESC-key): Use viper-subseq.
26264         (viper-search-forward/backward/next): Disable debug-on-error.
26266         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26267         (viper-ESC-key): New defcustoms.
26269         * viper-macs.el (ex-map-read-args): Use viper-subseq.
26271         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26272         (viper-subseq): Copy of subseq from cl.el.
26274         * viper.el (viper-go-away, viper-set-hooks): Use
26275         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26277         * viper-mous.el (viper-current-frame-saved): Use defvar.
26279         * viper-init.el: Get rid of -face in face names.
26281         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26282         Make it work with longlines mode.
26284         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26286         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26288         * ediff-init.el: Get rid of -face in face names.
26290 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26292         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26293         and with-timeout-unsuspend.
26295         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26296         and with-timeout-unsuspend.
26298         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26299         (with-timeout): Bind that variable to record timers.
26300         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26302         * emacs-lisp/debug.el (debug-help-follow): New function.
26303         (debugger-mode-map): Use that instead of help-follow.
26304         (debugger-setup-buffer): Use eval-buffer-list
26305         to handle eval-buffer frames.
26307 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26309         * timezone.el (timezone-parse-date): Change first regexp
26310         so it will not mistakenly match dates with no time zone.
26312 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26314         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26316 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26318         * custom.el (custom-initialize-safe-set)
26319         (custom-initialize-safe-default): New functions.
26321         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26322         and simplify :init-value.
26324         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26325         and simplify :init-value.  Delete obsolete comment.
26327         * startup.el (command-line): Use `custom-reevaluate-setting' to
26328         handle `tooltip-mode'.  Delete obsolete comment.
26330         * files.el (set-visited-file-name): Avoid calling
26331         `file-name-nondirectory' with a nil argument.
26333 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26335         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26336         was called with nil for the buffer, handle the read position right.
26337         Handle read position for eval-region, too.
26339 2005-07-09  Juri Linkov  <juri@jurta.org>
26341         * fringe.el (fringe-mode): Add period in docstring.
26342         (fringe-query-style): Build prompt depending on `all-frames' arg.
26344         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26345         to not create links to unrelated functions in the Help buffer.
26347         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26348         Doc fix.
26350         * simple.el (next-error-hook): New variable.
26351         (next-error): Use it.  Doc fix.
26353         * textmodes/ispell.el (ispell-command-loop): Add current
26354         dictionary name and program name to mode-line-format.
26355         (ispell-region, ispell-process-line): Add current dictionary name
26356         and program name to messages.
26358 2005-07-08  Jay Belanger  <belanger@truman.edu>
26360         * calc/calc.el (calc-embedded-announce-formula-alist)
26361         (calc-embedded-open-close-formula-alist)
26362         (calc-embedded-open-close-word-alist)
26363         (calc-embedded-open-close-plain-alist)
26364         (calc-embedded-open-close-new-formula-alist)
26365         (calc-embedded-open-close-mode-alist)
26366         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26367         (calc-embedded-mode-hook): New variables.
26369         * calc/calc-embed.el (calc-embedded-firsttime)
26370         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26371         New variables.
26372         (calc-do-embedded): Use calc-embedded-firsttime,
26373         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26374         determine whether or not to run hooks.
26375         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26376         calc-embedded-firsttime-formula appropriately.
26377         Set calc-embedded delimiter variables according to mode.
26379 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26381         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26382         Check for "emacs", etc., as entire symbol, not just as word.
26383         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26385         * files.el (set-visited-file-name): Report the error
26386         for "empty filename" earlier.
26387         (kill-some-buffers): Ignore buffers already dead.
26389         * fringe.el (fringe-mode): Doc fix.
26391         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26392         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26393         Use unwind-protect to ensure byte-compile-unresolved-functions
26394         is updated.
26396         * whitespace.el (whitespace-buffer-leading-cleanup):
26397         Simplify w/ skip-chars-forward.
26398         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26400         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26401         Unconditionally try to leave point at the same old place.
26403 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26405         * comint.el (comint-postoutput-scroll-to-bottom)
26406         (comint-show-maximum-output): Take scroll-margin into consideration.
26408 2005-07-08  Kim F. Storm  <storm@cua.dk>
26410         * ido.el (ido-use-filename-at-point): New choice `guess'.
26411         (ido-file-internal): Try ffap-guesser if selected.
26413         * ido.el (ido-before-fallback-functions): New hook.
26414         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26415         (ido-read-file-name): Run it.
26417 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26419         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26420         strings rather than a list of symbols to the completion function.
26422 2005-07-07  Jay Belanger  <belanger@truman.edu>
26424         * calc/calc-units.el (math-apply-units): Change the places in
26425         which units are simplified.
26427 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26429         * cus-edit.el (customize-option, customize-option-other-window):
26430         Make them handle aliases.
26432         * custom.el (custom-variable-p): Make it recursively follow
26433         aliases.  Mention that in the docstring.
26435 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26437         * cus-start.el (exec-path): Use `directory' instead of `file'.
26438         Fix tag for nil.
26440 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26442         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26443         when called non-interactively.  Doc fix.
26445 2005-07-07  Lute Kamstra  <lute@gnu.org>
26447         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26448         new address as well.
26450 2005-07-07  Kenichi Handa  <handa@m17n.org>
26452         * international/mule.el (make-coding-system):
26453         Describe `ascii-incompatible' property in the docstring.
26454         (set-file-name-coding-system): Signal an error if coding-system is
26455         ascii-incompatible.
26456         (set-keyboard-coding-system): Likewise.
26458         * international/mule-cmds.el (set-default-coding-systems):
26459         Don't set default-file-name-coding-system and
26460         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26462         * international/utf-16.el: Declare that all UTF-16-based coding
26463         systems are ASCII-incompatible.
26465 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26467         * progmodes/gud.el: Require font-lock for displaying errors.
26468         Used by gdb-ui.el.
26470 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26472         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26473         values for the pattern lists which are `read'able but not
26474         `append'able (like symbols).
26476 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26478         * progmodes/flymake.el (flymake-float-time): Instead of
26479         with-no-warnings, test for XEmacs.
26480         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26481         to avoid warning.
26483 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26485         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26487 2005-07-05  Lute Kamstra  <lute@gnu.org>
26489         * battery.el: Add support for Darwin (with much debugging help
26490         from Samuel Lauber <sam124@operamail.com>).
26491         (battery-status-function, battery-echo-area-format)
26492         (battery-mode-line-format): Add support for pmset on Darwin.
26493         (battery-load-low, battery-load-critical): New user options.
26494         (battery-pmset): New function.
26496 2005-07-05  Lute Kamstra  <lute@gnu.org>
26498         Update FSF's address in GPL notices.
26500         * textmodes/page-ext.el: Update FSF's address.
26502 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26504         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26505         filling from using prefix when filling a single-line docstring.
26507         * progmodes/flymake.el: Remove useless eval-when-compile.
26509         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26511 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26513         * textmodes/org.el (org-file-apps-defaults-gnu):
26514         Rename from org-file-apps-defaults-linux.
26515         (org-default-apps): Don't test system-type for `linux'.
26516         (org-file-apps): Doc fix.
26518 2005-07-04  David Ponce  <david@dponce.com>
26520         * tree-widget.el: Improve header Commentary section.
26521         (tree-widget) [defgroup]
26522         (tree-widget-image-enable, tree-widget-themes-directory)
26523         (tree-widget-theme, tree-widget-image-properties-emacs)
26524         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26525         (tree-widget-image-formats, tree-widget-control)
26526         (tree-widget-empty-control, tree-widget-leaf-control
26527         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26528         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26529         (tree-widget-keep, tree-widget-after-toggle-functions)
26530         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26531         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26532         :help-echo message.
26533         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26534         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26535         (tree-widget--cursors): New constant.
26536         (tree-widget-lookup-image): New function split from
26537         `tree-widget-find-image'.  Clearer implementation.
26538         (tree-widget-find-image): Use it.
26539         (tree-widget-button-keymap): Use `set-keymap-parent'.
26540         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26541         Define the sub-widgets here.
26542         (tree-widget-node): Check that :node is not a tree-widget.
26543         (tree-widget-get-super, tree-widget-open-control)
26544         (tree-widget-close-control, tree-widget-empty-control)
26545         (tree-widget-leaf-control, tree-widget-guide)
26546         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26547         (tree-widget-no-handle, tree-widget-value-delete)
26548         (tree-widget-map): Remove.
26549         (tree-widget-children-value-save): Doc fix.  Simplified.
26550         (tree-widget-value-create): Update according to previous changes.
26552 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26554         * textmodes/org.el: Leading space replaced by TABS.
26555         (org-recalc-marks, org-table-rotate-recalc-marks)
26556         (org-table-get-specials): Treat "^" and "_" marks.
26557         (org-table-justify-field-maybe): Optional argument NEW.
26558         (org-table-eval-formula): Parsing of the format simplified.
26559         New modes C,I.  Honor the %= parameter in the current table.
26560         Avoid unnecessary re-align by using the NEW argument to
26561         `org-table-justify-field-maybe'.
26562         (org-calc-default-modes): Default for date-format mimicks org-mode.
26563         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26565 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26567         * cus-face.el (custom-theme-set-faces): Make it handle face
26568         aliases whose alias declarations are pre- or autoloaded.
26570 2005-07-04  Juri Linkov  <juri@jurta.org>
26572         * faces.el (read-face-name): Put the code for getting a face name
26573         from the buffer before adding the faces from the `face' property.
26574         Use `completing-read-multiple' instead of `completing-read'.
26575         Require `crm'.  Add default value and post-process the returned
26576         list of faces.
26578         * emacs-lisp/crm.el (crm-find-current-element)
26579         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26581         * emacs-lisp/lisp-mode.el (eval-defun-1):
26582         * emacs-lisp/edebug.el (edebug-eval-defun):
26583         Remove unnecessary quotes.
26585 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26587         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26588         (prolog-indent-level): Fix typo in docstring.
26590         * info.el (Info-history, Info-history-forward)
26591         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26593         * add-log.el (add-change-log-entry):
26594         * comint.el (comint-dynamic-list-input-ring)
26595         (comint-dynamic-list-completions):
26596         * dabbrev.el (dabbrev-expand):
26597         * delim-col.el (delimit-columns-rectangle-line):
26598         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26599         (diff-unified->context):
26600         * ediff-init.el (ediff-abbrev-jobname):
26601         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26602         (ediff-replace-session-activity-marker-in-meta-buffer):
26603         * info.el (Info-summary):
26604         * lpr.el (printify-region):
26605         * printing.el (pr-create-interface):
26606         * ps-print.el (ps-print-quote):
26607         * ses.el (ses-column-widths, ses-print-cell)
26608         (ses-adjust-print-width, ses-center):
26609         * shell.el (shell-file-name-quote-list):
26610         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26611         (strokes-fill-current-buffer-with-whitespace)
26612         (strokes-xpm-for-stroke, strokes-list-strokes)
26613         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26614         * term.el (term-dynamic-list-input-ring)
26615         (term-dynamic-list-completions):
26616         * calc/calc.el (math-format-stack-value):
26617         * emacs-lisp/edebug.el (edebug-display-freq-count):
26618         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26619         (delphi-new-comment-line):
26620         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26621         * progmodes/executable.el (executable-set-magic):
26622         * progmodes/python.el (inferior-python-mode):
26623         * progmodes/scheme.el (scheme-mode-syntax-table):
26624         * progmodes/sh-script.el (sh-maybe-here-document):
26625         * progmodes/sql.el (sql-copy-column):
26626         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26627         * textmodes/bibtex.el (bibtex-mode):
26628         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26629         (sgml-auto-attributes):
26630         * textmodes/table.el (table-insert, table-shorten-cell)
26631         (table--generate-source-scan-lines, table-delete-row)
26632         (*table--cell-delete-char, table--spacify-frame)
26633         (table--horizontally-shift-above-and-below)
26634         (table--cell-insert-char, table--cell-blank-str)
26635         (table--fill-region-strictly):
26636         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26637         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26639         * add-log.el (change-log):
26640         * apropos.el (apropos):
26641         * comint.el (comint-completion, comint-source):
26642         * dabbrev.el (dabbrev):
26643         * delim-col.el (columns):
26644         * diff-mode.el (diff-mode):
26645         * ediff.el (ediff):
26646         * ediff-diff.el (ediff-diff):
26647         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26648         * ediff-mult.el (ediff-mult):
26649         * ediff-ptch.el (ediff-ptch):
26650         * ediff-wind.el (ediff-window):
26651         * facemenu.el (facemenu):
26652         * indent.el (indent):
26653         * info.el (info):
26654         * jka-cmpr-hook.el (compression, jka-compr):
26655         * lpr.el (lpr):
26656         * outline.el (outlines):
26657         * pcmpl-cvs.el (pcmpl-cvs):
26658         * pcmpl-rpm.el (pcmpl-rpm):
26659         * printing.el (printing):
26660         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26661         (ps-print-vertical, ps-print-headers, ps-print-font)
26662         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26663         (ps-print-background, ps-print-printer, ps-print-page)
26664         (ps-print-miscellany):
26665         * ses.el (ses):
26666         * shell.el (shell, shell-directories, shell-faces):
26667         * startup.el (initialization):
26668         * strokes.el (strokes):
26669         * term.el (term):
26670         * uniquify.el (uniquify):
26671         * w32-vars.el (w32):
26672         * calc/calc.el (calc):
26673         * emacs-lisp/bytecomp.el (bytecomp):
26674         * emacs-lisp/cl-indent.el (lisp-indent):
26675         * emacs-lisp/edebug.el (edebug):
26676         * emacs-lisp/elp.el (elp):
26677         * emacs-lisp/testcover.el (testcover):
26678         * emacs-lisp/trace.el (trace):
26679         * emulation/viper-ex.el (viper-ex):
26680         * emulation/viper-mous.el (viper-mouse):
26681         * mail/mailalias.el (mailalias):
26682         * mail/supercite.el (supercite, supercite-frames)
26683         (supercite-attr, supercite-cite, supercite-hooks):
26684         * net/rcompile.el (remote-compile):
26685         * net/rlogin.el (rlogin):
26686         * obsolete/ooutline.el (outlines):
26687         * progmodes/delphi.el (delphi):
26688         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26689         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26690         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26691         (ebnf-optimization):
26692         * progmodes/etags.el (etags):
26693         * progmodes/executable.el (executable):
26694         * progmodes/idlwave.el (idlwave):
26695         * progmodes/pascal.el (pascal):
26696         * progmodes/prolog.el (prolog):
26697         * progmodes/python.el (python):
26698         * progmodes/scheme.el (scheme):
26699         * progmodes/sh-script.el (sh, sh-script):
26700         * progmodes/sql.el (SQL):
26701         * progmodes/tcl.el (tcl):
26702         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26703         * textmodes/enriched.el (enriched):
26704         * textmodes/makeinfo.el (makeinfo):
26705         * textmodes/sgml-mode.el (sgml):
26706         * textmodes/table.el (table-hooks):
26707         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26708         * textmodes/texinfo.el (texinfo):
26709         * textmodes/two-column.el (two-column):
26710         Finish `defgroup' description with period.
26712         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26713         * eshell/esh-var.el (eshell-var):
26714         * progmodes/vhdl-mode.el (vhdl-testbench):
26715         * textmodes/org.el (org): Fix typos in docstrings.
26717         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26718         consistency.
26720         * progmodes/flymake.el (flymake-find-file): Remove.
26721         (flymake-float-time): Use `with-no-warnings'.
26722         (flymake-check-start-time, flymake-check-was-interrupted)
26723         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26724         (flymake-new-err-info): `defvar' at compile time.
26726 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26728         * replace.el (occur-hook): Doc fix.
26729         (occur-1): Don't call `occur-hook' if there are no matches.
26731 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26733         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26734         global-map, save the same map.
26735         (global-map): Don't alter it at top level.
26736         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26737         Then alter it here instead.
26738         (tpu-edt-off): Set global-map to the saved one.
26740         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26741         All references simplified.
26742         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26743         (zmacs-regions): Add defvar.
26744         (repeat-complex-command-map): Everything about that deleted.
26746         * textmodes/artist.el (artist-key-is-drawing)
26747         (artist-key-endpoint1, artist-key-poly-point-list)
26748         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26749         (artist-key-compl-table, artist-rb-save-data)
26750         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26751         Don't put them in eval-when-compile.
26752         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26754         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26755         Use with-no-warnings.
26757         * net/browse-url.el (dos-windows-version): Add defvar.
26759         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26761         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26762         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26763         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26764         Add defvar.
26765         (rmail-summary-beginning-of-message): Use with-no-warnings.
26766         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26768         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26769         Use with-no-warnings.
26771         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26772         (c-mark-function): Add point-moving-unit property.
26773         (vi-goto-line): Use with-no-warnings.
26775         * emulation/edt.el (edt-last-copied-word): Add defvar.
26776         (zmacs-region-stays): Likewise.
26777         (edt-mark-section-wisely): Use c-mark-function for C.
26778         Use makr-defun for Fortran.
26779         (time-string): defvar deleted.
26780         (edt-display-the-time): Don't set time-string.
26782         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26784         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26785         Don't warn when name is not constant
26786         or for defining the group `emacs'.
26788         * tooltip.el (gud-tooltip-mode): Add defvar.
26790         * startup.el (default-frame-background-mode): Add defvar.
26792         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26794         * info.el (tool-bar-map): Add defvar.
26796         * dired.el (dnd-protocol-alist): Add defvar.
26798         * dired-aux.el (dired-query): Display question with answer, when
26799         the user answers.
26801         * custom.el (custom-add-option): Doc fix.
26803         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26805 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26807         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26808         bogus name from the last change.
26810 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26812         * custom.el (custom-declare-variable): Fix typos in comment.
26813         (custom-known-themes): Doc fix.
26814         (custom-theme-directory): New defcustom.
26815         (require-theme): Make it check `custom-theme-directory'.
26817         * cus-theme.el (custom-new-theme-mode): New function.
26818         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26819         (custom-theme-description): Add compiler defvars.
26820         (customize-create-theme): Add doc to the "*New Custom Theme*"
26821         buffer.  Use `custom-new-theme-mode'.
26822         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26823         and save it to the `custom-theme-directory'.  Make this the
26824         default directory of the buffer.
26826 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26828         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26829         Fix unbalanced parentheses.
26831 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26833         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26834         into flymake-mode and delegate to flymake-mode.
26836         * find-file.el (ff-which-function-are-we-in): Clean up.
26838 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26840         * replace.el (occur-rename-buffer): Fix docstring.
26842         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26843         (edt-last-copied-word, edt-learn-macro-count)
26844         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26845         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26846         (time-string, zmacs-region-stays):
26847         * emulation/edt-mapper.el (edt-save-function-key-map)
26848         (EDT-key-name): `defvar' to silence the byte-compiler.
26850 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26852         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26853         font-lock-regexp-backslash.  Doc fix.
26854         (font-lock-regexp-backslash-grouping-construct): Rename from
26855         font-lock-regexp-backslash-construct.  Doc fix.
26856         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26857         grouping constructs.
26859 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26861         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26862         updating all the prerequisites.
26864 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26866         * textmodes/org.el (org-agenda-start-on-weekday)
26867         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26868         (org-agenda-use-time-grid, org-archive-location)
26869         (org-allow-space-in-links, org-usenet-links-prefer-google)
26870         (org-enable-table-editor, org-export-default-language)
26871         (org-export-html-show-new-buffer, org-fill-paragraph)
26872         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26873         (org-goto-quit, org-occur, org-eval-in-calendar)
26874         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26875         (org-agenda-diary-entry, org-remember-help)
26876         (org-table-convert-region, org-at-table-p)
26877         (org-table-move-row-down, org-table-move-row-up)
26878         (org-table-copy-region, org-table-toggle-vline-visibility)
26879         (org-table-get-stored-formulas, org-table-get-specials)
26880         (org-recalc-commands, org-table-eval-formula)
26881         (org-table-formula-substitute-names, orgtbl-make-binding)
26882         (org-format-org-table-html, org-format-table-table-html)
26883         (org-format-table-table-html-using-table-generate-source)
26884         (org-customize): Fix typos in docstrings.
26885         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26886         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26887         (org-back-to-heading): Doc fixes.
26888         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26889         (org-agenda-change-all-lines, org-get-header):
26890         Improve argument/docstring consistency.
26891         (orgtbl-error): Fix error message.
26893         * progmodes/flymake.el (flymake-find-possible-master-files)
26894         (flymake-master-file-compare, flymake-get-line-err-count)
26895         (flymake-highlight-line, flymake-gui-warnings-enabled):
26896         Fix typos in docstrings.
26897         (flymake-parse-line, flymake-get-project-include-dirs-function)
26898         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26899         Doc fixes.
26900         (flymake-get-project-include-dirs-function)
26901         (flymake-make-err-menu-data):
26902         Improve argument/docstring consistency.
26904 2005-07-01  Lute Kamstra  <lute@gnu.org>
26906         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26907         Catch errors with ignore-errors.  Use temporary buffer.
26908         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26910         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26911         background color faces.
26912         (facemenu-set-foreground, facemenu-set-background):
26913         Use facemenu-set-face-from-menu.
26914         (facemenu-set-face-from-menu): Treat face names that start with
26915         "fg:" or "bg:" as special.
26916         (facemenu-add-new-color): Don't create faces.  Simplify.
26918 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26920         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26921         (crm-find-current-element): Likewise.
26923 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26925         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26927 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26929         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26930         (archive-mouse-extract): Make it an obsolete alias.
26931         (archive-mode-map): Don't use archive-mouse-extract any more.
26932         (archive-mode, archive-extract): write-contents-hooks ->
26933         write-contents-functions.
26934         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26935         first arg.
26936         (archive-rename-entry): Update the call.
26937         (archive-zip-summarize): Remove unused var `method'.
26938         (archive-lzh-summarize): Remove unused var `creator'.
26940         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26941         dedicated frame upon exit.
26943         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26944         (archive-zip-extract, archive-zip-expunge)
26945         (archive-zip-update, archive-zip-update-case): Use executable-find.
26946         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26947         Use restore-buffer-modified-p.
26948         (archive-extract, archive-add-new-member, archive-write-file-member):
26949         Use with-current-buffer.
26950         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26952 2005-06-30  Andreas Schwab  <schwab@suse.de>
26954         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26956 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26958         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26960 2005-06-30  Juri Linkov  <juri@jurta.org>
26962         * faces.el (vertical-border): Inherit from mode-line-inactive
26963         only on tty.
26965 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26967         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26968         example, -NLINES in the `occur' docstring).
26970         * replace.el (occur-1): When no matches are found, do not set the
26971         `buffer-read-only' and modified flags for the occur buffer,
26972         because it is deleted.
26974         * emulation/cua-base.el (cua-check-pending-input)
26975         (cua-repeat-replace-region, cua-mode, cua-debug)
26976         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26977         Fix typos in docstrings.
26979         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26980         (cua-cut-region-to-global-mark)
26981         (cua--cut-rectangle-to-global-mark):
26982         Remove period from end of messages.
26984         * emulation/cua-rect.el (cua-do-rectangle-padding):
26985         Remove period from end of messages.
26986         (cua--rectangle-seq-format): Fix typo in docstring.
26987         (cua-sequence-rectangle, cua-fill-char-rectangle):
26988         Improve argument/docstring consistency.
26990 2005-06-29  Juri Linkov  <juri@jurta.org>
26992         * faces.el (default-frame-background-mode): New internal variable.
26993         (frame-set-background-mode): Use it.
26995         * startup.el (normal-top-level): Set default-frame-background-mode
26996         instead of frame-background-mode.  Before setting it, test for its
26997         nil value.  Remove tests for frame-background-mode and frame
26998         parameter `reverse'.  Add test for "unspecified-fg".
27000         * term/xterm.el (xterm-rxvt-set-background-mode):
27001         * term/rxvt.el (rxvt-set-background-mode):
27002         Set default-frame-background-mode instead of frame-background-mode.
27004 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
27006         * simple.el (set-variable): Warn about obsolete user variables.
27008         * imenu.el (imenu--completion-buffer):
27009         * mouse.el (mouse-buffer-menu-alist):
27010         * msb.el (msb-invisible-buffer-p):
27011         * calendar/diary-lib.el (diary-header-line-format):
27012         * emacs-lisp/pp.el (pp-buffer):
27013         * progmodes/cperl-mode.el (cperl-do-auto-fill):
27014         * textmodes/picture.el (picture-replace-match):
27015         Change space constants followed by a sexp to "?\s ".
27017         * play/decipher.el (decipher-loop-with-breaks):
27018         * textmodes/texinfo.el (texinfo-insert-@item): Change space
27019         constants "protected" from end of line by a comment to "?\s".
27021 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27023         * font-lock.el (save-buffer-state): Use `declare'.
27025         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27026         reset the syntax-table to cperl-mode-syntax-table.
27027         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27028         "foo_print_bar" is not matched as a reserved keyword.
27030 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
27032         * textmodes/org.el (orgtbl-setup): New function, for delayed
27033         setup for the orgtbl commands.
27034         (org-calc-default-modes): New option.
27035         (orgtbl-make-binding): Use `defun' to get better help display.
27036         (org-diary): Call `org-compile-prefix-format'.
27037         (org-table-formula-substitute-names): New function.
27038         (org-agenda-day-view, org-agenda-week-view): New commands.
27039         (org-agenda-toggle-week-view): Command removed.
27040         (org-tbl-menu): Split off from org-org-menu.
27041         (org-mode): Move removal of outline-mode menus to here.
27042         (org-table-formula-debug): New option.
27043         (org-table-insert-row): Keep first field if just "#" or "*".
27044         (org-mode): Paragraph regexps fixed.
27045         (org-table-recalculate-regexp): New constant.
27046         (org-table-justify-field-maybe): Avoid replace if not necessary.
27047         (org-copy-special, org-cut-special): Use `call-interactively'.
27048         (org-table-copy-region): Take region from `interactive' call.
27049         (org-trim): Return string even if no match.
27050         (org-formula): New face.
27051         (org-set-font-lock-defaults): No longer highlight "FIXME".
27052         But highlight formula-related fields in table.
27053         (org-table-p): Use regexp, not fontification.
27054         (org-table-align): Handle white space at end of line.
27055         (org-table-formula-evaluate-inline): New option.
27056         (org-mode): Auto-wrapping in comment lines turned off.
27057         (org-table-copy-down): Evaluate only in copied field, not in
27058         destination.
27059         (org-table-current-formula): Variable removed.
27060         (org-table-store-formulas, org-table-get-stored-formulas)
27061         (org-table-modify-formulas, org-table-replace-in-formulas)
27062         (org-table-maybe-eval-formula): New functions.
27063         (org-table-get-formula): Modify to use stored formulas.
27064         (org-table-insert-column, org-table-delete-column)
27065         (org-table-move-column): Call `org-table-modify-formulas'.
27066         (org-complete): Add completion for keyword formulas.
27067         (orgtbl-mode): Pull orgtbl-mode-map to start of
27068         minor-mode-map-alist.
27070 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27072         * progmodes/python.el (python-check): Require `compile' before
27073         modifying its variables.
27075         * newcomment.el (comment-indent-default): Don't get fooled by an early
27076         end of buffer.
27078 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27080         * ps-print.el (ps-print-version): Fix version number.
27082 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
27084         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27086 2005-06-28  Richard M. Stallman  <rms@gnu.org>
27088         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27089         (flyspell-local-mouse-map): Declaration deleted.
27090         (flyspell-mouse-map): Bind only mouse-2.
27091         (flyspell-mode-map): Don't test flyspell-use-local-map.
27092         (flyspell-overlay-keymap-property-name): Var deleted.
27093         (flyspell-mode-on): Don't make local bindings for
27094         flyspell-mouse-map and flyspell-mode-map.
27095         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27097         * textmodes/ispell.el (ispell-word): Do not ignore short words.
27099         * progmodes/compile.el (compilation-next-error-function):
27100         Don't switch buffers; operate on the current buffer.
27102         * progmodes/compile.el (compilation-error-file-name)
27103         (compilation-warning-file-name, compilation-info-file-name)
27104         (compilation-line-number, compilation-column-number): New faces.
27105         (compilation-error-face, compilation-warning-face)
27106         (compilation-info-face, compilation-line-face)
27107         (compilation-column-face): Use them.
27109         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27111         * comint.el (comint-password-prompt-regexp): Accept ", try again".
27113         * bindings.el (global-map): Bind insertchar and its variants.
27115 2005-06-27  Richard M. Stallman  <rms@gnu.org>
27117         * textmodes/artist.el (artist-text-overwrite)
27118         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27120 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27122         * ps-print.el: It was not working the page selection for printing.
27123         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27124         (ps-print-version): New version 6.6.7.
27125         (ps-end-sheet): New fun.
27126         (ps-header-sheet, ps-end-job): Call it.
27128 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
27130         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27132 2005-06-27  Lute Kamstra  <lute@gnu.org>
27134         * facemenu.el (facemenu-unlisted-faces): Add foreground and
27135         background color faces.
27136         (facemenu-get-face): Delete function.
27137         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27138         (facemenu-add-new-color): Make second argument mandatory.
27139         Create the appropriate face and return it.  Simplify.
27140         (facemenu-set-foreground, facemenu-set-background): Don't check if
27141         color is defined.  Use return value of facemenu-add-new-color.
27143 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
27145         * progmodes/gud.el (gud-filter): Add missing argument to
27146         with-selected-window.
27148 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27150         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27151         a :require to the defcustom.
27153         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27154         defcustoms corresponding to minor modes.
27156 2005-06-26  David Ponce  <david@dponce.com>
27158         * recentf.el: Require tree-widget instead of wid-edit.
27159         (recentf-filename-handler): Fix widget :type.
27160         (recentf-cancel-dialog, recentf-open-more-files)
27161         (recentf-open-files-action): Doc fix.
27162         (recentf-dialog-goto-first): New function.
27163         (recentf-dialog-mode-map): Set parent keymap first.
27164         (recentf-dialog-mode): Define with define-derived-mode.
27165         Don't display continuation lines in dialogs.
27166         (recentf-edit-list): Rename from recentf-edit-selected-items.
27167         (recentf-edit-list-select): Rename from recentf-edit-list-action.
27168         Simplify.
27169         (recentf-edit-list-validate): New function.
27170         (recentf-edit-list): Update accordingly.
27171         (recentf-open-files-item-shift): Remove.
27172         (recentf-open-files-item): Convert menu elements into tree and
27173         link widgets.  Don't create the widgets.
27174         (recentf-open-files): Update accordingly.
27175         (recentf-save-list): Untabify.
27177 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
27179         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27180         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
27181         partially contained in the active region.  Do not take active
27182         region into account when called from Lisp, unless INTERACTIVE arg
27183         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
27184         avoid trouble with fields.  Make marker point nowhere when no
27185         longer used.  Always return nil.  Doc fix.
27186         (flush-lines): Add INTERACTIVE arg.  Do not take active region
27187         into account when called from Lisp, unless INTERACTIVE arg is
27188         non-nil.  Use `forward-line' instead of `beginning-of-line' to
27189         avoid trouble with fields.  Make marker point nowhere when no
27190         longer used.  Always return nil.  Doc fix.
27191         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
27192         interchangeable.  Do not take active region into account when
27193         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
27194         message in echo area when called from Lisp, unless INTERACTIVE arg
27195         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
27196         Return the number of matches.  Doc fix.
27197         (occur): Doc fix.
27198         (perform-replace): Make comment follow double space convention for
27199         the sake of `outline-minor-mode'.
27201         * faces.el (facep): Doc fix.
27203 2005-06-25  Richard M. Stallman  <rms@gnu.org>
27205         * facemenu.el (facemenu-enable-faces-p): New function.
27206         (facemenu-background-menu, facemenu-foreground-menu)
27207         (facemenu-face-menu): Add menu-enable property.
27209         * jka-compr.el (jka-compr-insert-file-contents):
27210         Special handling if cannot find the uncompression program.
27212         * cus-face.el (custom-face-attributes): Add autoload.
27214         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27215         Bind comment-indent-function locally.
27217         * window.el (save-selected-window): Use save-current-buffer.
27219         * subr.el (with-selected-window): Use save-current-buffer.
27221         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27222         and with-current-buffer.
27224 2005-06-24  Richard M. Stallman  <rms@gnu.org>
27226         * simple.el (line-move-1): Fix previous change.
27228 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
27230         * replace.el (occur-1): Set `buffer-read-only' and the
27231         buffer-modified flag before running `occur-hook' to protect
27232         against unintentional buffer switches that can lead to data loss.
27234 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
27236         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27237         (gud-gdb-marker-filter): Use font-lock-warning-face for any
27238         initial error.
27240         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27241         after fresh input.
27242         (gdb-var-create-handler): Put name of expression in quotes.
27244 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27246         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27247         elements of RING in order, and without bogus nil elements.
27249 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27251         * simple.el (set-variable): Args renamed; doc fix.
27252         (line-move-1): When there are overlays around, use vertical-motion.
27254         * faces.el (escape-glyph): Use brown against light background.
27255         (nobreak-space): Rename from no-break-space.
27256         Fix previous change.
27258         * dired-aux.el (dired-do-copy): Fix arg prompt.
27260         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27262 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27264         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27265         rather than "Distributor".
27267 2005-06-23  Lute Kamstra  <lute@gnu.org>
27269         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27270         (debug-on-entry): Use it.  New interactive declaration that uses
27271         function-called-at-point.
27273 2005-06-23  Kim F. Storm  <storm@cua.dk>
27275         * subr.el (save-match-data): Add comment about using evaporate arg
27276         to set-match-data.
27278 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27280         * cus-edit.el (customize-face)
27281         (customize-face-other-window): Handle face aliases.
27283         * faces.el (face-documentation, set-face-attribute)
27284         (face-spec-set): Handle face aliases.
27286 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27288         * help-mode.el (help-make-xrefs): If a symbol representing a face
27289         name is not followed by the word "face", it could still be a
27290         function or variable name, so don't bypass other checks.
27292 2005-06-22  Juri Linkov  <juri@jurta.org>
27294         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27295         Replace aliased functions with calls where second arg `inherit' is t.
27297 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27299         * progmodes/gdb-ui.el (gdb-error): New variable.
27300         (gdb-error): New function.
27301         (gdb-annotation-rules): Act on error-begin and error annotations.
27302         (gdb-concat-output): Use font-lock-warning-face for errors.
27304 2005-06-22  Miles Bader  <miles@gnu.org>
27306         * bindings.el (propertized-buffer-identification): Use renamed
27307         `Buffer-menu-buffer' face.
27309         * faces.el (vertical-border): Rename from `vertical-divider'.
27310         (escape-glyph): Change dark-background color back to `cyan'.
27312 2005-06-21  Juri Linkov  <juri@jurta.org>
27314         * faces.el (face-user-default-spec): Try getting `customized-face'
27315         prior to `saved-face'.
27316         (frame-background-mode): Refill docstring.
27318         * emacs-lisp/lisp-mode.el (eval-defun-1):
27319         * emacs-lisp/edebug.el (edebug-eval-defun):
27320         Set `saved-face' temporarily to nil before calling form.
27321         Set `customized-face' to the new spec after that.
27323 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27325         * subr.el (1value, lambda, key-substitution-in-progress):
27326         Doc fixes.
27328         * autoinsert.el (auto-insert-alist):
27329         * ses.el (ses-call-printer):
27330         * subr.el (noreturn):
27331         * emacs-lisp/lisp.el (check-parens):
27332         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27333         * net/browse-url.el (browse-url-mosaic):
27334         * progmodes/cc-defs.el (c-safe-scan-lists):
27335         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27336         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27337         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27338         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27339         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27340         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27342 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27344         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27346 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27348         * calendar/appt.el (appt-make-list): Activate the package, if
27349         not already active (for backwards compatibility).
27351 2005-06-20  Kim F. Storm  <storm@cua.dk>
27353         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27355 2005-06-20  Miles Bader  <miles@gnu.org>
27357         * faces.el (vertical-divider): New face.
27359 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27361         * simple.el (kill-whole-line): Doc fix.
27362         (next-error-buffer-p, next-error-find-buffer)
27363         (clone-indirect-buffer): Fix typos in docstrings.
27364         (comment-line-break-function): Doc fix: don't say variable
27365         is automatically buffer-local (it isn't).
27367 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27369         * net/tramp-ftp.el (top):
27370         * net/tramp-smb.el (top):
27371         * net/tramp-util.el (top):
27372         * net/tramp-uu.el (top):
27373         * net/tramp-vc.el (top):
27374         * net/tramp.el (top): Revert copyright years back to original
27375         ones.  Tramp has a life outside GNU Emacs.
27377 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27379         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27381 2005-06-18  Juri Linkov  <juri@jurta.org>
27383         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27384         end of first regexp to limit the match to the position between
27385         line number and source line with same separator character as used
27386         between file name and line number.  In the second regexp limit
27387         mouse-face area to file name and line number by adding new group
27388         for them and referring it in HYPERLINK arg.
27389         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27390         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27391         previous line where grep markers may be already removed.
27393 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27395         * progmodes/ps-mode.el: Update version and maintainer's email address.
27397 2005-06-18  Steve Youngs  <steve@xemacs.org>
27399         * net/browse-url.el (browse-url-browser-function)
27400         (browse-url-default-browser): Add firefox.
27401         (browse-url-firefox-program, browse-url-firefox-arguments)
27402         (browse-url-firefox-startup-arguments)
27403         (browse-url-firefox-new-window-is-tab): New defcustoms.
27404         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27406 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27408         * startup.el (command-line): Warn if specified user name has
27409         no home directory.
27411         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27412         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27414         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27415         Doc fixes.
27417         * faces.el (underline): Try bold if terminal doesn't support underline.
27419         * mail/sendmail.el (mail-setup-with-from): New variable.
27420         (mail-insert-from-field): New function.
27421         (sendmail-send-it): Call it.
27422         (mail-setup): Optionally call it here.
27424         * term/linux.el: Call tty-no-underline.
27426 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27428         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27430 2005-06-17  Miles Bader  <miles@gnu.org>
27432         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27433         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27434         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27435         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27436         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27437         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27438         Remove "-face" suffix from face names.
27439         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27440         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27441         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27442         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27443         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27444         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27445         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27446         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27447         New backward-compatibility aliases for renamed faces.
27448         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27449         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27450         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27451         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27452         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27453         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27454         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27455         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27456         Use renamed ediff faces.
27458         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27459         Remove "-face" suffix from face names.
27460         (eshell-test-ok-face, eshell-test-failed-face):
27461         New backward-compatibility aliases for renamed faces.
27462         (eshell-run-test): Use renamed eshell-test faces.
27464         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27465         face name.
27466         (eshell-prompt-face): New backward-compatibility alias for renamed
27467         face.
27468         (eshell-emit-prompt): Use renamed eshell-prompt face.
27470         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27471         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27472         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27473         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27474         Remove "-face" suffix from face names.
27475         (eshell-ls-directory-face, eshell-ls-symlink-face)
27476         (eshell-ls-executable-face, eshell-ls-readonly-face)
27477         (eshell-ls-unreadable-face, eshell-ls-special-face)
27478         (eshell-ls-missing-face, eshell-ls-archive-face)
27479         (eshell-ls-backup-face, eshell-ls-product-face)
27480         (eshell-ls-clutter-face):
27481         New backward-compatibility aliases for renamed faces.
27482         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27484         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27485         Remove "-face" suffix from face name.
27486         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27487         instead of literal face.
27489 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27491         * emacs-lisp/warnings.el (display-warning, lwarn)
27492         (warning-minimum-log-level): Doc fixes.
27493         (warning-minimum-level, warning-minimum-log-level):
27494         Add :debug to :type choices.
27496         * progmodes/ada-mode.el (ada-format-paramlist)
27497         (ada-get-indent-case, ada-check-matching-start)
27498         (ada-check-defun-name, ada-goto-matching-decl-start)
27499         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27500         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27501         (ada-make-subprogram-body): Follow error conventions.
27502         (ada-case-exception-file, ada-indent-comment-as-code)
27503         (ada-indent-handle-comment-special, ada-indent-renames)
27504         (ada-indent-return, ada-search-directories-internal)
27505         (ada-tab-policy, ada-case-exception-substring)
27506         (ada-other-file-alist, ada-matching-start-re)
27507         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27508         (ada-imenu-generic-expression, ada-compile-goto-error)
27509         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27510         (ada-popup-menu, ada-add-extensions, ada-mode)
27511         (ada-region-selected, ada-create-case-exception)
27512         (ada-create-case-exception-substring, ada-after-keyword-p)
27513         (ada-activate-keys-for-case, ada-adjust-case-region)
27514         (ada-adjust-case-buffer, ada-format-paramlist)
27515         (ada-scan-paramlist, ada-insert-paramlist)
27516         (ada-indent-newline-indent)
27517         (ada-indent-newline-indent-conditional)
27518         (ada-justified-indent-current, ada-goto-previous-word)
27519         (ada-indent-current, ada-get-indent-open-paren)
27520         (ada-get-indent-paramlist, ada-get-indent-end)
27521         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27522         (ada-get-indent-block-start, ada-get-indent-subprog)
27523         (ada-get-indent-noindent, ada-get-indent-label)
27524         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27525         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27526         (ada-goto-stmt-end, ada-goto-next-word)
27527         (ada-check-matching-start, ada-check-defun-name)
27528         (ada-goto-matching-decl-start, ada-goto-matching-start)
27529         (ada-goto-matching-end, ada-search-ignore-string-comment)
27530         (ada-in-decl-p, ada-looking-at-semi-or)
27531         (ada-looking-at-semi-private, ada-in-paramlist-p)
27532         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27533         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27534         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27535         (ada-previous-package, ada-create-menu)
27536         (ada-fill-comment-paragraph-justify)
27537         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27538         (ada-other-file-name, ada-last-which-function-line)
27539         (ada-last-which-function-subprog, ada-which-function)
27540         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27541         (ada-gen-treat-proc, ada-check-emacs-version)
27542         (ada-continuation-indent, ada-align-region-separate):
27543         Fix typos in docstrings.
27544         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27546 2005-06-16  Lute Kamstra  <lute@gnu.org>
27548         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27549         conditionally.
27551 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27553         * comint.el (comint-replace-by-expanded-filename)
27554         (comint-prompt-regexp, comint-delimiter-argument-list)
27555         (comint-preinput-scroll-to-bottom):
27556         * info.el (Info-hide-cookies-node):
27557         * ls-lisp.el (ls-lisp-classify):
27558         * find-file.el (ff-search-directories, ff-special-constructs)
27559         (ff-find-other-file):
27560         * font-lock.el (font-lock-keywords):
27561         * shell.el (shell-prompt-pattern)
27562         (shell-dynamic-complete-functions, shell-mode)
27563         (shell-delimiter-argument-list):
27564         * term.el (term-replace-by-expanded-filename)
27565         (term-prompt-regexp, term-delimiter-argument-list):
27566         * woman.el (woman-ignore, woman0-if):
27567         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27568         * emacs-lisp/elint.el (elint-init-env):
27569         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27570         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27571         * language/ethio-util.el (ethio-tilde-escape)
27572         (ethio-use-three-dot-question):
27573         * net/zone-mode.el (zone-mode-load-time-setup):
27574         * progmodes/cc-align.el (c-lineup-argcont):
27575         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27576         * progmodes/cperl-mode.el (cperl-set-style-back):
27577         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27578         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27579         Fix spellings in docstrings.
27581         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27582         * progmodes/modula2.el (m2-for): Fix spellings.
27584         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27586         * simple.el (undo-more): Don't use `format' on `error' arguments.
27587         Improve argument/docstring consistency.
27588         (pending-undo-list): Doc fix.
27590         * smerge-mode.el (smerge-ensure-match):
27591         * emulation/vip.el (vip-ex):
27592         * net/zone-mode.el (zone-mode-update-serial):
27593         * progmodes/idlwave.el (idlwave-complete):
27594         * progmodes/vhdl-mode.el (vhdl-visit-file)
27595         (vhdl-compose-wire-components):
27596         Don't use `format' on `error' arguments.
27598         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27599         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27600         (tooltip-help-tips): Fix typos in docstrings.
27602 2005-06-16  David Ponce  <david@dponce.com>
27604         * tree-widget.el (tree-widget-value-create): Simplify last change.
27606 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27608         * ido.el (ido-incomplete-regexp): New variable.
27609         (ido-set-matches-1): Handle invalid-regexp error and set
27610         ido-incomplete-regexp.
27611         (ido-incomplete-regexp): New face.
27612         (ido-completions): Use it.
27613         (ido-complete, ido-exit-minibuffer, ido-completions):
27614         Handle incomplete regexps.
27615         (ido-completions): Add check for complete match when entering a regexp.
27617 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27619         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27621 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27623         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27624         by field delimiters.
27626 2005-06-15  David Ponce  <david@dponce.com>
27628         * tree-widget.el: eval-and-compile inlined functions so they will
27629         be available at run-time too.
27630         (tree-widget-super-format-handler)
27631         (tree-widget-format-handler): Remove.
27632         (tree-widget-value-create): Handle the :indent property.
27634 2005-06-15  Miles Bader  <miles@gnu.org>
27636         * progmodes/which-func.el (which-func): Only inherit
27637         `font-lock-function-name-face' when that makes sense against the
27638         default mode-line face, otherwise set the face color explicitly.
27640         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27641         faces instead of (non-existent) variables.
27643 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27645         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27646         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27648 2005-06-14  Miles Bader  <miles@gnu.org>
27650         * progmodes/ld-script.el (ld-script-location-counter):
27651         Remove "-face" suffix from face name.
27652         (ld-script-location-counter-face):
27653         New backward-compatibility alias for renamed face.
27654         (ld-script-location-counter-face): Use renamed face.
27656         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27657         (cperl-hash): Remove "-face" suffix from face names.
27658         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27659         New backward-compatibility aliases for renamed faces.
27660         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27661         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27663         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27664         name.
27665         (which-func-face): New backward-compatibility alias for renamed face.
27666         (which-func-format): Use renamed which-func face.
27668         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27669         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27670         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27671         names.
27672         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27673         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27674         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27675         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27676         (vhdl-speedbar-architecture-selected)
27677         (vhdl-speedbar-configuration-selected)
27678         (vhdl-speedbar-package-selected)
27679         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27680         names.
27681         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27682         Use renamed faces.
27683         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27684         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27685         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27686         Use renamed faces.
27687         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27688         names.
27689         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27690         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27691         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27692         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27693         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27694         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27696         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27697         face name.
27698         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27699         (sh-heredoc-face): Use renamed sh-heredoc face.
27701         * progmodes/idlw-help.el (idlwave-help-link):
27702         Remove "-face" suffix from face name.
27703         (idlwave-help-link-face):
27704         New backward-compatibility alias for renamed face.
27705         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27707         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27708         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27709         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27710         New backward-compatibility aliases for renamed faces.
27711         (idlwave-shell-disabled-breakpoint-face)
27712         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27714         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27715         Remove "-face" suffix from face names.
27716         (flymake-errline-face, flymake-warnline-face):
27717         New backward-compatibility aliases for renamed faces.
27718         (flymake-highlight-line): Use renamed flymake faces.
27720         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27721         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27722         (ebrowse-member-class, ebrowse-progress):
27723         Remove "-face" suffix from face names.
27724         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27725         (ebrowse-file-name-face, ebrowse-default-face)
27726         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27727         (ebrowse-progress-face):
27728         New backward-compatibility aliases for renamed faces.
27729         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27730         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27731         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27732         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27734         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27735         antlr-syntax)
27736         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27737         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27738         names.
27739         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27740         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27741         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27742         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27743         backward-compatibility aliases for renamed faces.
27744         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27745         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27746         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27747         remove "font-lock-".  Use renamed antlr-mode faces.
27748         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27749         literal face-names with face variable references.
27751         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27752         face name.
27753         (Buffer-menu-buffer-face): New backward-compatibility alias for
27754         renamed face.
27755         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27757 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27759         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27760         Eliminate "-face" suffix.
27761         (makefile-targets): Inherit from font-lock-function-name-face and
27762         eliminate "-face" suffix.
27763         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27764         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27765         actions, instead of prepending, to make it less visible.
27766         (makefile-previous-dependency, makefile-match-dependency):
27767         Don't match a target on a continuation line.
27769         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27771 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27773         * progmodes/gdb-ui.el (menu): Re-order menu items.
27774         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27776         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27777         Define in tooltip.el.
27778         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27779         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27780         gud-tooltip-echo-area.
27782         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27783         backward compatibility and make obsolete.
27784         (tooltip-help-tips): Use tooltip-use-echo-area.
27785         (tooltip-show-help-function): Rename to...
27786         (tooltip-show-help): ...this, because it is a function.
27787         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27789 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27791         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27792         (edebug-print-length, edebug-print-level, edebug-print-circle)
27793         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27794         (edebug-eval-print-last-sexp): Doc fixes.
27796 2005-06-14  Kim F. Storm  <storm@cua.dk>
27798         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27799         as the coverage buffer/file/both may change.
27801 2005-06-14  Lute Kamstra  <lute@gnu.org>
27803         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27804         and run-mode-hooks.  Simplify.
27806         * mail/rmailedit.el (rmail-edit-mode):
27807         * progmodes/octave-inf.el (inferior-octave-mode):
27808         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27810         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27811         and run-mode-hooks.
27812         (recentf-edit-list, recentf-open-files): Don't call
27813         kill-all-local-variables directly.
27815         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27817 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27819         * emacs-lisp/byte-run.el (make-obsolete)
27820         (define-obsolete-function-alias): Rename arguments FUNCTION and
27821         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27822         (make-obsolete-variable, define-obsolete-variable-alias):
27823         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27824         respectively.
27826         * isearchb.el (isearchb-activate):
27827         * pcvs.el (cvs-mode):
27828         * ses.el (ses-load):
27829         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27830         * net/tramp.el (tramp-find-file-exists-command)
27831         (tramp-find-shell):
27832         * progmodes/ada-mode.el (ada-create-case-exception)
27833         (ada-create-case-exception-substring, ada-make-subprogram-body):
27834         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27835         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27836         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27837         * textmodes/org.el (org-promote, org-evaluate-time-range)
27838         (org-agenda-next-date-line, org-agenda-previous-date-line)
27839         (org-agenda-error, org-open-at-point, org-table-move-row)
27840         (org-format-table-table-html-using-table-generate-source)
27841         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27842         * textmodes/reftex.el (reftex-access-scan-info):
27843         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27844         (reftex-toc-promote-prepare): Follow error conventions.
27846         * diff-mode.el (diff-mode): Fix typo in docstring.
27848         * forms.el (forms--intuit-from-file): Fix reference to
27849         `forms-number-of-fields' in error message.
27850         (forms-print): Fix quoting in error message.
27852         * forms.el (forms-mode):
27853         * emulation/vi.el (vi-goto-insert-state):
27854         * progmodes/flymake.el (flymake-new-err-info)
27855         (flymake-start-syntax-check-for-current-buffer)
27856         (flymake-simple-cleanup):
27857         * eshell/esh-var.el (eshell/export):
27858         * progmodes/gud.el (xdb):
27859         * textmodes/flyspell.el (flyspell-incorrect-hook)
27860         (flyspell-maybe-correct-transposition)
27861         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27863 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27865         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27866         minibuffer prompt.
27868 2005-06-13  Kim F. Storm  <storm@cua.dk>
27870         * subr.el (add-to-ordered-list): New defun.
27872         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27873         add cua--keymap-alist to emulation-mode-map-alists.
27875 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27877         * subr.el (complete-in-turn): New macro.
27878         (dynamic-completion-table, lazy-completion-table): Add debug info.
27880         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27881         in preference to face aliases.
27883         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27884         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27885         Remove unused vars `start' and `firstline'.
27886         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27887         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27889 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27891         * cus-start.el (all): Don't complain about missing GTK-related
27892         variables, unless either `gtk' is boundp or this isn't a
27893         `windows-nt' build.
27895 2005-06-13  Lute Kamstra  <lute@gnu.org>
27897         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27898         run-mode-hooks.
27900         * ediff-mult.el (ediff-meta-mode):
27901         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27903         * ledit.el (ledit-mode): Use delay-mode-hooks.
27905         * woman.el (woman-mode-line-format): Delete constant.
27906         (woman-mode-map): Initialize it properly.
27907         (woman-mode): Set mode-class property to special.
27908         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27909         Set major-mode and mode-name.  Don't set mode-line-format directly.
27910         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27912         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27913         string argument obsolete.
27915 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27917         * textmodes/org.el (org-CUA-compatible): New option.
27918         (org-disputed-keys): New variable.
27919         (org-key): New function.
27920         (orgtbl-make-binding): Add docstring to the created function.
27921         (org-mode): Set paragraph start/separate regexps.
27922         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27923         (org-archive-location, org-archive-mark-done)
27924         (org-archive-stamp-time): New options.
27925         (org-archive-subtree): New command.
27926         (org-fill-paragraph): New function.
27927         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27928         (org-fake-empty-table-line): Function removed.
27929         (org-format-org-table-html): Do not create empty table lines at
27930         separator lines.  Improved table header treatment.
27931         (org-link-format): New option.
27932         (org-make-link): New function.
27933         (org-insert-link, org-store-link): Use org-make-link.
27934         (org-open-file): Quote file name for shell command, to allow
27935         spaces in file names.
27936         (org-link-regexp): Fix bug with mailto link.
27937         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27938         New constants.
27939         (org-export-as-html): Deal with the optional angles around a link.
27940         Better treatment of file: links.
27941         (org-open-at-point): Replace @{ and @} with < and >.
27942         (org-run-mode-hooks): Function removed.
27943         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27945 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27947         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27948         MI command -data-list-register-values.
27949         (gdb-post-prompt): Indent properly.
27951 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27953         * hilit-chg.el (highlight-changes-colors): Rename from
27954         `highlight-changes-colours'.
27955         (highlight-changes-colours): Keep as obsolete alias.
27956         (highlight-changes-face-list): Doc fix.
27957         (hilit-chg-make-list): Use `highlight-changes-colors'.
27959 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27961         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27962         defun-prompt-regexp.
27964 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27966         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27967         and cygwin.
27969         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27970         Don't use an old loaddefs.el, as in Makefile.in.
27972 2005-06-12  Lute Kamstra  <lute@gnu.org>
27974         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27976         * man.el (Man-mode-map): Initialize it properly.
27977         (Man-mode): Set mode-class property to special.
27979         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27981 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27983         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27984         A newline is needed in the docstring there.
27986         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27987         Doc fixes.
27989 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27991         * printing.el: Doc fix.  The menubar is no more changed when printing
27992         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27993         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27994         (pr-version): New version number (6.8.4).
27995         (pr-menu-bind): New command.
27996         (pr-update-menus): Docstring and code fix.
27997         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27998         Docstring fix.
27999         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28000         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28002 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
28004         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28005         "Returns" to "return", document useful return values, etc.
28007 2005-06-11  Alan Mackenzie  <acm@muc.de>
28009         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28010         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28011         (adaptive-file-function): Minor amendment to doc-string.
28013 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28015         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28016         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28017         Fix :type--it is `integer', not `string'.
28019         * faces.el (modeline-highlight): Rename from (the erroneous)
28020         `modeline-higilight'.
28022 2005-06-11  Lute Kamstra  <lute@gnu.org>
28024         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28025         lisp-interaction-mode-map but make it the parent.
28026         (edebug-eval-mode): Use define-derived-mode.
28028 2005-06-11  Andreas Schwab  <schwab@suse.de>
28030         * bindings.el: Add binding of `ESC functionkey' for every
28031         `M-functionkey'.
28032         * hexl.el (hexl-mode-map): Likewise.
28034 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
28036         * progmodes/compile.el (compilation-error-regexp-alist-alist)
28037         [msft]: update regexp for newer msft compilers.
28039 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
28041         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28042         ATTLIST portions of included DTDs.
28043         (xml-parse-dtd): Eliminate use of inefficient match-data.
28045 2005-06-10  Miles Bader  <miles@gnu.org>
28047         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28048         (mpuz-text): Remove "-face" suffix from face names.
28049         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28050         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28051         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28053         * play/gomoku.el (gomoku-O, gomoku-X):
28054         Remove "-face" suffix from face names.
28055         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28056         New backward-compatibility aliases for renamed faces.
28057         (gomoku-font-lock-keywords): Use renamed gomoku faces.
28059 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28061         * thumbs.el: Fixes for changes of 2005-06-09.
28062         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28063         as a directory.
28064         (thumbs-thumbname): Remove directory separator from format string;
28065         `thumbs-thumbsdir' now returns a valid directory name.
28066         (thumbs-temp-dir): New defsubst.
28067         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28068         Use it.
28070         * cus-edit.el (minibuffer):
28071         * files.el (make-backup-file-name-function):
28072         * filesets.el (filesets-external-viewers):
28073         * hilit-chg.el (highlight-changes-colours)
28074         (highlight-changes-face-list, highlight-changes-rotate-faces):
28075         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28076         * kmacro.el (kmacro-call-macro):
28077         * log-edit.el (log-edit-changelog-full-paragraphs):
28078         * mouse.el (mouse-1-click-follows-link):
28079         * skeleton.el (skeleton-autowrap):
28080         * subr.el (insert-for-yank-1):
28081         * tempo.el (tempo-insert-region):
28082         * terminal.el (terminal-emulator):
28083         * time.el (display-time-mail-face):
28084         * vc.el (vc-annotate):
28085         * vcursor.el (vcursor-copy-line):
28086         * woman.el (woman-bold-headings, woman-ignore)
28087         (woman-default-faces, woman-monochrome-faces):
28088         * calendar/todo-mode.el (todo-insert-threshold):
28089         * emulation/pc-select.el (pc-select-selection-keys-only)
28090         (pc-selection-mode):
28091         * emulation/vip.el (vip-find-char-forward):
28092         * emulation/viper-cmd.el (viper-find-char-forward):
28093         * international/mule-cmds.el
28094         (select-safe-coding-system-accept-default-p)
28095         (input-method-exit-on-invalid-key):
28096         * international/mule-diag.el (describe-coding-system):
28097         * international/ucs-tables.el (unify-8859-on-encoding-mode):
28098         * net/browse-url.el (browse-url-xterm-program):
28099         * obsolete/lazy-lock.el (lazy-lock-mode):
28100         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28101         (cperl-mode):
28102         * progmodes/cpp.el (cpp-face-light-name-list)
28103         (cpp-face-dark-name-list):
28104         * progmodes/delphi.el (delphi-newline-always-indents):
28105         Fix spellings in docstrings.
28107         * ido.el (ido-mode, ido-file-extensions-order)
28108         (ido-default-file-method, ido-default-buffer-method)
28109         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28110         (ido-decorations, ido-read-file-name-as-directory-commands)
28111         (ido-read-file-name-non-ido, ido-work-directory-list)
28112         (ido-ignore-item-temp-list, ido-current-directory)
28113         (ido-magic-forward-char, ido-enter-find-file)
28114         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28115         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28117 2005-06-10  Lute Kamstra  <lute@gnu.org>
28119         * play/dunnet.el (dun-mode): Use define-derived-mode.
28120         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
28121         obsolete alias.
28123         * play/doctor.el (doctor-mode-map): Remove defvar.
28124         (doctor-mode): Use define-derived-mode.
28126         * mail/mspools.el (mspools-mode):
28127         * net/eudc-hotlist.el (eudc-hotlist-mode):
28128         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28130 2005-06-10  Miles Bader  <miles@gnu.org>
28132         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28133         Remove "-face" suffix from face names.
28134         (flyspell-incorrect-face, flyspell-duplicate-face):
28135         New backward-compatibility aliases for renamed faces.
28136         (flyspell-mode-on, make-flyspell-overlay)
28137         (flyspell-highlight-incorrect-region)
28138         (flyspell-highlight-duplicate-region)
28139         (flyspell-display-next-corrections)
28140         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28142         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28143         from face name.
28144         (texinfo-heading-face): New backward-compatibility alias for
28145         renamed face.
28146         (texinfo-heading-face): Use renamed texinfo-heading face.
28148         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28149         suffix from face names.
28150         (tex-math-face, tex-verbatim-face):
28151         New backward-compatibility aliases for renamed faces.
28152         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28153         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28154         literal face name.
28156         * textmodes/table.el (table-cell): Remove "-face" suffix from face
28157         name.
28158         (table-cell-face): New backward-compatibility alias for renamed face.
28159         (table--put-cell-face-property, table--update-cell-face):
28160         Use renamed table-cell face.
28162         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28163         from face name.
28164         (sgml-namespace-face): New backward-compatibility alias for
28165         renamed face.
28166         (sgml-namespace-face): Use renamed sgml-namespace face.
28168         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28169         (org-level-4, org-level-5, org-level-6, org-level-7)
28170         (org-level-8, org-warning, org-headline-done)
28171         (org-deadline-announce, org-scheduled-today)
28172         (org-scheduled-previously, org-link, org-done, org-table)
28173         (org-time-grid): Remove "-face" suffix from face names.
28174         (org-level-1-face, org-level-2-face, org-level-3-face)
28175         (org-level-4-face, org-level-5-face, org-level-6-face)
28176         (org-level-7-face, org-level-8-face, org-warning-face)
28177         (org-headline-done-face, org-deadline-announce-face)
28178         (org-scheduled-today-face, org-scheduled-previously-face)
28179         (org-link-face, org-done-face, org-table-face)
28180         (org-time-grid-face):
28181         New backward-compatibility aliases for renamed faces.
28182         (org-level-faces, org-set-font-lock-defaults, org-timeline)
28183         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28184         (org-agenda-get-timestamps, org-agenda-get-scheduled)
28185         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28187         * emulation/viper-init.el (viper-search, viper-replace-overlay)
28188         (viper-minibuffer-emacs, viper-minibuffer-insert)
28189         (viper-minibuffer-vi): Remove "-face" suffix from face names.
28190         (viper-search-face, viper-replace-overlay-face)
28191         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28192         (viper-minibuffer-vi-face):
28193         New backward-compatibility aliases for renamed faces.
28194         (viper-search-face, viper-replace-overlay-face)
28195         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28196         (viper-minibuffer-vi-face): Use renamed viper faces.
28198         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28199         Remove "-face" suffix from face names.
28200         (testcover-nohits-face, testcover-1value-face):
28201         New backward-compatibility aliases for renamed faces.
28202         (testcover-mark): Use renamed testcover faces.
28204         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28205         face name.
28206         (diary-button-face): New backward-compatibility alias for renamed face.
28207         (diary-entry): Use renamed diary-button face.
28209         * calendar/calendar.el (diary, calendar-today, holiday)
28210         (mark-visible-calendar-date): Remove "-face" suffix from face names.
28211         (diary-face, calendar-today-face, holiday-face):
28212         New backward-compatibility aliases for renamed faces.
28213         (eval-after-load "facemenu", diary-entry-marker)
28214         (calendar-today-marker, calendar-holiday-marker, diary-face):
28215         Use renamed calendar faces.
28217         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28218         (compare-windows-face): New backward-compatibility alias for
28219         renamed face.
28220         (compare-windows-highlight): Use renamed compare-windows face.
28222         * strokes.el (strokes-char): Remove "-face" suffix from face name.
28223         (strokes-char-face): New backward-compatibility alias for renamed face.
28224         (strokes-encode-buffer): Use renamed strokes-char face.
28226         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28227         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28228         Remove "-face" suffix from face names.
28229         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28230         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28231         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28232         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28233         Use renamed pcvs faces.
28234         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28235         * pcvs-defs.el (cvs-mode-map): Likewise.
28236         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28238         * info.el (info-title-1, info-title-2, info-title-3)
28239         (info-title-4): Remove "-face" suffix from and downcase face names.
28240         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28241         (Info-title-4-face):
28242         New backward-compatibility aliases for renamed faces.
28243         (Info-fontify-node): Use renamed info faces.
28245         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28246         Remove "-face" suffix from face names.
28247         (highlight-changes-face, highlight-changes-delete-face):
28248         New backward-compatibility aliases for renamed faces.
28249         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28250         (hilit-chg-make-list): Use renamed highlight-changes faces.
28252         * generic-x.el (show-tabs-tab, show-tabs-space):
28253         Remove "-face" suffix from face names.
28254         (show-tabs-tab-face, show-tabs-space-face):
28255         New backward-compatibility aliases for renamed faces.
28256         (show-tabs-generic-mode-font-lock-defaults-1)
28257         (show-tabs-generic-mode-font-lock-defaults-2):
28258         Use renamed show-tabs faces.
28260         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28261         (smerge-markers): Remove "-face" suffix from face names.
28262         (smerge-mine-face, smerge-other-face, smerge-base-face)
28263         (smerge-markers-face):
28264         New backward-compatibility aliases for renamed faces.
28265         (smerge-mine-face, smerge-other-face, smerge-base-face)
28266         (smerge-markers-face): Use renamed smerge faces.
28268         * log-view.el (log-view-file, log-view-message): Remove "-face"
28269         suffix from face names.
28270         (log-view-file-face, log-view-message-face):
28271         New backward-compatibility aliases for renamed faces.
28272         (log-view-file-face, log-view-message-face): Use renamed log-view
28273         faces.
28275         * paren.el (show-paren-match, show-paren-mismatch):
28276         Remove "-face" suffix from face names.
28277         (show-paren-match-face, show-paren-mismatch-face):
28278         New backward-compatibility aliases for renamed faces.
28279         (show-paren-function): Use renamed show-paren faces.
28281         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28282         (ruler-mode-margins, ruler-mode-fringes)
28283         (ruler-mode-column-number, ruler-mode-fill-column)
28284         (ruler-mode-comment-column, ruler-mode-goal-column)
28285         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28286         suffix from face names.
28287         (ruler-mode-default-face, ruler-mode-pad-face)
28288         (ruler-mode-margins-face, ruler-mode-fringes-face)
28289         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28290         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28291         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28292         New backward-compatibility aliases for renamed faces.
28293         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28294         (ruler-mode-column-number, ruler-mode-fill-column)
28295         (ruler-mode-comment-column, ruler-mode-goal-column)
28296         (ruler-mode-tab-stop, ruler-mode-current-column)
28297         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28298         faces.
28300         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28301         face name.
28302         (whitespace-highlight-the-space): Use renamed face.
28303         (whitespace-highlight-face): New backward-compatibility alias for
28304         renamed face.
28306         * woman.el (woman-italic, woman-bold, woman-unknown)
28307         (woman-addition, woman-symbol-face):
28308         Remove "-face" suffix from face names.
28309         (woman-italic-face, woman-bold-face, woman-unknown-face)
28310         (woman-addition-face):
28311         New backward-compatibility aliases for renamed faces.
28312         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28313         (woman-decode-region, woman-replace-match)
28314         (woman-display-extended-fonts, woman-special-characters)
28315         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28316         Use renamed woman faces.
28318         * longlines.el (longlines-visible-face): Face removed.
28320         * diff-mode.el (diff-header, diff-file-header, diff-index)
28321         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28322         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28323         suffix from face names.
28324         (diff-header-face, diff-file-header-face, diff-index-face)
28325         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28326         (diff-changed-face, diff-function-face, diff-context-face)
28327         (diff-nonexistent-face): New backward-compatibility aliases for
28328         renamed faces.
28329         (diff-header-face, diff-file-header-face)
28330         (diff-index, diff-index-face, diff-hunk-header)
28331         (diff-hunk-header-face, diff-removed, diff-removed-face)
28332         (diff-added, diff-added-face, diff-changed-face, diff-function)
28333         (diff-function-face, diff-context-face, diff-nonexistent)
28334         (diff-nonexistent-face): Use renamed diff-mode faces.
28336         * progmodes/compile.el (compilation-warning-face)
28337         (compilation-info-face): Remove "-face" suffix from face names.
28338         (compilation-warning-face, compilation-info-face):
28339         New backward-compatibility aliases for renamed faces.
28340         (compilation-warning-face, compilation-info-face):
28341         Use renamed compilation faces.
28343         * add-log.el (change-log-date, change-log-name)
28344         (change-log-email, change-log-file, change-log-list)
28345         (change-log-conditionals, change-log-function)
28346         (change-log-acknowledgement): Remove "-face" suffix from face names.
28347         (change-log-date-face, change-log-name-face)
28348         (change-log-email-face, change-log-file-face)
28349         (change-log-list-face, change-log-conditionals-face)
28350         (change-log-function-face, change-log-acknowledgement-face):
28351         New backward-compatibility aliases for renamed faces.
28352         (change-log-font-lock-keywords): Use renamed change-log faces.
28354         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28355         (custom-set, custom-changed, custom-saved, custom-button)
28356         (custom-button-pressed, custom-documentation, custom-state)
28357         (custom-comment, custom-comment-tag, custom-variable-tag)
28358         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28359         (custom-group-tag): Remove "-face" suffix from face names.
28360         (custom-magic-alist, custom-magic-value-create)
28361         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28362         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28363         (custom-set-face, custom-changed-face, custom-saved-face)
28364         (custom-button-face, custom-button-pressed-face)
28365         (custom-documentation-face, custom-state-face)
28366         (custom-comment-face, custom-comment-tag-face)
28367         (custom-variable-tag-face, custom-variable-button-face)
28368         (custom-face-tag-face, custom-group-tag-face-1)
28369         (custom-group-tag-face):
28370         New backward-compatibility aliases for renamed faces.
28372         * wid-edit.el (widget-documentation, widget-button)
28373         (widget-field, widget-single-line-field, widget-inactive)
28374         (widget-button-pressed): "-face" suffix removed from face names.
28375         (widget-documentation-face, widget-button-face)
28376         (widget-field-face, widget-single-line-field-face)
28377         (widget-inactive-face, widget-button-pressed-face):
28378         New backward-compatibility aliases for renamed faces.
28379         (widget-documentation-face, widget-button-face)
28380         (widget-button-pressed-face, widget-specify-field)
28381         (widget-specify-inactive): Use renamed widget faces.
28383 2005-06-10  Kenichi Handa  <handa@m17n.org>
28385         * term/x-win.el (x-clipboard-yank): Remove condition-case
28386         wrapping.
28388 2005-06-11  Kenichi Handa  <handa@m17n.org>
28390         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28391         date lines stricter.
28393 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28395         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28396         of x-get-selection.
28398 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28400         * comint.el (comint-mode, comint-snapshot-last-prompt):
28401         * frame.el (frame-current-scroll-bars):
28402         * term.el (term-mode, term-check-proc, term-input-sender)
28403         (term-simple-send, term-extract-string, term-word)
28404         (term-match-partial-filename):
28405         * window.el (window-current-scroll-bars):
28406         * emulation/cua-base.el (cua-normal-cursor-color)
28407         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28408         (cua-global-mark-cursor-color):
28409         * mail/undigest.el (rmail-forward-separator-regex):
28410         Fix typos in docstrings.
28412         * comint.el (comint-check-proc, make-comint-in-buffer)
28413         (comint-source-default): Doc fixes.
28415         * term.el (term-send-string): Improve argument/docstring consistency.
28417 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28419         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28420         call to `delete-region'.
28421         (comint-mode-hook): Do not enable Font Lock by default.
28423 2005-06-09  Lute Kamstra  <lute@gnu.org>
28425         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28426         could be void.
28428 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28430         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28431         (debug): Use it.
28432         (debugger-step-through, debugger-continue, debugger-jump)
28433         (debugger-return-value): Set it when needed.
28434         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28435         Use inhibit-read-only.
28437 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28439         * window.el (shrink-window-if-larger-than-buffer)
28440         (window-size-fixed): Fix typo in docstring.
28442         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28443         thumbnails directory on loading.
28444         (thumbs-conversion-program): Use `eq' to check the system type,
28445         not `equal'.
28446         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28447         not "/tmp".  Fix docstring.
28448         (thumbs-thumbsdir): New function to return the thumbnails
28449         directory, creating it if needed.
28450         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28451         (thumbs-temp-file): Delete variable and make it into a function.
28452         (thumbs-resize-image, thumbs-modify-image): Use it.
28453         (thumbs-kill-buffer): Simplify.
28454         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28455         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28456         docstrings.
28458 2005-06-09  Kim F. Storm  <storm@cua.dk>
28460         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28461         set-match-data to free markers in match-data.
28463         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28464         match-data to unchain markers in match-data.
28466 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28468         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28469         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28470         unnecessary now.
28472 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28474         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28475         give the variable a doc string that doesn't say don't set it directly.
28477         * textmodes/ispell.el (ispell-check-version):
28478         Use match-string-no-properties.
28479         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28480         (ispell-buffer-local-words): Likewise.
28482         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28483         except on terminals with enough colors to really display it.
28484         (makefile-dependency-regex): Delete spurious `bb'.
28486         * faces.el (escape-glyph): Use blue once again in last case.
28487         (no-break-space): Redefine so that it isn't invisible on a tty.
28489 2005-06-08  Kim F. Storm  <storm@cua.dk>
28491         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28492         also when reading directory name.
28494 2005-06-08  Lute Kamstra  <lute@gnu.org>
28496         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28497         (flyspell-mode-line-string): Remove autoload cookie.
28498         (flyspell-mode): Remove defvar.
28500 2005-06-07  Lute Kamstra  <lute@gnu.org>
28502         * textmodes/org.el (org-run-mode-hooks): New function.
28503         (org-agenda-mode): Use it.
28505 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28507         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28509 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28511         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28513 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28515         * font-lock.el (font-lock-add-keywords): Doc fix.
28517 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28519         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28520         (tex-compile-default): In the absence of any history, use the order in
28521         tex-compile-alist to choose the preferred command.
28522         (tex-compile-commands): Reorder a bit.
28524         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28525         (flyspell-incorrect-face, flyspell-duplicate-face):
28526         Use (X)Emacs-agnostic code.
28527         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28528         redundant with the subsequent add-minor-mode.  Merge Emacs and
28529         XEmacs code.
28530         (flyspell-word): Minor simplification.
28531         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28532         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28533         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28534         Merge the corresponding Emacs code.
28535         (flyspell-correct-word, flyspell-xemacs-popup):
28536         Use flyspell-do-correct.
28538         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28539         a dedicated window.
28541         * international/latexenc.el (latexenc-find-file-coding-system):
28542         Undo part of last patch, to turn off a compiler warning.
28544 2005-06-06  Juri Linkov  <juri@jurta.org>
28546         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28547         Rename `tmm-inactive-face' to `tmm-inactive'.
28549 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28551         * iswitchb.el: Rename faces.
28553 2005-06-06  Kim F. Storm  <storm@cua.dk>
28555         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28556         (cua-global-mark): Remove -face suffix from face names.
28558         * emulation/cua-gmrk.el (cua--init-global-mark):
28559         Remove cua-global-mark face setup.
28561 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28563         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28564         just like other allowed characters.
28565         (makefile-match-dependency): Exclude leading and training whitespace
28566         from the range of regexp subexp 1.
28567         (makefile-macroassign-regex): Don't try to match the body,
28568         just the name of the macro being defined.
28570         * info.el (Info-read-node-name-2): New function.
28571         (Info-read-node-name-1): Use that.
28572         Add a completion-base-size-function property.
28574         * simple.el (completion-setup-function): Look for
28575         completion-base-size-function property of minibuffer-completion-table.
28577         * files.el (locate-file-completion): Doc fix.
28579         * printing.el: Don't call pr-update-menus; user must do that.
28581         * emacs-lisp/debug.el (debugger-window): New variable.
28582         (debug): Use debugger-window if it is set and still alive.
28583         Record debugger-window for next entry.
28585         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28587 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28589         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28590         (hack-one-local-variable, hack-local-variables)
28591         (hack-local-variables-prop-line): Pass that arg.
28593 2005-06-06  Kim F. Storm  <storm@cua.dk>
28595         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28596         (ido-indicator): Remove -face suffix from face names.
28598 2005-06-06  Juri Linkov  <juri@jurta.org>
28600         * font-lock.el (font-lock-regexp-backslash)
28601         (font-lock-regexp-backslash-construct): New faces.
28602         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28603         after `('.  Add `while-no-input' to control structures.
28605         * faces.el (no-break-space, shadow): New faces.
28606         (escape-glyph): Use less loud colors pink2 and red4.
28608         * diff-mode.el (diff-context-face)
28609         * dired.el (dired-ignored)
28610         * rfn-eshadow.el (file-name-shadow)
28611         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28613         * info.el (Info-title-1-face): Use green instead of yellow because
28614         bold yellow is not readable on light backgrounds.
28616         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28617         before selecting the desired mode to not spend time fontifying
28618         old contents.
28620 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28622         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28623         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28625         * ps-print.el (ps-default-fg, ps-default-bg):
28626         Fix typos in docstrings.
28628         * isearchb.el (isearchb): Don't pass a spurious second argument to
28629         `iswitchb-completions'.
28631 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28633         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28634         to preserve point.
28635         (gdb-find-file-hook): Add doc string.
28637         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28638         C dereferenced pointer expression.
28639         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28641         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28643         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28644         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28645         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28646         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28647         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28648         Make background transparent.
28650 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28652         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28653         (font-lock-remove-keywords): Doc fix.
28654         (font-lock-mode-major-mode): Compiler defvar.
28655         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28657         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28658         (font-lock-mode): Update `font-lock-mode-major-mode'.
28659         (font-lock-set-defaults): Compiler defvar.
28660         (font-lock-default-function): Take `font-lock-mode-major-mode'
28661         into account.
28663         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28664         keep track of which major mode it enabled the minor mode for.
28665         Use find-file-hook again.  Update docstring.
28667         * simple.el (eval-expression-print-level)
28668         (eval-expression-print-length, eval-expression-debug-on-error):
28669         Doc fixes.
28671 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28673         * iswitchb.el (iswitchb-single-match-face)
28674         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28675         (iswitchb-invalid-regexp-face): New faces.
28676         (iswitchb-completions): Use them.
28677         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28678         now marked as an obsolete alias.
28679         (iswitchb-read-buffer): Remove check for bound font variables.
28680         (iswitchb-invalid-regexp): New free variable.
28681         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28682         set iswitchb-invalid-regexp.
28683         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28684         invalid regexps.
28685         (iswitchb-completions): Add check for complete match when entering
28686         a regexp.
28687         (iswitchb-completions): Remove require-match argument.
28688         (iswitchb-exhibit): Fix caller.
28689         (iswitchb-common-match-inserted): New variable.
28690         (iswitchb-complete, iswitchb-completion-help): Use it.
28692 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28694         * url-http.el (url-http-chunked-encoding-after-change-function):
28695         Use `url-http-debug' instead of `message'.
28697 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28699         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28700         callback argument.
28702 2005-06-04  Kim F. Storm  <storm@cua.dk>
28704         * simple.el (line-move): Only call sit-for when moving backwards.
28706         * ido.el (ido-make-merged-file-list-1): New defun split from
28707         ido-make-merged-file-list.
28708         (ido-make-merged-file-list): Bind throw-on-input around call to
28709         ido-make-merged-file-list-1.  Return input-pending-p if
28710         interrupted by more input available.
28711         (ido-read-internal): Handle input-pending-p return value from
28712         ido-make-merged-file-list.
28714 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28716         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28717         compatibility code.
28719         * international/latexenc.el (latexenc-find-file-coding-system):
28720         Don't inherit the EOL part of the coding-system from the
28721         tex-main buffer.  Fit within 80 columns.
28723 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28725         * tmm.el (tmm-inactive-face): New face.
28726         (tmm-remove-inactive-mouse-face): New function.
28727         (tmm-prompt, tmm-add-one-shortcut)
28728         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28729         but not selectable.
28731 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28733         * faces.el (face-equal): Improve argument/docstring consistency.
28735 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28737         * progmodes/make-mode.el (makefile-targets-face)
28738         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28739         (makefile-bsdmake-dependency-regex)
28740         (makefile-makepp-rule-action-regex)
28741         (makefile-bsdmake-rule-action-regex): New constants.
28742         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28744         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28745         Allow (...) within `...' for makepp messages.
28747 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28749         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28751         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28752         "." files are deleted from all file lists before comparison.
28754         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28755         (viper-ESC-key): Made them customizable.
28757         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28759 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28761         * autorevert.el (auto-revert-buffers): Use save-match-data.
28763 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28765         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28766         menu items with a nil command binding.
28768 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28770         * emacs-lisp/cl-macs.el (defsetf):
28771         Improve argument/docstring consistency.
28773         * faces.el (list-faces-display): Improve the formatting by
28774         computing the maximum length required for any face-name (reworked
28775         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28776         (internal-find-face): Remove redundant info in docstring.
28778 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28780         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28781         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28782         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28783         (gdb-assembler-custom): Improve regexps.
28784         (def-gdb-auto-update-handler): Use window point to preserve point.
28786 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28788         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28790 2005-05-31  Jay Belanger  <belanger@truman.edu>
28792         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28793         to calc-embedded.
28794         (calc-embedded-make-info): Have plain prefix argument select
28795         entire line.
28797 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28799         * faces.el (list-faces-display): Signal error if passed a regexp
28800         that matches no face name.
28802         * simple.el (filter-buffer-substring): Fix typo in docstring.
28804 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28806         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28807         (vhdl-emacs-21): Doc fix.
28808         (vhdl-mode): Unconditionally set comment-padding.
28809         (vhdl-fixup-whitespace-region): Insert spaces only where
28810         there are none.
28811         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28813 2005-05-30  John Wiegley  <johnw@newartisans.com>
28815         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28816         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28817         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28818         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28819         `string-to-number'.
28821 2005-05-30  Jay Belanger  <belanger@truman.edu>
28823         * calc/calc.el (calc-bug-address): Fix docstring.
28824         (calc-window-hook, calc-trail-window-hook): New variables.
28825         (calc-trail-display): Restore use of calc-trail-window-hook.
28826         (calc): Restore use of calc-window-hook.
28828 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28830         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28832         * help-fns.el (help-C-file-name): Add autoload mark for
28833         `find-function-noselect'.
28835 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28837         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28838         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28840 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28842         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28843         included diary buffer if it was not already being visited.
28844         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28846         * calendar/icalendar.el (top-level): Do not require appt.
28848         * mail/supercite.el (sc-select-attribution): Only use a list
28849         element from sc-attrib-selection-list if it returns a string.
28850         Reported by Davide G. M. Salvetti <salve@debian.org>.
28852 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28854         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28855         includes a hash value to improve its uniqueness, and has a ".jpg"
28856         extension.  Also, it is now a valid filename on all systems.
28857         (thumbs-make-thumb): Use `let', not `let*'.
28858         (thumbs-show-thumbs-list): Check for JPEG availability.
28860 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28862         * filesets.el (filesets-menu-ensure-use-cached):
28863         Prevent warning when emacs-version>= is undefined.
28865         * printing.el (pr-interactive-n-up): Use string-to-number.
28867         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28869         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28870         Warn only when name to be defined is quoted.
28872 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28874         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28875         Make regexp more robust.
28876         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28877         Force regeneration of disassembly.
28879 2005-05-29  Jay Belanger  <belanger@truman.edu>
28881         * calc/calc.el (calc-user-invocation): Check if
28882         calc-invocation-macro is non-nil.
28884 2005-05-29  Juri Linkov  <juri@jurta.org>
28886         * add-log.el (change-log-font-lock-keywords):
28887         Add `+' to e-mail regexp to accept mail address with keywords.
28889         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28891 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28893         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28895         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28897 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28899         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28900         Undo the change that moves to end of the current word.
28902 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28904         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28905         Throw error when count <= 0 to ensure input is a number.
28906         (gdb-read-memory-custom): Pick up address from buffer.
28907         (gdb-memory-mode): Allow user to increment and decrement
28908         memory address from header line.
28910 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28912         * flyspell.el (flyspell-version): Function deleted.
28913         (flyspell-auto-correct-previous-hook): Doc fix.
28915         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28916         Do nothing if memory is full.
28918         * font-lock.el (font-lock-fontify-syntactically-region):
28919         Pass t for GREEDY to looking-back.
28921         * saveplace.el (save-place-alist-to-file): Write the file
28922         using write-region.
28924         * subr.el (looking-back): New argument GREEDY.
28926         * progmodes/compile.el (compilation-start): Set the mode
28927         before inserting the initial text.
28929         * progmodes/which-func.el (which-func-update-1): Turn the mode
28930         off in case of error by setting which-func-mode.
28932 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28934         * flyspell.el (flyspell-auto-correct-previous-word):
28935         Narrow down to what's on the screen, and recenter overlays
28936         at the end of the next word.
28938 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28940         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28941         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28942         (flyspell-abbrev-p): Default to nil.
28943         (flyspell-use-global-abbrev-table-p): Doc fix.
28944         (flyspell-large-region): Allow nil as value.
28945         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28947         (mail-mode-flyspell-verify): More robust handling
28948         of `mail-header-separator'.  More efficient signature detection.
28949         Allow for regexp metacharacters in message-header-separator.
28950         Adding `To' not to be checked in mail-mode-flyspell-verify.
28952         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28953         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28954         Bind flyspell-auto-correct-binding.
28955         Bind C-. and C-, .
28956         (flyspell-mode-map): Likewise.
28957         (flyspell-mode): Doc fix.
28958         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28959         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28960         (flyspell-word-cache-result): New var, always local.
28961         (flyspell-check-pre-word-p): Doc fix.
28962         (flyspell-check-changed-word-p): Handle spc like newline.
28963         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28964         (flyspell-word-search-backward, flyspell-word-search-forward):
28965         New functions.
28966         (flyspell-word): Return t if nothing to check.
28967         When parsing TeX code, check for after } or \.
28968         Use flyspell-word-search-backward to find previous word.
28969         Return nil if duplicated word.
28970         For word already checked, return same value as last time.
28971         Set flyspell-word-cache-result after checking.
28972         Don't clobber the return value.
28973         (flyspell-get-word): Major rewrite.
28974         (flyspell-external-point-words): New locals pword, pcount.
28975         Fix size used in progress message.
28976         Find the proper corresponding word in flyspell-large-region-buffer.
28977         (flyspell-region): Check for flyspell-large-region = nil.
28978         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28979         (flyspell-auto-correct-word): Check that WORD is a cons.
28980         (flyspell-correct-word): Likewise.
28982 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28984         * progmodes/make-mode.el (makefile-rule-action-regex)
28985         (makefile-macroassign-regex, makefile-makepp-mode)
28986         (makefile-bsdmake-mode): Continuation lines may be empty.
28987         Reported by Joshua Varner.
28988         (makefile-makepp-font-lock-keywords): Add $(stem).
28990 2005-05-28  Karl Berry  <karl@gnu.org>
28992         * textmodes/tex-mode.el: Now that tex-send-command calls
28993         shell-quote-argument (2005-03-31 change), remove all calls to
28994         shell-quote-argument; they all end up invoking tex-send-command.
28995         The double quoting loses on filenames with non-safe characters,
28996         such as "@".  Reported by Frederik Fouvry.
28998 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29000         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29001         about preserving point.
29003 2005-05-27  Jay Belanger  <belanger@truman.edu>
29005         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29006         Info-goto-node.
29008         * calc/calc-embed.el (calc-embed-arg): New variable.
29009         (calc-do-embedded-activate, calc-embedded-activate-formula)
29010         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29011         variable by new variable.
29012         (calc-embedded-make-info): Replace undeclared variable by new
29013         variable.  When selecting region with positive prefix
29014         argument, use end of previous line instead of beginning of line.
29016         * calc/calc-aent.el (calc-arg-values): Declare it.
29018         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29019         Declare them.
29021         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29023         * calc/calc.el (calc-alg-map): Declare it.
29025         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29027 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
29029         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29030         (gdb-registers-buffer, toggle-gdb-all-registers):
29031         Toggle display of floating point registers.
29032         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29034         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
29035         (toggle-gud-tooltip-dereference):
29036         Rename from gud-toggle-tooltip-dereference.
29038 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29040         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29042 2005-05-27  Jay Belanger  <belanger@truman.edu>
29044         * calc/calc-prog.el (calc-kbd-report): Remove.
29045         (calc-kbd-query): Rewrite.
29047 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
29049         * image.el (image-library-alist): Move to image.c.
29050         (image-type-available-p): Doc fix.
29052 2005-05-27  Lute Kamstra  <lute@gnu.org>
29054         * calc/calc.el (calc):
29055         * outline.el (outline-1, outline-2, outline-3, outline-4)
29056         (outline-5, outline-6, outline-7, outline-8):
29057         * textmodes/dns-mode.el (dns-mode):
29058         * textmodes/sgml-mode.el (sgml-namespace-face):
29059         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29060         (tex-verbatim-face, tex-use-reftex):
29061         * textmodes/texinfo.el (texinfo-heading-face):
29062         Specify customization group.
29064         * longlines.el: Don't require easy-mmode.
29065         (longlines-visible-face): Specify customization group.
29067 2005-05-27  Kenichi Handa  <handa@m17n.org>
29069         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29070         encoding table of windows-1251.
29072         * international/ucs-tables.el (ucs-set-table-for-input):
29073         If translation-table-for-input of a coding system is a symbol, get
29074         its translation-table property.
29076         * international/code-pages.el: Don't register a coding system into
29077         non-iso-charset-alist more than once.
29078         (cp-make-coding-system): Likewise.
29080 2005-05-26  John Wiegley  <johnw@newartisans.com>
29082         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29083         `eshell-resume-eval' is wrapped in a list, it indicates that the
29084         command was run asynchronously.  In that case, unwrap the value
29085         before checking the delimiter value.
29087         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29088         character before a space at the end of a line is \, assume the space
29089         is part of the last argument rather than a final argument separator.
29091         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29092         is in use, and the target is `t' or `nil' (which are the most common
29093         values), don't assume that the symbol target is a buffer.
29095 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
29097         * calendar/calendar.el (calendar-mode-line-format):
29098         Use mode-line-highlight as mouse-face.
29100         * time.el (display-time-string-forms, display-time-update):
29101         Use mode-line-highlight as mouse-face.
29103 2005-05-26  Jay Belanger  <belanger@truman.edu>
29105         * calc/calc.el (calc-language-alist): Remove extra defvar.
29107 2005-05-26  Lute Kamstra  <lute@gnu.org>
29109         * arc-mode.el (archive-mode):
29110         * bookmark.el (bookmark-read-annotation-mode)
29111         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29112         * bs.el (bs-mode):
29113         * calc/calc-yank.el (calc-edit-mode):
29114         * calc/calc.el (calc-mode, calc-trail-mode):
29115         * calculator.el (calculator-mode):
29116         * chistory.el (command-history-mode):
29117         * comint.el:
29118         * cus-edit.el (custom-mode):
29119         * descr-text.el (describe-text-mode):
29120         * ebuff-menu.el (Electric-buffer-menu-mode):
29121         * ediff-util.el (ediff-mode):
29122         * emacs-lisp/re-builder.el (reb-mode):
29123         * emulation/vi.el (vi-mode-setup):
29124         * emulation/ws-mode.el (wordstar-mode):
29125         * eshell/esh-mode.el (eshell-mode):
29126         * forms.el (forms-mode):
29127         * help-mode.el (help-mode):
29128         * hexl.el (hexl-mode):
29129         * ibuffer.el (ibuffer-mode):
29130         * ielm.el (inferior-emacs-lisp-mode):
29131         * info.el (Info-mode, Info-edit-mode):
29132         * international/swedish.el:
29133         * ledit.el (ledit-from-lisp-mode):
29134         * locate.el (locate-mode):
29135         * mail/rmail.el (rmail-mode):
29136         * mail/rmailedit.el (rmail-edit-mode):
29137         * mail/rmailsum.el (rmail-summary-mode):
29138         * mail/supercite.el (sc-electric-mode):
29139         * net/eudc.el (eudc-mode):
29140         * net/quickurl.el (quickurl-list-mode):
29141         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29142         * obsolete/ooutline.el (outline-mode):
29143         * obsolete/options.el (Edit-options-mode):
29144         * obsolete/rnews.el (news-mode):
29145         * obsolete/rnewspost.el (news-reply-mode):
29146         * play/5x5.el (5x5-mode):
29147         * play/decipher.el (decipher-mode, decipher-stats-mode):
29148         * play/gomoku.el (gomoku-mode):
29149         * play/snake.el (snake-mode):
29150         * play/solitaire.el (solitaire-mode):
29151         * play/tetris.el (tetris-mode):
29152         * progmodes/ada-mode.el (ada-mode):
29153         * progmodes/antlr-mode.el (antlr-mode):
29154         * progmodes/autoconf.el (autoconf-mode):
29155         * progmodes/dcl-mode.el (dcl-mode):
29156         * progmodes/delphi.el (delphi-mode):
29157         * progmodes/ebrowse.el (ebrowse-tree-mode)
29158         (ebrowse-electric-list-mode, ebrowse-member-mode)
29159         (ebrowse-electric-position-mode):
29160         * progmodes/f90.el (f90-mode):
29161         * progmodes/fortran.el (fortran-mode):
29162         * progmodes/icon.el (icon-mode):
29163         * progmodes/idlw-help.el (idlwave-help-mode):
29164         * progmodes/idlw-shell.el (idlwave-shell-mode):
29165         * progmodes/idlwave.el (idlwave-mode):
29166         * progmodes/inf-lisp.el (inferior-lisp-mode):
29167         * progmodes/m4-mode.el (m4-mode):
29168         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29169         * progmodes/modula2.el (modula-2-mode):
29170         * progmodes/octave-inf.el (inferior-octave-mode):
29171         * progmodes/octave-mod.el (octave-mode):
29172         * progmodes/pascal.el (pascal-mode):
29173         * progmodes/sh-script.el (sh-mode):
29174         * progmodes/sql.el (sql-mode, sql-interactive-mode):
29175         * progmodes/vhdl-mode.el (vhdl-mode):
29176         * progmodes/xscheme.el (scheme-interaction-mode):
29177         * replace.el (occur-mode):
29178         * ses.el (ses-mode):
29179         * simple.el (completion-list-mode):
29180         * skeleton.el:
29181         * speedbar.el (speedbar-mode):
29182         * term.el (term-mode):
29183         * terminal.el (terminal-edit-mode):
29184         * textmodes/reftex-index.el (reftex-index-mode)
29185         (reftex-index-phrases-mode):
29186         * textmodes/reftex-sel.el (reftex-select-label-mode)
29187         (reftex-select-bib-mode):
29188         * textmodes/reftex-toc.el (reftex-toc-mode):
29189         * wdired.el (wdired-change-to-wdired-mode):
29190         * wid-browse.el (widget-browse-mode):
29191         Use run-mode-hooks.
29193         * array.el (array-mode):
29194         * calendar/todo-mode.el (todo-mode):
29195         * man.el (Man-mode):
29196         * play/landmark.el (lm-mode):
29197         * play/mpuz.el (mpuz-mode):
29198         Use kill-all-local-variables and run-mode-hooks.
29200         * subr.el (delay-mode-hooks): Specify indentation.
29202 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
29204         * xml.el (xml-substitute-special): Don't die for undefined xml
29205         entities.
29207 2005-05-26  Jay Belanger  <belanger@truman.edu>
29209         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29210         of nil.
29212 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
29214         * progmodes/gdb-ui.el (gdb-frame-address):
29215         Rename from gdb-current-address.
29216         (gdb-previous-frame-address): Rename from gdb-previous-address.
29217         (gdb-selected-frame): Rename from gdb-current-frame.
29218         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29219         (gdb-frame-number): Rename from gdb-current-stack-level.
29220         (gdb-ann3): Match new mode-name for disassembly buffer.
29221         Extend initialization of variables.
29222         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29223         (gdb-memory-mode): Use mouse-face in header line.
29224         (gdb-assembler-buffer-name): Call it disassembly and give frame
29225         in mode line.
29226         (gdb-source-spec-regexp, gdb-assembler-custom)
29227         (gdb-invalidate-assembler, gdb-frame-handler):
29228         Make robust to leading zeroes in address format.
29230 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
29232         * textmodes/org.el (org-mode): Use `define-derived-mode' to
29233         define `org-mode'.
29234         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29236 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29238         * log-edit.el (log-edit-changelog-entries): Distinguish between
29239         filenames like xfns.c and fns.c.
29241 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
29243         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29244         point after reverting.
29245         (Buffer-menu-make-sort-button): Handle the case where
29246         `Buffer-menu-use-header-line' is nil.
29248 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29250         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29251         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29252         and `:' to them.
29254 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29256         * startup.el (normal-top-level): Allow modification of load-path while
29257         we're iterating over it.
29259 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29261         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29262         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29263         (thumbs-resize-interactive, thumbs-insert-image)
29264         (thumbs-insert-thumb, thumbs-dired-show-marked)
29265         (thumbs-find-image-at-point, thumbs-delete-images)
29266         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29267         (thumbs-increment-image-size, thumbs-decrement-image-size):
29268         Fix typos in docstrings.
29270 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29272         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29273         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29274         (cperl-mode): Use them.
29276 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29278         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29279         Doc fixes.
29281 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29283         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29284         Bind C-d to gdb-inferior-io-eof.
29286         * dired.el (dired-dnd-popup-notice): Use message-box.
29288 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29290         * bindings.el (mode-line-major-mode-keymap):
29291         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29293         * faces.el (mode-line-highlight): New face.
29295         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29296         as mouse-face.
29298         * bindings.el (top-level, help-echo, mode-line-modified)
29299         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29300         as mouse-face.
29302 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29304         * progmodes/cc-engine.el (c-guess-basic-syntax):
29305         Remove spurious call to `zerop'.
29307         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29309 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29311         CC Mode update to 5.30.10:
29313         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29314         could go past the limit in decoration level 2, thereby causing
29315         errors during interactive fontification.
29317         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29318         the file is evaluated interactively.
29320         * cc-engine.el (c-guess-basic-syntax): Handle operator
29321         declarations somewhat better in C++.
29323         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29324         make use of `run-mode-hooks' which has been added in Emacs 21.1.
29325         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29326         (awk-mode): Use it.
29327         (make-local-hook): Suppress warning about obsoleteness.
29329         * cc-engine.el, cc-align.el, cc-cmds.el
29330         (c-append-backslashes-forward, c-delete-backslashes-forward)
29331         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29332         Compensate for return value from `forward-line' when it has moved
29333         but not to a different line due to eob.
29335         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29336         `objc-method-intro' and `objc-method-args-cont'.
29338 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29340         CC Mode update to 5.30.10:
29342         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29343         in the copyright statement.  Incidentally, change "along with GNU
29344         Emacs" to "along with this program" where it occurs.
29346         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29347         so that it is interactive, hence can be found by M-x awk-mode
29348         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29349         <gmorris+emacs@ast.cam.ac.uk>.
29351         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29352         Mode's regexps.
29354 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29356         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29357         c-parse-state, to avoid a lisp error (on bad code).
29359 2005-05-23  Lute Kamstra  <lute@gnu.org>
29361         * subr.el (font-lock-defaults): Remove defvar as it's already
29362         defined in font-core.el.
29364         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29366 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29368         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29369         more general and work when GDB variable "print pretty" is on,
29370         as with Emacs, for example.
29372 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29374         * font-core.el: Update comment.
29376         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29377         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29379         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29381 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29383         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29384         and `yank-handler' in the doc strings.
29386 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29388         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29390 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29392         * help.el (describe-key): Move print-help-return-message call
29393         out of conditional.
29395         * progmodes/etags.el (list-tags): Use with-no-warnings.
29397         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29398         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29399         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29401         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29403         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29404         Add defvar.
29406         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29407         Use defvar, not defconst.
29409         * hexl.el (hexl-follow-line): Use with-no-warnings.
29411         * emulation/tpu-extras.el: Use write-file-functions instead of
29412         write-file-hooks.
29414         * dired.el (dired-font-lock-keywords): Fontify files with junk
29415         extensions even if marked by -F.
29417 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29419         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29420         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29421         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29422         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29423         (concatenate, list-length, get*, getf, cl-remprop):
29424         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29425         (etypecase, progv, lexical-let, lexical-let*)
29426         (multiple-value-bind, multiple-value-setq, shiftf):
29427         Improve argument/docstring consistency.
29429         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29431 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29433         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29434         doesn't exist.
29436         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29437         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29439 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29441         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29442         already deleted variables: auto-fill-hook, blink-paren-hook,
29443         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29444         suspend-hooks, comment-indent-hook, meta-flag,
29445         before-change-function, after-change-function,
29446         font-lock-doc-string-face.
29448 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29450         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29452 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29454         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29455         rmail-dont-reply-to.
29457 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29459         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29460         literal blank when splitting new-header-values.
29462 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29464         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29465         string so that tmm doesn't create a completion entry for it.
29467         * textmodes/table.el (table-disable-menu): Ditto.
29469 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29471         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29473         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29475         * net/rcompile.el (remote-compile): Use compilation-start.
29477         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29479 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29481         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29482         Default to makefile-bsdmake-mode on BSD systems.
29484         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29485         REGEXP may also be a search function now.  The part of doc-string
29486         for describing the structure was 95% identical to that of
29487         `imenu--generic-function'.  Unify it there.
29489         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29490         Use function to find dependencies, because regexp alone is so complex,
29491         it easily goes into an endless loop.
29492         (makefile-makepp-mode): Also add submenu for Perl functions
29493         defined in the makefile.
29494         (makefile-bsdmake-mode): Special imenu-generic-expression no
29495         longer needed, due to function call.
29496         (makefile-match-dependency): Take BOUND into account when checking
29497         if we're through.
29499 2005-05-20  Jay Belanger  <belanger@truman.edu>
29501         * calc/calc-units.el (calc-invalidate-units-table):
29502         Use inhibit-read-only.
29503         (math-build-units-table-buffer): Use view-mode.
29505 2005-05-20  David Kastrup  <dak@gnu.org>
29507         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29508         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29510 2005-05-20  Lute Kamstra  <lute@gnu.org>
29512         * diff-mode.el (diff-header-face, diff-file-header-face)
29513         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29514         (diff-added-face, diff-changed-face, diff-function-face)
29515         (diff-context-face, diff-nonexistent-face): Put them in the
29516         diff-mode customization group.
29518 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29520         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29522         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29524         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29525         Minor regexp-optimization.
29527 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29529         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29530         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29531         (org-agenda-add-time-grid-maybe): New function.
29532         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29533         (org-table-create): `dotimes' instead of `mapcar'.
29534         (org-xor): Simplify implementation.
29535         (org-agenda): `inhibit-redisplay' turned on.
29536         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29537         a consistent line after a state change.
29538         (org-agenda-remove-times-when-in-prefix): New option.
29539         (org-prefix-has-time): New variable.
29540         (org-parse-time-string): Optional argument NODEFAULT.
29541         (org-format-agenda-item): Parse items for time-of-day
29542         specifications and move these into the prefix if possible.
29543         (org-agenda-priority): Get current heading, not previous heading
29544         during agenda remote editing.
29546 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29548         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29549         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29550         (remove-duplicates, delete-duplicates, substitute)
29551         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29552         (nsubstitute-if-not, find, find-if, find-if-not, position)
29553         (position-if, position-if-not, count, count-if, count-if-not)
29554         (mismatch, search, sort*, stable-sort, merge, member*)
29555         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29556         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29557         (intersection, nintersection, set-difference, nset-difference)
29558         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29559         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29560         (nsublis, tree-equal): Improve argument/docstring consistency.
29562         * subr.el (send-string, send-region): Remove obsolescence declaration.
29563         (window-dot, set-window-dot, read-input, show-buffer)
29564         (eval-current-buffer, string-to-int):
29565         Add release number to obsolescence declarations.
29567 2005-05-19  Kim F. Storm  <storm@cua.dk>
29569         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29570         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29572 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29574         * faces.el (list-faces-display): Make back button respect optional
29575         regexp arg.
29577 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29579         * calculator.el (calculator-radix-grouping-mode)
29580         (calculator-radix-grouping-digits, calculator-displayer)
29581         (calculator-radix-grouping-separator, calculator-copy-displayer):
29582         * dabbrev.el (dabbrev-search-these-buffers-only):
29583         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29584         (diff-advance-after-apply-hunk, diff-mode-hook)
29585         (diff-minor-mode-prefix):
29586         * imenu.el (imenu-use-popup-menu):
29587         * jit-lock.el (jit-lock-context-time):
29588         * newcomment.el (comment-fill-column, comment-column)
29589         (comment-style, comment-padding, comment-multi-line)
29590         (comment-empty-lines, comment-auto-fill-only-comments):
29591         * reveal.el (reveal-around-mark):
29592         * uniquify.el (uniquify-buffer-name-style)
29593         (uniquify-after-kill-buffer-p)
29594         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29595         (uniquify-min-dir-content, uniquify-separator)
29596         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29597         * w32-vars.el (w32-fixed-font-alist):
29598         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29599         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29600         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29601         * progmodes/perl-mode.el (perl-indent-level)
29602         (perl-continued-statement-offset, perl-continued-brace-offset)
29603         (perl-brace-offset, perl-brace-imaginary-offset)
29604         (perl-label-offset, perl-indent-continued-arguments)
29605         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29606         * progmodes/tcl.el (tcl-indent-level)
29607         (tcl-continued-indent-level, tcl-auto-newline)
29608         (tcl-tab-always-indent, tcl-electric-hash-style)
29609         (tcl-help-directory-list, tcl-use-smart-word-finder)
29610         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29611         (inferior-tcl-source-command):
29612         * textmodes/fill.el (enable-kinsoku):
29613         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29614         * textmodes/table.el (table-yank-handler):
29615         Specify missing group (and type, if simple) in defcustom.
29617 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29619         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29621 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29623         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29625         * subr.el (event-basic-type): Don't get an error.
29626         (left-fringe-p): Function deleted.
29628         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29629         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29631         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29632         in recursive copy.
29634         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29636         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29638         * emacs-lisp/bytecomp.el
29639         (byte-compile-file-form-custom-declare-variable):
29640         Call byte-compile-nogroup-warn if appropriate.
29642         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29643         (compilation-set-window): Don't call left-fringe-p; do it directly.
29645 2005-05-19  Jay Belanger  <belanger@truman.edu>
29647         * calc/calc-graph.el (calc-graph-format-data): Make sure
29648         var-PlotRejects is bound before trying to check its value.
29650 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29652         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29653         definition of this variable from reftex-global.el to reftex.el,
29654         because it is needed in the menu.
29656 2005-05-19  Lute Kamstra  <lute@gnu.org>
29658         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29659         years are fixed.  Don't insert a space after a dash.
29661 2005-05-19  Kim F. Storm  <storm@cua.dk>
29663         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29665 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29667         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29668         strings, because (eq ... ?\\) is fairly frequent.
29670         * progmodes/make-mode.el (makefile-add-this-line-targets):
29671         Simplify and integrate into `makefile-pickup-targets'.
29672         (makefile-add-this-line-macro): Simplify and integrate into
29673         `makefile-pickup-macros.
29674         (makefile-pickup-filenames-as-targets): Simplify.
29675         (makefile-previous-dependency, makefile-match-dependency):
29676         Don't stumble over `::'.
29678 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29680         * subr.el (post-command-idle-hook, post-command-idle-delay):
29681         Remove obsoletion of post-command-idle-hook and
29682         post-command-idle-delay.
29684         * faces.el (list-faces-display): Provide button when describe-face
29685         is called to take user back to the list of faces.
29687         * help-fns.el (describe-variable): Remove hyperlinks in a
29688         variable's value as these are quite frequently inappropriate.
29690         * follow.el (follow-submit-feedback, follow-mode):
29691         Remove references to post-command-idle-hook.
29693 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29695         * progmodes/make-mode.el (makefile-previous-dependency)
29696         (makefile-match-dependency): Check for := (and in bsd mode also
29697         !=) to give a better result, even when font-lock is not on.
29699 2005-05-18  Jay Belanger  <belanger@truman.edu>
29701         * calc/calc-help.el (calc-s-prefix-help):
29702         Add `calc-copy-special-constant' to help string.
29704 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29706         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29708 2005-05-18  Jay Belanger  <belanger@truman.edu>
29710         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29711         in linear factors are in proper order.
29713 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29715         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29716         Support for jurabib.
29718         * textmodes/reftex.el (featurep): Define aliases for overlay
29719         commands, for XEmacs compatibility, and use these aliases in
29720         overlay initializations.
29721         (reftex-highlight): Use `reftex-move-overlay'.
29722         (reftex-unhighlight): Use `reftex-delete-overlay'.
29723         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29724         (reftex-access-search-path): Use `reftex-uniquify' instead of
29725         `reftex-uniq'.
29727         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29728         `before-string' property modification enables for Emacs as well.
29729         (reftex-select-item): Use `reftex-delete-overlay'.
29730         (reftex-select-mark): Use `reftex-make-overlay' and
29731         `reftex-overlay-put'.
29732         (reftex-select-unmark): Use `reftex-delete-overlay' and
29733         `reftex-overlay-put'.
29735 2005-05-18  Lute Kamstra  <lute@gnu.org>
29737         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29739 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29741         * add-log.el (add-change-log-entry):
29742         * array.el (array-make-template, array-reconfigure-rows)
29743         (array-init-max-row, array-init-max-column)
29744         (array-init-columns-per-line, array-init-field-width):
29745         * replace.el (replace-match-maybe-edit, perform-replace):
29746         * textmodes/spell.el (spell-region):
29747         Replace `read-input' by `read-string'.
29749         * forms.el (forms-mode):
29750         * finder.el (finder-compile-keywords):
29751         * shadowfile.el (shadow-read-files):
29752         Replace `eval-current-buffer' by `eval-buffer'.
29754         * terminal.el (te-pass-through):
29755         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29756         (ange-ftp-raw-send-cmd):
29757         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29758         (send-process-next-char, telnet-initial-filter, telnet):
29759         Replace `send-string' by `process-send-string'.
29761         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29762         (prolog-consult-region): Replace `send-string' by
29763         `process-send-string'; replace `send-region' by `process-send-region'.
29765         * progmodes/delphi.el (delphi-log-msg):
29766         Replace `set-window-dot' by `set-window-point'.
29768         * subr.el (window-dot, set-window-dot, read-input, send-string)
29769         (send-region, show-buffer, eval-current-buffer):
29770         Make really obsolete, as the comment says.
29772 2005-05-17  Kim F. Storm  <storm@cua.dk>
29774         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29775         (cua--init-keymaps): Bind C-return instead of S-return to set
29776         rectangle mark.
29778         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29779         instead of S-return to toggle/clear rectangle mark.
29781 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29783         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29784         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29785         Also fontify plain strings assigned to variables, mostly so that a
29786         colon has a face and is thus not taken as a dependency separator.
29787         (makefile-previous-dependency): Inline the new matcher, because it
29788         is too complex to work in both directions.
29789         (makefile-match-dependency): Eliminate `backward' arg (see above).
29790         Completely reimplemented so as to not sometimes go into an endless
29791         loop.  It should also be more efficient, because first it only
29792         searches for `:', instead of applying the very complex regexp.
29793         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29794         to be fontified in one piece can be too long for JIT.
29795         Makefiles are never *that* big.
29797 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29799         * dired.el (dired-mode): Simplify.
29801 2005-05-17  Lute Kamstra  <lute@gnu.org>
29803         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29804         defcustom for the mode hook variable.
29806         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29807         Emacs Lisp Reference Manual.
29809 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29811         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29812         (evenp, list*):
29813         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29814         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29816         * net/tramp-smb.el (tramp-smb-open-connection):
29817         Pass `tramp-chunksize' as fifth (required) argument.
29819 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29821         * font-lock.el (lisp-font-lock-keywords-1):
29822         Set `font-lock-negation-char-face' for [^...] char group.
29823         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29825         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29826         a var, and refine it to mask one more level of nested vars.
29827         (makefile-rule-action-regex): Turn it into a var, and refine it so
29828         it recognizes backslashed continuation lines as belonging to the
29829         same command.
29830         (makefile-macroassign-regex): Refine it so it recognizes
29831         backslashed continuation lines as belonging to the same command.
29832         (makefile-var-use-regex): Don't look at the next char, because it
29833         might be the same one to be skipped by the initial [^$], leading
29834         to an overlooked variable use.
29835         (makefile-make-font-lock-keywords): Remove two parameters, which
29836         are now variables that some of the modes set locally.
29837         Handle dependency and rule action matching through functions, because
29838         regexps alone match too often.  Dependency matching now comes
29839         last, so it can check, whether a colon already matched something else.
29840         (makefile-mode): Inform that font-lock improves makefile parsing
29841         capabilities.
29842         (makefile-match-dependency, makefile-match-action): New functions.
29844 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29846         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29848         * align.el (align-regexp):
29849         * ansi-color.el (ansi-color-get-face):
29850         * array.el (array-reconfigure-rows, array-init-max-row)
29851         (array-init-max-column, array-init-columns-per-line)
29852         (array-init-field-width):
29853         * dired-aux.el (dired-trample-file-versions):
29854         * dired-x.el (dired-mark-sexp):
29855         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29856         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29857         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29858         * faces.el (face-read-integer):
29859         * files.el (backup-extract-version, insert-directory):
29860         * hexl.el (hexl-insert-decimal-char):
29861         * server.el (server-process-filter):
29862         * shell.el (shell-extract-num):
29863         * startup.el (command-line-1):
29864         * term.el (term-command-hook):
29865         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29866         (time-stamp-do-number):
29867         * time.el (display-time-update):
29868         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29869         (timezone-fix-time):
29870         * vms-patch.el (vms-suspend-resume-hook):
29871         * calendar/appt.el (appt-convert-time):
29872         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29873         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29874         * calendar/cal-islam.el (mark-islamic-diary-entries):
29875         * calendar/calendar.el (calendar-cursor-to-date)
29876         (calendar-star-date):
29877         * calendar/diary-lib.el (diary-attrtype-convert)
29878         (mark-diary-entries, diary-entry-time):
29879         * calendar/solar.el (solar-get-number):
29880         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29881         * emacs-lisp/re-builder.el (reb-display-subexp):
29882         * emulation/edt.el (edt-set-scroll-margins):
29883         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29884         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29885         (vip-get-ex-count):
29886         * emulation/viper-ex.el (viper-get-ex-token)
29887         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29888         * international/fontset.el (fontset-plain-name):
29889         * mail/feedmail.el (feedmail-look-at-queue-directory):
29890         * mail/mailalias.el (mail-get-names):
29891         * mail/rmail.el (rmail-convert-to-babyl-format):
29892         * mail/rmailsum.el (rmail-make-basic-summary-line)
29893         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29894         (rmail-summary-goto-msg):
29895         * mail/smtpmail.el (smtpmail-read-response):
29896         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29897         (ange-ftp-vms-add-file-entry):
29898         * play/gametree.el (gametree-looking-at-ply)
29899         (gametree-current-branch-score):
29900         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29901         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29902         * progmodes/cperl-mode.el (condition-case):
29903         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29904         (ebrowse-set-member-buffer-column-width)
29905         (ebrowse-select-1st-to-9nth):
29906         * progmodes/etags.el (etags-snarf-tag):
29907         * progmodes/flymake.el (flymake-parse-line):
29908         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29909         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29910         (idlwave-shell-menu-def):
29911         * progmodes/ps-mode.el (ps-run-goto-error):
29912         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29913         (vhdl-speedbar-contract-level):
29914         * term/mac-win.el (x-handle-numeric-switch):
29915         * term/sun-mouse.el (sun-get-frame-data):
29916         * term/w32-win.el (x-handle-numeric-switch):
29917         * term/x-win.el (x-handle-numeric-switch):
29918         * textmodes/ispell.el (ispell-parse-output):
29919         * textmodes/nroff-mode.el (nroff-outline-level):
29920         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29921         (reftex-bib-sort-year-reverse, reftex-format-citation):
29922         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29923         (reftex-section-number):
29924         * textmodes/texinfmt.el (texinfo-paragraphindent):
29925         Replace `string-to-int' by `string-to-number'.
29927         * international/latexenc.el: Add page marker to force the "Local
29928         Variables:" string out of the last page.
29930 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29932         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29933         tooltip-change-major-mode.
29934         (gud-tooltip-print-command): Remove case where gud-minor-mode
29935         is gdb ("--fullname").
29936         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29937         explain to user.
29939 2005-05-16  Jay Belanger  <belanger@truman.edu>
29941         * calc/calc-store.el (calc-copy-special-constant): New function.
29943         * calc/calc-ext.el (calc-init-extensions): Add binding for
29944         `calc-copy-special-constant'.
29946         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29947         for the `calc-copy-special-constant' command.
29949 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29951         * subr.el (left-fringe-p): New function.
29953         * progmodes/compile.el (compilation-setup): Set local value of
29954         overlay-arrow-string to "" always.
29955         (compilation-set-window): Left fringe then don't scroll.
29956         No left fringe then no arrow and scroll message to top.
29957         (compilation-context-lines): Adjust doc string accordingly.
29959 2005-05-16  Kim F. Storm  <storm@cua.dk>
29961         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29962         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29963         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29964         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29965         (ido-read-file-name): Handle commands with ido property value
29966         equal to find-file as reading a file name, to allow C-d to enter dired.
29967         (ibuffer-find-file): Add ido property with value find-file.
29969 2005-05-15  Kim F. Storm  <storm@cua.dk>
29971         * subr.el (open-network-stream-nowait): Remove.
29972         (open-network-stream-server): Remove.
29974 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29976         * faces.el (describe-face): Output a definition link button.
29978         * help-mode.el (help-face-def): New button type.
29980         * emacs-lisp/copyright.el (copyright-fix-years):
29981         Match properly if the first year is 2-digit.
29982         Don't mess up the whitespace after the years by filling.
29984         * dired-aux.el (dired-mark-confirm):
29985         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29987         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29988         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29989         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29991         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29992         Set font-lock-comment-start-skip.
29994         * font-lock.el (font-lock-comment-start-skip): New variable.
29995         (font-lock-comment-end-skip): New variable.
29996         (font-lock-fontify-syntactically-region): Use them if non-nil.
29998 2005-05-15  Jay Belanger  <belanger@truman.edu>
30000         * calc/calc-store.el (calc-store-value): Return a string rather
30001         than display it as a message.
30002         Use calc-var-name for variable name.
30003         (calc-store-into): Add the result of calc-store-value to message.
30004         (calc-copy-variable): Add a message.
30005         (calc-store-exchange): Improve error messages.
30006         (calc-store-binary, calc-store-map): Don't reset the values of
30007         special constants.
30009 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
30011         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30012         manual to docstring.
30014         * files.el (hack-local-variables-confirm): Add STRING argument.
30015         Make the function handle non file visiting buffers correctly.
30016         (hack-local-variables-prop-line, hack-local-variables)
30017         (hack-one-local-variable): Use STRING arg of
30018         `hack-local-variables-confirm'.
30020 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
30022         Sync with Tramp 2.0.49.
30024         * net/tramp.el (tramp-handle-dired-call-process)
30025         (tramp-handle-insert-directory):`insert-buffer' cannot be used
30026         because the contents of the Tramp buffer is changed before
30027         insertion (`expand-file' and alike).
30028         (tramp-handle-insert-directory): If `localname' has an empty
30029         nondirectory name, it must not be quoted.
30030         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
30031         variable `tramp-chunksize'.  Change callees.
30032         (tramp-open-connection-setup-interactive-shell): Check remote host
30033         for buggy `send-process-string' implementation.
30034         Set `tramp-chunksize' if found.  Reported by Michael Kifer
30035         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30036         (tramp-handle-shell-command): `insert-buffer' cannot be used
30037         because the contents of the Tramp buffer is changed before
30038         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30039         <frederic.bothamy@free.fr>.
30040         (tramp-set-auto-save): Actions should be done for Tramp file name
30041         handler only.  Ange-FTP has its own auto-save mechanism.
30042         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30043         (tramp-set-auto-save-file-modes): Set file modes of
30044         `buffer-auto-save-file-name' to ?\600 as fallback solution.
30045         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30046         (tramp-bug): Remove obsolete variable.
30047         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
30048         for presence of `mml-mode'.  Make it running for older Emacsen as well.
30050 2005-05-14  John Paul Wallington  <jpw@pobox.com>
30052         * ibuf-ext.el (define-ibuffer-filter filename):
30053         If `dired-directory' is a list, use its car.
30055 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
30057         * ibuffer.el (define-ibuffer-column filename):
30058         If `dired-directory' is a list, use its car.
30060 2005-05-14  Richard M. Stallman  <rms@gnu.org>
30062         * subr.el (symbol-file): Doc fix.
30064         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30065         (byte-compile-form): Call byte-compile-nogroup-warn.
30066         (byte-compile-warning-types): Doc fix.
30068         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30070         * progmodes/cc-engine.el (c-literal-faces):
30071         Add font-lock-comment-delimiter-face.
30073         * net/net-utils.el (dig): Use with-no-warnings.
30075         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30076         (sc-recite-frame-alist, sc-default-cite-frame)
30077         (sc-default-uncite-frame, sc-default-recite-frame)
30078         (sc-attrib-selection-list, sc-rewrite-header-list):
30079         Mark as risky-local-variable.
30081         * international/ogonek.el (ogonek-jak, ogonek-how):
30082         Don't use beginning-of-buffer.
30084         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30086         * calendar/solar.el (solar-data-list): Move definition up.
30088         * dnd.el (dnd-protocol-alist): Add autoload.
30090         * progmodes/sh-script.el: Many doc usage fixes.
30091         (sh-indent-after-do): Change default to match common styles.
30093 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
30095         * files.el (interpreter-mode-alist)
30096         (auto-mode-interpreter-regexp): Doc fixes.
30098 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
30100         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30102         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30104 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30106         * dired.el (dired-mode): make-variable-buffer-local =>
30107         make-local-variable.
30109 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30111         * term/mac-win.el (mac-select-convert-to-string): Try coding
30112         systems in mac-script-code-coding-systems if specified one cannot
30113         encode string for `com.apple.traditional-mac-plain-text'.
30115 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
30117         * progmodes/make-mode.el (makefile-targets-face)
30118         (makefile-shell-face, makefile-makepp-perl-face): New faces.
30119         (makefile-dependency-regex): Fix it to not make the colon in
30120         $(var:a=b) special.
30121         (makefile-rule-action-regex): New regexp for highlighting embedded
30122         Shell strings.
30123         (makefile-macroassign-regex): Handle != for highlighting as
30124         embedded Shell strings.
30125         (makefile-var-use-regex): New const.
30126         (makefile-statements, makefile-automake-statements)
30127         (makefile-gmake-statements, makefile-makepp-statements)
30128         (makefile-bsdmake-statements): New consts.
30129         (makefile-make-font-lock-keywords): New function.
30130         (makefile-automake-font-lock-keywords)
30131         (makefile-gmake-font-lock-keywords)
30132         (makefile-makepp-font-lock-keywords)
30133         (makefile-bsdmake-font-lock-keywords): New consts.
30134         (makefile-mode-map): Add switchers between the various submodes.
30135         (makefile-mode): Document the availability of the variants.
30136         (makefile-automake-mode, makefile-gmake-mode)
30137         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30139         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30140         new variants of makefile-mode.
30142 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30144         * font-lock.el (font-lock-comment-delimiter-face): Fix up
30145         the inheritance.
30147 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
30149         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30150         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30152         * files.el (normal-mode): Extend the scope of the
30153         `enable-local-variables' binding to include the `set-auto-mode' call.
30154         (magic-mode-alist): Doc fix.
30156 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30158         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30159         font-lock-comment-face rather than copying its setting.
30161 2005-05-12  Andreas Schwab  <schwab@suse.de>
30163         * eshell/esh-mode.el (eshell-send-input): Doc fix.
30165 2005-05-12  Lute Kamstra  <lute@gnu.org>
30167         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30168         defcustom for the mode hook variable.  Delete the last argument.
30169         * generic-x.el: Fix callers of define-generic-mode.
30170         (generic-x-modes): Delete group.
30171         (show-tabs-tab-face, show-tabs-space-face): Put them in the
30172         generic-x customization group.
30174 2005-05-12  Kim F. Storm  <storm@cua.dk>
30176         * font-lock.el (font-lock-negation-char-face): Default to "off".
30178         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30179         font-lock-negation-char-face to ! in !=.
30181 2005-05-12  Masatake YAMATO  <jet@gyve.org>
30183         * add-log.el (find-change-log): Fix typos in the docstring
30184         of function.
30186 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30188         * international/latexenc.el (latexenc-find-file-coding-system):
30189         Avoid `re-search-forward' when looking for input encoding because
30190         of speed and safety.  Better regular expressions for recognizing
30191         input encoding.  Limit a search for TeX-master/tex-main-file to
30192         the local variable section.
30194 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
30196         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30197         syntax of $ to "'" (quote).
30199 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
30201         * dnd.el (dnd-protocol-alist): Improve custom type.
30203         * dired.el (dired-dnd-protocol-alist): New variable.
30204         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
30205         `dired-mode-hook' to the end.
30207 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30209         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30210         comment-end if comment-start-skip is not set.
30211         Obey the font-lock-comment-delimiter-face variables.
30213 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30215         * files.el (executable-find): Move from executable.el.  Use
30216         locate-file.
30217         * progmodes/executable.el (executable-find): Move to files.el.
30219         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30220         when trying to ensure forward progress.
30222 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
30224         * mouse-sel.el (mouse-sel-follow-link-p): New function.
30225         (mouse-select, mouse-select-internal, mouse-extend-internal):
30226         Use it to implement mouse-1-click-follows-link functionality.
30228 2005-05-11  Richard M. Stallman  <rms@gnu.org>
30230         * font-lock.el (font-lock-fontify-syntactically-region):
30231         Use font-lock-comment-delimiter-face for comment delimiters.
30233 2005-05-10  Jay Belanger  <belanger@truman.edu>
30235         * calc/calc-help.el (calc-m-prefix-help): Add mention of
30236         preserving embedded modes.
30238 2005-05-10  Richard M. Stallman  <rms@gnu.org>
30240         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30242         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30243         Move from ada-stmt.el.
30244         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30246         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30247         Move to ada-mode.el.
30248         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30250         * cus-edit.el (custom-file): Call file-chase-links.
30252         * files.el (read-directory-name): Fix previous change.
30253         (hack-local-variables-confirm): New function.
30254         (hack-local-variables-prop-line, hack-local-variables)
30255         (hack-one-local-variable): Use it.
30257 2005-05-10  Lute Kamstra  <lute@gnu.org>
30259         * font-lock.el (font-lock-keywords-alist)
30260         (font-lock-removed-keywords-alist): Clarify docstrings.
30262 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30264         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30265         (gdb-source-info): Check for preprocessor info.
30266         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30267         a macro for a function.
30268         (gdb-info-breakpoints-custom): Try to find file again if not already
30269         found (user might have used GDB dir command).
30270         (gdb-get-location): Update gdb-location-alist correctly for change
30271         to gdb-info-breakpoints-custom.
30273         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30274         (gud-tooltip-print-command): Add gdbmi case.
30275         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30276         preprocessor info.
30278 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30280         * startup.el (fancy-splash-insert): Fix typo in doc string.
30282 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30284         * obsolete/float.el (string-to-float):
30285         * obsolete/hilit19.el (hilit-add-pattern):
30286         * obsolete/rnews.el (news-parse-range, news-select-message)
30287         (news-get-pruned-list-of-files): Replace `string-to-int' by
30288         `string-to-number'.
30290         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30291         `find-file-not-found-hooks'; use `add-hook'.
30292         (uncompress-while-visiting): Set `write-file-functions', not
30293         `write-file-hooks'; use `add-hook'.
30295 2005-05-09  Kim F. Storm  <storm@cua.dk>
30297         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30298         (cua-paste): Handle clipboard action.
30299         (cua--init-keymaps): Remap clipboard-kill-region and
30300         clipboard-kill-ring-save.
30302 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30304         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30305         Improve commentary.
30307         * simple.el (next-error-overlay-arrow-position): Revert the change
30308         made on 2005-04-30.
30310 2005-05-07  Jay Belanger  <belanger@truman.edu>
30312         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30313         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30314         `calc-sel-reselect'.
30316         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30317         Calc is in embedded mode.
30319 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30321         * progmodes/compile.el (compilation-setup):
30322         Set overlay-arrow-string to an empty string on text terminals.
30324         * textmodes/ispell.el (ispell-program-name): Try looking for
30325         "aspell" along exec-path, and if found, use it as the default
30326         speller program.
30328 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30330         * international/mule.el (sgml-xml-auto-coding-function):
30331         Recognize encoding='FOO' in single quotes as well as in double quotes.
30333 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30335         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30336         as well as `interactive', so that defmacro* would recognize
30337         `declare' forms.
30339 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30341         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30342         Explain more about the LIGHTER arg's usage in the doc string.
30343         Add commentary to clarify what the code does.  Fix the regexp that
30344         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30345         since it could have characters special to regular expressions.
30347 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30349         * replace.el (occur-1): Bind inhibit-read-only so that
30350         erase-buffer doesn't barf on read-only text properties (likewise
30351         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30352         (occur-engine): Don't set buffer-read-only here.
30354 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30356         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30357         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30358         sometimes mistakenly reused as a *cvs* buffer.
30360 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30362         * tooltip.el: Move code for GUD tooltips into gud.el.
30363         (require): CL no longer needed to compile case.
30364         (tooltip-mode): Do not toggle functions for GUD tooltips.
30365         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30366         gud-tooltip-mode in gud.el.
30367         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30368         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30369         tooltip-gud prefix with gud-tooltip and obsolete.
30370         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30371         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30372         (tooltip-mouse-motion): Mouse movement functions/variable.
30373         Rename in gud.el by adding gud prefix.
30374         (tooltip-gud-original-filter, tooltip-gud-dereference)
30375         (tooltip-gud-event, tooltip-toggle-gud-tips)
30376         (tooltip-gud-process-output, tooltip-gud-print-command)
30377         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30378         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30379         (gdb-tooltip-print): Move to gdb-ui.el.
30381         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30382         (require): CL needed to compile case.
30383         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30384         tooltip-gud-tips-p.  Make it a minor-mode.
30385         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30386         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30387         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30388         (gud-tooltip-change-major-mode)
30389         (gud-tooltip-activate-mouse-motions-if-enabled)
30390         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30391         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30392         (gud-tooltip-original-filter, gud-tooltip-dereference)
30393         (gud-tooltip-event, tooltip-toggle-gud-tips)
30394         (gud-tooltip-process-output, gud-tooltip-print-command)
30395         (gud-tooltip-tips): Move from tooltip.el.
30397         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30398         (gdb-cpp-define-alist-flags): Doc fix.
30399         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30400         gud-tooltip-mode is t.
30402 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30404         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30405         evaporate if their text is deleted.
30406         (goto-address-at-point): Make it work as a mouse binding as well.
30407         (goto-address-at-mouse): Obsolete it.  Update users.
30409 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30411         * calendar/appt.el (top-level): No longer activate on load.
30413 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30415         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30416         * net/webjump.el (webjump):
30417         * progmodes/idlw-help.el (idlwave-do-context-help1)
30418         (idlwave-highlight-linked-completions):
30419         * textmodes/po.el (po-find-file-coding-system-guts):
30420         Replace `assoc-ignore-case' by `assoc-string'.
30422 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30424         * files.el (locate-file): Doc fix.
30426         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30427         Remove the redundant test for ms-dos.
30429         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30430         look for the preprocessor with exec-suffixes.  If not found in
30431         standard places, look in exec-path.  Remove most of the tests that
30432         used system-type.
30434         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30436         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30438         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30439         file-name clash with jka-compr.el on 8+3 filesystems.
30441 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30443         * term/mac-win.el: Don't define or bind scroll bar functions if
30444         x-toolkit-scroll-bars is t.
30445         (x-select-text, x-get-selection-value): Clear
30446         x-last-selected-text-clipboard if x-select-enable-clipboard is
30447         nil.
30448         (PRIMARY): Put mac-scrap-name property.
30449         (mac-select-convert-to-file-url): New function.
30450         (public.file-url): New selection target type.  Add to
30451         selection-converter-alist.
30452         (x-get-selection, x-selection-value): Handle it.
30453         (x-cut-buffer-or-selection-value): New alias.
30455 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30457         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30458         entry to avoid calling bibtex-find-entry with arg global
30459         being t.  Remove arg key.
30460         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30461         (bibtex-copy-summary-as-kill): Change accordingly.
30463 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30465         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30466         (org-agenda-date-later): Use with-current-buffer.
30468 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30470         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30471         (define-obsolete-variable-alias): Doc Fixes.
30473 2005-05-06  Kim F. Storm  <storm@cua.dk>
30475         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30476         vertical-motion when selective-display is active.
30478         * ido.el (ido-setup-hook): New hook.
30479         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30480         (ido-input-stack): New var.
30481         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30482         ido-next-work-file binding to M-O.
30483         Bind M-f to ido-wide-find-file-or-pop-dir.
30484         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30485         (ido-read-internal): Run ido-setup-hook.
30486         Catch quit in read-file-name and read-string to cancel edit.
30487         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30488         Automatically pop-all when completing a directory name (RET).
30489         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30490         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30491         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30492         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30493         New functions for M-b/M-f to move among the directory components.
30494         (ido-make-merged-file-list): Catch quit to cancel merge.
30495         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30496         (ido-completion-help): No warnings for ido-completion-buffer-full.
30498 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30500         * font-lock.el (font-lock-negation-char-face): New face and variable.
30501         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30502         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30503         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30504         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30506 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30508         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30509         Fix typo in docstring.
30511         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30512         (ebrowse-print-statistics-line)
30513         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30515         * term/w32-win.el (image-library-alist): Add additional name for
30516         Xpm library.
30518 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30520         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30521         use gcc instead of cpp.
30523         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30524         (gdb-create-define-alist): Use it.
30525         (gdb-cpp-define-alist-program): Update for MS-DOS.
30527 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30529         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30531 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30533         * help.el (describe-key): No error when UNTRANSLATED is nil.
30535         * simple.el (line-move-1): Fix previous change to signal errors
30536         appropriately.
30538 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30540         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30541         (icalendar-duration-correction): Remove.
30542         (icalendar--get-event-properties): Split result at commas.
30543         (icalendar--decode-isoduration): New optional argument
30544         DURATION-CORRECTION.
30545         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30546         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30547         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30548         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30549         (icalendar--convert-anniversary-to-ical): New functions, extracted
30550         from icalendar-export-region, with bug fixes.
30551         (icalendar-export-region): Use the above functions.
30552         (icalendar-import-buffer): Check before saving diary file.
30553         (icalendar--convert-recurring-to-diary)
30554         (icalendar--convert-non-recurring-all-day-to-diary)
30555         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30556         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30557         (icalendar--convert-ical-to-diary): Use the above functions.
30559 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30561         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30562         Remove these recent additions.
30563         (c-mode): Restore to before 2005-04-28.
30565         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30566         recent addition.
30568         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30569         (gdb-define-alist): New variables.
30570         (gdb-create-define-alist): New function.
30571         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30572         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30573         with string-to-number.
30574         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30576         * progmodes/gud.el: Replace string-to-int with string-to-number.
30577         (gud-find-file): Handle gdb-define-alist.
30579         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30581 2005-05-02  Jay Belanger  <belanger@truman.edu>
30583         * calc/calc-aent.el (math-read-token):
30584         * calc/calc-bin.el (calc-word-size):
30585         * calc/calc-ext.el (calc-read-number-fancy):
30586         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30587         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30588         * calc/calc-frac.el (calc-over-notation):
30589         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30590         (calc-graph-num-points, calc-graph-init):
30591         * calc/calc-prog.el (calc-read-parse-table-part)
30592         (calc-edit-macro-repeats):
30593         * calc/calc-yank.el (calc-do-grab-rectangle):
30594         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30595         Replace `string-to-int' by `string-to-number'.
30597 2005-05-02  Kim F. Storm  <storm@cua.dk>
30599         * kmacro.el: Use executing-kbd-macro-index variable.
30601 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30603         * net/rlogin.el (rlogin-parse-words): Delete func.
30604         (rlogin): Use split-string, not rlogin-parse-words.
30605         Also, if there are option-like elements in the parsed args,
30606         take the host to be the first arg immediately following them.
30607         Suggested by Michael Mauger.
30609 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30611         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30613 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30615         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30616         (cc-mode-cpp-program): Rename to cc-define-list-program and
30617         move to cc-vars.el.
30619         * progmodes/cc-vars.el (cc-define-list-program):
30620         Change to "gcc -E -dM -".  Make customizable.
30622 2005-05-02  Kim F. Storm  <storm@cua.dk>
30624         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30626 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30628         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30630         * international/mule-util.el (truncate-string): Remove alias and
30631         obsolete declaration.
30633         * international/mule-cmds.el (update-iso-coding-systems):
30634         Remove alias and obsolete declaration.
30636         * international/mule.el (coding-system-parent): Remove alias and
30637         obsolete declaration.
30639         * subr.el (define-function, sref): Remove aliases and obsolete
30640         declarations.
30641         (chars-in-region): Remove obsolete declaration.
30643 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30645         * info.el (Info-mode): Set widen-automatically to nil, locally.
30647         * simple.el (widen-automatically): New variable.
30648         (pop-global-mark): Obey widen-automatically.
30650 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30652         * term/xterm.el (function-key-map): Call substitute-key-definition
30653         before the keymap size is increased by a lot of define-key calls.
30655 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30657         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30658         Rename ARG to ELEMENT.  Doc fix.
30660 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30662         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30663         Remove references to allout-exposure/change to allout-new-exposure.
30665         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30666         bytecode symbols.
30668         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30669         (compiled-function-p, focus-frame, unfocus-frame):
30670         Remove aliases and obsolete declarations.
30671         Back out inadvertent changes from previous commit.
30673 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30675         * files.el (require-final-newline): Make Custom tags consistent
30676         with mode-require-final-newline.
30677         (mode-require-final-newline): Doc fix.
30679 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30681         * international/latexenc.el (latexenc-find-file-coding-system):
30682         Fix regular expressions.
30684 2005-05-01  David Kastrup  <dak@gnu.org>
30686         * international/latexenc.el (latexenc-find-file-coding-system):
30687         Fix regular expressions.
30689 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30691         * subr.el (string-to-int): Make obsolete.
30693 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30695         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30697         * loadup.el: load jka-comp-hook.
30699         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30700         (jka-compr-handler): Add autoload.  `put' calls moved
30701         to jka-comp-hook.el.
30702         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30703         (jka-compr-inhibit): Autoload.
30705         * jka-comp-hook.el: New file.
30706         Enable the mode by default.
30708         * files.el (backup-buffer-copy): Use copy-file instead
30709         of write-region, and put back the 'excl.
30711 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30713         * progmodes/flymake.el (flymake-split-string)
30714         (flymake-split-string, flymake-log, flymake-pid-to-names)
30715         (flymake-reg-names, flymake-get-source-buffer-name)
30716         (flymake-unreg-names, flymake-add-line-err-info)
30717         (flymake-add-err-info): Clarify docstrings.
30718         (flymake-popup-menu, flymake-make-emacs-menu)
30719         (flymake-make-xemacs-menu): Add docstrings.
30720         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30721         Set variables directly throughout.
30723 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30725         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30726         exists.  Initialize cc-define-alist.
30727         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30728         If there is no file (Macroexpansion) don't create an alist.
30730 2005-04-29  Sam Steingold  <sds@gnu.org>
30732         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30733         (cc-create-define-alist): Use it instead of the hard-coded string.
30735 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30737         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30738         for latexenc.
30740 2005-04-29  Lute Kamstra  <lute@gnu.org>
30742         * emacs-lisp/generic.el: Improve commentary section.
30743         (define-generic-mode): Improve docstring.
30745 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30747         * textmodes/org.el (many places): Change to quiet the byte compiler.
30748         (org-prefix-format-compiled): New variable.
30749         (org-compile-prefix-format): New function.
30750         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30751         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30752         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30753         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30754         consistency with entries from `org-mode' files.
30755         (org-get-time-of-day): Fix bug with partial matches early in a line.
30756         (org-non-link-chars): New constant.
30757         (org-link-regexp): Respect `org-non-link-chars'.
30758         (org-agenda-day-view): Remove command.
30759         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30760         (org-follow-bbdb-link, org-store-link): Search also company field.
30761         (org-highlight-overlay): New variable.
30762         (org-highlight, org-unhighlight): New functions.
30763         (org-agenda-mode): Add pre-command-hook to remove highlight.
30764         (org-evaluate-time-range): Behavior depends upon whether time stamp
30765         contains a time or not.
30766         (org-show-subtree, org-show-entry): New functions.
30767         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30769 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30771         * comint.el (comint-output-filter-functions): Add autoload cookie.
30773 2005-04-28  Kim F. Storm  <storm@cua.dk>
30775         * ido.el (ido-everywhere): Fix last change.
30777 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30779         * international/latexenc.el: New file.
30780         * international/mule-conf.el (file-coding-system-alist): For .tex,
30781         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30783 2005-04-28  Lute Kamstra  <lute@gnu.org>
30785         * font-lock.el (font-lock-add-keywords)
30786         (font-lock-remove-keywords): Clarify docstring.
30787         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30788         Don't start docstrings with a `*'.
30789         (font-lock-update-removed-keyword-alist): Give it a docstring.
30791         * generic-x.el: Update commentary section.
30792         Only require font-lock when compiling.
30793         Define all modes conditionally.
30794         Place all generic modes in the generic-x-modes customization group.
30795         (generic-x-modes): New customization group.
30796         (generic-default-modes, generic-mswindows-modes)
30797         (generic-unix-modes, generic-other-modes): New constants.
30798         (generic-define-mswindows-modes, generic-define-unix-modes):
30799         Update docstrings.  Make them obsolete.
30800         (generic-extras-enable-list): New default value.  Update docstring.
30801         Improve :type.  Change :set function.
30802         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30803         Fix docstring.
30805         * emacs-lisp/generic.el (generic-mode-internal):
30806         Simplify font-lock-defaults.
30807         (define-generic-mode): Fix docstring.
30809 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30811         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30812         font-lock-face property to highlight matches.
30814 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30816         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30817         (cc-define-alist): New variable.
30818         (c-mode): Make it local and initialize it.
30820         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30821         (gdb-exited): New function.
30822         (gdb-annotation-rules): Use it.
30823         (gdb-starting): Set gdb-active-process to t.
30824         (gdb-stopping): Amend doc string.
30825         (gdb-reset): Set gdb-active-process to nil.
30827         * tooltip.el (tooltip-gud-tips): Show the associated #define
30828         directives when a C program under GDB is not executing.
30830 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30832         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30833         font-lock-fontify-syntactic-keywords.
30835         * font-lock.el (font-lock-default-fontify-region): Don't force
30836         parse-sexp-lookup-properties to nil.
30838 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30840         * man.el (man-mode-syntax-table): Set up `:' to have
30841         word-constituent syntax.
30843 2005-04-27  Lute Kamstra  <lute@gnu.org>
30845         * novice.el (disable-command): Don't add spurious newlines to the
30846         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30848 2005-04-26  Jay Belanger  <belanger@truman.edu>
30850         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30851         than one window before deleting window.
30853 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30855         * shell.el (shell-prompt-pattern): Doc fix.
30856         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30858         * comint.el (comint-prompt-regexp, comint-get-old-input)
30859         (comint-use-prompt-regexp)
30860         (comint-use-prompt-regexp-instead-of-fields)
30861         (comint-replace-by-expanded-history, comint-send-input)
30862         (comint-output-filter, comint-get-old-input-default)
30863         (comint-line-beginning-position, comint-bol, comint-show-output)
30864         (comint-backward-matching-input, comint-forward-matching-input)
30865         (comint-next-prompt, comint-previous-prompt):
30866         Rename `comint-use-prompt-regexp-instead-of-fields' to
30867         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30868         obsolete.
30869         (comint-use-prompt-regexp): Shorten first line of doc string.
30871         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30872         Set paragraph-separate buffer locally to "\\'".
30874         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30875         Adapt to above name change.
30877         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30878         (smbclient-prompt-regexp): Ditto.
30880         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30882 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30884         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30885         gdb-location-list.
30886         Break lines that are over 80 characters wide.
30888 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30890         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30891         New fun and var, to preserve compatibility.
30893         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30895 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30897         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30898         name to file-newer-than-file-p.
30900 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30902         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30904         * progmodes/python.el (python-mode):
30905         Use new name eldoc-documentation-function.
30907         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30909         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30910         (eldoc-documentation-function):
30911         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30913 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30915         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30917 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30919         * term/xterm.el (function-key-map): Fix strings for
30920         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30921         {C,S,A,C-S}-{f1-f12}.
30923 2005-04-26  Kenichi Handa  <handa@m17n.org>
30925         * international/mule-cmds.el (select-safe-coding-system):
30926         Fix previous change.
30928 2005-04-26  Lute Kamstra  <lute@gnu.org>
30930         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30932         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30933         (font-lock-comment-delimiter-face): Ditto.
30935         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30937 2005-04-25  Jay Belanger  <belanger@truman.edu>
30939         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30940         to t while inserting information; use help-mode.
30942 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30944         * term.el (ansi-term-color-vector): Use the xterm colors.
30945         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30947 2005-04-25  Lute Kamstra  <lute@gnu.org>
30949         * font-core.el (font-lock-defaults): Fix docstring.
30951         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30953 2005-04-25  Kenichi Handa  <handa@m17n.org>
30955         * international/mule-cmds.el (select-safe-coding-system):
30956         Don't check consistency with coding: spec, etc if raw-text or
30957         no-conversion was found to be safe.
30959 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30961         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30962         citation markers at start of each line.
30964         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30965         citation markers at start of each line.
30967         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30969         * files.el (mode-require-final-newline): Fix previous change.
30970         (require-final-newline): Fix type label.
30972 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30974         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30975         statement in buffer (broken by 2004-11-24 change).
30977 2005-04-24  Kim F. Storm  <storm@cua.dk>
30979         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30980         and read-file-name-function values.  Don't overwrite existing
30981         non-nil values if ido-mode is enabled without ido-everywhere.
30983 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30985         * files.el (mode-require-final-newline): Minor doc fix.
30987 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30989         * subr.el (syntax-after): Doc fix.
30990         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30991         bits, not 8 bits.
30993         * files.el (mode-require-final-newline): Doc fix.
30994         (backup-buffer-copy): Fix last change.
30996 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30998         * term/mac-win.el: Require select.  Set selection-coding-system to
30999         mac-system-coding-system.  Call menu-bar-enable-clipboard.
31000         (x-last-selected-text-clipboard, x-last-selected-text-primary)
31001         (x-select-enable-clipboard): New variables.
31002         (x-select-text, x-get-selection, x-selection-value)
31003         (x-get-selection-value, mac-select-convert-to-string)
31004         (mac-services-open-file, mac-services-open-selection)
31005         (mac-services-insert-text): New functions.
31006         (CLIPBOARD, FIND): Put mac-scrap-name property.
31007         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31008         (public.tiff): Put mac-ostype property.
31009         (selection-converter-alist): Add entries for them.
31010         (mac-application-menu-map): New keymap.
31011         (interprogram-cut-function, interprogram-paste-function): Set to
31012         x-select-text and x-get-selection-value, respectively.
31013         (split-window-keep-point): Set to t.
31015 2005-04-23  Richard M. Stallman  <rms@gnu.org>
31017         * files.el (read-directory-name): Always pass non-nil
31018         DEFAULT-FILENAME arg to read-file-name.
31019         (backup-buffer-copy, basic-save-buffer-2): Take care against
31020         writing thru an unexpected existing symlink.
31021         (revert-buffer): In indirect buffer, revert the base buffer.
31022         (magic-mode-alist): Doc fix.
31023         (buffer-stale-function): Doc fix.
31024         (minibuffer-with-setup-hook): Avoid warning.
31025         (mode-require-final-newline): Doc and custom fix.
31027         * follow.el (follow-end-of-buffer): Use with-no-warnings.
31029         * font-lock.el (font-lock-comment-face): On terminals with few colors,
31030         use the default appearance.
31031         (font-lock-comment-delimiter-face): New face, new variable.
31033         * imenu.el (imenu--generic-function): The official position of a
31034         definition is the start of the line that BEG is in.
31036         * midnight.el (midnight-timer): Move defvar up.
31038         * mouse.el (mouse-drag-region-1): Delete some debugging code.
31040         * saveplace.el (save-place-to-alist): Use with-no-warnings.
31042         * startup.el (command-line): Use with-no-warnings.
31044         * window.el (window-size-fixed): New defvar.
31046         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31048         * mail/rmail.el (rmail-font-lock-keywords):
31049         Use font-lock-comment-delimiter-face.
31051         * mail/sendmail.el (mail-font-lock-keywords):
31052         Use font-lock-comment-delimiter-face.
31054         * progmodes/compile.el (next-error-highlight-timer): New defvar.
31056 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
31058         * progmodes/compile.el (compilation-mode-font-lock-keywords):
31059         Specify t for LAXMATCH when matching directories.
31060         Save match data around compilation-compat-error-properties form.
31062 2005-04-23  David Kastrup  <dak@gnu.org>
31064         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31065         Mention that the autoloaded aliases should be kept for AUCTeX.
31067 2005-04-23  Andreas Schwab  <schwab@suse.de>
31069         * isearch.el (isearch-forward): Doc fix.
31071 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
31073         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31074         (jit-lock-stealth-nice): Change default value to 0.5.
31076 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
31078         * abbrev.el (write-abbrev-file): Write table entries in
31079         alphabetical order by table name.
31081 2005-04-22  Kim F. Storm  <storm@cua.dk>
31083         * ido.el (ido-read-internal): Fix `list' completion.
31085 2005-04-22  Kenichi Handa  <handa@m17n.org>
31087         * recentf.el (recentf-save-file-coding-system): New variable.
31088         (recentf-save-list): Encode the file by
31089         recentf-save-file-coding-system and add coding: tag.
31091 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
31093         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31095 2005-04-21  Lute Kamstra  <lute@gnu.org>
31097         * loadhist.el (unload-feature): Don't remove a function from hooks
31098         if it is about to be restored to an autoload .  Remove functions
31099         that will become unbound from auto-mode-alist.  Simplify the code.
31101         * subr.el (assq-delete-all): New implementation that is linear,
31102         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
31103         (rassq-delete-all): New function.
31105         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31106         Add size-indication-mode.
31108 2005-04-21  Kenichi Handa  <handa@m17n.org>
31110         * international/mule-cmds.el: Add autoload for widget-value in
31111         eval-when-compile.
31113 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
31115         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31116         Add tooltip-mode.
31118         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31120 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
31122         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31123         (inferior-lisp-filter-regexp, inferior-lisp-program)
31124         (inferior-lisp-load-command, inferior-lisp-prompt)
31125         (inferior-lisp-mode-hook, lisp-source-modes)
31126         (inferior-lisp-load-hook): defvar->defcustom.
31127         (inferior-lisp-program, inferior-lisp-prompt)
31128         (inferior-lisp-load-hook): Doc fixes.
31129         (inferior-lisp-install-letter-bindings): Small change in
31130         introductory comment.
31132 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
31134         * vc.el (vc-annotate-color-map): Change some colors so that text
31135         using them as foreground is readable on both white and black
31136         backgrounds.
31138 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31140         * international/mule-conf.el (translation-table-for-input):
31141         Remove redundant declaration.
31143 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31145         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31147         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31148         (tooltip-toggle-gud-tips): New function.
31150 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31152         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31153         right angle brackets.
31155 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31157         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31159 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31161         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31162         Remove.  Update callers to use expand-file-name instead.
31164         * subr.el (syntax-class): New function.
31166         * simple.el (blink-matching-open): Use it.
31168         * paren.el (show-paren-function): Use it to recognize parens that are
31169         also used in 2-char comment markers.
31171 2005-04-19  Lute Kamstra  <lute@gnu.org>
31173         * loadhist.el (unload-feature): Update for new format of
31174         load-history.  Simplify the code.
31176 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31178         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31179         (mac-add-charset-info): New function.  Initialize variable
31180         mac-charset-info-alist using it.
31181         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31182         for translation.
31183         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31184         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31185         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31186         New CCL programs.
31188 2005-04-19  Kim F. Storm  <storm@cua.dk>
31190         * simple.el (next-buffer, prev-buffer, next-error)
31191         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31192         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31194         * bindings.el (next-buffer, prev-buffer, next-error)
31195         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31196         (clone-indirect-buffer-other-window): Move bindings from simple.el.
31197         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31198         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31200 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31202         * isearch.el (isearch-edit-string): Make the search-ring available for
31203         minibuffer history commands.
31204         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31205         the default history commands now work just as well.
31206         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31208 2005-04-18  Kim F. Storm  <storm@cua.dk>
31210         * emulation/cua-base.el (cua--pre-command-handler): Add more
31211         elaborate check for shift modifier on non-window systems.
31213 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
31215         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31217 2005-04-18  Kim F. Storm  <storm@cua.dk>
31219         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31220         and make it optional.  Don't test tooltip-gud-echo-area here.
31221         (tooltip-gud-process-output, gdb-tooltip-print):
31222         Pass tooltip-gud-echo-area to tooltip-show.
31223         (tooltip-help-tips): Remove second optional arg to tooltip-show.
31225 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31227         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31228         `display-graphic-p' may not be bound yet.
31230 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
31232         * startup.el (command-line): No longer enable Xterm Mouse mode by
31233         default in terminals compatible with xterm.
31235         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31237 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
31239         * tooltip.el (tooltip-gud-echo-area): Rename from
31240         tooltip-use-echo-area.
31241         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31242         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31243         area independently of where help tooltips are displayed.
31245 2005-04-17  David Kastrup  <dak@gnu.org>
31247         * cus-theme.el (custom-theme-write-variables): Quote variables
31248         where necessary.
31250 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31252         * simple.el (yank-excluded-properties): Add follow-link to value.
31254         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31256         * startup.el (fancy-splash-max-time): Just 30 seconds.
31257         (fancy-splash-delay): Just 7.
31258         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31260         * loadhist.el (unload-feature): Update for new format of load-history.
31261         Simplify the code.
31263         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31264         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31266         * mail/sendmail.el (mail-font-lock-keywords):
31267         Don't fontify subject text.
31268         Don't fontify the text of a citation.
31270 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31272         * comint.el (comint-output-filter): Run comint-output-filter-functions
31273         with point where the user had it.
31275 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31277         * international/ucs-tables.el (ucs-set-table-for-input):
31278         Disable when using unify-on-decoding.
31280 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31282         * emulation/cua-base.el (cua-global-mark-face): Add special case
31283         for displays supporting a high number of colors.
31285 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31287         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31289 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31291         * filesets.el (filesets-add-buffer): If user supplies a name of a
31292         non-existing fileset, create a new fileset.
31294 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31296         * textmodes/org.el (org-up-heading-all): Fix bug with
31297         `outline-up-heading-all'.
31299 2005-04-16  Andreas Schwab  <schwab@suse.de>
31301         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31302         /etc/permissions.d/* and /etc/aliases.d/*.
31304 2005-04-16  Kenichi Handa  <handa@m17n.org>
31306         * international/code-pages.el (cp-make-coding-system):
31307         Set `translation-table-for-input' property value to the symbol
31308         ucs-mule-to-mule-unicode, not to that value.
31309         (pt154): Escape guillemet by `\'.
31311 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31313         * loadup.el: Load tooltip if x-show-tip is fboundp.
31315         * startup.el (command-line): Add comment.
31317         * tooltip.el (tooltip-mode): Specify correct standard value for
31318         Custom in init-value.
31320 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31322         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31323         possible.
31325 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31327         * textmodes/org.el (org-agenda-date-prompt): Rename from
31328         `org-agenda-date-today'.
31329         (org-evaluate-time-range): Insert at point instead of directly
31330         after time range.
31331         (org-first-headline-recenter, org-subtree-end-visible-p)
31332         (org-optimize-window-after-visibility-change): New functions
31333         (org-agenda-post-command-hook): Don't allow point at end of line,
31334         to make sure it always hits the text properties.
31335         (org-agenda-next-date-line, org-agenda-previous-date-line):
31336         New commands.
31337         (org-set-regexps-and-options): Category may contain white space.
31338         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31339         Improve marker positions.
31340         (org-agenda-new-marker): Argument POS made optional.
31341         (org-agenda-get-timestamps): Deadlines which are done are listed
31342         in org-done-face now.
31343         (org-agenda-get-todos, org-agenda-get-timestamps)
31344         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31345         Set `undone-face' and `done-face' properties.
31346         (org-last-todo-state-is-todo): New variable.
31347         (org-todo): Set `org-last-todo-state-is-todo'.
31348         (org-agenda-todo): Change face according to
31349         `org-last-todo-state-is-todo'.  And change other lines referring to
31350         the same entry.
31351         (org-calendar-goto-agenda): New command.
31352         (org-calendar-to-agenda-key): New option.
31353         (org-startup-folded): New allowed value `content'.
31354         (org-set-regexps-and-options): Accept new value `content' for
31355         `org-startup-folded'.
31356         (org-get-current-options): Handle new value `content' for
31357         `org-startup-folded'.
31358         (org-insert-todo-heading): New command.
31359         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31360         interactively in empty file and option
31361         `org-insert-mode-line-in-empty-file' has been set.
31362         (org-agenda-todo, org-agenda-priority): Modify to use
31363         `org-agenda-change-all-lines'.
31364         (org-warning-face): Change color on dark background.
31366 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31368         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31369         use preferences AppleLocale and AppleLanguages, and variable
31370         mac-system-locale for default locale.  On Mac OS Classic, use
31371         mac-system-coding-system for default coding systems.
31373         * term/mac-win.el: Don't set file-name-coding-system.
31374         Decode variables system-name, emacs-build-system, user-login-name, and
31375         user-full-name by mac-system-coding-system on Mac OS Classic.
31376         (mac-system-coding-system): New variable.
31378 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31380         * startup.el (command-line): Handle `xterm-mouse-mode' before
31381         reading init file.
31383         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31385 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31387         * progmodes/sh-script.el (sh-here-document-word): Make it a
31388         defcustom.  Doc fix.
31389         (sh-add): Bash uses $(( )) for arithmetic.
31390         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31391         (sh-maybe-here-document): Remove quotes and leading whitespace
31392         from heredoc word when closing.  Indent heredoc with tabs if word
31393         starts with "-".
31395 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31397         * simple.el (undo): Fix previous change.
31399         * custom.el (defface): Doc fix.
31401 2005-04-13  Lute Kamstra  <lute@gnu.org>
31403         * Makefile.in (DONTCOMPILE): Remove list.
31404         (compile, compile-always): Don't use DONTCOMPILE.
31405         (update-authors): Load the library in which batch-update-authors
31406         is defined.
31407         * makefile.w32-in (DONTCOMPILE): Remove list.
31408         (compile, compile-always): Fix comments.
31409         (update-authors): Load the library in which batch-update-authors
31410         is defined.
31412         * generic-x.el (generic-mode-ini-file-find-file-hook):
31413         Rename to ini-generic-mode-find-file-hook.
31414         Keep generic-mode-ini-file-find-file-hook as an alias.
31415         (ini-generic-mode-find-file-hook): Rename from
31416         generic-mode-ini-file-find-file-hook.  Fix docstring.
31417         (ini-generic-mode): Docstring change.
31418         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31420         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31421         called from lisp.
31423         * generic.el: Move to the emacs-lisp subdir.
31425 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31427         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31428         and C-S- function and cursor motion keys.
31430 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31432         * startup.el (command-line): Enable Xterm Mouse mode by default.
31433         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31434         for Custom.  No longer show "Mouse" in mode line when enabled.
31435         Doc fix.
31437 2005-04-12  Kim F. Storm  <storm@cua.dk>
31439         * emulation/cua-base.el (cua-rectangle-face)
31440         (cua-rectangle-noselect-face): Define face attributes here.
31442         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31444 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31446         * startup.el (command-line): Turn off blinking cursor if
31447         cursorBlink in resources is off or false.
31449 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31451         * term/mac-win.el (dnd): Require dnd.
31452         (mac-drag-n-drop): Call dnd-handle-one-url.
31453         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31454         (kTextEncodingISOLatin2): Remove constants.
31455         (mac-script-code-coding-systems): New constant.
31456         (mac-handle-language-change): New function.
31457         (special-event-map): Bind it to `language-change' event.
31458         (mac-centraleurroman, mac-cyrillic): New coding systems.
31459         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31460         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31461         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31462         encode-mac-cyrillic, respectively.
31464 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31466         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31467         Don't set overlay-arrow-string to "=>" as this is done
31468         globally in C now.
31470 2005-04-12  Lute Kamstra  <lute@gnu.org>
31472         * generic-x.el (rc-generic-mode, rul-generic-mode):
31473         Fix auto-mode-alist entries.
31474         (etc-fstab-generic-mode): Tweak fontification.
31476         * generic.el (generic-make-keywords-list): Fix docstring.
31477         (generic-mode-internal): Simplify generic-font-lock-keywords.
31479 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31481         * whitespace.el (whitespace-buffer-leading)
31482         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31483         However, fix the highlight area for the leading and
31484         trailing whitespaces to show space.
31486 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31488         * whitespace.el (whitespace-version): Bump to 3.5.
31490         (whitespace-buffer-leading, whitespace-buffer-trailing):
31491         Invert sense of the test to highlight the whitespace.
31493 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31495         * progmodes/gud.el (gud-display-line): GUD uses its own
31496         overlay arrow now so don't set overlay-arrow-string.
31497         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31499 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31501         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31502         (term-ansi-current-reverse, term-ansi-current-invisible)
31503         (term-ansi-face-already-done): Change to boolean.
31504         (term-reset-terminal, term-handle-colors-array): Handle the above
31505         vars accordingly.
31506         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31507         (term-emulate-terminal): Use the new name.
31509         * faces.el (secondary-selection): Use yellow1, not yellow.
31510         (trailing-whitespace): Use red1, not red.
31512 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31514         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31515         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31516         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31518         * cus-edit.el (dnd): New group.
31520         * term/w32-win.el (dnd): Require dnd
31521         (w32-drag-n-drop): Call dnd-handle-one-url.
31523         * x-dnd.el: Require dnd.
31524         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31525         Call dnd-handle-one-url.
31526         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31527         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31528         to dnd-insert-text.
31529         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31530         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31531         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31532         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31534         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31536 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31538         * wdired.el: Doc fixes.
31539         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31540         (wdired-use-dired-vertical-movement): Rename from
31541         wdired-always-move-to-filename-beginning.
31542         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31543         (wdired-change-to-wdired-mode): Change mode name.
31544         (wdired-newline): Delete.
31546 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31548         * whitespace.el (whitespace-highlight-the-space):
31549         Don't call whitespace-unhighlight-the-space here.
31551         * simple.el (undo): Record t in undo-equiv-table
31552         for the redo record made by an undo-in-region.
31554 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31556         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31557         (gdb-frame-inferior-io-buffer): New Functions to control
31558         display of separate IO buffer.
31559         (menu): Add them to menu-bar.
31560         (gdb-display-buffer): Check for buffer another frame.
31561         Protect GUD buffer.
31562         (gdb-setup-windows): Create IO buffer if not already there.
31563         (gdb-memory-mode): Remove purecopy noops.
31565 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31567         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31568         and pass to self-insert-command.
31570 2005-04-11  Lute Kamstra  <lute@gnu.org>
31572         * generic.el: Commentary section cleanup.
31573         (generic): Delete.
31574         (generic-use-find-file-hook, generic-lines-to-scan)
31575         (generic-find-file-regexp, generic-ignore-files-regexp)
31576         (default-generic-mode, generic-mode-find-file-hook)
31577         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31578         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31579         (generic-use-find-file-hook, generic-lines-to-scan)
31580         (generic-find-file-regexp, generic-ignore-files-regexp)
31581         (default-generic-mode, generic-mode-find-file-hook)
31582         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31584 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31586         * bookmark.el (bookmark-write-file): Catch errors writing file.
31587         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31589 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31591         * startup.el (fancy-splash-tail): Update copyright year.
31592         (command-line): Split part of -Q into -D.
31593         (emacs-basic-display): New defvar.
31594         (fancy-splash-text): Correct name of menu item.
31596         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31598         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31599         lines in one node.
31601         * comint.el (comint-send-input): New arg ARTIFICIAL.
31602         Callers in this file changed.
31604         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31606         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31608 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31610         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31611         `ldap-search-internal'.
31613 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31615         * files.el (set-auto-mode-1): Use line-end-position.
31617         * international/latin-1.el:
31618         * international/latin-2.el:
31619         * international/latin-3.el:
31620         * international/latin-4.el:
31621         * international/latin-5.el:
31622         * international/latin-8.el:
31623         * international/latin-9.el: Give punctuation syntax to NBSP.
31625         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31626         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31627         Use char-classes to accept non-ascii letters, accepted in some recent
31628         bibtex implementations.
31630 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31632         * custom.el (custom-set-minor-mode): Any non-nil value for the
31633         variable should enable the mode when set through Custom.
31635 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31637         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31638         TAB binding so tab-always-indent is obeyed.
31639         (vhdl-minibuffer-local-map): Move initialization into declaration.
31640         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31641         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31642         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31643         (vhdl-current-line): Use line-beginning-position.
31644         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31645         with-output-to-temp-buffer, so the current position can be recorded.
31647 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31649         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31650         Add regexp for gcov.
31652 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31654         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31655         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31656         syntax which Emacs 20 doesn't support.
31658 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31660         * help.el (describe-key-briefly, describe-key):
31661         Replace strings as event types with "(any string)".
31663 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31665         * arc-mode.el (archive-mode-map): Move initialization into
31666         the declaration.  Override *all* bindings of `undo'.
31667         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31669 2005-04-09  Jay Belanger  <belanger@truman.edu>
31671         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31673 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31675         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31676         (xterm-register-default-colors): Update color values computation
31677         to match xterm-200.
31679 2005-04-09  Kenichi Handa  <handa@m17n.org>
31681         * international/code-pages.el (iso-latin-7): Fix the map.
31683 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31685         * emacs-lisp/lisp.el (defun-prompt-regexp)
31686         (parens-require-spaces, buffer-end, end-of-defun)
31687         (insert-parentheses): Doc fixes.
31689 2005-04-08  Kim F. Storm  <storm@cua.dk>
31691         * comint.el (comint-highlight-prompt): Fix face spec.
31692         * hi-lock.el (hi-green): Likewise.
31694 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31696         * cus-edit.el (custom-modified-face):
31697         * comint.el (comint-highlight-input): Fix previous changes.
31698         * term.el (term-handle-ansi-escape): Add a comment.
31700 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31702         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31703         in the buffer and in whitespace-highlighted-space.
31704         (whitespace-unhighlight-the-space): Simplify.
31705         (whitespace-buffer): Simplify.
31707 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31709         * textmodes/table.el (table-cell-face): Add special case for
31710         displays supporting a high number of colors.
31711         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31712         (vhdl-font-lock-reserved-words-face)
31713         (vhdl-speedbar-architecture-face)
31714         (vhdl-speedbar-instantiation-face)
31715         (vhdl-speedbar-architecture-selected-face)
31716         (vhdl-speedbar-instantiation-selected-face): Likewise.
31717         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31718         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31719         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31720         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31721         (ebrowse-progress-face): Likewise.
31722         * progmodes/compile.el (compilation-info-face): Likewise.
31723         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31724         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31725         * calendar/calendar.el (diary-face): Likewise.
31726         * woman.el (woman-italic-face, woman-bold-face)
31727         (woman-unknown-face): Likewise.
31728         * wid-edit.el (widget-button-pressed-face): Likewise.
31729         * whitespace.el (whitespace-highlight-face): Likewise.
31730         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31731         * pcvs-info.el (cvs-marked-face): Likewise.
31732         * info.el (info-xref): Likewise.
31733         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31734         * hilit-chg.el (highlight-changes-face)
31735         (highlight-changes-delete-face): Likewise.
31736         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31737         (hi-red-b): Likewise.
31738         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31739         * font-lock.el (font-lock-keyword-face)
31740         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31741         * cus-edit.el (custom-invalid-face, custom-modified-face)
31742         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31743         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31744         * comint.el (comint-highlight-prompt): Likewise.
31746 2005-04-08  Lute Kamstra  <lute@gnu.org>
31748         * font-lock.el (font-lock-keywords): Docstring fixes.
31750 2005-04-08  Kenichi Handa  <handa@m17n.org>
31752         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31753         chars are more than a limit, print " and more..." at the tail.
31755 2005-04-08  Kim F. Storm  <storm@cua.dk>
31757         * emacs-lisp/authors.el (authors-aliases): Update list.
31758         (authors-ignored-files): New list.
31759         (authors-fixed-entries): Fix typo.
31760         (authors-renamed-files-alist): Update list.
31761         (authors-add): Check authors-ignored-files.
31763 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31765         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31766         optional, to ensure backward compatibility.
31768 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31770         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31772 2005-04-08  Kim F. Storm  <storm@cua.dk>
31774         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31776         * mouse.el (mouse-on-link-p): Doc fix.
31778 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31780         * ielm.el (ielm-prompt-read-only): Doc fix.
31782         * comint.el (comint-prompt-read-only): Doc fix.
31784 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31786         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31787         ensure dired always handles wildcards passed to ffap.
31788         (find-file-at-point): Use it.
31789         (ffap-dired-wildcards): Doc fix.
31791 2005-04-07  Juri Linkov  <juri@jurta.org>
31793         * simple.el (next-error-overlay-arrow-position): New defvar.
31794         Put "=>" on its property `overlay-arrow-string'.  Add it to
31795         `overlay-arrow-variable-list'.
31797         * progmodes/compile.el (compilation-setup):
31798         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31799         nil in the local hook `kill-buffer-hook'.  Make local variable
31800         `overlay-arrow-string' and set it to "=>".
31801         (compilation-goto-locus): Set BOL position to
31802         `next-error-overlay-arrow-position' instead of
31803         `overlay-arrow-position'.
31805         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31806         locally instead of adding it to the global hook.
31807         (Info-kill-buffer): Move up.
31809 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31811         * term/xterm.el (xterm-standard-colors): Update color values from
31812         xterm-200.
31814 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31816         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31818         * fast-lock.el:
31819         * lazy-lock.el: Move them to the obsolete subdir.
31821 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31823         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31824         (wdired-add-replace-advice): Remove.
31825         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31827 2005-04-06  Kim F. Storm  <storm@cua.dk>
31829         * startup.el (command-line): Add --bare-bones alias for -Q.
31831 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31833         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31834         create the startup fontset if a font specification ends with
31835         `mac-roman'.
31837 2005-04-06  Lute Kamstra  <lute@gnu.org>
31839         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31840         change.
31842         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31843         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31845 2005-04-05  Lute Kamstra  <lute@gnu.org>
31847         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31848         (define-generic-mode): Ditto.  Fix debug declaration.
31850         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31851         Put them in the generic-x group.
31853         * calendar/timeclock.el (timeclock): Doc fix.
31855         * generic.el (define-generic-mode): Don't use custom-current-group.
31856         Document default :group value.
31857         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31858         (define-global-minor-mode): Don't use custom-current-group.
31860 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31862         * startup.el (command-line-1): Display startup-echo-area-message
31863         when fancy splash screen is in use.
31865         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31866         (sh-escaped-newline): New face.
31867         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31868         newline, and use sh-escaped-newline face.
31870         * progmodes/tcl.el (tcl-escaped-newline): New face.
31871         (tcl-builtin-list): New variable.
31872         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31873         newlines.  Fix keywords subexpression number.
31875 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31877         * textmodes/org.el (org-diary-default-entry): Fix call to
31878         `add-to-diary-entry'.
31880 2005-04-05  Kim F. Storm  <storm@cua.dk>
31882         * ediff-init.el: Use (featurep 'xemacs).
31884 2005-04-05  David Ponce  <david@dponce.com>
31886         * cus-edit.el (face): Derive from symbol widget.  Display sample
31887         of the current face on the fly.
31888         (widget-face-sample-face-get, widget-face-notify): New functions.
31889         (widget-face-value-create): Remove.
31891         * wid-edit.el (widget-field-end): Temporarily remove field
31892         narrowing before to call `get-char-property'.
31894 2005-04-04  Jay Belanger  <belanger@truman.edu>
31896         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31897         (math-read-subscripts): New variable.
31898         (math-read-preprocess-string): Process subscripts.
31900 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31902         * comint.el (comint-prompt-read-only): Doc fix.
31904         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31905         `-1'.  Doc fix.
31907 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31909         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31910         Change default value to nil.
31912 2005-04-04  Lute Kamstra  <lute@gnu.org>
31914         * autorevert.el (auto-revert-mode): Specify :group.
31915         * battery.el (display-battery-mode): Specify :group.
31916         * diff-mode.el (diff-minor-mode): Specify :group.
31917         * font-core.el (font-lock-mode): Specify :group.
31918         * hl-line.el (hl-line-mode): Specify :group.
31919         * iimage.el (iimage): New customization group.
31920         (iimage-mode): Specify :group.
31921         * longlines.el (longlines-mode): Specify :group.
31922         * master.el: Don't require easy-mmode.
31923         (master): New customization group.
31924         (master-mode): Specify :group.
31925         * msb.el (msb-mode): Specify :group.
31926         * reveal.el (reveal-mode): Specify :group.
31927         * simple.el (next-error-follow-minor-mode): Specify :group.
31928         * smerge-mode.el (smerge-mode): Specify :group.
31929         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31930         * emulation/cua-base.el (cua-mode): Specify :group.
31931         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31932         * language/thai-util.el (thai-auto-composition-mode)
31933         (thai-word-mode): Specify :group.
31934         * mail/supercite.el (sc-minor-mode): Specify :group.
31935         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31936         * progmodes/flymake.el (flymake-mode): Specify :group.
31937         * progmodes/glasses.el (glasses-mode): Specify :group.
31938         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31939         * textmodes/enriched.el (enriched-mode): Specify :group.
31940         * textmodes/refill.el (refill-mode): Specify :group.
31942         * add-log.el (change-log-font-lock-keywords): Names in
31943         parenthesized lists can contain spaces.
31945 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31947         * startup.el (fancy-splash-text): Shorten default text of
31948         "Emacs Tutorial" line.  Also, if the current language env
31949         indicates an available tutorial file other than TUTORIAL,
31950         extract its title and append it to the line in parentheses.
31951         (fancy-splash-insert): If arg is a thunk, funcall it.
31953 2005-04-04  Jay Belanger  <belanger@truman.edu>
31955         * calc.el (calc-language-alist): Add tags to customization type.
31957 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31959         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31960         Doc fix.
31962 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31964         * add-log.el (change-log-font-lock-keywords): The manual
31965         describing a Change Log entry, says: (...) "Aside from these
31966         header lines, every line in the change log starts with a space or
31967         a tab.".  The font-lock was not highlighting lines started with
31968         spaces, added support for it.
31970 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31972         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31973         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31974         complex example in the docstring.
31975         (bibtex-font-lock-url): Use pop.
31977 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31979         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31981         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31983 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31985         * filesets.el (filesets-set-default): Doc fix.
31987 2005-04-03  Lute Kamstra  <lute@gnu.org>
31989         * generic.el (define-generic-mode): Add argument to specify
31990         keywords for defcustom.
31991         (default-generic-mode): Specify :group.
31993         * generic-x.el: Specify :group for all generic modes.
31995         * desktop.el (desktop-no-desktop-file-hook)
31996         (desktop-after-read-hook): Doc fix.
31998 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
32000         * simple.el (visible-mode): Use explicit :group keyword.
32001         This changes the group of `visible-mode-hook' from paren-blinking
32002         to editing-basics.
32004 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
32006         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
32007         mailbox specifications as well as URLs.
32008         (rmail-insert-inbox-text): Remove unused conditional branches.
32010 2005-04-01  Jay Belanger  <belanger@truman.edu>
32012         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32013         (calc-gnuplot-print-command): Move definitions to calc.el.
32015         * calc/calc-embed.el (calc-embedded-announce-formula)
32016         (calc-embedded-open-formula, calc-embedded-close-formula)
32017         (calc-embedded-open-word, calc-embedded-close-word)
32018         (calc-embedded-open-plain, calc-embedded-close-plain)
32019         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32020         (calc-embedded-open-mode, calc-embedded-close-mode):
32021         Move definitions to calc.el.
32023         * calc/calc.el (calc-settings-file, calc-language-alist):
32024         Make customizable.
32025         (calc-embedded-announce-formula, calc-embedded-open-formula)
32026         (calc-embedded-close-formula, calc-embedded-open-word)
32027         (calc-embedded-close-word, calc-embedded-open-plain)
32028         (calc-embedded-close-plain, calc-embedded-open-new-formula)
32029         (calc-embedded-close-new-formula, calc-embedded-open-mode)
32030         (calc-embedded-close-mode, calc-gnuplot-name)
32031         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32032         from other files and make customizable.
32034 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32036         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32037         Use buffer-live-p.
32038         (cvs-mode-run): Don't call cvs-update-header here.
32039         (cvs-run-process): Call cvs-update-header.
32040         Use process properties for cvs-postprocess and cvs-buffer so that
32041         the sentinel can behave better if the temp buffer is killed.
32042         Use a pipe rather than a tty, to better handle unexpected prompts.
32043         (cvs-sentinel): Rewrite.  Call cvs-update-header.
32045 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
32047         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32048         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
32050 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32052         * generic.el (define-generic-mode): Add indentation rule.
32054 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
32056         * files.el (mode-require-final-newline): Make Custom correctly
32057         report a nil value and allow to set it to nil via Custom.
32058         Doc fix.
32060 2005-04-01  Kenichi Handa  <handa@m17n.org>
32062         * international/characters.el: Enable the correct case setting for
32063         dotless-i and dotted-I.
32065 2005-04-01  Kim F. Storm  <storm@cua.dk>
32067         * ido.el (ido-file-internal): Fall back to non-ido command if
32068         initial directory is on slow ftp (or tramp) host.
32070 2005-03-31  Richard M. Stallman  <rms@gnu.org>
32072         * emacs-lisp/autoload.el (make-autoload):
32073         Handle define-global-minor-mode.
32075         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32076         Rename from easy-mmode-define-global-mode.
32077         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32079         * progmodes/scheme.el (scheme-mode-syntax-table):
32080         Update syntax of | and # for two-character comment syntax.
32082 2005-03-31  Lute Kamstra  <lute@gnu.org>
32084         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32085         (define-minor-mode): Call custom-current-group at load-time.
32087         * generic.el (define-generic-mode): Add debug declaration.
32088         Add defcustom for the mode hook.
32089         (generic-mode-internal): Use run-mode-hooks.
32091 2005-03-31  Kim F. Storm  <storm@cua.dk>
32093         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32094         (mouse-fixup-help-message): New defun called by show_help_echo
32095         to fixup mouse-2 prefix in help messages when applicable.
32097         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32099 2005-03-31  Kenichi Handa  <handa@m17n.org>
32101         * language/thai-word.el (thai-find-word-ends): Pay attention to
32102         the case that we reach the end of buffer.
32104         * textmodes/fill.el (fill-text-properties-at): New function.
32105         (fill-newline): Use fill-text-properties-at instead of
32106         text-properties-at.
32108 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32110         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32111         not comint-quote-filename.
32113 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
32115         * help-fns.el (help-with-tutorial): Revert last change.
32117 2005-03-31  Kim F. Storm  <storm@cua.dk>
32119         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32121 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32123         * calendar/cal-china.el: Update reference to "Calendrical
32124         Calculations" book; there's a new edition.
32125         * calendar/cal-coptic.el: Likewise.
32126         * calendar/cal-french.el: Likewise.
32127         * calendar/cal-hebrew.el: Likewise.
32128         * calendar/cal-islam.el: Likewise.
32129         * calendar/cal-iso.el: Likewise.
32130         * calendar/cal-julian.el: Likewise.
32131         * calendar/cal-mayan.el: Likewise.
32132         * calendar/cal-persia.el: Likewise.
32133         * calendar/calendar.el: Likewise.
32134         * calendar/holidays.el: Likewise.
32135         * calendar/lunar.el: Likewise.
32136         * calendar/solar.el: Likewise.
32138         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32139         white space from doc string.
32141 2005-03-30  Jay Belanger  <belanger@truman.edu>
32143         * calc/calc-help.el (calc-full-help): Remove email address.
32145 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
32147         * help-fns.el (help-with-tutorial): Delete title line.
32149 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32151         * calendar/cal-x.el (calendar-one-frame-setup)
32152         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32153         rather than `symbol' for set-window-dedicated-p.
32155         * calendar/appt.el (appt-buffer-name): Make it a constant.
32156         (appt-add): Doc fix.
32158         * filesets.el (filesets-menu-path, filesets-menu-before)
32159         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
32160         (filesets-menu-cache-file): Use directory ~/.emacs.d.
32161         (filesets-add-submenu): Delete and use add-submenu instead.
32163 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
32165         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32166         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32167         (org-diary-default-entry): New function.
32168         (org-get-entries-from-diary): Better parsing of diary entries.
32169         (org-agenda-check-no-diary): New function.
32170         ("diary-lib"): Advice to function `add-to-diary-list', to allow
32171         linking to diary entries.
32172         (org-agenda-execute-calendar-command): New function.
32173         (org-agenda): Improve visible section in window.
32174         Use `org-fit-agenda-window'.
32175         (org-fit-agenda-window): New option.
32176         (org-move-subtree-down): Better handling of empty lines
32177         at end of subtree.
32178         (org-cycle): Numeric prefix is interpreted now as show-subtree N
32179         levels up.
32180         (org-fontify-done-headline): New option.
32181         (org-headline-done-face): New face.
32182         (org-set-font-lock-defaults): Use `org-headline-done-face'.
32183         (org-table-copy-down): Rename from `org-table-copy-from-above'.
32184         When current field is non-empty, it is copied to next row.
32185         (org-table-copy-from-above): Fix bug which made it
32186         impossible to copy fields containing only a single non-white character.
32188 2005-03-30  Kim F. Storm  <storm@cua.dk>
32190         * kmacro.el (kmacro-end-macro): Isearch may store this command
32191         into the macro -- so ignore it when executing keyboard macro.
32193 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32195         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32197 2005-03-29  Kenichi Handa  <handa@m17n.org>
32199         * language/thai.el ("Thai"): Set setup-function and exit-function
32200         for Thai language environment.
32202         * language/thai-util.el: Require thai-word.
32203         (thai-word-mode-map): New variable.
32204         (thai-word-mode): New minor mode.
32205         (setup-thai-language-environment-internal): New function.
32206         (exit-thai-language-environment-internal): New function.
32208         * language/thai-word.el (thai-word-table): Declare it by defvar,
32209         use dolist to initialize it.
32210         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32211         (thai-fill-find-break-point): New functions.
32213 2005-03-29  Richard M. Stallman  <rms@gnu.org>
32215         * simple.el (idle-update-delay): Move definition up.
32216         (set-mark): Doc fix.
32218 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
32220         * longlines.el: New file.
32222         * simple.el (buffer-substring-filters): New variable.
32223         (filter-buffer-substring): New function.
32224         (kill-region, copy-region-as-kill): Use it.
32226         * register.el (copy-to-register, append-to-register)
32227         (prepend-to-register): Use filter-buffer-substring.
32229 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32231         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32232         (gud-filter-pending-text): Move in front of gdb.
32233         (gud-overlay-arrow-position): New variable.
32234         (gud-sentinel, gud-display-line): Use it in place of
32235         overlay-arrow-position.
32237 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
32239         * progmodes/fortran.el (fortran-if-indent): Doc fix.
32240         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32241         (fortran-font-lock-keywords-4): New variable.
32242         (fortran-blocks-re, fortran-end-block-re)
32243         (fortran-start-block-re): New constants, for hideshow.
32244         (hs-special-modes-alist): Add a Fortran entry.
32245         (fortran-mode-map): Bind fortran-end-of-block,
32246         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32247         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32248         (fortran-looking-at-if-then, fortran-end-of-block)
32249         (fortran-beginning-of-block): New functions, for hideshow.
32251         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32252         Doc fix.  Tweak regexp.
32253         (f90-beginning-of-block): Push mark first.
32255 2005-03-29  Jay Belanger  <belanger@truman.edu>
32257         * calc/calc.el: Update copyright date.
32258         (calc-version): Increase to 2.1.
32259         (calc-version-date): Remove.
32261         * calc/calc-help.el: Update copyright date.
32262         (calc-full-help): Remove reference to calc-version-date.
32263         Update copyright date.
32265 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32267         * vc.el (vc-do-command): Use a pipe for async processes, so password
32268         prompts don't show up at places where the user can't reply.
32270 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32272         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32273         on the file name we pass to the inferior shell.
32275 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32277         * progmodes/which-func.el (which-function): Be robust in the face of an
32278         imenu--make-index-alist failure.
32280 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32282         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32284         * progmodes/python.el (python-preoutput-filter): Fix last change.
32286 2005-03-29  Lute Kamstra  <lute@gnu.org>
32288         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32289         functions and compiled macros.
32290         (debug-convert-byte-code): Handle macros too.
32291         (debug-on-entry-1): Don't signal an error when trying to clear a
32292         function that is not set to debug on entry.
32294 2005-03-29  Jay Belanger  <belanger@truman.edu>
32296         * calc/calc-lang.el: Add functions to math-function-table
32297         properties of tex and math.
32299 2005-03-29  Kenichi Handa  <handa@m17n.org>
32301         * ps-mule.el (ps-mule-plot-string): Translate characters by
32302         ps-print-translation-table.
32303         (ps-mule-begin-job): Call find-charset-region/string with
32304         ps-print-translation-table.
32305         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32307         * ps-print.el (ps-print-translation-table): New variable.
32308         (ps-plot-region): Translate characters by ps-print-translation-table.
32310 2005-03-29  Juri Linkov  <juri@jurta.org>
32312         * simple.el (next-error-highlight-timer): New variable.
32314         * progmodes/compile.el (compilation-goto-locus):
32315         Use `next-error-highlight-timer' instead of `sit-for'.
32317 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32319         * mail/supercite.el (sc-mail-field): Use assoc-string.
32320         (sc-get-address): Simplify regexps.
32322         * files.el (minibuffer-with-setup-hook): New macro.
32323         (find-file-read-args): Use it to avoid let-binding
32324         minibuffer-with-setup-hook (which breaks turning on/off
32325         file-name-shadow-mode while in the prompt).
32327         * complete.el (PC-read-include-file-name-internal):
32328         Use test-completion.
32330 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32332         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32334 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32336         * window.el (window-buffer-height): Use count-screen-lines.
32338         * progmodes/python.el (python-preoutput-leftover): New var.
32339         (python-preoutput-filter): Use it.
32340         (python-send-receive): Loop until all the result has been received.
32342 2005-03-28  Juri Linkov  <juri@jurta.org>
32344         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32346         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32347         "Recover Crashed Session".
32348         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32349         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32350         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32351         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32352         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32353         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32354         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32355         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32357         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32358         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32359         Ediff Sessions", "Toggle use of separate control buffer frame",
32360         "Use separate frame for Ediff control buffer".
32362         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32363         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32364         "Rename Bookmark", "Delete Bookmark".
32366         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32367         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32368         Add `:active Info-index-alternatives' to "Next Matching Item".
32370         * wdired.el (wdired-change-to-wdired-mode):
32371         Mention `wdired-abort-changes' key in the initial message.
32373         * international/mule.el (auto-coding-alist): Associate non-ascii
32374         image filename extensions with `no-conversion'.
32376 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32378         * international/iso-acc.el:
32379         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32381 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32383         * textmodes/sgml-mode.el (html-mode): Doc update.
32385         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32387 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32389         * term.el (term-move-columns): Fix face after extending a line.
32390         (term-insert-spaces): Likewise.
32391         (term-reset-terminal): Fix off by one error.
32393 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32395         * international/mule.el (auto-coding-alist): Add .xpi files.
32397         * files.el (auto-mode-alist): Add .xpi files.
32399 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32401         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32403 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32405         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32407 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32409         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32410         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32412         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32413         cursor to Jan 1 when needed.
32414         (calendar-end-of-year): Fix -/+ typo.
32415         Reported by Chong Yidong <cyd@stupidchicken.com>.
32417 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32419         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32421         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32422         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32424 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32426         * filesets.el (filesets-init): Add autoload.
32428         * mail/mailalias.el (mail-directory): Doc fix.
32430 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32432         * mail/mailalias.el (mail-directory-process): Do nothing if
32433         mail-directory-process is an atom.
32434         (mail-get-names): Ignore mail-directory-names if it is an atom.
32435         (mail-directory-process defvar): Doc fix.
32436         (mail-names): Doc fix.
32438 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32440         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32442 2005-03-26  Kenichi Handa  <handa@m17n.org>
32444         * international/mule-util.el (detect-coding-with-priority):
32445         Call update-coding-systems-internal before detect-coding-region.
32447 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32449         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32450         (gdb-frames-mode-map): Add follow-link property.
32452 2005-03-25  Jay Belanger  <belanger@truman.edu>
32454         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32455         for variables.
32457 2005-03-25  Juri Linkov  <juri@jurta.org>
32459         * image-mode.el: Optimize image filename extension regexps in
32460         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32461         in `auto-mode-alist'.
32462         (image-mode): Add `image-toggle-display-text' to local hook
32463         `change-major-mode-hook'.  Display the image as an image by
32464         default.  Set `cursor-type' and `truncate-lines' if the image
32465         is already displayed.  Take into account the current mode (image
32466         or text) in message.
32467         (image-minor-mode): New minor mode.
32468         (image-mode-maybe, image-toggle-display-text): New functions.
32469         (image-toggle-display): Use called-interactively-p.
32470         Let-bind `inhibit-read-only' to t.
32472         * image-mode.el (image-minor-mode): Set `cursor-type' and
32473         `truncate-lines' if the image is already displayed.  Add turning
32474         image-minor-mode off to `change-major-mode-hook'.  Add message.
32475         Call `image-toggle-display-text' after turning image-minor-mode off.
32477 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32479         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32480         Terminal.app, use utf-8.
32481         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32482         (set-locale-environment): Use it.
32484         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32486         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32488         * progmodes/python.el (python-close-block-statement-p)
32489         (python-outdent-p, python-current-defun): Use symbol-end.
32491 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32493         * files.el (save-some-buffers): Doc fix.
32495 2005-03-25  Werner Lemberg  <wl@gnu.org>
32497         * complete.el, thumbs.el: Replace `legal' with `valid'.
32498         * calendar/calendar.el: Replace `legal' with `valid'.
32499         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32500         * mail/supercite.el: Replace `legal' with `valid'.
32501         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32502         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32503         Replace `legal' with `valid'.
32504         * textmodes/reftex-vars.el, textmodes/reftex.el:
32505         Replace `legal' with `valid'.
32507 2005-03-25  Werner Lemberg  <wl@gnu.org>
32509         * calc/calc-forms.el, calc/calc-sel.el
32510         * midnight.el, vc-cvs.el
32511         * emacs-lisp/cl-macs.el
32512         * emulation/vip.el
32513         * eshell/esh-io.el, eshell/esh-var.el
32514         * mail/supercite.el
32515         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32516         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32517         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32518         * progmodes/sh-script.el, progmodes/xscheme.el
32519         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32520         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32521         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32522         * textmodes/reftex.el, textmodes/org.el:
32523         Replace `illegal' with `invalid'.
32525 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32527         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32528         (flymake-find-buildfile, flymake-find-possible-master-files)
32529         (flymake-check-include, flymake-parse-line): Replace loops over the
32530         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32532         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32533         Substitute file-name-as-directory in the rest of the file.
32534         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32535         (flymake-replace-region): Remove unused arg `buffer'.
32536         (flymake-check-patch-master-file-buffer): Update calls to it.
32537         (flymake-add-err-info): Remove unused var `count'.
32538         (flymake-mode): Use define-minor-mode.
32540         * progmodes/flymake.el: Use with-current-buffer.
32541         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32542         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32543         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32544         Avoid testing for `xemacs'.
32545         (flymake-nop): Move.
32546         (flymake-region-has-flymake-overlays): Return the computed value.
32547         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32548         Remove unused var `endline'.
32549         (flymake-get-line-count): Remove unused function.
32550         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32552         * emulation/vi.el:
32553         * generic.el:
32554         * hilit-chg.el (global-highlight-changes):
32555         * hi-lock.el (hi-lock-mode):
32556         * follow.el: find-file-hooks -> find-file-hook.
32558         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32560 2005-03-24  Juri Linkov  <juri@jurta.org>
32562         * dired.el (dired-mode-map): Add menu item "Compare directories"
32563         for dired-compare-directories.
32565         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32566         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32568 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32570         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32572 2005-03-24  Jay Belanger  <belanger@truman.edu>
32574         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32575         relevant mode settings in calc-embedded-original-modes when modes
32576         are permanently changed.
32578 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32580         * autoinsert.el: find-file-hooks -> find-file-hook.
32582 2005-03-24  Lute Kamstra  <lute@gnu.org>
32584         * generic.el (generic-font-lock-defaults): Make it obsolete.
32585         (generic-font-lock-keywords): New variable to replace
32586         generic-font-lock-defaults.
32587         (generic-mode-set-font-lock): Delete it.
32588         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32589         (generic-bracket-support): Add docstring.
32591         * generic-x.el: Rename generic-font-lock-defaults to
32592         generic-font-lock-keywords throughout.
32593         (mailagent-rules-setup-function): Delete it.
32594         (mailagent-rules-generic-mode): Use anonymous function instead.
32595         (show-tabs-generic-mode-font-lock-defaults-1)
32596         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32597         Quote faces.
32598         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32599         not foreground.
32601         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32602         Recognize define-generic-mode.
32604 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32606         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32607         if there's no completion table.
32609 2005-03-23  Miles Bader  <miles@gnu.org>
32611         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32612         Remove tty-specific variants, as they're no longer needed.
32614 2005-03-23  Lute Kamstra  <lute@gnu.org>
32616         * generic-x.el: Code cleanup: make args constant whenever possible.
32617         (installshield-statement-keyword-list)
32618         (installshield-system-functions-list)
32619         (installshield-system-variables-list, installshield-types-list)
32620         (installshield-funarg-constants-list): Make them constants.
32622         * generic.el (generic-make-keywords-list): Add autoload cookie.
32624         * calendar/time-date.el: Add comment on time value formats.
32625         Don't require parse-time.
32626         (with-decoded-time-value): New macro.
32627         (encode-time-value): New function.
32628         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32629         (days-to-time): Return a valid time value when arg is huge.
32630         (time-since): Use time-subtract.
32631         (time-to-number-of-days): Use time-to-seconds.
32633 2005-03-23  David Ponce  <david@dponce.com>
32635         * recentf.el (recentf-keep): New option.
32636         (recentf-menu-action): Default to `find-file'.
32637         (recentf-keep-non-readable-files-flag)
32638         (recentf-keep-non-readable-files-p)
32639         (recentf-file-readable-p, recentf-find-file)
32640         (recentf-cleanup-remote): Remove.
32641         (recentf-include-p): More robust.
32642         (recentf-keep-p): New function.
32643         (recentf-remove-if-non-kept): Rename from
32644         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32645         All callers updated.
32646         (recentf-menu-items-for-commands): Fix help string.
32647         (recentf-track-closed-file): Update.  Doc fix.
32648         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32650 2005-03-23  Kim F. Storm  <storm@cua.dk>
32652         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32653         Don't inherit from fringe face (now happens automatically).
32655 2005-03-22  Kim F. Storm  <storm@cua.dk>
32657         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32658         position values.
32660 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32662         * menu-bar.el (showhide-date-time): Remove.
32663         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32664         (menu-bar-make-mm-toggle): Simplify.
32666 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32668         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32669         Accept qualified variable and function names.
32671 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32673         * bindings.el (completion-ignored-extensions):
32674         Remove ".lis" for `vax-vms'.
32676 2005-03-22  Andreas Schwab  <schwab@suse.de>
32678         * generic-x.el: Revert last change.
32679         * ldefs-boot.el: Update.
32681 2005-03-22  Jay Belanger  <belanger@truman.edu>
32683         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32684         (calc-embedded-save-original-modes)
32685         (calc-embedded-restore-original-modes): New functions.
32686         (calc-do-embedded): Save original modes when entering embedded mode
32687         and restore when leaving embedded mode.
32688         (calc-embedded-modes-change): Change the value of
32689         calc-embedded-original-modes to reflect permanent changes.
32691 2005-03-22  Lute Kamstra  <lute@gnu.org>
32693         * generic-x.el: Require generic again.
32695 2005-03-22  Miles Bader  <miles@gnu.org>
32697         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32698         Tweak details to look good on both ttys and bitmap displays, light
32699         or dark background, etc.
32701 2005-03-21  Kim F. Storm  <storm@cua.dk>
32703         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32704         mouse position.
32706 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32708         * icomplete.el: Don't forcibly turn on the mode upon load.
32709         (icomplete-mode): Use define-minor-mode.
32710         (icomplete-eoinput): Default to nil.
32711         (icomplete-minibuffer-setup): Remove autoload.
32712         (icomplete-tidy): Simplify.
32713         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32714         in the initial state or if the user has modified the field.
32715         Fix handling of icomplete-max-delay-chars.
32716         Remove code that handles the oddball case where
32717         minibuffer-completion-table is an integer.
32718         Wrap icomplete-completions in while-no-input in case building
32719         completions takes more time than expected.
32720         (icomplete-completions): Simplify.
32722 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32724         * jka-compr.el (jka-compr-really-do-compress):
32725         Make variable buffer-local.
32727         * image-mode.el: Handle .xpm files too.
32728         (image-toggle-display): Preserve modification flag.
32730         * help.el (where-is): Don't mention aliases with no key bindings.
32732 2005-03-21  Lute Kamstra  <lute@gnu.org>
32734         * generic.el: Fix commentary section.  Don't require cl for
32735         compilation.
32736         (generic-mode-list): Add autoload cookie.
32737         (generic-use-find-file-hook, generic-lines-to-scan)
32738         (generic-find-file-regexp, generic-ignore-files-regexp)
32739         (generic-mode, generic-mode-find-file-hook)
32740         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32741         (define-generic-mode): Make it a defmacro.  Fix docstring.
32742         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32743         (generic-mode-set-comments): Code cleanup.
32744         * generic-x.el: Don't prevent compilation.  Don't require generic.
32745         Follow coding conventions.  Minor code cleanup.
32746         (etc-fstab-generic-mode): Add some keywords.
32747         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32748         define-generic-mode like a function declaration.
32750 2005-03-21  Jay Belanger  <belanger@truman.edu>
32752         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32753         changing modes.
32755 2005-03-21  Sam Steingold  <sds@gnu.org>
32757         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32759 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32761         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32762         Add underscore to "f$ lexicals" regexp.
32764 2005-03-20  Juri Linkov  <juri@jurta.org>
32766         * subr.el (progress-reporter-do-update): When `min-value' is equal
32767         to `max-value', set `percentage' to 0 and prevent division by zero.
32769 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32771         Sync with Tramp 2.0.48.
32773         * net/tramp.el (all): Change all addresses to .gnu.org.
32774         (tramp-append-tramp-buffers): New defun.
32775         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32776         Catch `dont-send' signal.
32777         (tramp-set-auto-save-file-modes): Set always permissions, because
32778         there might be an old auto-saved file belonging to another
32779         original file.  This could be a security threat.  Reported by
32780         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32781         Check for Emacs 21.3.50 removed.
32783         * net/tramp-smb.el (all): Remove debug construct for
32784         `with-parsed-tramp-file-name'.
32785         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32786         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32787         No error message if DIRECTORY or FILENAME doesn't exist.
32788         (tramp-smb-open-connection): Check existence of
32789         `tramp-smb-program'.
32791 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32793         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32794         Properly handle the case where the `m' or `s' command's argument is not
32795         yet terminated.
32796         (perl-indent-new-calculate): New function.
32797         (perl-indent-line): Use it.
32799 2005-03-20  Miles Bader  <miles@gnu.org>
32801         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32802         in text-mode too.  Change to new face names.
32803         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32804         Add `:weight bold' attribute.
32805         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32807 2005-03-19  Juri Linkov  <juri@jurta.org>
32809         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32811         * international/mule.el (auto-coding-alist): Sync with
32812         `auto-mode-alist' by adding upper case archive file extensions
32813         and adding ear/war to jar extension.
32815 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32817         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32818         running, restart it.
32820 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32822         * finder.el (finder-current-item): Throw an error on an empty line.
32824         * man.el (Man-follow-manual-reference): If current-word returns
32825         nil, use "".
32827 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32829         * simple.el (goto-line): Doc fix.
32831 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32833         * files.el (save-buffer): Doc fix.
32835 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32837         * recentf.el (recentf-cleanup-remote): New variable.
32838         (recentf-cleanup): Use it to conditionally check availability of
32839         remote files.
32841 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32843         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32844         function names.
32846 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32848         * language/thai-word.el: New file.
32850 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32852         * files.el (backup-buffer): If the file's directory is not
32853         writable, use copy instead of move to backup the file.
32855 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32857         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32859 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32861         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32862         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32863         <darkman_spam@yahoo.fr>.
32864         (ps-print-version): New version 6.6.6.
32866 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32868         * textmodes/table.el (table--line-column-position): New idiom.
32869         (table--row-column-insertion-point-p): New function to test
32870         validity of row and column insertion operation at a location.
32871         (table-global-menu, table-cell-menu): Use above functions for
32872         deterministic test operation.
32873         (table--editable-cell-p): Behave in deterministic fashion.
32875 2005-03-18  Juri Linkov  <juri@jurta.org>
32877         * isearch.el (isearch-lazy-highlight-new-loop):
32878         Make arguments beg and end optional.
32879         (isearch-update): Remove optional arguments nil from
32880         isearch-lazy-highlight-new-loop.
32881         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32882         isearch-lazy-highlight-case-fold-search instead of
32883         isearch-case-fold-search, and let-bind isearch-regexp to
32884         isearch-lazy-highlight-regexp.
32885         Use isearch-lazy-highlight-last-string instead of isearch-string.
32887         * replace.el (perform-replace): Remove bindings of global
32888         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32889         Add three new arguments to `replace-highlight'.
32890         (replace-highlight): Add arguments string, regexp, case-fold.
32891         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32892         to allow isearch-lazy-highlight-new-loop to use these values
32893         to set corresponding isearch-lazy-highlight-* internal
32894         variables whose values lazy highlighting will use regardless of
32895         changes to global variables isearch-string, isearch-regexp,
32896         isearch-case-fold-search during lazy highlighting loop.
32897         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32898         to `lazy-highlight-cleanup'.
32900         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32901         (ispell-highlight-face): Set default face to `isearch' when
32902         lazy highlighting is enabled.
32903         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32904         priority to 1.  Add lazy highlighting.
32905         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32906         from `isearch-dehighlight'.
32908 2005-03-18  David Ponce  <david@dponce.com>
32910         * files.el (hack-local-variables): Do a case-insensitive search
32911         for End.
32913 2005-03-18  Juri Linkov  <juri@jurta.org>
32915         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32916         `isearch-lazy-highlight-cleanup', add alias to old name and
32917         declare obsolete.  Add release numbers to other obsolete vars.
32918         (isearch-done, isearch-lazy-highlight-new-loop):
32919         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32920         (lazy-highlight-cleanup) <variable>: Doc fix.
32921         (isearch-lazy-highlight-update): Rename obsolete
32922         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32924 2005-03-18  Kenichi Handa  <handa@m17n.org>
32926         * language/thai-util.el: Fix categorization of Thai characters in
32927         thai-category-table.
32928         (thai-composition-pattern): Adjust it for the above change.
32929         (thai-self-insert-command, thai-compose-syllable): New functions.
32930         (thai-compose-region): Use thai-compose-syllable.
32931         (thai-compose-string): Likewise.
32932         (thai-composition-function): Likewise.
32933         (thai-auto-composition): New function.
32934         (thai-auto-composition-mode): New minor mode.
32936         * language/thai.el: Fix patterns to be registered in
32937         composition-function-table.
32939         * international/quail.el (quail-input-method): Locally bind
32940         inhibit-modification-hooks to t.
32942 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32944         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32945         (perl-mode): Use run-mode-hooks.
32947         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32948         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32949         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32951         * mail/sendmail.el (sendmail-send-it): Reenable the code
32952         to compute resend-to-address and use it.
32954         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32956         * image-mode.el: New file.
32958         * image.el (insert-sliced-image): Add autoload cookie.
32960         * font-lock.el (font-lock-lines-before): New user option.
32961         (font-lock-after-change-function): Obey it.
32963         * bindings.el (esc-map): Make M-g a prefix.
32964         Bind M-g g and M-g M-g to goto-line.
32966         * faces.el (face-id): Doc fix.
32968 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32970         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32971         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32972         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32974         * mail/sendmail.el (mail-yank-ignored-headers)
32975         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32976         Add Mail-Followup-To and Mail-Reply-To headers.
32977         (mail-citation-hook): Add autoload cookie.
32978         (mail-mode): Doc fix.
32979         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32980         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32981         (mail-mode-fill-paragraph): Handle those headers.
32982         (mail-mailing-lists): New variable.
32983         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32985 2005-03-17  Juri Linkov  <juri@jurta.org>
32987         * isearch.el (isearch-fallback): Check for `(car previous)'
32988         before calling `isearch-other-end-state'.
32990 2005-03-17  Kim F. Storm  <storm@cua.dk>
32992         * simple.el (move-beginning-of-line): Move to beginning of buffer
32993         line, as well as beginning of screen line.
32995 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32997         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32998         argument REDRAW rather than calendar-redrawing variable.
32999         * calendar/calendar.el (calendar-redrawing): Delete.
33000         (redraw-calendar): Do not bind calendar-redrawing.
33002 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
33004         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33005         diary-file buffer.
33007 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33009         * help.el (describe-mode): Allow a :minor-mode-function property to
33010         specify a different minor mode toggle function than the variable.
33011         * simple.el (auto-fill-function):
33012         * subr.el (add-minor-mode): Use it.
33014 2005-03-16  Kenichi Handa  <handa@m17n.org>
33016         * language/ethio-util.el (sera-being-called-by-w3): New variable.
33017         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33018         (ethio-fidel-to-sera-buffer): Likewise.
33020 2005-03-16  Juri Linkov  <juri@jurta.org>
33022         * emacs-lisp/find-func.el (find-function-regexp):
33023         Add defun-emitting macro `menu-bar-make-toggle'.
33025         * isearch.el: Put `isearch-scroll' property to
33026         `split-window-horizontally'.
33028         * info.el: Update error messages for `debug-ignored-errors'.
33029         (Info-isearch-search): Doc fix.
33030         (Info-find-node): Move up code to go into info buffer before
33031         recording the node to the history.
33032         (Info-fontify-node): Fontify titles only if the next line
33033         has two or more `*', `=', `-', `.'.
33034         Display "go to this node" for empty (match-string 3).
33036 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33038         * term/mac-win.el: Add mouse pointer shape constants.
33040 2005-03-15  Kim F. Storm  <storm@cua.dk>
33042         * simple.el (move-beginning-of-line): Use vertical-motion.
33044 2005-03-15  Juri Linkov  <juri@jurta.org>
33046         * isearch.el (isearch-error): New variable.
33047         (isearch-invalid-regexp, isearch-within-brackets): Remove.
33048         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33049         (isearch-within-brackets-state): Remove.
33050         (isearch-case-fold-search-state, isearch-pop-fun-state):
33051         Decrease frame index.
33052         (isearch-mode, isearch-top-state, isearch-push-state)
33053         (isearch-edit-string, isearch-abort, isearch-search-and-update)
33054         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33055         (isearch-search, isearch-lazy-highlight-new-loop):
33056         Replace `isearch-invalid-regexp' with `isearch-error'.
33057         Remove `isearch-within-brackets'.
33058         (isearch-search): Add `search-failed' handler to `condition-case'.
33059         (isearch-lazy-highlight-search): Add `condition-case' to catch
33060         errors and allow `isearch-lazy-highlight-update' to try
33061         highlighting from the beginning of the window.
33062         (isearch-repeat): Move up code to set isearch-wrapped to t
33063         before calling isearch-wrap-function.
33065         * info.el (Info-isearch-initial-node): New internal variable.
33066         (Info-search): Signal an error in isearch mode when search leaves
33067         the initial node.  Signal an error when `bound' is non-nil and
33068         nothing was found in the current subfile.
33069         (Info-isearch-search): Remove `condition-case'.
33070         (Info-isearch-wrap): Don't wrap when search failed during leaving
33071         the initial node.  If `Info-isearch-search' is nil, wrap around
33072         the current node.
33073         (Info-isearch-start): New fun.
33074         (Info-mode): Add buffer-local hook `Info-isearch-start' to
33075         `isearch-mode-hook'.
33077 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33079         * simple.el (normal-erase-is-backspace): Set default to t if
33080         running on Mac.
33082         * term/mac-win.el (function-key-map): Sync with x-win.el.
33084 2005-03-15  Kenichi Handa  <handa@m17n.org>
33086         * international/mule-cmds.el (locale-language-names): Modify the
33087         format of elements and add more entries.
33088         (locale-preferred-coding-systems): Add more entries.
33089         (set-locale-environment): Adjust for the change of
33090         locale-language-names.
33092 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33094         * pcvs.el (smerge-ediff): Remove bogus autoload.
33096 2005-03-14  Lute Kamstra  <lute@gnu.org>
33098         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33099         Ignore a `*' at the beginning of a line.
33101         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33102         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33103         subr.el.
33104         (dont-compile, eval-when-compile, eval-and-compile): Use declare
33105         to specify indentation.
33107         * generic.el (define-generic-mode): Let generic-mode-list be a
33108         list of strings; test membership with equal.
33110 2005-03-14  Kim F. Storm  <storm@cua.dk>
33112         * simple.el (next-line, previous-line): Add optional try-vscroll
33113         arg to recognize interactive use.  Pass it on to line-move.
33114         (line-move): Don't perform auto-window-vscroll when defining or
33115         executing keyboard macro to ensure consistent behavior.
33117 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33119         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33121 2005-03-13  Lute Kamstra  <lute@gnu.org>
33123         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33124         debugger-setup-buffer so that backtrace marks the frames set to
33125         debug-on-exit and we don't have to do it manually.  Set an extra
33126         debug-on-exit for macro's.
33127         (debugger-setup-buffer): Don't mark the top frame manually.
33129 2005-03-12  Lute Kamstra  <lute@gnu.org>
33131         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33132         lisp-indent-function throughout.
33133         (with-no-warnings): Set lisp-indent-function property.
33135 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
33137         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33138         Add entry for backslash.
33140 2005-03-12  Juri Linkov  <juri@jurta.org>
33142         * info.el (Info-search): Four fixes for backward search.
33144 2005-03-11  Jay Belanger  <belanger@truman.edu>
33146         * calc/calc.el (calc-language-alist): New variable.
33147         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33148         (calc-embedded-find-modes): Use calc-language-alist instead of
33149         calc-embedded-language-alist.
33151 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33153         * calendar/calendar.el (calendar-redrawing): New internal
33154         variable.
33155         (redraw-calendar): Remove bogus save-excursion from previous
33156         change.  Bind calendar-redrawing to t for mark-diary-entries.
33157         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33158         calendar if that is why we were called.
33160 2005-03-11  Kenichi Handa  <handa@m17n.org>
33162         * international/mule.el (make-coding-system): Set property
33163         coding-system-define-form to nil.
33164         (define-coding-system-alias): Likewise.
33166 2005-03-11  Kenichi Handa  <handa@m17n.org>
33168         These changes are suggested by Dave Love <fx@gnu.org>.
33170         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33171         coding: tag.
33172         (adaptive-fill-regexp): Add more bullets.
33173         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33174         regexps.
33176 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33178         * help.el (describe-mode): Properly handle non-trivial lighters.
33179         Don't ignore minor modes that are not listed in minor-mode-list.
33181         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33182         feature ON when the user requests to turn it OFF.
33184 2005-03-10  Lute Kamstra  <lute@gnu.org>
33186         * emacs-lisp/debug.el (debug-entry-code): Delete it.
33187         (implement-debug-on-entry): New function to replace debug-entry-code.
33188         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
33189         second argument as the 2005-03-07 change makes it obsolete.
33190         (debug-on-entry, cancel-debug-on-entry): Update call to
33191         debug-on-entry-1.
33192         (debug, debugger-setup-buffer): Comment update.
33193         (debugger-frame-number): Update to work with implement-debug-on-entry.
33195 2005-03-10  Jay Belanger  <belanger@truman.edu>
33197         * calc/calc-embed.el (math-ms-args): Declare it.
33198         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33199         math-ms-args.
33200         (calc-embedded-subst): Use math-multi-subst-rec to substitute
33201         variables.
33203 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
33205         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33206         Use message-box.
33208         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33209         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33210         (tooltip-gud-tips): Simplify.
33211         (tooltip-gud-tips-p): Remove superfluous :set.
33212         (tooltip-gud-modes): Add fortran-mode.
33213         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33215         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33217 2005-03-09  Kim F. Storm  <storm@cua.dk>
33219         * play/animate.el (animate-place-char): Use forward-line instead
33220         of next-line to improve performance.
33222 2005-03-09  Simon Josefsson  <jas@extundo.com>
33224         * net/browse-url.el (browse-url-default-browser): Doc fix.
33226 2005-03-09  Miles Bader  <miles@gnu.org>
33228         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33229         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33231 2005-03-09  Kenichi Handa  <handa@m17n.org>
33233         * international/latin-1.el: Set case and syntax for 255 only if
33234         set-case-syntax-set-multibyte is nil.
33236         * textmodes/ispell.el (ispell-insert-word): New function.
33237         (ispell-word): Use ispell-insert-word to insert a new word.
33238         (ispell-process-line): Likewise.
33239         (ispell-complete-word): Likewise.
33241 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
33243         * calendar/calendar.el (redraw-calendar): Preserve point.
33244         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33245         (calendar-week-start-day): Move after definition of
33246         redraw-calendar.  Delete buffer test, since redraw-calendar has
33247         that now.
33249         * calendar/diary-lib.el (mark-diary-entries): Only call
33250         redraw-calendar in the first of any recursive calls.
33251         Reported by Alan Shutko <ats@acm.org>.
33253 2005-03-08  Juri Linkov  <juri@jurta.org>
33255         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33256         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33257         (html-radio-buttons): Add a space before the trailing `/>' where
33258         sgml-xml-mode is non-nil.
33259         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33260         the subsequent tag of the empty XML tag.
33261         (html-href-anchor): Don't set initial input to "http:".
33262         (html-image): Ask for the image URL and set point inside alt="".
33263         (html-name-anchor): Duplicate the name in the `id' attribute when
33264         sgml-xml-mode is non-nil.
33265         (html-paragraph): Remove \n before <p>.
33266         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33267         instead of `checked' when sgml-xml-mode is non-nil.
33269         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33270         Remove 1 space before #RRGGBB to not truncate it on terminal
33271         windows w/o fringes.  Remove 1 space between bg and fg examples
33272         to get more space.
33273         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33274         avoid byte-compile warnings.
33276         * image-file.el (image-file-handler): Put `safe-magic' property to
33277         `image-file-handler'.
33279         * info.el (Info-isearch-search): Emulate word search in
33280         isearching through multiple Info nodes with Info-search.
33281         (Info-isearch-wrap): Allow isearch-word.
33283 2005-03-08  Lute Kamstra  <lute@gnu.org>
33285         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33286         stepping into the debugger's code is not possible.
33287         (debugger-jumping-flag): Docstring update.
33289 2005-03-08  Jay Belanger  <belanger@truman.edu>
33291         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33292         embedded mode begins.
33293         (calc-embedded-language-alist): New variable.
33294         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33295         set default language mode.
33297 2005-03-08  Kenichi Handa  <handa@m17n.org>
33299         * international/ccl.el (define-ccl-program): Fix docstring about
33300         extra 256 bytes assured for the output buffer.
33302         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33303         Fix BUFFER_MAGNIFICATION to 2.
33304         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33306 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33308         * align.el (align-rules-list): Added an alignment rule for CSS
33309         declarations (applies to css-mode and html-mode buffers).
33311 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33313         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33315 2005-03-07  Kim F. Storm  <storm@cua.dk>
33317         * simple.el (move-beginning-of-line): New command.
33319         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33321         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33323         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33324         and move-beginning-of-line.
33326         * apropos.el (apropos-print): Omit command from M-x ... RET.
33328 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33330         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33331         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33333 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33335         * bindings.el (esc-map): Bind M-g to goto-line.
33337         * facemenu.el (global-map): Bind M-o, not M-g.
33339 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33341         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33342         "Open Directory" as for "Open File".
33344 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33346         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33347         (push-mark-command): Run activate-mark-hook.
33349 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33351         * help-mode.el (help-mode-finish): Don't alter the element
33352         in view-return-to-alist if there already is one.
33354         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33355         make sure the current buffer is the expected one.
33357         * novice.el (disabled-command-function): Output in *Disabled Command*.
33358         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33360         * textmodes/flyspell.el (flyspell-large-region):
33361         Pass args differently for aspell.
33363         * files.el (mode-require-final-newline): Doc fix.
33365 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33367         * progmodes/which-func.el (which-function):
33368         Specify NOERROR when calling imenu--make-index-alist.
33370 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33372         * simple.el (normal-erase-is-backspace): Define default value.
33374         * custom.el (custom-theme-set-variables): Remove unused var
33375         `immediate'.
33376         (custom-reevaluate-setting): Simple function to handle variables
33377         that are defined before their default value can really be
33378         computed.
33380         * startup.el (command-line): Use it for temporary-file-directory,
33381         small-emporary-file-directory, auto-save-file-name-transforms,
33382         blink-cursor-mode, and normal-erase-is-backspace.
33384         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33385         progress, even with buggy anchored keywords.
33387 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33389         * simple.el (goto-line): Remove unbalanced final parenthesis.
33391 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33393         * simple.el (goto-line): Use a number at point as the default.
33394         With C-u as arg, switch buffers.
33396 2005-03-05  Juri Linkov  <juri@jurta.org>
33398         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33399         with `no-blinking-cursor'.
33401         * startup.el (no-blinking-cursor): New defvar.
33402         (command-line): Add `--no-blinking-cursor' to longopts.
33403         Set `no-blinking-cursor' to t for command line arguments
33404         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33405         with `no-blinking-cursor' in the condition for calling
33406         `blink-cursor-mode'.
33408 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33410         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33411         (menu-bar-options-save): Add blink-cursor-mode.
33412         (menu-bar-options-menu): Add blink-cursor-mode.
33414 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33416         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33417         (icalendar-export-file, icalendar-export-region)
33418         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33419         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33421 2005-03-04  Lute Kamstra  <lute@gnu.org>
33423         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33424         (debug-function-list): Ditto.
33426 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33428         * textmodes/texinfmt.el (texinfo-append-refill):
33429         Redefine the types of line to which @refill
33430         is not appended by replacing a search for `@refill\\|@bye' with
33431         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33432         itemize@refill' bug and the unfilled long lines bug.
33433         (texinfmt-version): Update number and date.
33435 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33437         * international/code-pages.el (windows-1250, windows-125[2-8])
33438         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33440 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33442         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33443         bound yet.
33445 2005-03-02  Romain Francoise  <romain@orebokech.com>
33447         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33448         buffer after removing limits.
33449         (ibuffer-pop-filter): Ditto.
33450         Update copyright.
33452 2005-03-02  Miles Bader  <miles@gnu.org>
33454         * button.el (make-text-button): If the user doesn't specify a
33455         type, use the default.  Rewrite to use `add-text-properties' and
33456         plist functions.
33458 2005-03-01  Lute Kamstra  <lute@gnu.org>
33460         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33461         (debugger-jumping-flag): New var.
33462         (debug-entry-code): Use it.
33463         (debugger-jump): Use debugger-jumping-flag and add
33464         debugger-reenable to post-command-hook.
33465         (debugger-reenable): Use debugger-jumping-flag and remove itself
33466         from post-command-hook.
33467         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33468         debugger-reenable.
33470 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33472         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33473         inclusion of "itemize\\|", which may be unnecessary, is certainly
33474         inelegant, and stops refilling in itemize lists when formatting
33475         Japanese Texinfo files to Info.
33476         Update copyright to 2005.
33478 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33480         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33481         of an error if GDB can't find the source file.
33483 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33485         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33486         not just the calendar.
33488         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33489         first.
33490         (diary-redraw-calendar): New function.
33491         (make-diary-entry): Add diary-redraw-calendar to local
33492         write-contents-functions.  Turn off selective display before
33493         inserting in diary.
33495 2005-03-01  Kim F. Storm  <storm@cua.dk>
33497         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33499 2005-03-01  Lute Kamstra  <lute@gnu.org>
33501         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33502         that debug-entry-code can be safely removed from a function while
33503         this code is being evaluated.  Revert the 2005-02-27 change as the
33504         new implementation no longer requires it.  Make sure that a
33505         function body containing just a string is not mistaken for a docstring.
33506         (debug): Skip one more frame in case of debug on entry.
33507         (debugger-setup-buffer): Delete one more frame line in case of
33508         debug on entry.
33509         (debugger-frame-number): Update to use the new text introduced by
33510         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33512 2005-02-28  Kim F. Storm  <storm@cua.dk>
33514         * double.el (double-translate-key): Call force-window-update after
33515         read-event to avoid crash in redisplay.
33517 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33519         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33520         (debug): Use it.  Move the inhibit-trace earlier.
33521         (debug-entry-code): New const.
33522         (debug-on-entry-1): Use it.
33524 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33526         * international/utf-16.el (ccl-encode-mule-utf-16le):
33527         Fix BUFFER_MAGNIFICATION to 2.
33528         (ccl-encode-mule-utf-16be): Likewise.
33530 2005-02-28  Kenichi Handa  <handa@m17n.org>
33532         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33533         Fix BUFFER_MAGNIFICATION to 4.
33534         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33536 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33538         * speedbar.el (speedbar-update-flag): Doc fix.
33539         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33540         argument.
33542 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33544         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33545         have a non-nil `invisible' property but are actually visible.
33547         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33548         for perldoc sections.
33549         (perl-outline-regexp, perl-outline-level): New var and function.
33550         (perl-mode): Use them.
33552 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33554         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33555         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33557 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33559         * cus-edit.el: Comment change.
33560         (custom-buffer-create-internal): Slightly reword text at top of
33561         Custom buffers.  Mention there that saving an option edits the
33562         init file.  Add link to Emacs manual node on `custom-file'.
33563         (custom-magic-alist): Rewrite individual State messages to use
33564         capitalized keywords.  Doc fix.
33566 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33568         * calendar/calendar.el (calendar-buffer): Move above
33569         calendar-week-start-day.
33570         (calendar-week-start-day): Doc fix.  Add :set function.
33571         (calendar-minimum-window-height): New variable.
33572         (generate-calendar-window): Only resize window if selected-window
33573         is displaying the calendar buffer.  Use new variable
33574         calendar-minimum-window-height.
33575         (generate-calendar): Reword error message.
33576         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33578 2005-02-27  Andreas Schwab  <schwab@suse.de>
33580         * vc.el (vc-do-command): Don't run command asynchronously when
33581         operating in a remote directory.
33583         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33584         change from sync with Tramp 2.0.47.
33586 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33588         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33590         * textmodes/flyspell.el (flyspell-mode-on):
33591         Call ispell-change-dictionary only if necessary.
33593         * emacs-lisp/re-builder.el (regexp-builder): New function.
33595         * register.el (describe-register-1): Explicitly handle
33596         yank-excluded-properties = t.
33598         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33599         (custom-magic-alist): Change the status descriptions again.
33600         (face widget-type): Total rewrite based on `restricted-sexp'
33601         to eliminate the confusing double hiding levels.
33603         * emacs-lisp/debug.el (debug-on-entry-1):
33604         If function body is empty, add nil as body form.
33606 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33608         * emacs-lisp/trace.el (inhibit-trace): New var.
33609         (trace-make-advice): Use it.
33611         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33613 2005-02-26  Kim F. Storm  <storm@cua.dk>
33615         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33616         (mouse-on-link-p, mouse-drag-region-1): Use it.
33618 2005-02-25  Lute Kamstra  <lute@gnu.org>
33620         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33622 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33624         * frame.el (blink-cursor-mode): Add :group keyword.
33626 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33628         * calendar/icalendar.el (icalendar--decode-isodatetime):
33629         New optional argument DAY-SHIFT.
33630         (icalendar-export-region): Fix coding-system-for-write.
33631         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33632         events by one.
33634 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33636         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33638 2005-02-24  Kim F. Storm  <storm@cua.dk>
33640         * international/iso-acc.el (iso-accents-compose): Fix crash
33641         during redisplay.  Call force-window-update after read-event
33642         and delete-region to signal that window is not accurate.
33644 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33646         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33647         Remove unused and inexistent var `inhibit-trace'.
33648         (debugger-mode): Use run-mode-hooks.
33649         (debugger-list-functions): Add buttons; setup xref stack.
33651 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33653         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33654         appointment says it was explicitly made.
33655         (appt-add): Set the 3rd element.
33656         (appt-make-list): Preserve explicit appointments.
33658         * subr.el (find-tag-default): Catch errors in forward-sexp.
33660 2005-02-23  Juri Linkov  <juri@jurta.org>
33662         * info.el (Info-isearch-search): New defcustom.
33663         (Info-isearch-search): Call the default isearch function
33664         when Info-isearch-search is nil.
33665         (Info-isearch-wrap): Use variable Info-isearch-search.
33667 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33669         * cus-edit.el: Comment change.
33671 2005-02-22  Kim F. Storm  <storm@cua.dk>
33673         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33674         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33676 2005-02-22  Simon Josefsson  <jas@extundo.com>
33678         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33679         New variable.
33680         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33681         Oskarsson" <myrkraverk@users.sourceforget.net>.
33683 2005-02-22  Kim F. Storm  <storm@cua.dk>
33685         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33686         check that window of that event is the selected window.
33687         (mouse-drag-region-1): Compare mouse event window to selected
33688         window before setting point.
33690         * tooltip.el (tooltip-show-help-function): Pass event to
33691         mouse-on-link-p so it can check selected window.
33693 2005-02-22  Kenichi Handa  <handa@m17n.org>
33695         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33696         (ps-mule-show-warning): New function.
33697         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33698         characters are found.
33700         * ps-print.el (ps-header-footer-string): Return a list of header
33701         and footer strings.
33703 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33705         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33707 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33709         * frame.el (blink-cursor-mode): Use define-minor-mode.
33711         * term/mac-win.el (function-key-map): Use char-names more consistently.
33712         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33713         already handled in mule-cmds.el (where it also works when mac-win.el
33714         is not used).
33716 2005-02-21  Kenichi Handa  <handa@m17n.org>
33718         * international/mule.el (ctext-pre-write-conversion): Always use
33719         " *code-converting-work*" buffer for work.
33721         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33723 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33725         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33727 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33729         * ses.el (undo-more): Restore defadvice, but only the part that
33730         allows changes outside the restricted area of the buffer.
33732 2005-02-20  Kim F. Storm  <storm@cua.dk>
33734         * simple.el (line-move): Add fourth optional arg try-vscroll which
33735         must be set to perform auto-window-vscroll.
33736         When moving backwards and doing auto-window-vscroll, automatically
33737         vscroll to the last part of lines which are taller than the window.
33738         (next-line, previous-line): Set try-vscroll arg on line-move.
33740 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33742         * replace.el (query-replace, query-replace-regexp)
33743         (replace-string, replace-regexp): When operating on region, make
33744         the minibuffer prompt say so.
33746         * isearch.el (isearch-forward): Document isearch-query-replace and
33747         isearch-query-replace-regexp keybindings.
33749 2005-02-19  Jay Belanger  <belanger@truman.edu>
33751         * calc/calc-aent.el (math-read-token): Add local variable.
33753         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33754         (calc-edit-top): Move declaration to earlier in file.
33755         (calc-edit-macro-repeats): Add local variables.
33757         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33758         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33759         calcFunc-tanh.
33760         Adjust integration rule for calcFunc-tan.
33762 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33764         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33765         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33766         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33767         (viper-skip-separators): Bug fix.
33768         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33769         particular major mode.
33770         (viper-del-backward-char-in-replace): Don't put deleted char on the
33771         kill ring.
33773         * viper-ex.el (viper-color-display-p): New function.
33774         (viper-has-face-support-p): Use viper-color-display-p.
33776         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33778         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33780         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33781         (viper-file-remote-p): Make equivalent to file-remote-p.
33783         * viper.el (viper-major-mode-modifier-list):
33784         Use viper-gnus-modifier-map.
33786 2005-02-19  David Kastrup  <dak@gnu.org>
33788         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33789         quoting.
33791 2005-02-19  Jay Belanger  <belanger@truman.edu>
33793         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33794         Remove extra definitions.
33795         (calc-coth): New function.
33796         (calcFunc-cot): Fix `let'.
33798 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33800         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33801         the reasons we use "type pc" in these faces.
33803         * button.el (button): Ditto.
33805 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33807         * replace.el (query-replace-read-from): Set the value of
33808         query-replace-from-history-variable to handle the case of an empty
33809         string entered to accept the suggested default.
33811         * net/tramp.el (tramp-file-name-for-operation):
33812         Use dired-call-process instead of dired-call-process-command.
33814 2005-02-19  Jay Belanger  <belanger@truman.edu>
33816         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33817         (math-div-non-trig): New variables.
33818         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33819         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33820         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33821         trig expressions.
33823 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33825         * progmodes/gdb-ui.el (gdb-var-update-handler)
33826         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33827         for watch expressions,
33828         (gdb-var-create-handler): Don't set speedbar-update-flag.
33829         (gdb-post-prompt): Simplify test for speedbar.
33831 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33833         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33834         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33835         we use the syntax table of the correct buffer.
33836         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33837         Felix Gatzemeier.
33839         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33840         (ediff-file-remote-p): Make synonymous with file-remote-p.
33841         In all deffaces ediff-*-face-*, use min-colors.
33843         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33844         ediff-recurse-to-subdirectories.
33845         (ediff-mark-if-equal): Check that the arguments are strings, use
33846         ediff-same-contents (after to Felix Gatzemeier).
33848         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33849         nil.
33851 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33853         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33855 2005-02-18  David Kastrup  <dak@gnu.org>
33857         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33858         use `mark-active' when defined.
33860 2005-02-18  Kenichi Handa  <handa@m17n.org>
33862         * ps-print.el (ps-font-info-database): New entry
33863         ZapfChancery-MediumItalic with correct font name.  Fix font name
33864         of the entry Zapf-Chancery-MediumItalic.
33866 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33868         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33870 2005-02-16  Kim F. Storm  <storm@cua.dk>
33872         * ido.el (ido-fallback-command): Pass user input to fallback command.
33874 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33876         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33877         (gdb-find-file-hook): Add server prefix.
33879 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33881         * replace.el (perform-replace): Pass new args to replace-highlight.
33882         (replace-highlight): Take region args,
33883         and pass them to isearch-lazy-highlight-new-loop.
33885         * novice.el (disabled-command-hook): Autoload the defalias
33886         and the make-obsolete-variable call.
33888         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33890         * isearch.el (isearch-lazy-highlight-start-limit)
33891         (isearch-lazy-highlight-end-limit): New variables limit
33892         the region for highlighting.
33893         (isearch-lazy-highlight-new-loop): New args BEG and END.
33894         (isearch-lazy-highlight-search): Use the new vars.
33895         (isearch-lazy-highlight-update): Likewise.
33897         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33899         * cus-start.el (all): Use default-boundp.
33901 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33903         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33905 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33907         * autorevert.el (auto-revert-stop-on-user-input)
33908         (auto-revert-verbose): Doc fixes.
33910 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33912         * international/mule-cmds.el (set-locale-environment): Remove call
33913         to set-selection-coding-system on Windows.
33915 2005-02-15  Jay Belanger  <belanger@truman.edu>
33917         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33918         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33919         calcFunc-coth.
33920         (math-simplify-sqrt): Add simplifications.
33922         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33923         to list.
33925         * calc/calc-ext.el: Add functions to autoloads.
33927         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33928         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33929         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33930         (math-csc-raw, math-cot-raw): New functions.
33932         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33934         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33935         the variable name in a message.
33937         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33938         calcFunc-csc, calcFunc-cot.
33940         * calc/calcalg2.el: Add derivative and integration rules for
33941         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33942         calcFunc-csch, calcFunc-coth.
33943         (math-do-integral-methods): Add to checks for when to use
33944         substitutions.
33946         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33948 2005-02-15  Lute Kamstra  <lute@gnu.org>
33950         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33951         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33952         <monnier@iro.umontreal.ca>.
33953         (lisp-outline-level): Improve efficiency.  Suggested by David
33954         Kastrup <dak@gnu.org>.
33956 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33958         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33959         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33960         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33961         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33962         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33964 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33966         * cus-start.el (all): Comment change.
33968 2005-02-14  Lute Kamstra  <lute@gnu.org>
33970         * cus-start.el (all): Check if symbol is void.
33972 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33974         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33975         optional argument to \cite.
33977 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33979         * cus-edit.el (custom-buffer-create-internal): Update help message.
33980         (custom-magic-alist): Update help messages.
33982         * cus-start.el (all): Allow a var to specify a standard value.
33984 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33986         * custom.el (custom-theme-set-variables): Handle variable aliases.
33988         * frame.el (blink-cursor-timer): Doc fix.
33989         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33990         declare obsolete.
33991         (blink-cursor-mode): Define with defcustom and use correct
33992         standard expression in that defcustom.
33993         * startup.el (command-line): Adapt to above changes in frame.el.
33995 2005-02-11  Lute Kamstra  <lute@gnu.org>
33997         * apropos.el (apropos-score-doc): Prevent division by zero.
33999 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
34001         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34002         (icalendar--get-event-property-attributes)
34003         (icalendar--get-event-properties)
34004         (icalendar--datetime-to-diary-date): New functions.
34005         (icalendar--split-value): Doc fix.
34006         (icalendar--datetime-to-noneuropean-date)
34007         (icalendar--datetime-to-european-date): New optional argument
34008         SEPARATOR.  Return result as a string instead of a list.
34009         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34010         (icalendar--convert-string-for-export): Rename arg S to STRING.
34011         (icalendar-export-region): Doc fix.  Change name of error buffer.
34012         Save output buffer.
34013         (icalendar-import-file): Add blank at end of prompt.
34014         (icalendar-import-buffer): Doc fix.  Do not switch to error
34015         buffer.  Indicate status in return value.
34016         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
34017         buffer.  Save output buffer.  Handle exception from recurrence
34018         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
34019         events.  Fix problems with weekly all-day events.
34021 2005-02-10  Richard M. Stallman  <rms@gnu.org>
34023         * simple.el (eval-expression-print-format):
34024         Avoid warning about edebug-active.
34026         * help.el (help-for-help-internal): Rename from help-for-help.
34027         (help-for-help): Define with defalias.
34029         * font-core.el (font-lock-default-function): Use with-no-warnings.
34031         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34033         * custom.el (defface): Doc fix.
34035 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
34037         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34038         width 0" to prevent word wrapping problems.
34040 2005-02-09  Kim F. Storm  <storm@cua.dk>
34042         * ido.el (ido-file-extensions-order): New defcustom.
34043         (ido-file-extension-lessp, ido-file-extension-aux)
34044         (ido-file-extension-order): New advanced file ordering.
34045         (ido-file-lessp): New simple file ordering.
34046         (ido-sort-list): Remove.
34047         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34048         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34050 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
34052         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34053         that some versions of grep produce.
34054         (grep-mode-font-lock-keywords): Likewise.
34056 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
34058         * progmodes/gdb-ui.el (gdb-location-list): New variable.
34059         (gdb-cdir): Delete.
34060         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34061         (gdb-source-info): Treat case when source file is in another
34062         directory properly.
34063         (gdb-get-location): New function.
34065 2005-02-07  Jay Belanger  <belanger@truman.edu>
34067         * calc/calc-prog.el (calc-write-parse-table-part)
34068         (calc-fix-token-name): Fix a check for language type.
34070         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34072 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
34074         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34075         as directory not writable.
34077 2005-02-07  Kim F. Storm  <storm@cua.dk>
34079         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34080         (cua--standard-movement-commands): Remove list.
34081         Instead, set CUA property value to move for movement commands.
34082         (cua-movement-commands): Remove.  Users must set CUA prop instead.
34083         (cua--pre-command-handler): Check CUA property.
34084         (cua--init-keymaps): Don't remap undo commands.
34085         (cua-mode): Don't call cua--rectangle-on-off.
34087         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34088         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34089         (cua--rect-undo-set-point): New var.
34090         (cua--rectangle-undo-boundary): Setup undo apply entry.
34091         (cua--rect-undo-handler): New function for rectangle undo.
34092         (cua--rect-start-position, cua--rect-end-position): Add.
34093         (cua--rectangle-post-command): Call cua--rectangle-set-corners
34094         for restored rectangle.  Set point if cua--rect-undo-set-point.
34096 2005-02-06  Jay Belanger  <belanger@truman.edu>
34098         * calc/calc-lang.el (calc-tex-language): Display more information
34099         in messages.
34101         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34102         in TeX mode.
34104 2005-02-06  Richard M. Stallman  <rms@gnu.org>
34106         * emacs-lisp/lisp.el (buffer-end): Doc fix.
34108 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
34110         * net/ldap.el (ldap-search-internal): Support attributes with
34111         optional descriptions separated by a semi-colon, as in
34112         "userCertificate;binary".
34114 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34116         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34117         isn't a cons (i.e. the version is 0).
34119 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
34121         * help.el (help-for-help): Doc fix.
34123 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
34125         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
34126         GDB-Windows on the menu-bar as this works better.
34128 2005-02-04  Jay Belanger  <belanger@truman.edu>
34130         * calc/calc-embed.el (calc-embedded-update): Don't put in
34131         unnecessary newlines.  Adjust the end of formula marker.
34133         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34134         (math-latex-parse-two-args): New function.
34136 2005-02-03  Lute Kamstra  <lute@gnu.org>
34138         * help-fns.el (help-with-tutorial): Make sure that users cannot
34139         remove the entire text of the tutorial by means of `undo'.
34141 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34143         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34144         in recent changes, where the ispell process was repeatedly
34145         killed & restarted.
34147         * international/mule-cmds.el (set-locale-environment): Set file-name
34148         coding system to utf-8 on Darwin systems.
34149         (set-default-coding-systems): Don't set default-file-name-coding-system
34150         on Darwin systems.
34152 2005-02-03  Richard M. Stallman  <rms@gnu.org>
34154         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34156 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
34158         * faces.el (list-faces-display): Add optional argument.
34160 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34162         * font-core.el (font-lock-default-function): Handle the rare case where
34163         only font-lock-keywords is set.
34165 2005-02-02  Kenichi Handa  <handa@m17n.org>
34167         * international/characters.el: Cancel previous change for
34168         I-WITH-DOT-ABOVE and DOTLESS-i.
34170         * international/latin-5.el: Cancel previous change.
34172 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34174         * progmodes/gud.el: Correction to syntax in gud-menu-map.
34176 2005-02-02  Kenichi Handa  <handa@m17n.org>
34178         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34179         DOTLESS-i.
34181         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34182         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34184         * case-table.el (get-upcase-table): New function.
34185         (copy-case-table): Copy upcaes table too if non-nil.
34186         (set-case-syntax-delims): Maintain upcase table too.
34187         (set-case-syntax-pair): Likewise.
34188         (set-upcase-syntax, set-downcase-syntax): New functions.
34189         (set-case-syntax): Maintain upcase table too.
34191 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34193         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34195         * progmodes/gud.el (gud-goto-info): New function.
34196         (gud-tool-bar-map): Use correct icon.
34198 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34200         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34201         When delegating, order args in the funcall correctly.
34203 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34205         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34207 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
34209         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34210         buffer not visiting a file.
34212 2005-01-31  Jay Belanger  <belanger@truman.edu>
34214         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34215         bound on the line with the formula.
34217 2005-01-31  Kim F. Storm  <storm@cua.dk>
34219         * ses.el (ses-create-cell-variable-range)
34220         (ses-destroy-cell-variable-range, ses-reset-header-string)
34221         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34222         (ses-insert-row): Fix format of apply undo entries.
34224 2005-01-31  Jay Belanger  <belanger@truman.edu>
34226         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34227         parts.
34229         * calc/calc-embed.el (calc-embedded-open-formula)
34230         (calc-embedded-close-formula): Ignore matrix environments.
34232         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34233         TeX mode.
34235         * calc/calc-lang.el (math-function-table, math-oper-table)
34236         (math-variable-table): Adjust the LaTeX portions.
34238         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34239         (math-latex-ignore-words): New constant.
34241 2005-01-31  Richard M. Stallman  <rms@gnu.org>
34243         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34244         (ispell-local-dictionary): Doc fix.
34245         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34246         Don't reinitialize at run time.  Don't defcustom.
34247         All uses changed to append ispell-local-dictionary-alist,
34248         or check it first.
34249         (ispell-current-dictionary): New variable for dictionary in use.
34250         (ispell-dictionary): Now used only for global default.
34251         (ispell-start-process): Set ispell-current-dictionary,
34252         not ispell-dictionary.
34253         (ispell-change-dictionary): Use this only for setting
34254         user preferences.
34255         (ispell-internal-change-dictionary): New function
34256         to change the current dictionary in use.
34257         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34258         Use ispell-current-dictionary.
34259         Handle ispell-local-dictionary-overridden.
34260         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34262 2005-01-31  Jay Belanger  <belanger@truman.edu>
34264         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34266         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34267         (calc-mode-map): Add calc-latex-language.
34269         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34270         (math-latex-print-frac): New functions.
34271         (math-oper-table, math-function-table, math-variable-table)
34272         (math-complex-format, math-input-filter): Add latex properties.
34273         (calc-set-language): Set math-expr-special-function-mapping.
34275         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34276         (calc-write-parse-table-part): Add LaTeX support.
34278         * calc/calc.el (calc-language): Adjust docstring.
34279         (calc-set-mode-line): Add LaTeX support.
34280         (math-expr-special-function-mapping): New variable.
34281         (math-tex-ignore-words): Add to list.
34283         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34284         Add LaTeX support.
34285         (math-compose-expr): Add support for special functions.
34287         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34289 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34291         * progmodes/gdb-ui.el (gdb-memory-address)
34292         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34293         (gdb-memory-mode-map, gdb-memory-format-keymap)
34294         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34295         (gdb-memory-unit-menu): New variables for a buffer
34296         that lets the user examine program memory.
34297         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34298         (gdb-memory-format-binary, gdb-memory-format-octal)
34299         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34300         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34301         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34302         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34303         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34304         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34305         (gdb-memory-mode, gdb-memory-buffer-name)
34306         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34307         New functions for above buffer.
34309 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34311         * cus-edit.el (custom-bury-buffer): Function deleted.
34312         (custom-buffer-done-function): Option deleted.
34313         (custom-buffer-done-kill): New replacement option.
34314         (Custom-buffer-done): Call quit-window.
34315         (custom-buffer-create-internal): Update for above changes.
34317 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34319         * simple.el (undo-ask-before-discard): New var.
34320         (undo-outer-limit-truncate): Implement it.
34321         (undo-extra-outer-limit): Doc update.
34323 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34325         * ses.el (undo-more): Delete defadvice.
34326         (ses-begin-change): Doc fix.
34328         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34329         instead of rebinding C-x u and C-_.
34331         * files.el (normal-backup-enable-predicate): Return nil for files
34332         in /tmp, regardless of temporary-file-directory.
34334         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34336         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34337         (open-rectangle, delete-whitespace-rectangle-line)
34338         (clear-rectangle-line): If FILL, pass t instead of FILL
34339         for move-to-column's 2nd arg.
34341         * simple.el (undo): Fix the test for continuing a series of undos.
34342         (undo-more): Set pending-undo-list to t when we reach end.
34343         (pending-undo-list): Move up defvar.
34345         * wid-edit.el (widget-button-click):
34346         Shorten the range of the track-mouse binding.
34348         * comint.el (comint-insert-input): Undo previous changes;
34349         use last-input-event in interactive spec.
34351 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34353         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34354         to nil before invoking call-process.  Reset buffer's modified flag
34355         after fontifying it in the no-async branch.
34357         * wid-edit.el (widget-specify-button): If mouse pointer shape
34358         cannot be changed, use mouse face instead.
34360 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34362         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34363         (gdb-goto-breakpoint): Make breakpoint handling work on template
34364         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34365         (gdb-assembler-custom): Update to recognize breakpoint information
34366         added on 2005-01-19.
34368 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34370         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34371         (dsssl-mode): Use define-derived-mode.
34372         (scheme-mode-initialize): Remove.
34373         (scheme-mode): Use run-mode-hooks.
34375         * cus-edit.el (customize-group-other-window)
34376         (custom-buffer-create-other-window): Don't override special-display-*.
34377         (custom-mode-map): Make it dense.
34379         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34380         sets the default value.
34382 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34384         * descr-text.el: Add more keywords.
34386 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34388         * speedbar.el: Avoid unnecessary use of locate-library.
34390         * international/mule-cmds.el (standard-display-european-internal):
34391         Don't fiddle with latin-1 non-break space any more since it's now
34392         special cased in the C code.
34393         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34395 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34397         * cus-start.el (all): Add `undo-outer-limit'.
34399 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34401         * textmodes/bibtex.el (bibtex-format-entry):
34402         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34403         field lines.
34404         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34405         not on part of a buffer.
34407 2005-01-25  Lute Kamstra  <lute@gnu.org>
34409         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34410         nonempty field text strings like "{letters\\macro{}more letters}".
34411         Clarify docstring.
34412         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34413         (bibtex-entry-offset, bibtex-parse-association)
34414         (bibtex-parse-field-name): Fix typos in docstrings.
34415         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34417 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34419         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34420         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34421         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34422         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34424         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34425         isearch minor mode.
34427 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34429         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34431 2005-01-24  Lute Kamstra  <lute@gnu.org>
34433         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34434         CASECHARS and NOT-CASECHARS regular expressions of the
34435         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34436         striding over charsets" error.
34438 2005-01-24  Jay Belanger  <belanger@truman.edu>
34440         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34441         display variable name.
34443 2005-01-24  Kenichi Handa  <handa@m17n.org>
34445         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34446         Fix setting of the element of encoded-kbd-iso2022-invocations.
34448 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34450         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34451         (gdb-threads-select): Change to also accept mouse events.
34452         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34453         (gdb-threads-mouse-select): Delete.
34455 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34457         * files.el (insert-directory): Take care of empty directory,
34458         listed without -a switch.
34460 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34462         * textmodes/refill.el (refill-post-command-function):
34463         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34464         to the list of functions that we should be careful not to undo.
34465         (refill-late-fill-paragraph-function): Remove.
34466         (refill-saved-state): New var.
34467         (refill-mode): Use it to save fill-paragraph-function.
34468         Save also the value of auto-fill-function.
34470         * term/w32-win.el: Simplify code.
34472 2005-01-23  Kim F. Storm  <storm@cua.dk>
34474         * simple.el (line-move): Adapt to new return value from
34475         pos-visible-in-window-p.
34477         * simple.el (line-move): Fix last change.  Check partial
34478         visibility at point rather than at window-start.
34480 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34482         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34484 2005-01-22  David Kastrup  <dak@gnu.org>
34486         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34488 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34490         * type-break.el (type-break-mode): Add a test for
34491         type-break-file-name being non-nil.
34493 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34495         * net/eudc.el (top level): Call (message "") via progn, so that
34496         eudc-options-file is loaded.
34498 2005-01-22  Kim F. Storm  <storm@cua.dk>
34500         * simple.el (line-move-1): Rename from line-move.
34501         (line-move): New function that adjusts vscroll for partially
34502         visible rows, and calls line-move-1 otherwise.
34504 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34506         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34507         since it's not a complete read-event implementation.
34509 2005-01-20  Jay Belanger  <belanger@truman.edu>
34511         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34512         for called function.
34514 2005-01-20  Steven Tamm  <steventamm@mac.com>
34516         * term/mac-win.el (process-connection-type): Remove.
34517         Controlled now by s/darwin.h:PTY_ITERATION.
34519 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34521         * window.el (handle-select-window): Don't switch window when we're
34522         in the minibuffer.
34524 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34526         * subr.el (dotimes-with-progress-reporter): New macro.
34528         * ses.el (ses-dotimes-msg): Remove macro.
34529         Use `dotimes-with-progress-reporter' instead.
34531 2005-01-19  Steven Tamm  <steventamm@mac.com>
34533         * term/mac-win.el (process-connection-type): Use new
34534         operating-system-release variable to use ptys on Darwin 7 (OS X
34535         10.3) when using carbon build.
34537 2005-01-19  Jay Belanger  <belanger@truman.edu>
34539         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34540         flags if the last command was a tab or M-tab.
34542         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34543         in formula editing buffer.
34545 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34547         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34548         breakpoint image symbol in margin.
34550 2005-01-19  Jay Belanger  <belanger@truman.edu>
34552         * calc/calc-prog.el (calc-execute-kbd-macro):
34553         Ignore calc-keep-arg-flag.
34555 2005-01-19  Kenichi Handa  <handa@m17n.org>
34557         * textmodes/ispell.el (ispell-looking-at): New function.
34558         (ispell-process-line): Use ispell-looking-at to compare the ispell
34559         output and the buffer contents.
34561 2005-01-18  Jay Belanger  <belanger@truman.edu>
34563         * calc/calc.el (calc-display-raw): Fix docstring.
34565 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34567         * simple.el (blink-matching-open): Strip extra info from syntax.
34569         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34570         funny chars in the end-of-here-doc marker.
34572 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34574         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34575         that enable/disabled state of breakpoints is shown correctly in
34576         fringe and on ttys.
34577         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34578         Add breakpoint information as text properties.
34579         (gdb-mouse-toggle-breakpoint):
34580         Rename to gdb-mouse-set-clear-breakpoint.
34581         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34582         breakpoints in the margin.
34583         (gdb-remove-strings): Simplify.
34585 2005-01-17  Jay Belanger  <belanger@truman.edu>
34587         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34588         erasing buffer.
34590 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34592         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34593         for calling grep-compute-defaults.
34595         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34596         if buffer is empty.
34598         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34600 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34602         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34604         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34605         non-preloaded variables.
34607 2005-01-17  Steven Tamm  <steventamm@mac.com>
34609         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34610         tex-shell cause to force interactivity when using pipes.
34612 2005-01-17  Kim F. Storm  <storm@cua.dk>
34614         * simple.el (just-one-space): Make arg optional.
34616 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34618         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34619         posn-at-x-y to t to access left-margin.
34621 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34623         Sync with Tramp 2.0.47.
34625         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34626         catching keep-date problems in cp/scp operations.
34627         (tramp-handle-copy-file): Don't call `set-file-modes'
34628         unconditionally.  Specialized functions should know better what is
34629         necessary.  This improves performance a little bit, and the
34630         functions could catch errors with `cp -p' and `scp -p'.
34631         (tramp-do-copy-or-rename-file-via-buffer)
34632         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34633         when appropriate.
34634         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34635         Call `set-file-modes' when appropriate.
34636         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34637         Johnsson <isak@hypergene.com>.
34638         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34639         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34640         <joakim@verona.se>.
34641         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34642         Emacs only.
34644         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34645         `find-file-hooks' and `dired-mode-hook'.
34646         (tramp-minor-mode-map): Respective map.  Add remapping for
34647         `compile' and `recompile'.
34648         (tramp-remap-command, tramp-recompile): New defuns.
34649         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34650         in buffer "*Compilation*".  Call the commands asynchronously.
34652         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34653         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34654         `shell-command', because it isn't magic in XEmacs.  Reported by
34655         Adrian Aichner <adrian@xemacs.org>.
34657         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34658         `substitute-in-file-name.
34659         (tramp-smb-handle-substitute-in-file-name): New defun.
34660         (tramp-smb-advice-PC-do-completion): Delete advice.
34662 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34664         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34665         Fix error in deleting region.
34667 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34669         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34670         In non-temp buffer, switch syntax table temporarily.
34672         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34674         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34676         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34678         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34679         (imenu--generic-function): Use START, not BEG, as pos of definition.
34681         * simple.el (just-one-space): Argument specifies number of spaces.
34683         * simple.el (eval-expression-print-format): Avoid warning
34684         about edebug-active.
34686 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34688         * progmodes/sh-script.el: Code copied from make-mode.el
34689         with small changes,
34690         (sh-mode-map): Bind C-c C-\.
34691         (sh-backslash-column, sh-backslash-align): New variables.
34692         (sh-backslash-region, sh-append-backslash): New functions.
34694 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34696         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34697         (rmail-pop-password, rmail-pop-password-required): Move to
34698         rmail-obsolete group.
34699         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34700         All callers updated.
34701         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34702         Take an argument specifying whether it is POP or IMAP mailbox we
34703         are using.  All callers updated.
34704         (rmail-pop-password-error): Rename to
34705         rmail-remote-password-error.  Added mailutils-specific error message.
34706         (rmail-movemail-search-path)
34707         (rmail-movemail-variant-in-use): New variables.
34708         (rmail-remote-password, rmail-remote-password-required):
34709         New customization variables.
34710         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34711         (rmail-parse-url): New function.
34712         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34713         with GNU mailutils movemail.
34715 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34717         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34718         suffix to space, $ or '$, to correctly position point when going
34719         to @table style constants like DBL_MAX.
34721 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34723         * type-break.el (type-break-mode, type-break-file-time)
34724         (type-break-file-keystroke-count, type-break-choose-file):
34725         Don't store data in or load data from the file if type-break-file-name
34726         is nil.
34727         (type-break-file-name): Doc update as per the above.
34729 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34731         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34732         lookup-key might return nil; handle that.
34734 2005-01-15  Alan Mackenzie  <acm@muc.de>
34736         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34737         rather than the element found, thus enabling the tree to be setcar'd.
34739 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34741         * textmodes/org.el (org-show-following-heading): New option.
34742         (org-show-hierarchy-above): Use `org-show-following-heading'.
34743         (org-cycle): Documentation fix.
34745         * textmodes/org.el (orgtbl-optimized): New option
34746         (orgtbl-mode): New command, a minor mode.
34747         (orgtbl-mode-map): New variable.
34748         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34749         (orgtbl-error, orgtbl-self-insert-command)
34750         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34752         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34753         a local variable in each org-mode buffer.
34755         * textmodes/org.el (org-set-regexps-and-options): Rename from
34756         `org-set-regexps'.  Added checking for STARTUP keyword.
34757         (org-get-current-options): Add STARTUP options.
34758         (org-table-insert-row): Make mode intelligent about when
34759         realignment is needed.
34760         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34761         New commands.
34762         (org-enable-table-editor): New default value `optimized'.
34763         (org-table-blank-field): Support blanking regions if active.
34765 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34767         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34768         if the year is not given.
34770         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34771         Add new escapes %m and %M, fixed bug with %F by adding
34772         save-match-data.
34773         (reftex-reference): Remove ?. from list of spaces.
34774         (reftex-label-info): Add automatic label prefix recognition.
34776         * textmodes/reftex-index.el (reftex-index-next-phrase):
34777         Add slave parameter to call of `reftex-index-this-phrase'.
34778         (reftex-index-this-phrase): New optional argument.
34779         (reftex-index-region-phrases): Add slave parameter to call of
34780         `reftex-index-this-phrase'.
34781         (reftex-display-index): New argument redo.
34782         (reftex-index-rescan): Add `redo' to arguments of
34783         `reftex-display-index'.
34784         (reftex-index-Rescan, reftex-index-revert)
34785         (reftex-index-switch-index-tag): Add `redo' to arguments of
34786         `reftex-display-index'.
34787         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34788         indexing.  Fix bug with matching is there is a quote before or
34789         after the word.
34791         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34792         Fix bug when collecting citation keys in lines with comments.
34793         (reftex-citation): Prefix argument no longer rescans the document,
34794         but forces prompting for optional arguments of cite macros.
34795         (reftex-do-citation): Prompting for optional arguments implemented.
34797         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34798         Add optional arguments to most cite commands.
34799         (reftex-cite-cleanup-optional-args): New option
34800         (reftex-cite-prompt-optional-args): New option.
34801         (reftex-trust-label-prefix): New option.
34803         * textmodes/reftex-toc.el (reftex-toc-find-section):
34804         Add push-mark before changing the position in the buffer.
34806         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34807         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34809 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34811         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34812         more carefully.
34814 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34816         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34817         (sgml-mode): Use it.
34818         (sgml-get-context): Better keep track of implicitly closed tags.
34820 2005-01-13  Kenichi Handa  <handa@m17n.org>
34822         * textmodes/ispell.el: These changes are to fix misalignment error
34823         caused by equivalent characters of different Emacs charsets.
34824         (ispell-unified-chars-table): New variable.
34825         (ispell-get-decoded-string): New function.
34826         (ispell-get-casechars, ispell-get-not-casechars)
34827         (ispell-get-otherchars): Call ispell-get-decoded-string.
34829 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34831         * custom.el (custom-declare-variable): Just put symbol instead
34832         of (defvar . symbol) in `current-load-list'.
34834 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34836         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34838 2005-01-12  Jay Belanger  <belanger@truman.edu>
34840         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34841         to create a Calc summary.
34843 2005-01-12  Kim F. Storm  <storm@cua.dk>
34845         * mouse.el (mouse-on-link-p): Change functionality and doc
34846         string to comply with latest description in lisp ref.
34848 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34850         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34851         Enable mouse clicks on mode-line, header-line and margin.
34852         (event-type): Give mouse event symbols an `event-kind' property
34853         with value `mouse-click'.
34855 2005-01-12  Juri Linkov  <juri@jurta.org>
34857         * facemenu.el (list-colors-display): Add new arg buffer-name.
34858         Use it.  Fix docstring.  Replace code for identifying duplicate
34859         colors by the name with call to `list-colors-duplicates' which
34860         identifies duplicate colors by the value unless the color
34861         is one of special Windows colors.  Set truncate-lines to t.
34862         Print sorted duplicate color names on each line.  Indent to 22
34863         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34864         (list-colors-duplicates): New function.
34865         (facemenu-color-name-equal): Delete function.
34867         * facemenu.el (list-colors-print): New function created from code
34868         in list-colors-display.  Print #RRGGBB at the window right edge.
34869         (list-colors-display): When temp-buffer-show-function is not
34870         defined, call list-colors-print from temp-buffer-show-hook
34871         to get the right value of window-width in list-colors-print
34872         after the buffer is displayed.
34874         * simple.el (pop-mark): Move deactivate-mark out of conditional
34875         part to deactivate the active mark regardless of the state of the
34876         mark ring.
34878         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34879         variables line in desktop files.
34881 2005-01-12  Juri Linkov  <juri@jurta.org>
34883         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34884         Bring together isearch highlight related options.
34885         (lazy-highlight): Replace group `replace' by `matching'.
34886         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34887         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34888         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34889         and declare them obsolete.
34890         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34891         (isearch-faces): Remove defgroup.
34892         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34893         Move isearch highlighting code closer to lazy highlighting code.
34895         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34896         (query-replace-highlight, query-replace-lazy-highlight)
34897         (query-replace): Move definitions to the beginning of the file.
34899 2005-01-11  Juri Linkov  <juri@jurta.org>
34901         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34902         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34903         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34905         * info.el (Info-history-forward): New variable.
34906         (Info-select-node): Reset Info-history-forward to nil.
34907         (Info-last): Turn into defalias.
34908         (Info-history-back): Rename from Info-last.
34909         Add current node to Info-history-forward.
34910         (Info-history-forward): New fun.
34911         (Info-mode-map): Replace Info-last by Info-history-back.
34912         Bind Info-history-forward to "r".
34913         (Info-mode-menu): Replace Info-last by Info-history-back.
34914         Fix menu item text.  Add menu item for Info-history-forward.
34915         (info-tool-bar-map): Replace Info-last by Info-history-back.
34916         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34917         for Info-history-forward.
34918         (Info-mode): Replace Info-last by Info-history-back in docstring.
34919         Add local variable Info-history-forward.
34920         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34922 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34924         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34925         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34926         Ignore select-window events rather than fiddle with
34927         mouse-autoselect-window.
34929 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34931         * type-break.el (type-break-mode): Fix previous change.
34933 2005-01-10  Jay Belanger  <belanger@truman.edu>
34935         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34936         calculator; only reset when point is inside a calculator.
34937         Don't adjust the window height if the window takes up the whole height
34938         of the frame.
34940 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34942         * ebuff-menu.el (Electric-buffer-menu-mode):
34943         Preserve value of buffer-local var header-line-format.
34945 2005-01-09  Jay Belanger  <belanger@truman.edu>
34947         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34948         Make sure settings file exists before accessing it.
34950         * calc/calc-embed.el (calc-embedded-subst):
34951         Replace math-multi-subst-rec, which is only supposed to be called
34952         by math-multi-subst, by math-multi-subst.
34954 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34956         * vc.el (vc-allow-async-revert): New user option.
34957         (vc-disable-async-diff): New internal variable.
34958         (vc-revert-buffer): Use them to disable asynchronous diff.
34960         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34961         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34962         asynchronously if vc-disable-async-diff is t.
34964 2005-01-09  Jay Belanger  <belanger@truman.edu>
34966         * calc/calc.el (defcalcmodevar): New macro.
34967         (calc-mode-var-list-restore-default-values)
34968         (calc-mode-var-list-restore-saved-values): New functions.
34969         (calc-mode-var-list): Use defcalcmodevar to define it.
34970         (calc-always-load-extensions, calc-line-numbering)
34971         (calc-line-breaking, calc-display-just, calc-display-origin)
34972         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34973         (calc-group-char, calc-point-char, calc-frac-format)
34974         (calc-prefer-frac, calc-hms-format, calc-date-format)
34975         (calc-float-format, calc-full-float-format, calc-complex-format)
34976         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34977         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34978         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34979         (calc-matrix-brackets, calc-language, calc-language-option)
34980         (calc-left-label, calc-right-label, calc-word-size)
34981         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34982         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34983         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34984         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34985         (calc-window-height, calc-display-trail, calc-show-selections)
34986         (calc-use-selections, calc-assoc-selections)
34987         (calc-display-working-message, calc-auto-why, calc-timing)
34988         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34989         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34990         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34991         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34992         (calc-gnuplot-geometry, calc-graph-default-resolution)
34993         (calc-graph-default-resolution-3d, calc-invocation-macro)
34994         (calc-show-banner): Use defcalcmodevar to declare them and set
34995         their default values.
34997         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34998         instead of default values (but restore default values if there is
34999         an argument of 0).
35001 2005-01-09  David Kastrup  <dak@gnu.org>
35003         * desktop.el (desktop-restore-eager): Fix typo in type.
35005 2005-01-08  Richard M. Stallman  <rms@gnu.org>
35007         * cus-edit.el (customize): Delete :link.
35009 2005-01-08  Jay Belanger  <belanger@truman.edu>
35011         * calc/calc.el (calc-mode): Remove the extension from the
35012         `calc-settings-file' file name when loading it.
35014 2005-01-08  Kim F. Storm  <storm@cua.dk>
35016         * info.el (Info-mode-map, Info-next-link-keymap)
35017         (Info-prev-link-keymap, Info-up-link-keymap):
35018         Map follow-link to mouse-face.
35019         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35021 2005-01-08  Jay Belanger  <belanger@truman.edu>
35023         * calc/calc.el (calc-settings-file): Change default value.
35024         Suggested by cgw in a comment in calc-mode.el.
35026         * calc/calc-mode.el (calc-settings-file-name):
35027         Compare calc-settings-file to user-init-file instead of ~/.emacs.
35028         Replace ~/.emacs in a prompt by calc-settings-file.
35030 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
35032         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35033         (desktop-lazy-idle-delay): New customizable variables.
35034         (desktop-buffer-args-list): New variable.
35035         (desktop-append-buffer-args): New function.
35036         (desktop-save): Call desktop-append-buffer-args for some buffers.
35037         (desktop-lazy-create-buffer): New function.
35038         (desktop-idle-create-buffers): New function.
35039         (desktop-read): Add message about buffers to restore lazily.
35040         (desktop-lazy-abort): New command.
35041         (desktop-clear): Call desktop-lazy-abort.
35042         (desktop-lazy-complete): New command.
35044 2005-01-06  Richard M. Stallman  <rms@gnu.org>
35046         * emacs-lisp/find-func.el (find-face-definition):
35047         Rename from find-face.
35049 2005-01-06  Kim F. Storm  <storm@cua.dk>
35051         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35053         * man.el (Man-xref-man-page, Man-xref-header-file)
35054         (Man-xref-normal-file): Add follow-link property.
35056 2005-01-06  Jay Belanger  <belanger@truman.edu>
35058         * calc/calc-units.el: Make sure the proper macro definitions are
35059         available when compiling.
35061 2005-01-06  Juri Linkov  <juri@jurta.org>
35063         * isearch.el (isearch-lazy-highlight-update):
35064         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35066 2005-01-06  Miles Bader  <miles@gnu.org>
35068         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35069         (isearch-lazy-highlight-face): Use new name.
35071 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35073         * uniquify.el (uniquify-rationalize-file-buffer-names):
35074         Re-add an interactive spec.
35075         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35076         to the same name.
35078         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35079         (isearch-update, isearch-done): Adjust calls accordingly.
35081 2005-01-05  Richard M. Stallman  <rms@gnu.org>
35083         * custom.el (custom-set-variables, custom-theme-set-variables):
35084         Clarify documentation.
35086         * emacs-lisp/find-func.el (find-variable)
35087         (find-variable-other-window, find-variable-other-frame):
35088         Fix the TYPE args to find-function-read and find-function-do-it.
35089         (find-function): Doc fix.
35090         (find-function-at-point): Replace function-at-point alias.
35092 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35094         * cus-face.el (custom-declare-face):
35095         Record defface in current-load-list.
35097         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35099         * emacs-lisp/find-func.el: Doc fixes.
35100         (find-face-regexp): New variable.
35101         (find-function-regexp-alist): New variable.
35102         (find-function-C-source): Third arg is now TYPE.
35103         (find-function-search-for-symbol): Handle general TYPE.
35104         (find-function-read, find-function-do-it): Handle general TYPE.
35105         (find-definition-noselect, find-face): New functions.
35106         (function-at-point): Alias deleted.
35108 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
35110         * battery.el (display-battery-mode): Rename from display-battery.
35111         Handle the case where it gets turned off.
35113 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35115         * cus-edit.el (customize): Make :link point to user doc.
35117         * man.el (Man-fontify-manpage): Turn off undo generation.
35119         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35121 2005-01-04  Andreas Schwab  <schwab@suse.de>
35123         * files.el (insert-directory): Only look for error lines in
35124         inserted text.  Don't move too far after processing --dired markers.
35126 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35128         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35129         Don't expand if the character is @, period, dash, etc.
35130         (define-mail-abbrev): Quote names that contain problem characters.
35132 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
35134         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35136 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35138         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35139         (query-replace-highlight, query-replace-lazy-highlight)
35140         (query-replace): Definitions moved up.  Doc fix.
35142 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35144         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35145         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35146         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35147         (lazy-highlight-face): Rename from isearch-lazy-...
35148         Change all references to them.
35150 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
35152         * cus-edit.el (custom-file): Doc fix for defcustom.
35153         (custom-file): The function no longer sets the variable
35154         `custom-file' to its return value.
35156         * startup.el (command-line): No longer load `custom-file'.
35158 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35160         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35162         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35163         Don't confuse module-prefixed identifiers for labels.
35164         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35166 2005-01-02  Richard M. Stallman  <rms@gnu.org>
35168         * files.el (basic-save-buffer-1): Fix previous change.
35170         * loadhist.el (file-loadhist-lookup): New function.
35171         (file-provides, file-requires): Use it.
35173         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35174         instead of calculating the right size.
35176 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
35178         * vc-svn.el (vc-svn-diff): Stay local if possible.
35180 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35182         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35184         * files.el (hack-local-variables): Fix last change.
35186 2005-01-02  Jay Belanger  <belanger@truman.edu>
35188         * calc/calc-yank.el (calc-edit-top): New variable.
35189         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35190         object.  Change header properties.
35191         (calc-edit-finish, calc-edit-finish-stack-object)
35192         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35193         edited object.
35194         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35195         for the beginning of the edited object.
35196         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35197         for the beginning of the edited object.
35198         * calc/calc-prog.el (calc-edit-macro-finish-edit)
35199         (calc-finish-formula-edit, calc-macro-repeats)
35200         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35201         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35202         beginning of the edited object.
35203         (calc-user-define-edit): Change the header for editing macros.
35204         Remove unnecessary variable.
35206 2005-01-01  Jay Belanger  <belanger@truman.edu>
35208         * calc/calc-yank.el (calc-edit-mode): Change default header.
35209         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35210         * calc/calc-store.el (calc-edit-variable): Change title to match new
35211         header.
35212         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35213         mode to match new header.
35214         (calc-user-define-edit): Change titles to include names of commands.
35215         (calc-finish-formula-edit): Adjust to handle new header.
35216         (calc-finish-macro-edit): Remove.
35217         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35218         (calc-edit-macro-command, calc-edit-macro-command-type)
35219         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35220         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35221         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35222         (calc-edit-macro-finish-edit): New functions.
35223         (calc-user-define-edit): Use new functions to edit named calc macros.
35225 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35227         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35229         * ses.el (copy-region-as-kill): Deactivate mark.
35231 2005-01-01  Richard M. Stallman  <rms@gnu.org>
35233         * replace.el (occur-1): If the output buffer is also an input,
35234         don't kill it, rename it.
35236         * faces.el (set-face-background, set-face-foreground): Doc fix.
35238         * cus-face.el (custom-face-attributes): Fix :help-echo strings
35239         for :foreground and :background.
35241         * dired.el (dired-view-command-alist): Variable deleted.
35242         (dired-view-file, dired-mouse-find-file-other-window):
35243         Delete the code to use it.
35245 2005-01-01  Kim F. Storm  <storm@cua.dk>
35247         * image.el (insert-sliced-image): Use t for line-height property.
35249 See ChangeLog.11 for earlier changes.
35251 ;; Local Variables:
35252 ;; coding: iso-2022-7bit
35253 ;; add-log-time-zone-rule: t
35254 ;; End:
35256     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35258   This file is part of GNU Emacs.
35260   GNU Emacs is free software; you can redistribute it and/or modify
35261   it under the terms of the GNU General Public License as published by
35262   the Free Software Foundation; either version 3, or (at your option)
35263   any later version.
35265   GNU Emacs is distributed in the hope that it will be useful,
35266   but WITHOUT ANY WARRANTY; without even the implied warranty of
35267   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35268   GNU General Public License for more details.
35270   You should have received a copy of the GNU General Public License
35271   along with GNU Emacs; see the file COPYING.  If not, write to the
35272   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35273   Boston, MA 02110-1301, USA.
35275 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1