* longlines.el (longlines-wrap-follows-window-size): Integer value
[emacs.git] / lisp / ChangeLog
blob7d1bf357f0674de832b6770fd48a1a7cf3e0795a
1 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
3         * longlines.el (longlines-wrap-follows-window-size): Integer value
4         specifies wrapping margin.
5         (longlines-mode, longlines-window-change-function): Set
6         window-specific wrapping margin based on the above.
8 2007-10-17  John Wiegley  <johnw@newartisans.com>
10         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
12 2007-10-17  Glenn Morris  <rgm@gnu.org>
14         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Tweak
15         regexp to avoid stack overflow.
17 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
19         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
20         (bs--restore-window-config): Keep the selected frame.
21         (bs--track-window-changes, bs--remove-hooks): New functions.
22         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
23         (bs--show-with-configuration): Revert 2006-11-09 change.
24         Don't reuse window unless it is visible on the selected frame.
25         Restore window configuration (possibly in a different frame)
26         before creating any window.
28 2007-10-16  Richard Stallman  <rms@gnu.org>
30         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
31         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
32         (ad-is-advised, ad-get-advice-info-field)
33         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
35 2007-10-16  Glenn Morris  <rgm@gnu.org>
37         * simple.el (blink-matching-open): Don't report false errors with
38         the `$' syntax class.
40 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
42         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
43         (filesets-ormap, filesets-sort-case-sensitive-flag)
44         (filesets-remake-shortcut, filesets-ingroup-collect-files):
45         Fix typos in docstrings.
46         (filesets-data-get-name, filesets-data-get-data)
47         (filesets-data-set, filesets-cmd-query-replace-getargs)
48         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
50 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
52         * term/mac-win.el: Don't require url when compiling, as url-type is
53         no longer a macro.
55 2007-10-14  Glenn Morris  <rgm@gnu.org>
57         * progmodes/etags.el (select-tags-table): Disable undo in the
58         `*Tags Table List*' buffer.
60 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
62         * dired.el (dired-warn-writable): New face.
63         (dired-warn-writable-face): New variable.
64         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
65         of dired-warning-face, for group- and world-writable files.
67 2007-10-13  Glenn Morris  <rgm@gnu.org>
69         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
70         (octave-re-search-forward-kw, octave-re-search-backward-kw):
71         Add doc string, and an explicit COUNT argument.
72         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
73         `inc' to search functions.
75 2007-10-13  John W. Eaton  <jwe@octave.org>
77         * progmodes/octave-mod.el (octave-looking-at-kw)
78         (octave-re-search-forward-kw, octave-re-search-backward-kw):
79         New functions.
80         (octave-in-defun-p, calculate-octave-indent)
81         (octave-blink-matching-block-open, octave-beginning-of-defun)
82         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
83         to search for regexps that contain case-sensitive keywords.
84         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
85         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
87 2007-10-13  Richard Stallman  <rms@gnu.org>
89         * files.el (directory-abbrev-alist): Doc fix.
91 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
93         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
95 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
97         * frame.el (set-frame-configuration): Assign name parameter only
98         if it has been set explicitly before.
100         * window.el (handle-select-window): Revert part of 2007-10-06
101         change setting the input focus.
103 2007-10-12  Glenn Morris  <rgm@gnu.org>
105         * cus-edit.el (custom-variable-menu, custom-face-menu)
106         (custom-group-menu): Check init-file-user rather than
107         user-init-file, in case cus-edit is loaded by site-run-file.
109 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
111         * follow.el (follow-stop-intercept-process-output):
112         Use `follow-call-process-filter' rather than `process-filter'.
114 2007-10-11  Tom Tromey  <tromey@redhat.com>
116         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
117         frame is visible.
119 2007-10-10  Richard Stallman  <rms@gnu.org>
121         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
122         in *Backtrace*.
124         * faces.el (face-font-selection-order): Doc fix.
126         * loadhist.el (unload-feature): Doc fix.
128 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
130         * ps-print.el: Fix the usage of :foreground and :background face
131         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
132         (ps-print-version): New version 6.7.6.
133         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
134         Fix code.
135         (ps-face-foreground-color-p, ps-face-background-color-p)
136         (ps-face-color-p): New inline funs.
138 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
140         * follow.el: Change all instances of "Follow Mode" to "Follow
141         mode" in docstrings and messages.
143 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
145         * faces.el (face-font-selection-order): Doc fix.
147         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
148         (follow-mode-off-hook): Mark as obsolete.
150 2007-10-08  Richard Stallman  <rms@gnu.org>
152         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
153         (edebug-install-custom-print, edebug-reset-print-funcs)
154         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
155         Functions deleted.
156         (edebug-prin1, edebug-print, edebug-prin1-to-string)
157         (edebug-format, edebug-message): Define directly as aliases.
159 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
161         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
163 2007-10-07  Glenn Morris  <rgm@gnu.org>
165         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
166         version numbers.
168 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
170         * net/tramp.el (tramp-completion-mode): Extend doc-string.
171         (tramp-completion-mode-p): Revert change from 2007-09-24.
172         Checking for `return' etc as last character is not sufficient, for
173         example in dired-mode when entering <g> (revert-buffer) or
174         <s> (dired-sort).
176 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
178         * window.el (mouse-autoselect-window-cancel): Don't cancel for
179         select-window or select-frame events.
180         (handle-select-window): When autoselecting window set input
181         focus.  Restructure.
183         * frame.el (focus-follows-mouse): Moved to frame.c.
184         * cus-start.el (all): Add focus-follows-mouse.
186 2007-10-05  Chris Moore  <dooglus@gmail.com>
188         * server.el (server-kill-new-buffers): Doc fix.
190 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
192         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
193         activate font-locking in the *buffer-selection* buffer.
194         (bs-show-sorted): Doc fix.
196         * bs.el (bs--get-marked-string, bs--get-modified-string)
197         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
198         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
199         (bs--format-aux): Doc fix.
201 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
203         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
205 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
207         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
209 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
211         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
212         (gud-gdb): New function for old M-x gdb (text command mode).
213         (gud-gdb-command-name, gdb): Move to...
215         * progmodes/gdb-ui.el: ...here and adapt doc string.
216         (gud-gdba-command-name, gdba): Delete.
218 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
220         * bs.el: Don't defvar `font-lock-verbose'.
221         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
222         (bs--get-file-name): Fix typos in docstrings.
223         (bs--show-header): Use `dolist' instead of `mapcar'.
224         (bs-mode): Set `show-trailing-whitespace' to nil.
225         (bs-buffer-sort-function, bs-mouse-select-other-frame)
226         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
227         Doc fixes.
229 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
231         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
233 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
235         * progmodes/gud.el (gdb): Make graphical mode the default and
236         switch to text command mode if appropriate, i.e., reverse previous
237         arrangement.
238         (gud-gdb-marker-filter): Adapt for above change.
240         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
241         gud-minor-mode and gud-marker-filter.
242         (gdb-fullname-regexp): New variable.
243         (gud-gdba-marker-filter): Use it to switch to text command
244         mode if appropriate.
246 2007-10-02  Richard Stallman  <rms@gnu.org>
248         * frame.el (cursor-in-non-selected-windows): Doc fix.
250 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
252         * progmodes/gud.el (gud-display-line): Find source buffer even when
253         GUD buffer has its own frame.
255 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
257         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
259 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
261         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
263 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
265         * allout.el (allout-before-change-handler): Replace got-char by
266         goto-char.
268 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
270         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
271         Used to try and automatically enabled smerge-mode in the presence of
272         conflicts and to call `svn resolved' when the conflicts are gone.
273         (vc-svn-parse-status): Remember the svn-specific status.
275         * newcomment.el (comment-choose-indent): New function extracted
276         from comment-indent.  Improve the alignment algorithm.
277         (comment-indent): Use it.
279 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
281         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
282         (eldoc-message-commands, eldoc-current-idle-delay):
283         Fix typos in docstrings.
285         * progmodes/python.el (python-eldoc-function): Doc fix.
287 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
289         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
290         menu-bar-apropos-menu.  All users changed.
291         (menu-bar-help-menu): Change menu symbols to better match the text
292         displayed by the menu.
294 2007-09-25  Glenn Morris  <rgm@gnu.org>
296         * view.el (view-search-no-match-lines): Add a doc string.
297         Rewrite to simplify and work better.
299 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
301         * net/tramp.el (tramp-completion-mode-p): Rename from
302         `tramp-completion-mode'.  Revert logic, check `return', `newline'
303         and such alike.  Packages like Icicles tend to use other completion
304         characters but `tab' and `space' only.
305         (top): Require cl.el, when `copy-tree' is not available otherwise.
307         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
308         `ad-get-arg'.
310 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
312         * net/tramp-vc.el (tramp-vc-user-login-name):
313         Use `vc-find-version' instead of `process-file' to check whether we
314         have a new enough vc that doesn't need the defadvice.
316 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
318         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
319         #, @, : and ^.
321 2007-09-23  Glenn Morris  <rgm@gnu.org>
323         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
325 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
327         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
329         * log-view.el (log-view-mode-map): Likewise.
331         * diff-mode.el (diff-mode-shared-map): Likewise.
333 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
335         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
336         add inferior-octave-directory-tracker to the buffer-local value
337         of comint-input-filter-functions.
339 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
341         * files.el (file-name-sans-versions): Also allow `A-Z'.
343         * vc.el: Mention all supported VC backends.
345 2007-09-22  Richard Stallman  <rms@gnu.org>
347         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
348         neighbouring buttons.
350 2007-09-22  Andreas Schwab  <schwab@suse.de>
352         * files.el (file-name-sans-versions): Also allow `_'.
354 2007-09-22  Glenn Morris  <rgm@gnu.org>
356         * eshell/esh-mode.el (eshell-output-filter-functions):
357         Add eshell-postoutput-scroll-to-bottom.
359 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
361         * files.el (file-name-sans-versions): Allow - and a-z in version names.
363         * log-view.el (log-view-mode-map, log-view-mode-menu):
364         Bind log-view-annotate-version.
365         (log-view-beginning-of-defun, log-view-end-of-defun)
366         (log-view-annotate-version): New functions.
367         (log-view-mode): Use log-view-beginning-of-defun and
368         log-view-end-of-defun.
370 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
372         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
374 2007-09-21  Kevin Ryde  <user42@zip.com.au>
376         * international/mule.el (sgml-html-meta-auto-coding-function):
377         Bind `case-fold-search' to t.
379 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
382         neighbouring buttons.
384         * progmodes/compile.el (compilation-error-regexp-alist-alist):
385         Recognize gcc's use of "note" for informational messages.
387 2007-09-20  Glenn Morris  <rgm@gnu.org>
389         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
390         motion functions, rather than hard-coding "\n\n".
391         (tex-validate-region): Check for eobp, to speed up.
392         (tex-next-unmatched-end): Doc fix.
394 2007-09-19  Glenn Morris  <rgm@gnu.org>
396         * textmodes/tex-mode.el (tex-terminate-paragraph):
397         Use backward-paragraph.
399 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
402         (css-mode): Update correspondingly.
404 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
408         * vc-hooks.el (vc-menu-entry): New var.
409         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
410         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
411         (vc-menu-map): Declare and initialize in one step.
413         * menu-bar.el (vc-menu-map): Don't setup any more.
414         Instead, just create the proper spot in the menu.
416 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
417             Stefan Monnier  <monnier@iro.umontreal.ca>
419         * vc.el: Document new VC operation `extra-menu'.
421         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
423 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
425         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
426         Signed-off-by, Acked-by and Merge.
428 2007-09-17  Glenn Morris  <rgm@gnu.org>
430         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
431         filename from `--file-line-error', if it is available.
433 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
435         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
436         TeX `--file-line-error' format.
438 2007-09-17  Glenn Morris  <rgm@gnu.org>
440         * textmodes/tex-mode.el (tex-region): Simplify previous change,
441         handling the case where the region is not in `tex-main-file'.
442         (tex-region-1): Delete.
443         (tex-region-header): New function, doing the header part of the
444         old tex-region-1.
446 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * ediff-init.el (ediff-verbose-p): This var is not a constant.
450 2007-09-16  Drew Adams  <drew.adams@oracle.com>
452         * cus-edit (custom-face-edit-activate): Doc fix.
454 2007-09-16  Glenn Morris  <rgm@gnu.org>
456         * textmodes/tex-mode.el (tex-region): Handle the case where the
457         region is not in `tex-main-file'.  Move the old code that applies
458         to both cases...
459         (tex-region-1): ...to this new function.
461 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
463         * simple.el (blink-matching-open): Don't display message when no
464         paren is found within blink-matching-paren-distance characters.
465         Don't search prompt in blink-matching-paren-distance nil case.
467 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
469         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
471 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * vc-mtn.el: New file.
475         * vc-hooks.el (vc-handled-backends): Add Mtn.
477 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
479         * files.el (find-file, find-file-other-window)
480         (find-file-other-frame, find-file-existing, find-file-read-only)
481         (find-file-read-only-other-window)
482         (find-file-read-only-other-frame)
483         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
485 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
487         * man.el (Man-default-man-entry): At end of line, continue looking
488         to the next line for possible end of hyphenated command.
490 2007-09-13  Chris Moore  <dooglus@gmail.com>
492         * shell.el (shell-resync-dirs): Don't move the cursor relative to
493         the command being edited.
495 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
497         * progmodes/gud.el (gdb-ready): New variable.
498         (gdb): Set it to nil.  Set gud-running to nil here...
499         (gud-common-init): ...instead of here.
501         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
502         Use gdb-ready.  Discard input until GDB is ready to accept it.
504 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
506         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
507         C-M-S- keys.
509 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
511         * dired.el (dired-warning): Inherit from font-lock-warning-face to
512         make it show up with eight colors.
514 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
517         diffs are concatenated with no intervening line.
519 2007-09-10  Dave Love  <fx@gnu.org>
521         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
522         (python-font-lock-keywords): Update to the 2.5 version of the language.
523         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
524         (python-backspace): Only behave funny in code.
525         (python-compilation-regexp-alist): Add PDB stack trace regexp.
526         (inferior-python-mode): Add PDB prompt regexp.
527         (python-fill-paragraph): Refine the fenced-string regexp.
528         (python-find-imports): Handle imports spanning several lines.
529         (python-mode): Add `class' to hideshow support.
531 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
533         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
534         add-log-buffer-file-name-function rather than bind buffer-file-name,
535         so we dont end up calling change-log-mode in *cvs* when `fi' is the
536         ChangeLog file itself.
538         * outline.el (outline-flag-region): Use front-advance.
540 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
542         * progmodes/cperl-mode.el: Merge upstream 5.23.
543         (cperl-where-am-i): Remove function.
544         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
545         (cperl-sniff-for-indent): De-invert [string] and [comment].
546         When looking for label, skip s:m:y:tr.
547         (cperl-indent-line): Likewise.
548         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
549         (cperl-windowed-init): Wrong `ps-print' handling.
550         Both thanks to Chong Yidong.
551         (cperl-look-at-leading-count): Could fail with unfinished RExen.
552         (cperl-find-pods-heres): If the second part of s()[] is missing,
553         don't try to highlight delimiters...
555 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * progmodes/compile.el (compilation-get-file-structure): Complete last
558         change by also using spec-directory in the puthash.
560 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
562         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
563         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
564         (vc-bzr-status): Fix shadowing of variable 'status'.
565         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
566         Use `expand-file-name' instead of `concat'.
567         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
568         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
570 2007-09-05  Jason Rumney  <jasonr@gnu.org>
572         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
574 2007-09-02  Richard Stallman  <rms@gnu.org>
576         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
577         Add `safe-local-variable' property.
578         (lisp-body-indent): Likewise.
580 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
582         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
583         prev/next-node.
585         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
586         (x-gtk-map-stock): New function.
588 2007-09-02  Glenn Morris  <rgm@gnu.org>
590         * comint.el (comint-mode): Don't set scroll-conservatively.
592         * eshell/em-unix.el (eshell/time): Stringify and flatten the
593         non-command arguments.
595 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
597         * emacs-lisp/bytecomp.el (byte-recompile-directory):
598         Fix bug: Don't expand top-level file name more than once.
599         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
601 2007-09-01  Richard Stallman  <rms@gnu.org>
603         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
604         Add doc string.
606 2007-08-30  Richard Stallman  <rms@gnu.org>
608         * speedbar.el (speedbar-frame-reposition-smartly)
609         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
610         (speedbar-check-vc): Don't use dframe-xemacsp.
612 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
614         * files.el (backup-buffer-copy): Try to overwrite old backup first.
616 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
618         * repeat.el (repeat): Use last-repeatable-command instead of
619         real-last-command.  Run pre- and post-command hooks for
620         self-insertion.  Update doc-string.
622 2007-08-28  Glenn Morris  <rgm@gnu.org>
624         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
626 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
628         * vc-git.el (vc-git-state): Call git-add --refresh to update the
629         state of the file.
630         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
631         (vc-git-create-repo): Fix invalid command.
633 2007-08-27  Richard Stallman  <rms@gnu.org>
635         * textmodes/flyspell.el (flyspell-mode):
636         Catch errors in flyspell-mode-on.
638 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
640         * progmodes/modula2.el (m2-definition, m2-module):
641         Don't use previous-line.  Reported by T. V. Raman.
643 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
645         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
646         argument to tool-bar-mode call.
648 2007-08-27  Glenn Morris  <rgm@gnu.org>
650         * diff-mode.el (diff-find-file-name): Only accept regular files,
651         to rule out /dev/null, directories, etc.
653 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
655         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
656         safe-local-variable setting.
657         * progmodes/perl-mode.el (perl-indent-level): Likewise.
659 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
662         of buffers in uniquify-managed.
664         * simple.el (invisible-p): Rename from text-invisible-p.
665         Update callers.
667 2007-08-25  Alan Mackenzie  <acm@muc.de>
669         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
670         new language variable.
672         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
673         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
674         "extern" etc., rather than BOI.  Fix addition of spurious
675         syntactic-symbol 'defun-block-intro, replacing it with
676         'innamespace, etc.
678 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
680         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
681         Don't behave differently when executed via M-x.  Add doc string.
683 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
685         * files.el (backup-buffer-copy): Don't wrap delete in
686         condition-case, only try to delete if file exists.
688 2007-08-24  Glenn Morris  <rgm@gnu.org>
690         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
692 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
695         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
696         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
697         (cperl-etags-goto-tag-location): Use new style backquotes.
699         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
700         (dynamic-completion-table): Use it it.
702         * net/browse-url.el: Remove spurious * in custom docstrings.
703         (browse-url-filename-alist): Use new-style backquote.
705         * emacs-lisp/backquote.el (backquote-unquote-symbol)
706         (backquote-splice-symbol): Clarify they're not new-style unquotes.
708         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
709         (\,@): Backslash the , and ,@ which are not new-style unquotes.
711         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
713         * net/socks.el (socks-username/password-auth-filter):
714         Remove unused vars `state' and `desired-len'.
715         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
716         (socks-wait-for-state-change): Use new-style backquotes.
718         * pcvs.el (cvs-mode-status): Fix long-standing typo.
720         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
721         backquotes after each `read' rather than once per buffer.
723         * dframe.el: Remove spurious * in custom docstrings.
724         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
725         (dframe-xemacs20p): Remove, inline at the sole use point.
726         (defface): Don't defvar the face, don't use old-style backquote.
727         (defcustom): Don't use old-style backquote.
728         (dframe-frame-parameter, dframe-mouse-event-p):
729         Make it obvious that it's always defined.
730         (dframe-popup-kludge): New function to replace
731         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
732         (dframe-frame-mode, dframe-set-timer-internal)
733         (dframe-mouse-set-point): Remove use of with-no-warnings from
734         XEmacs-specific code.
735         (dframe-set-timer-internal): Fix very old bug with
736         post-command-idle-hook.
738         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
740 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
742         * image-mode.el (image-minor-mode): Use image-mode-text-map.
744 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
746         * sort.el (sort-fold-case, sort-numeric-base): Mark as
747         safe-local-variable.
749 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
751         * net/browse-url.el (browse-url-emacs): New function.
753 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
756         warning if the file uses old style backquotes.
758         * emacs-lisp/bytecomp.el (byte-compile-log-file)
759         (byte-recompile-directory, byte-compile-file)
760         (byte-compile-from-buffer): Use with-current-buffer.
762         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
763         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
764         (line-move-1, line-move-finish, line-move-to-column)
765         (move-end-of-line, move-beginning-of-line): Use new name.
767 2007-08-22  Glenn Morris  <rgm@gnu.org>
769         * files.el (backup-buffer-copy): Check backup directory is
770         writable, to avoid infloop deleting old backup.
772         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
773         movemail related variables.
774         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
775         will now be set before this is called.
777 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
779         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
781         * progmodes/ada-mode.el: Fix up comment style in header.
782         (ada-check-emacs-version): Remove.
783         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
784         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
785         to try and quieten the byte-compiler.
786         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
788         * vc.el (vc-annotate-warp-version): Don't use previous-line.
790 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
792         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
793         extracted from `eval-last-sexp-1'.
794         (eval-last-sexp-1): Call `preceding-sexp'.
796 2007-08-19  Glenn Morris  <rgm@gnu.org>
798         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
799         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
800         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
801         shadow files messing up the compilation.
803 2007-08-18  Glenn Morris  <rgm@gnu.org>
805         * progmodes/scheme.el (scheme-mode-variables):
806         Set font-lock-comment-start-skip.
808 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
810         * progmodes/ada-mode.el (ada-create-syntax-table):
811         Move set-syntax-table from here to ...
812         (ada-mode): ... here.  Don't change global value of comment-multi-line.
813         Call new function ada-initialize-syntax-table-properties.
814         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
815         (ada-deactivate-properties, ada-initialize-properties):
816         Replace by new functions ...
817         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
818         (ada-initialize-syntax-table-properties): ... to set up syntax-table
819         properties uniformly, independently from whether font-lock-mode
820         is enabled or not.  Handle read-only buffers and do not change
821         undo-list when setting syntax-table properties.
822         (ada-after-change-function): Use ada-set-syntax-table-properties.
824 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
826         * progmode/cperl-mode.el (cperl-look-at-leading-count)
827         (cperl-find-pods-heres): Fix an error when typing expressions like
828         `s{a}{b}'.
830 2007-08-17  Glenn Morris  <rgm@gnu.org>
832         * progmodes/compile.el (compilation-get-file-structure): Make use
833         of the directory part when checking for an existing entry, to
834         handle files with same basename in different directories.
836 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
838         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
839         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
840         (ps-paragraph-spacing): Docstring fix.
842 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
844         * smerge-mode.el (smerge-resolve): New arg `safe'.
845         (smerge-resolve-all, smerge-batch-resolve): New function.
846         (smerge-refine): Make sure `diff' returns the expected result.
847         (smerge-parsep-re): New const.
848         (smerge-mode): Use it to adjust paragraph-separate.
850         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
851         Correctly match / regexp matchers as first char on a line when
852         fontifying only that line.
854         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
856 2007-08-16  Glenn Morris  <rgm@gnu.org>
858         * ps-print.el (ps-font-size): Doc fix.
860 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * vc-bzr.el: Don't fiddle with vc-handled-backend.
863         (vc-bzr-registered): Don't redundantly protect against
864         file-error.  Actually use the format-specific code.
865         (vc-bzr-buffer-nonblank-p): Remove.
866         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
868 2007-08-15  Glenn Morris  <rgm@gnu.org>
870         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
871         sloppier, for the sake of GNU Mailman.
872         (rmail-digest-rfc1153): Initialize `result' correctly.
874 2007-08-14  Glenn Morris  <rgm@gnu.org>
876         * simple.el (bad-packages-alist): New constant.
877         (bad-package-check): New function.  Together, these two add
878         elements to `after-load-alist' to check for problematic external
879         packages.
880         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
882 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
884         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
885         optional quotes around files in NEED-UPDATE . REMOVED case.
887         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
888         (ada-treat-cmd-string): Improve error message.
889         (ada-do-file-completion): Call `ada-require-project-file', so
890         project variables are set properly.
891         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
892         (ada-gnatfind-buffer-name): New constant.
893         (ada-find-any-references): Use new constant.  Set buffer name
894         properly in compilation-start.  Toggle read-only properly.
895         (ada-find-in-src-path): Fix spelling error in docstring.
897         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
898         by zero error.
900 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
902         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
904 2007-08-12  Richard Stallman  <rms@gnu.org>
906         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
907         (cvs-execute-single-file): Use new name split-string-and-unquote.
908         (cvs-header-msg): Use new name combine-and-quote-strings.
910         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
912         * progmodes/gud.el (gud-common-init): Use new name
913         split-string-and-unquote.
915         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
916         in javac regexp.
918         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
919         combine-and-quote-strings and split-string-and-unquote.
921         * subr.el (combine-and-quote-strings): Rename from strings->string.
922         (split-string-and-unquote): Rename from string->strings.
924 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
927         to buffer-local settings.
929         * emacs-lisp/backquote.el (backquote-delay-process): New function.
930         (backquote-process): Add internal arg `level'.  Use the two to
931         correctly handle nested backquotes.
933 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
935         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
936         (vc-bzr-state-words): Add "kind changed" state word.
937         (vc-bzr-status): New function.  Return Bzr idea of file status,
938         which is different from VC's.
939         (vc-bzr-state): Use vc-bzr-status.
940         (vc-workfile-unchanged-p): Use vc-bzr-status.
941         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
942         (vc-dired-state): Process "kind changed" state word.
944 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
946         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
948         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
949         Move from vc-default-find-file-not-found-hook.
951 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
953         * url/url-auth.el (url-basic-auth): When prompting for username
954         and password, default to the username and password in the URL.
956 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * man.el: Remove spurious * in docstrings.
959         Merge defvars and toplevel setq-defaults.
960         (Man-highlight-references0): Limit=nil rather than point-max.
961         (Man-mode-map): Move initialization into the declaration.
962         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
963         (Man-view-header-file): Use expand-file-name rather than concat.
964         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
966         * man.el (Man-next-section): Make sure we do not move backward.
968 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
970         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
971         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
972         ps-print-color-p is neither nil nor black-white.  Reported by Christian
973         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
975 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * files.el (auto-mode-alist): Use the purecopied text (duh!).
979 2007-08-08  Andreas Schwab  <schwab@suse.de>
981         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
982         self-insert-command, not self-insert.
984 2007-08-08  Glenn Morris  <rgm@gnu.org>
986         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
988         * Replace `iff' in doc-strings and comments.
990         * help-mode.el (help-make-xrefs): Search for symbol constituents,
991         rather than just `-'.
993 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
995         * dired.el (dired-pop-to-buffer):
996         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
997         * calendar/calendar.el (generate-calendar-window):
998         * progmodes/compile.el (compilation-set-window-height):
999         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1000         Use window-full-width-p instead of comparing frame-width and
1001         window-width.
1003         * progmodes/compile.el (compilation-find-buffer): Remove extra
1004         argument in call to compilation-buffer-internal-p.
1006 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1008         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1009         parameters IDENTIFICATION and CONNECTED.
1010         (tramp-handle-insert-file-contents): VISIT must be handled after
1011         insertion of the local copy.  Reported by Peter Gordon
1012         <peter@pg-consultants.com>.
1013         (tramp-file-name-handler): No special handling for
1014         `expand-file-name'.  But for `file-name-as-directory'.
1015         (tramp-find-shell, tramp-open-connection-telnet)
1016         (tramp-open-connection-rsh, tramp-open-connection-su)
1017         (tramp-open-connection-multi)
1018         (tramp-open-connection-setup-interactive-shell): Guard against
1019         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1020         <steve@sxemacs.org>.
1021         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1022         the hint.
1024         * net/trampver.el: Update release number.
1026 2007-08-07  Tom Tromey  <tromey@redhat.com>
1028         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1029         Add safe-local-variable property.
1031 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1033         * image-mode.el (image-toggle-display): Use image-refresh.
1035         * longlines.el (longlines-decoded): New variable.
1036         (longlines-mode): Avoid encoding or decoding the buffer twice.
1038 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1040         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1041         unofficial version.
1042         (vc-bzr-command): Remove redundant setting of process-connection-type.
1043         (vc-bzr-admin-checkout-format-file): Add autoload.
1044         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1045         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1046         (vc-bzr-registered): Compare dirstate format tag with known good
1047         value, abort parsing if match fails.  Warn user in docstring.
1048         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1049         See bzrlib/branch.py in Bzr sources.
1050         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1051         (vc-bzr-shell-command): Remove in favor of
1052         vc-bzr-command-discarding-stderr.
1053         (vc-bzr-command-discarding-stderr): New function.
1055 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1057         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1058         program, and return nil
1059         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1060         (vc-bzr-state): Look for path names relative to the repository
1061         root after status keyword.
1062         (vc-bzr-file-name-relative): New function.
1063         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1064         depend on it.
1065         (vc-bzr-admin-dirname, ...-checkout-format-file)
1066         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1067         files that we now parse directly for speed.
1068         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1069         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1070         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1071         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1072         Bzr warnings, so we must discard it.
1073         (vc-bzr-workfile-version): Speedup counting lines from
1074         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1075         if that file doesn't exist.
1076         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1077         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1078         (not ".bzr"!) to `vc-directory-exclusion-list'
1079         (vc-bzr-shell-command): New function.
1081 2007-08-06  Tom Tromey  <tromey@redhat.com>
1083         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1084         (diff-fixup-modifs): Typo in docstring.
1086 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1089         count-screen-lines.
1090         (tpu-edt-off): Disable relevant pieces of advice.
1092         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1093         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1094         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1095         redefining the function.
1096         (tpu-set-scroll-margins): Activate the pieces of advice.
1098 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1100         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1101         process-filter.
1103 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1105         * help.el (resize-temp-buffer-window): Use window-full-width-p
1106         instead of comparing frame-width and window-width.
1108 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1110         * term.el: Honor term-default-fg-color and term-default-bg-color
1111         settings when modifying term-current-face.
1112         (term-default-fg-color, term-default-bg-color): Initialize from
1113         default term-current-face.
1114         (term-mode, term-reset-terminal): Set term-current-face with
1115         term-default-fg-color and term-default-bg-color.
1116         (term-handle-colors-array): term-current-face has term-default-fg-color
1117         and term-default-bg-color after reset escape sequence.
1118         (term-handle-colors-array): Set term-current-color with
1119         term-default-fg/bg-color instead of ansi-term-color-vector when the
1120         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1122 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1124         * files.el (set-auto-mode): Handle also remote files wrt
1125         `auto-mode-alist'.
1127         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1128         remote identification.
1130 2007-08-04  Glenn Morris  <rgm@gnu.org>
1132         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1133         zero, not nil, when the library is first loaded.  Check for a file
1134         that has been modified on disk.
1136         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1137         Remove duplicate defvar preventing initialization.
1138         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1140 2007-08-03  Miles Bader  <miles@gnu.org>
1142         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1143         backend names for new backends to `Git', `Hg', and `Bzr'.
1144         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1145         not `HG'.
1146         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1147         name, not `GIT'.
1148         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1149         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1151 2007-08-03  Glenn Morris  <rgm@gnu.org>
1153         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1155 2007-08-02  Richard Stallman  <rms@gnu.org>
1157         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1158         to update deleted flag.
1160         * cus-edit.el (customize-apropos, customize-apropos-options)
1161         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1163         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1165         * startup.el (fancy-splash-head, startup-echo-area-message):
1166         Change message text.
1168         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1169         All callers use line-move.
1171         * progmodes/compile.el (compilation-find-buffer): Return current
1172         buffer immediately if suitable.
1173         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1175 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1177         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1178         Make it more discriminating and more useful.
1179         (vc-bzr-root-dir): Use new name.
1180         (vc-bzr-registered): Use new name and look at the dirstate file to
1181         determine if it's registered or not without running `bzr'.
1183 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1185         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1187 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1189         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1190         Fix parent groups link.
1192 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1194         * faces.el (face-normalize-spec): New function.
1195         (frame-set-background-mode): Normalize face-spec before calling
1196         face-spec-match-p.
1198 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1200         * vc-bzr.el: New file (copied from the trunk).
1202         * vc-hooks.el (vc-handled-backends): Add BZR.
1203         (vc-find-file-hook): Failsafe if the backend's `registered'
1204         function burps.
1206         * server.el (server-window): Add switch-to-buffer-other-frame option.
1208 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1210         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1211         (vc-git-revision-completion-table): Enable.
1213         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1215         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1217         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1218         (vc-hg-registered): Set the vc-state property.
1220         * diff-mode.el (diff-mode-menu): New entries.
1222 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1224         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1225         (diff-file-kill): Use it.
1226         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1227         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1228         Use it so they find the hunk even when we're in the file header.
1230         * vc.el: Add new VC operation `revision-completion-table'.
1231         (vc-default-revision-completion-table): New function.
1232         (vc-version-diff, vc-version-other-window): Use it to provide
1233         completion of revision names if the backend provides it.
1235         * vc-arch.el (vc-arch--version-completion-table)
1236         (vc-arch-revision-completion-table): New functions to provide
1237         completion of revision names.
1239         * vc-cvs.el: Require CL.
1240         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1241         New functions to provide completion of revision names.
1243 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1245         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1246         (copyright-fix-years, copyright): Correctly handle the case where
1247         copyright-limit is nil.
1249 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1251         * progmodes/python.el (run-python): Fix path separator under w32.
1253 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1255         * vc-git.el: New File.
1257 2007-07-28  Alan Mackenzie  <acm@muc.de>
1259         Fix problem with modes derived from CC Mode:
1260         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1261         macro to cc-langs.
1262         (c-init-language-vars-for): Remove call to above macro.
1263         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1264         been moved to here.
1265         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1267 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1269         * net/trampver.el: Fix the `coding' cookie.
1271 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1273         * add-log.el (change-log-redate): Remove (not needed anymore and
1274         doesn't appear to work).
1276 2007-07-25  Glenn Morris  <rgm@gnu.org>
1278         * Relicense all FSF files to GPLv3 or later.
1280         * COPYING: Switch to GPLv3.
1282 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1285         Replace it with another one which disables undo before calling
1286         erase-buffer and then turns it back on if needed.
1288 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1290         * ps-print.el: Problem with foreground and background color when
1291         printing a buffer with and without faces.  Reported by Christian
1292         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1293         (ps-print-version): New version 6.7.5.
1294         (ps-default-fg): Change default value to nil, so black color is used
1295         when a face does not specify a foreground color.
1296         (ps-default-bg): Change default value to nil, so white color is used
1297         for background color.
1298         (ps-begin-job): Fix code.
1300 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1302         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1304 2007-07-24  Alan Mackenzie  <acm@muc.de>
1306         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1307         Initialise byte-compile-unresolved-functions before rather than
1308         after a compilation.
1309         (byte-compile-unresolved-functions): Amplify doc string.
1311 2007-07-24  Glenn Morris  <rgm@gnu.org>
1313         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1314         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1315         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1316         (cal-tex-cursor-week, cal-tex-cursor-week2)
1317         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1318         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1319         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1320         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1322 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1326 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1329         underlying file is uptodate.
1331 2007-07-23  Richard Stallman  <rms@gnu.org>
1333         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1335 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1337         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1338         (sh-font-lock-flush-syntax-ppss-cache): New funs.
1339         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1340         different possible cases for \'.
1341         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1343         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1344         `file' from which to start the search and fix case where `file' is the
1345         current directory and the root as well.
1347         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1348         name for buffer-file-name if it refers to a directory.
1350 2007-07-22  Jason Rumney  <jasonr@gnu.org>
1352         * w32-fns.el (set-default-process-coding-system): Use dos line ends
1353         for input to cmdproxy on all versions of Windows.
1354         Use dos line ends for input to plink.
1356         * comint.el (comint-simple-send): Concat newline before sending.
1357         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1359 2007-07-22  Juri Linkov  <juri@jurta.org>
1361         * isearch.el (isearch-edit-string): Save old point and
1362         isearch-other-end to old-point and old-other-end before reading
1363         the search string from minibuffer.  After exiting minibuffer set
1364         point to old-other-end if point and the search direction is the
1365         same as before reading the search string.
1366         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
1367         to isearch-other-end.  Instead of isearch-search-and-update call
1368         three functions isearch-search, isearch-push-state and isearch-update.
1370 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1372         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1373         destroying an existing buffer.
1375 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1377         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1379         * term/x-win.el (x-handle-no-bitmap-icon): New function.
1381 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1383         * textmodes/reftex.el (reftex-access-parse-file): Create parse
1384         file in a way that does not interfere with recentf.
1386 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1388         * image-dired.el (image-dired-sane-db-file): New func.
1389         (image-dired-write-tags, image-dired-remove-tag)
1390         (image-dired-list-tags, image-dired-write-comments)
1391         (image-dired-get-comment, image-dired-mark-tagged-files)
1392         (image-dired-create-gallery-lists): Call new func.
1393         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1395 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1397         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1398         (vc-hg-dir-state): Fix loop.
1399         (vc-hg-print-log): Fix expected return value for vc-hg-command.
1400         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1401         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1402         (vc-hg-revert): Likewise.
1403         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1405 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1407         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1408         case of alignment under a constant symbol, find and consider
1409         the sexp actually at indentation to be the "last sexp".
1411 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1413         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1414         (install): Use them to copy all *.el files before *.elc.
1415         (clean): Don't delete *~.
1417 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1419         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1421 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
1423         * vc-hg.el (vc-hg-registered): Replace if with when.
1424         (vc-hg-state): Deal with nonexistent files.
1426 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1428         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1429         (follow-delete-other-windows-and-split, follow-recenter)
1430         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1431         (follow-redisplay, follow-estimate-first-window-start)
1432         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1433         Fix typos in docstrings.
1435 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1437         * bookmark.el (bookmark-show-all-annotations):
1438         Make sure each inserted annotation ends with newline.
1440         (bookmark-maybe-sort-alist): Don't modify
1441         bookmark-alist.  Instead, if not sorting, simply return it.
1442         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1443         for its return value, not for its side effect.
1445 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1447         * vc.el: Add more info about the vc-registered function.
1449 2007-07-16  David Kastrup  <dak@gnu.org>
1451         * emacs-lisp/advice.el (defadvice): Doc fix.
1453 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
1455         * subr.el (when, unless): Doc fix.
1457 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1459         * vc-hg.el (vc-hg-state): Handle removed files.
1460         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1461         (vc-hg-checkout): Re-enable.
1463 2007-07-15  Richard Stallman  <rms@gnu.org>
1465         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1467         * tutorial.el (tutorial--find-changed-keys):
1468         Handle C-x specially like ESC.
1470 2007-07-15  Roland McGrath  <roland@frob.com>
1472         * add-log.el (add-change-log-entry): Check add-log-full-name
1473         and add-log-mailing-address later, after change-log-mode-hook.
1475 2007-07-15  Richard Stallman  <rms@gnu.org>
1477         * isearch.el (isearch-mode, isearch-done):
1478         Delete unintended code in previous change.
1480         * ps-print.el (ps-default-bg): Change to White.
1482 2007-07-15  Aaron Hawley  <aaronh@garden.org>
1484         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1486 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
1488         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1489         when handling the terminating event.
1491 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
1493         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1495 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1497         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1498         (install): Use them to copy all *.el files before *.elc.
1500 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1502         * replace.el (match): Use yellow1 instead of yellow.
1504         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1506         * pcvs-info.el (cvs-unknown): Likewise.
1508 2007-07-12  Davis Herring  <herring@lanl.gov>
1510         * desktop.el (desktop-buffer-info, desktop-save):
1511         Use `desktop-dirname' instead of `dirname'.
1513 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1515         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1517         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1519 2007-07-10  Richard Stallman  <rms@gnu.org>
1521         * emacs-lisp/lisp-mode.el (eval-defun):
1522         Explain special handling of `defface'.
1524 2007-07-09  Richard Stallman  <rms@gnu.org>
1526         * isearch.el (isearch-edit-string): Call to isearch-push-state
1527         after the search.
1529 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1531         * cus-start.el (file-coding-system-alist): Fix custom type.
1533 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1535         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1536         modified.
1537         (longlines-auto-wrap, longlines-window-change-function):
1538         Remove unnecessary calls to set-buffer-modified-p.
1540 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * vc.el (vc-default-log-view-mode): New function.
1543         (vc-print-log): Add new `log-view-mode' VC operation.
1545 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
1547         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1548         Rename and move to...
1550         * subr.el (strings->string, string->strings): ...here.
1552         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1553         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1555         * progmodes/gud.el (gud-common-init): Call string->strings instead
1556         of split-string.
1558 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1560         * term/w32-win.el (menu-bar-open): New function.
1561         Bind <f10> to it.
1563 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1565         * log-view.el (log-view-mode-menu): New menu.
1567 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1569         * vc-hg.el: New file.
1571 2007-07-06  Andreas Schwab  <schwab@suse.de>
1573         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1574         dynamic bindings around the evaluation of the expression.
1575         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1577 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1579         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1580         file names.
1582 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1584         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1586         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1587         event is not a cons cell.  Do not unread drag-mouse-1 events.
1588         Select right window in check whether space was stolen from
1589         window above.
1591 2007-07-01  Richard Stallman  <rms@gnu.org>
1593         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1595 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1597         * generic-x.el (generic-define-mswindows-modes)
1598         (generic-define-unix-modes, apache-log-generic-mode)
1599         (bat-generic-mode-keymap, java-manifest-generic-mode)
1600         (show-tabs-generic-mode): Fix typos in docstrings.
1602 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1604         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1605         replace-regexp-in-string.
1607 2007-06-28  Andreas Schwab  <schwab@suse.de>
1609         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1610         $(lisp)/subdirs.el.
1612 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1614         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1615         the speedbar frame if nil; that deletes the current frame or
1616         causes an error if it is the only frame.
1617         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1619 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1621         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1622         directory where the desktop file was found, as the docstring says.
1623         (desktop-kill): Use `read-directory-name'.
1625         * desktop.el (desktop-load-locked-desktop): New option.
1626         (desktop-read): Use it.
1627         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1628         Use `when'.
1630 2007-06-24  Davis Herring  <herring@lanl.gov>
1632         * desktop.el (desktop-save-mode-off): New function.
1633         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1634         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1635         (desktop-claim-lock, desktop-release-lock): New functions.
1636         (desktop-kill): Tell `desktop-save' that this is the last save.
1637         Release the lock afterwards.
1638         (desktop-buffer-info): New function.
1639         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1640         says to.  Detect conflicts, and manage the lock.
1641         (desktop-read): Detect conflicts.  Manage the lock.
1643 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1645         * ls-lisp.el (insert-directory): If an invalid regexp error is
1646         thrown, try using FILE as a literal file name, not a wildcard.
1647         Check for FILE as an existing file, not just a directory.
1649 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1651         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1652         `header-line-format' when reentering ruler mode.
1654 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1656         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1657         FILE exists as a directory.
1659 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1662         (vera-font-lock-match-item): Fix doc string.
1663         (vera-in-comment-p): Remove unused function.
1664         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1665         use `syntax-ppss'.
1666         (vera-forward-syntactic-ws): Fix argument order.
1667         (vera-prepare-search): Use `with-syntax-table'.
1668         (vera-indent-line): Fix doc string.
1669         (vera-electric-tab): Fix doc string.
1670         (vera-expand-abbrev): Define alias instead of using `fset'.
1671         (vera-comment-uncomment-region): Use `comment-start-skip'.
1673 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1675         * progmodes/vera-mode.el: New file.
1677 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1679         * ido.el (ido-find-file-in-dir): Don't signal an error for
1680         empty directories.
1682 2007-06-18  Alan Mackenzie  <acm@muc.de>
1684         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1685         When removing lines, also remove the \n.  Correction of patch of
1686         2007-04-21.
1688 2007-06-17  Glenn Morris  <rgm@gnu.org>
1690         * lpr.el (lpr-page-header-switches): Move %s to separate element
1691         for correct quoting.  Doc fix.
1693 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1695         * term/xterm.el (terminal-init-xterm): Escape parens in character
1696         constants.
1698 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1700         * scroll-lock.el (scroll-lock-mode): Doc fix.
1702 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1705         half-activated, forcefully activate it completely.
1707 2007-06-11  Richard Stallman  <rms@gnu.org>
1709         * cus-edit.el (custom-variable-type): Doc fix.
1711 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1713         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1715 2007-06-09  Davis Herring  <herring@lanl.gov>
1717         * desktop.el (desktop-minor-mode-table): Doc fix.
1719 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1721         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1722         (image-next-line, image-previous-line, image-scroll-up)
1723         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1724         New functions.
1725         (image-mode-map): Remap motion commands.
1726         (image-mode-text-map): New keymap for viewing images as text.
1727         (image-mode): Use image-mode-map.
1728         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1730 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1732         Sync with Tramp 2.0.56.
1734         * net/tramp.el:
1735         * net/tramp-ftp.el:
1736         * net/tramp-smb.el:
1737         * net/tramp-util.el:
1738         * net/tramp-vc.el:
1739         Don't load cl.el, because that pollutes the namespace.  Replace cl
1740         macros by their implementations where necessary.  Requested by
1741         Richard Stallman <rms@gnu.org>.
1743         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1744         doesn't exist.
1745         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1746         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1747         (tramp-file-name-p, tramp-file-name-multi-method)
1748         (tramp-file-name-method, tramp-file-name-user)
1749         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1750         replacing defstruct `tramp-file-name'.
1751         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1752         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1753         Apply `vector' instead of `make-tramp-file-name'.
1754         (tramp-handle-make-auto-save-file-name):
1755         Apply `tramp-temporary-file-directory' for compatibility reasons.
1756         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1757         because of XEmacs.
1758         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1759         started.
1761 2007-06-07  David Kastrup  <dak@gnu.org>
1763         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1764         Change default to `top'.
1766 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1768         * dired.el (dired-mode-map): Remove spurious separator.
1770 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1772         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1774         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1775         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1777 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1779         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1780         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1782 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1784         * progmodes/ebrowse.el (ebrowse-member-table):
1785         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1787 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1789         * pgg.el (pgg-sign-region, pgg-sign):
1790         * ses.el (ses-call-printer):
1791         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1792         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1794 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1796         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1797         (tar-get-descriptor): Handle type 55, an extended pax header.
1799 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * textmodes/css-mode.el: New file.
1803 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1805         * net/socks.el: New file, taken from w3 repository.
1806         (top): Update Copyright.  Don't load cl.el.
1807         (all): Replace `case' by `cond', `string-to-int' by
1808         `string-to-number', and `process-kill-without-query' by
1809         `set-process-query-on-exit-flag'.
1810         (socks-char-int): Remove defalias and all occurrences.
1812 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1814         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1815         (sort-coding-systems, search-unencodable-char): Doc fixes.
1816         (coding-system-change-eol-conversion, set-default-coding-systems)
1817         (prefer-coding-system, find-multibyte-characters, princ-list)
1818         (leim-list-entry-regexp, set-input-method, locale-language-names)
1819         (input-method-exit-on-first-char, exit-language-environment-hook)
1820         (locale-charset-language-names): Fix typos in docstrings.
1822 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1824         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1825         `switch-to-buffer' has returned succesfully.
1826         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1827         window is dedicated (it could iconify the frame).
1829 2007-06-05  Glenn Morris  <rgm@gnu.org>
1831         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1833 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1835         * files.el (auto-mode-alist): Add lower-priority match for names
1836         like ChangeLog.old.
1838 2007-06-04  Andreas Schwab  <schwab@suse.de>
1840         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1842 2007-06-04  Davis Herring  <herring@lanl.gov>
1844         * calendar/timeclock.el: Update version number.
1845         (timeclock-modeline-display): Mention timeclock-use-display-time
1846         in explanatory message.
1847         (timeclock-log): Suppress warnings when finding the log.
1848         Don't check for a nil project twice.  Run hooks after killing the
1849         buffer (if applicable).
1850         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1851         was geometric).  All uses changed.
1852         (timeclock-generate-report): Support prefix argument.
1854 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1856         * man.el (Man-next-section): Don't consider the last line of the
1857         page as being part of any section.
1859 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1861         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1862         modified flag of buffer.  Use `inhibit-modification-hooks'.
1864 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1866         * mail/mail-extr.el (mail-extract-address-components):
1867         Recognize non-ASCII characters except for NBSP as words.
1869 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1871         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1873 2007-06-04  Michael Olson  <mwolson@gnu.org>
1875         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1876         died and we are trying to send a signal to it.
1878 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1880         * emacs-lisp/easy-mmode.el (define-minor-mode)
1881         (easy-mmode-define-navigation): Fix typos in docstrings.
1883         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1884         Fix typos in docstrings.
1885         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1886         (compilation-finish-function): Fix typo in obsolescence declaration.
1888         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1890 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1892         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1893         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1895         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1897         * longlines.el (longlines-mode): Make longlines-auto-wrap
1898         buffer-local.  Add hooks unconditionally.
1899         (longlines-auto-wrap): Toggle wrapping.
1900         (longlines-after-change-function)
1901         (longlines-post-command-function): Check longlines-auto-wrap.
1903 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1905         * Version 22.1 released.
1907 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1909         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1910         changes.
1912 2007-05-31  Richard Stallman  <rms@gnu.org>
1914         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1916 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1918         * textmodes/table.el (table--point-entered-cell-function)
1919         (table--point-left-cell-function):
1920         Bind `inhibit-point-motion-hooks' to t.
1922 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1924         * emacs-lisp/rx.el (rx): Doc fix.
1926 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1928         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1930 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1932         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1933         as the end of the ChangeLog paragraph when it ends without a line
1934         termination.
1936 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * textmodes/fill.el (canonically-space-region): Make the second arg
1939         a marker if it's not already the case.
1941         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1942         (xterm-mouse-event): Use it.
1944 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1946         * vc-hooks.el (vc-find-root): Fix file attribute test.
1948 2007-05-24  Richard Stallman  <rms@gnu.org>
1950         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1951         Don't let opoint be nil.
1952         (flyspell-emacs-popup): Explicit error if no dialogs.
1954 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1956         * tar-mode.el (tar-file-name-handler): New function.
1957         (tar-extract): Bind file-name-handler-alist to it to force
1958         find-buffer-file-type-coding-system behave as if the file being
1959         extracted existed.  Use last-coding-system-used to force
1960         buffer-file-coding-system to what decode-coding-region actually
1961         used to decode the file.
1963 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1965         * progmodes/compile.el (compilation-handle-exit):
1966         `compilation-finish-function' may change the current buffer.
1968 2007-05-22  Richard Stallman  <rms@gnu.org>
1970         * files.el (set-auto-mode): Doc fix.
1972 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1974         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1976 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1978         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1979         (rcirc-print): Handle `window-width'.
1980         (rcirc-buffer-maximum-lines): Doc fix.
1982 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1984         * info.el (Info-fontify-node): Match https also.
1986 2007-05-18  Richard Stallman  <rms@gnu.org>
1988         * simple.el (push-mark): Doc fix.
1990 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1992         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1993         tpu-global-map.
1994         (tpu-original-global-map): Delete variable.
1995         (tpu-control-keys-map): New keymap variable.
1996         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1997         setting keymapping directly.
1998         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1999         tpu-global-map.
2000         (tpu-edt-on): Activate the tpu-global-map.
2001         (tpu-edt-off): Deactivate the tpu-global-map.
2003 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2005         * textmodes/ispell.el (ispell-get-word): Return markers
2006         for start and end positions.
2007         (ispell-word): Assume END is a marker.
2009 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2011         * ps-print.el: Use default color when foreground or background color
2012         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2013         (ps-print-version): New version 6.7.4.
2014         (ps-rgb-color): New argument.  Use default color when color is
2015         unspecified.
2016         (ps-begin-job): Fix code.
2018 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2020         * textmodes/ispell.el (ispell-start-process): Defend against bad
2021         default-directory.
2023 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2025         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2027 2007-05-16  Richard Stallman  <rms@gnu.org>
2029         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2031 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2034         Move the *ml, Postscript, and XmCD entries to the fallback part.
2036         * files.el (magic-fallback-mode-alist):
2037         Rename from file-start-mode-alist.
2039 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2041         * progmodes/compile.el (compilation-handle-exit): Quote first
2042         argument of `run-hook-with-args'.
2044 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2046         * buff-menu.el (Buffer-menu-sort-column):
2047         * dabbrev.el (dabbrev-upcase-means-case-search):
2048         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2049         * info.el (Info-current-subfile):
2050         * ls-lisp.el (ls-lisp-verbosity):
2051         * msb.el (msb-menu-cond):
2052         * pcvs.el (cvs-dired-use-hook):
2053         * simple.el (set-mark-command-repeat-pop):
2054         * time.el (display-time-24hr-format, display-time-mail-file):
2055         Doc fixes.
2057         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2058         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2060         * view.el (view-inhibit-help-message): Fix typo in docstring.
2061         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2063 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2065         * mail/rmail.el (rmail-convert-to-babyl-format):
2066         Check content-transfer-encoding _last_, because we need its position
2067         in base64-header-field-end.
2069 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2071         * files.el (mode-require-final-newline, require-final-newline)
2072         (enable-local-variables, enable-local-eval): Doc fixes.
2074 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2076         * progmodes/python.el (python-font-lock-keywords)
2077         (python-open-block-statement-p, python-mode): Add support for the new
2078         "with" keyword.
2080 2007-05-10  Richard Stallman  <rms@gnu.org>
2082         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2083         (iso-cvt-write-only): Likewise.
2085         * emacs-lisp/easy-mmode.el (define-minor-mode):
2086         Fix generated doc string.
2088         * startup.el (fancy-splash-text): Add URL of guided tour.
2089         Adjust horizontal and vertical whitespace.
2091         * progmodes/compile.el (compilation-handle-exit):
2092         Use run-hook-with-args to run compilation-finish-functions.
2094         * files.el (file-start-mode-alist): New variable.
2095         (magic-mode-regexp-match-limit): Doc fix.
2096         (set-auto-mode): Handle file-start-mode-alist.
2097         A little cleanup of structure.
2099 2007-05-10  Davis Herring  <herring@lanl.gov>
2101         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2102         workday specifications.
2103         (timeclock-log): Don't kill the log buffer if it already existed.
2105 2007-05-08  Richard Stallman  <rms@gnu.org>
2107         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2108         Don't include non-self-insert commands in the exception for `-'.
2110 2007-05-08  David Reitter  <david.reitter@gmail.com>
2112         * progmodes/python.el (python-guess-indent): Check non-nullness
2113         before comparing indent against the 2..8 interval.
2115 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2117         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2118         available.
2120 2007-05-06  Richard Stallman  <rms@gnu.org>
2122         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2124 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2126         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2127         disconnections.
2129 2007-05-01  Romain Francoise  <romain@orebokech.com>
2131         * dired-x.el: Revert 2007-04-06 change.
2133 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2135         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2136         don't put stop on toolbar.
2138 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2140         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2142 2007-04-29  Richard Stallman  <rms@gnu.org>
2144         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2146 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2148         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2149         than 1.
2151 2007-04-28  Richard Stallman  <rms@gnu.org>
2153         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2155 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2157         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2159 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2161         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2162         instead of $(lisp)/mh-e.
2164         * textmodes/fill.el (fill-paragraph): Doc fix.
2166 2007-04-28  Glenn Morris  <rgm@gnu.org>
2168         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2169         (image-dired-cmd-create-temp-image-options): Replace option
2170         +profile "*" with -strip.
2172 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2174         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2175         Use window-start and window-end.
2177 2007-04-26  Glenn Morris  <rgm@gnu.org>
2179         * progmodes/python.el: Restore file pending consideration of legal
2180         status.
2182 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2184         * locate.el (locate-in-alternate-database): Doc fix.
2186 2007-04-26  Glenn Morris  <rgm@gnu.org>
2188         * button.el (button): Use underline if supported, else fall back
2189         to color.
2191 2007-04-25  Richard Stallman  <rms@gnu.org>
2193         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2195 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2197         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2198         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2199         pushing mark.
2200         (idlwave-current-routine): Don't push mark.
2202 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2204         * image-dired.el (image-dired-display-image): Derive image-type from
2205         filename rather than assuming jpeg, in case no resizing was needed.
2207 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2209         * custom.el (defface): Doc fix.
2211 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2213         * progmodes/python.el: Remove due to unclear legal issues.
2215 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2217         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2218         Don't re-query for each cleared BP.
2219         (idlwave-shell-clear-bp): Optionally skip BP query.
2220         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2221         of set-window-buffer, which incorrectly moves displayed region.
2223 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2225         * calc/calc.el (calc-bug-address): Update maintainer's address.
2226         * calc/*: Update maintainer's address.
2228 2007-04-23  Richard Stallman  <rms@gnu.org>
2230         * simple.el (set-mark-command-repeat-pop): Doc fix.
2231         Put in `editing-basics' group.
2233 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2235         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2236         New functions.
2237         (Info-mode-line-node-keymap): Bind mouse commands to
2238         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2240 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2242         * locate.el (locate-local-prompt): New var.
2243         (locate-prompt-for-command): Doc fix.
2244         (locate-prompt-for-search-string): New function.
2245         (locate): New optional arg.  Make locate-local-prompt
2246         buffer-local.  Use locate-prompt-for-search-string.
2247         (locate-with-filter): New optional arg.
2248         Use locate-prompt-for-search-string.
2249         (locate-update): Bind locate-prompt-for-command.
2251 2007-04-23  Glenn Morris  <rgm@gnu.org>
2253         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2255 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2257         * button.el (button): Inherit from link face on a tty.
2259 2007-04-23  Glenn Morris  <rgm@gnu.org>
2261         * button.el (button): Use color for this face on a tty.
2263         * files.el (magic-mode-alist): Allow for carriage-returns in
2264         html-mode and sgml-mode entries.
2266 2007-04-22  Richard Stallman  <rms@gnu.org>
2268         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2269         Improve doc string of generated command.
2271         * subr.el (read-number): Catch errors.
2273         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2275 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2277         * image-dired.el: Rename from thumbnails.el.  All instances of
2278         "thumbnails" replaced with "image-dired".
2280         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2281         "image-dired".
2283 2007-04-22  Kim F. Storm  <storm@cua.dk>
2285         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2286         Don't use kill-line.
2288 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
2290         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2291         error message.
2293 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2295         * dired.el: Rename "tumme" to "thumbnails".
2297         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
2298         replaced with "thumbnails".
2300 2007-04-22  Glenn Morris  <rgm@gnu.org>
2302         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2303         and give it the risky-local-variable property.
2305         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2306         before defining it.
2308 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
2310         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2311         Use delete-region instead of kill-line.
2313 2007-04-21  Alan Mackenzie  <acm@muc.de>
2315         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2316         `kill-region' by `delete-region'.
2318 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
2320         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2321         instead of kill-region.
2323         * progmodes/mantemp.el (mantemp-make-mantemps-region)
2324         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2325         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2326         and kill-line.
2328         * progmodes/vhdl-mode.el (vhdl-template-type)
2329         (vhdl-template-record, vhdl-template-nature)
2330         (vhdl-template-configuration-spec, vhdl-template-component-inst)
2331         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2332         Use delete-region instead of kill-word and kill-line.
2334 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2336         * dired-x.el (dired-virtual-mode): Doc fix.
2338 2007-04-21  Richard Stallman  <rms@gnu.org>
2340         * font-lock.el (font-lock-keywords-alist): Mark as risky.
2342         * subr.el (read-number): Doc fix.
2344         * simple.el (pop-to-mark-command): Display message "mark popped"
2345         if point does not move.
2346         (set-mark-command): Doc fix.
2348 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2350         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2351         (locate-local-filter, locate-local-search): New vars.
2352         (locate): Make variables local.
2353         (locate-update): Bind locate-buffer-name.  Call locate using
2354         locate-local-filter and locate-local-search.
2356 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
2358         * hi-lock.el (hi-lock-file-patterns-policy): New var.
2359         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2360         (hi-lock-mode): Update docstring.
2362 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2364         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2365         fill-nobreak-predicate when the break is past fill-column.
2367 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2369         * locate.el (locate): Output from shell-command should go in the
2370         current buffer rather than *Shell Command Output*.
2372 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
2374         * paren.el (show-paren-function): Fix last fix.
2376 2007-04-19  Kevin Ryde  <user42@zip.com.au>
2378         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2379         (archive-lzh-summarize): Add optional start arg for where to start
2380         looking at the archive.
2381         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2383         * international/mule.el (auto-coding-alist): no-conversion for .exe
2384         and .EXE.
2386 2007-04-19  Alan Mackenzie  <acm@muc.de>
2388         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2389         function return type contains "struct", "union", etc.
2390         c-end-of-defun goes too far forward.
2392 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
2394         * paren.el (show-paren-function): Reset window-start to avoid
2395         recentering.
2397 2007-04-19  Glenn Morris  <rgm@gnu.org>
2399         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2401 2007-04-18  Glenn Morris  <rgm@gnu.org>
2403         * calendar/diary-lib.el (diary-header-line-format): Add a custom
2404         :set function.
2405         (diary-list-entries): Only switch to diary-mode from
2406         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
2407         diary-mode set header-line-format, in case of any customization.
2409 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2411         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2412         is less than the length of parse-time-syntax.
2414 2007-04-17  David Kastrup  <dak@gnu.org>
2416         * replace.el (query-replace-regexp-eval): Deprecate.
2418 2007-04-17  Alan Mackenzie  <acm@muc.de>
2420         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2421         point too close to EOB, leave point at EOB rather than last `}'.
2423 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2425         * textmodes/bibtex.el (bibtex-include-OPTkey)
2426         (bibtex-user-optional-fields, bibtex-entry-field-alist):
2427         Fix defcustom.
2429 2007-04-17  Glenn Morris  <rgm@gnu.org>
2431         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2432         be encoded, fall back to current year.
2434 2007-04-14  Kevin Ryde  <user42@zip.com.au>
2436         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2437         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
2438         M "MSDOS".
2440 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
2442         * progmodes/python.el (python-end-of-block): Avoid looping forever
2443         if python-next-statement fails.
2445 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2447         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2449 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2451         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2452         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2454 2007-04-15  Jay Belanger  <belanger@truman.edu>
2456         * calc/calc.el (calc-version): New function.
2457         (calc-trail-mode): Shorten the title.
2459 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2461         * mail/footnote.el (footnote-style): Clarify docstring to state
2462         that customizing this only applies to future footnotes.
2464 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2466         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2467         (bibtex-make-field): Check that INIT is a string. Use functionp.
2469 2007-04-14  Glenn Morris  <rgm@gnu.org>
2471         * complete.el (PC-goto-end): New buffer-local variable.
2472         (PC-do-completion-end): Make buffer-local.
2473         (partial-completion-mode) <choose-completion-string-functions>:
2474         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2475         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
2476         doc string.  Set PC-goto-end for choose-completion.
2477         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2478         PC-do-completion.
2480         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2481         arg to bibtex-make-field.
2482         (bibtex-make-field): Add optional fourth arg NODELIM.
2483         Insert delimiters around INIT unless this arg is non-nil.
2485 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
2487         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2488         global map isn't modified.
2490 2007-04-14  Glenn Morris  <rgm@gnu.org>
2492         * calendar/appt.el (appt-disp-window): Do not split small windows.
2493         Suggested by Jeff Miller <jmiller@cablespeed.com>.
2495 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
2497         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2499         * files.el: Ditto.
2501 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
2503         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2505         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2506         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2507         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2508         (term-pager-help): Fix typos in docstrings.
2510         * wid-edit.el (widget-documentation): Fix typo in docstring.
2512         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2513         Fix typos in error messages.
2515 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
2517         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2518         window marked as dedicated.
2520         * mail/footnote.el (footnote-latin-string): New variable.
2521         (footnote-latin-regexp): Redefine as regexp alternative.
2522         (Footnote-latin): Use footnote-latin-string instead of
2523         footnote-latin-regexp.
2525 2007-04-13  Glenn Morris  <rgm@gnu.org>
2527         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2528         inherited keymaps.
2530 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
2532         * outline.el (outline-get-next-sibling): Clarify docstring.
2533         (outline-get-last-sibling): Handle case where we are at the first
2534         heading.  Clarify docstring.
2536 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2538         * progmodes/gud.el (gud-minor-mode-map): Make go button same
2539         length as stop button to lessen flicker.
2540         (jdb): Add gud-print.
2541         (gud-find-expr): Jdb prints the expression with the value, so
2542         don't insert it in the output.
2544 2007-04-11  Jason Rumney  <jasonr@gnu.org>
2546         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2547         case hex.  Do not try to decode non-hex letters.
2549 2007-04-11  Markus Triska  <markus.triska@gmx.at>
2551         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2552         (byte-optimize-backward-word): Remove (move to bytecomp.el).
2553         (byte-optimize-form-code-walker): Evaluate pure function calls if
2554         possible.
2555         (byte-optimize-all-constp): New function.
2557         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2558         Improve numeric argument case.
2559         (byte-compile-backward-char, byte-compile-backward-word):
2560         New functions, performing rewriting previously done in byte-opt.el.
2561         Fix their "Fixme" item (restriction to numeric arguments).
2563 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2566         with dolist.
2567         (after-init-hook): Don't quote lambda.
2568         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2569         (desktop-internal-v2s): Remove unused var `el'.
2570         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2571         desktop-restore-file-buffer.
2572         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2573         desktop-create-buffer.
2575 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2577         * woman.el (woman-decode-buffer): Postpone macro-set check...
2578         (woman-decode-region): ...to here.
2580 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2582         * startup.el (tty-handle-args): Use %S to log ARGS.
2584 2007-04-10  Glenn Morris  <rgm@gnu.org>
2586         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2587         it is obsolete and has no effect.
2589         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2590         byte-compiler.
2592         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2593         obsolete function make-local-hook.
2595         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2596         start to quieten byte-compiler.
2598 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2600         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2601         to bytecomp.el as byte-compile-char-before).
2602         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2603         New function (modified replacement for byte-optimize-char-before in
2604         byte-opt.el).
2606 2007-04-09  Alan Mackenzie  <acm@muc.de>
2608         * startup.el (inhibit-splash-screen): Emphatically state that it
2609         can't be set in site-start.el.
2611 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2613         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2614         mimic the behavior of `capitalize-word'.  Do not move point with a
2615         negative argument.  Based on tiny change by Paul Curry.
2617 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2619         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2620         Don't move point if ARG is negative.
2622 2007-04-09  Alan Mackenzie  <acm@muc.de>
2624         Changes to make `narrow-to-defun' and `mark-defun' work properly
2625         in CC Mode:
2627         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2628         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2629         Bind beginning/end-of-defun-function to nil around calls to
2630         beginning/end-of-defun.
2632         * progmodes/cc-langs.el (beginning-of-defun-function)
2633         (end-of-defun-function): New c-lang-setvar's.
2635         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2636         (setq arg 1))" to enable non-interactive call.
2638 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2640         * simple.el (set-mark-command): Doc fix.
2642 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2644         * progmodes/gud.el (gdb): Restore existing session if user
2645         tries to start a second one in graphical mode.
2647 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2649         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2651 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2653         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2654         Add binding for C-M-SPC.
2656 2007-04-08  Richard Stallman  <rms@gnu.org>
2658         * pcomplete.el (pcomplete-read-event): One single definition,
2659         and not a defsubst.
2661 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2663         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2664         byte-compiler warning "value unused".
2666 2007-04-08  Andreas Schwab  <schwab@suse.de>
2668         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2670 2007-04-07  Glenn Morris  <rgm@gnu.org>
2672         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2673         Autoload these functions.
2674         (diary-date-forms): Add a custom :set form.
2676         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2677         before first use.
2678         (diary-font-lock-keywords): New function with old code for
2679         initialization of variable of same name.
2681 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2683         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2684         clean-up: only insert space when on identifier, etc.
2686 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2688         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2690         * net/tls.el (open-tls-stream): Properly handle case where there
2691         is no associated buffer.
2693 2007-04-07  Glenn Morris  <rgm@gnu.org>
2695         * ffap.el (ffap-file-at-point): Lower the priority of the
2696         ffap-ftp-sans-slash-regexp check.
2698 2007-04-06  Alan Mackenzie  <acm@muc.de>
2700         Fix fontification of labels, and other things with ":".
2702         * progmodes/cc-engine.el (c-forward-label): The function now
2703         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2704         the former t.
2706         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2707         new return code from c-forward-label, fontifying tokens properly.
2708         Add some general comments throughout the file.
2710 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2712         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2713         Revert 2006-01-27 change.
2715         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2717         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2719         * desktop.el (desktop-create-buffer, desktop-save):
2720         Revert 2004-11-12 change for lack of copyright papers.
2722         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2723         (dired-guess-default): Respect case.
2725         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2727         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2728         was originally checked in as byte-optimize-concat on 1997-11-02.
2730         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2731         1995-05-19 doc changes.
2733 2007-04-06  Kim F. Storm  <storm@cua.dk>
2735         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2736         (unload-feature): Update interactive spec accordingly.
2738         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2740 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2742         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2743         capture.  Restore the table in the same buffer.
2745         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2747 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2749         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2750         Print entire form.
2752 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2754         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2755         for low-color displays.
2757 2007-04-05  Glenn Morris  <rgm@gnu.org>
2759         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2760         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2761         Seed random number generator on loading.
2763         * emacs-lisp/authors.el (top-level): Provide self.
2765         * play/animate.el (top-level): Provide self.
2767 2007-04-04  Alan Mackenzie  <acm@muc.de>
2769         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2770         to mention c-syntactic-indentation.
2772 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2774         * subr.el (with-case-table): New macro.
2776         * international/mule.el (ascii-case-table): New var.
2778         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2779         downcasing.
2781 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2783         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2785         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2786         of the window if we're outside it e.g menu-bar.
2788         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2789         window if we're outside it e.g menu-bar.
2791 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2793         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2794         decode base-64 encoded body if its content-type is something other
2795         than text/* or message/*.
2797 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2799         * simple.el (activate-mark-hook): Fix typo in docstring.
2801 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2803         * tmm.el (tmm-c-prompt): Initialize.
2804         (tmm-menubar): Deal with extended menu-items at top level.
2805         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2806         (tmm-prompt): Handle visibility of top level menu-items.
2808         * progmodes/gud.el (gud-menu-map): Simplify.
2809         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2810         menubar.
2812 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2814         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2816         * comint.el (comint-send-input): Widen the buffer first.
2818         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2820 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2823         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2825         * newcomment.el (comment-search-forward): Discard comment starters
2826         before point.
2828 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2830         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2832 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2834         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2835         when downcasing.
2837         * button.el (previous-button): Rewrite to account for adjacent buttons.
2839 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2841         * progmodes/idlwave.el (idlwave-auto-fill):
2842         Revert paragraph-separate change.
2844         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2845         Simplify module calc.
2846         (idlwave-shell-set-bp-in-module): Compute module.
2848 2007-03-31  Glenn Morris  <rgm@gnu.org>
2850         * emacs-lisp/timer.el (run-at-time): Doc fix.
2852         * emacs-lisp/warnings.el (display-warning): If we create the
2853         buffer displaying the warning, disable undo there.
2855 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2857         * net/tramp.el (tramp-register-file-name-handler)
2858         (tramp-register-completion-file-name-handler): New defsubst,
2859         derived from `tramp-register-file-name-handlers'.  The split is
2860         necessary because Tramp's file name handlers must be registered at
2861         different startup places.
2863 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2865         * progmodes/hideshow.el (turn-off-hideshow): New function.
2866         (hs-minor-mode): Use it instead of a lambda expression in
2867         change-major-mode-hook.
2869 2007-03-31  David Kastrup  <dak@gnu.org>
2871         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2872         corresponding to MANPATH_MAP entries.
2873         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2874         (woman-parse-man.conf): Use more discriminating man.conf name.
2875         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2876         (woman-manpath): Doc fix and type fix.
2877         (woman-cached-data): Check for MANPATH_MAP entries.
2878         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2880 2007-03-31  Stuart Herring  <herring@lanl.gov>
2882         * emacs-lisp/sregex.el (sregexq): Doc fix.
2884 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2886         * flymake.el (flymake-err-line-patterns): Doc fix.
2888 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2890         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2891         Move to the right.
2893 2007-03-30  Alan Mackenzie  <acm@muc.de>
2895         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2897 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2899         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2900         Use it, passed in explicitly, instead of from the dynamic binding.
2901         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2903 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2905         * simple.el (blink-matching-open): When in minibuffer, don't
2906         search for a match inside the prompt.
2908 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2910         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2911         (tmm-prompt): Don't make the mouse user select the first menu
2912         item twice.
2914 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2916         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2917         SIGUSR1 and SIGUSR2.
2919 2007-03-29  Kim F. Storm  <storm@cua.dk>
2921         * ido.el (ido-read-internal): When reading file or dir, only override
2922         minibuffer-local-filename-completion-map, otherwise only override
2923         minibuffer-local-completion-map.
2925 2007-03-29  Glenn Morris  <rgm@gnu.org>
2927         * complete.el (partial-completion-mode): Set PC-do-completion-end
2928         to nil after use.
2929         (PC-lisp-complete-symbol): Create and use a marker at `end',
2930         rather than using point-marker.
2932 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2934         * simple.el (next-error-highlight): Doc fix.
2935         (compose-mail): Revert 2007-03-19 change.
2937 2007-03-28  Richard Stallman  <rms@gnu.org>
2939         * emacs-lisp/edebug.el (edebug-display): Don't go to
2940         edebug-outside-buffer if it is dead.
2942 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2944         * view.el (view-mode): Fix typos in docstring.
2946 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2948         * recentf.el (recentf-save-file): Add a custom :set function.
2950 2007-03-28  Glenn Morris  <rgm@gnu.org>
2952         * complete.el (PC-do-completion-end): New variable.
2953         (partial-completion-mode) <choose-completion-string-functions>:
2954         Use PC-do-completion-end in the non-minibuffer case to replace the
2955         correct amount of text.
2956         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2957         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2958         to deal with improvements inserted after point.
2960 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2962         * button.el (make-text-button): Add explicit `button' property.
2963         (default-button): Don't put a `button' property on it.
2965         * progmodes/python.el (python-mode): Skip comments when parsing.
2967         * vc-arch.el (vc-with-current-file-buffer): New macro.
2968         (vc-arch-file-source-p): Use it to avoid infloop.
2970 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2972         * emacs-lisp/lisp.el (lisp-complete-symbol):
2973         Fix call to get-buffer-window to find windows in other frames.
2975 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2977         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2978         Fix calls to get-buffer-window to find windows in other frames.
2979         Reported by David Hansen <david.hansen@gmx.net>.
2981 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2983         * info.el (Info-display-images-node): On a text-only terminal,
2984         show the "text" or "alt" parts of the image blobs.
2986 2007-03-27  Glenn Morris  <rgm@gnu.org>
2988         * complete.el (PC-do-completion): Compute completion-base-size in
2989         the non-filename case, rather than setting to nil.
2990         (PC-lisp-complete-end): New variable.
2991         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2992         original end in a series of consecutive invocations.
2994         * calendar/calendar.el (calendar-mode-hook): Declare it.
2996         * calendar/diary-lib.el (diary-live-p): Do not check for
2997         diary-selective-display.
2999 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3001         * replace.el (occur-next-error): *Occur* might not be displayed in the
3002         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3004 2007-03-26  Richard Stallman  <rms@gnu.org>
3006         * textmodes/flyspell.el (flyspell-large-region):
3007         Use ispell-call-process-region.
3009 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3011         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3012         Use prin1 instead of princ.
3014 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3016         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3017         Merge in X resources before global face.
3019         * progmodes/compile.el (compilation-start): Save compilation-directory
3020         rather than default-directory as local var.
3021         (compilation-directory): Mark as safe local var.
3023         * files.el: Don't mark default-directory as a safe local var.
3025 2007-03-25  Alan Mackenzie  <acm@muc.de>
3027         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3028         * progmodes/cc-engine.el: Fix typo.
3030 2007-03-25  Juri Linkov  <juri@jurta.org>
3032         * compare-w.el (compare-windows): Rename customization group
3033         `compare-w' to `compare-windows'.
3034         (compare-windows-whitespace, compare-ignore-whitespace)
3035         (compare-ignore-case, compare-windows-sync)
3036         (compare-windows-sync-string-size, compare-windows-recenter)
3037         (compare-windows-highlight, compare-windows): Change group name in
3038         the `group' tag from `compare-w' to `compare-windows'.
3039         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3041 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3043         * expand.el: Change example to always enable abbrev-mode,
3044         and remove redundant `function'.
3045         (expand-abbrev-hook): Add autoload cookie.
3047 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3049         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3050         (testcover-mark-all, testcover-unmark-all): Add prompts to
3051         interactive specs.
3053 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3055         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3056         Use file size in bytes for auto-revert-tail-pos not characters.
3058 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3060         * vc-rcs.el (vc-rcs-annotate-command):
3061         Set text property :vc-annotate-prefix on the annotation text.
3062         (vc-rcs-annotate-time): Instead of searching for ": ",
3063         search for end of text propertized with :vc-annotate-prefix.
3065 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3067         * whitespace.el (top level): Remove calls putting
3068         permanent-local nil property since these are no-ops.
3070         * man.el (Man-support-local-filenames): Assure that
3071         default-directory exists when doing call-process.
3073 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3075         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3076         Fix omission bug: Use m4-program-options to construct shell command.
3078 2007-03-23  David Kastrup  <dak@gnu.org>
3080         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3081         Use `mapcar' rather than `mapcan' to silence compiler warning.
3083 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3085         * textmodes/reftex.el, textmodes/reftex-vars.el,
3086         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3087         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3088         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3089         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3090         * textmodes/reftex-auc.el: Add maintainer address.
3092 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3094         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3095         Make sure that `global-font-lock-mode' does not turn on font-lock
3096         in these buffers.
3098 2007-03-21  Kim F. Storm  <storm@cua.dk>
3100         * xt-mouse.el (xt-mouse-epoch): New variable.
3101         (xterm-mouse-event): Use float-time.
3103 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3105         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3106         current-time.
3108 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3110         * complete.el (read-file-name-internal): Don't add the final > if the
3111         completion is not finished (re-application of this patch, which was
3112         accidentally undone by Eli).
3114 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3116         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3117         clicks in describe-key and describe-key-briefly advice a little better.
3119 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3121         * server.el (server-process-filter): Cancel any pending isearch.
3123 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3125         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3126         (icalendar--get-unfolded-buffer): Define actual arguments rather
3127         than just using &rest.  Check replace-in-string is fbound.
3128         (icalendar-import-buffer): Doc fix.
3129         (icalendar--convert-ical-to-diary): Set diary-file.
3130         Check diary-file before inserting final newline.
3131         (icalendar--add-diary-entry): Return diary-file.
3133 2007-03-21  Glenn Morris  <rgm@gnu.org>
3135         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3136         (diary-display-hook): Add custom :set function.
3138         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3139         Add custom :set function.
3140         (diary-header-line-format): Doc fix.
3141         (diary-set-maybe-redraw): New function.
3142         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3143         (diary-list-entries): Always run diary-mode.
3145 2007-03-20  Kenichi Handa  <handa@m17n.org>
3147         * international/quail.el (quail-setup-completion-buf): Make the
3148         completion buffer read-only.
3149         (quail-completion): Adjusted for the above change.  Leave the
3150         modified flag nil.
3152 2007-03-20  David Kastrup  <dak@gnu.org>
3154         * files.el (magic-mode-alist): Require literal "%!PS" string for
3155         magic postscript file detection.
3157 2007-03-20  Richard Stallman  <rms@gnu.org>
3159         * textmodes/ispell.el (ispell-call-process): New function.
3160         Defends against bad `default-directory.'
3161         (ispell-check-version, ispell-find-aspell-dictionaries)
3162         (ispell-get-aspell-config-value, lookup-words): Call it.
3163         (ispell-call-process-region): New function.
3164         (ispell-send-string): Call it.
3166 2007-03-20  Andreas Schwab  <schwab@suse.de>
3168         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3169         (finder-data): Likewise.
3170         (autoloads): Likewise.
3172 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3174         * files.el (basic-save-buffer): Do not set visited filename when
3175         the corresponding directory does not exist or the specified
3176         filename is that of an existing directory.
3178 2007-03-20  Glenn Morris  <rgm@gnu.org>
3180         * calendar/diary-lib.el (diary-live-p): New function.
3181         (number-of-diary-entries): Add a :set function to redisplay diary
3182         when necessary.
3184 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3186         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3187         from client program, mev, to compute mouse event.
3189 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3191         * faces.el (momentary): Face removed; unused due to reversion of
3192         2007-01-04 changes by Kevin Rodgers.
3194         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3195         Suggested by Johan Bockg\e,Ae\e(Brd.
3197 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3199         * font-lock.el (lisp-font-lock-keywords-1):
3200         Highlight define-globalized-minor-mode as a keyword.
3202 2007-03-19  Kim F. Storm  <storm@cua.dk>
3204         * calc/calc-forms.el (math-std-daylight-savings)
3205         (math-std-daylight-savings-old): Doc fix.
3207 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3209         * progmodes/python.el (python-default-template): Doc fix.
3210         (python-buffer): Fix typo in docstring.
3212         * isearchb.el (isearchb-follow-char):
3213         * subr.el (def-edebug-spec): Fix typo in docstring.
3215 2007-03-19  Richard Stallman  <rms@gnu.org>
3217         * files.el (default-directory): Mark safe.
3218         (basic-save-buffer-2): Put proper dir name in error message.
3220         * simple.el (compose-mail): Run switch-function after
3221         setting up the mail buffer.
3223         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3225 2007-03-18  Jay Belanger  <belanger@truman.edu>
3227         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3228         (math-std-daylight-savings-new): Rename from
3229         `math-std-daylight-savings'.
3230         (math-std-daylight-savings-old): Rename from old value of
3231         `math-std-daylight-savings'.
3232         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3233         `math-std-daylight-savings-old' depending on the year.
3235 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3237         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3238         zero-width regexps as invalid but rather at least count them correctly.
3240 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3242         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3243         don't wait more if there is output available to process.
3245 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3247         * progmodes/compile.el (compilation-find-file): Revert change
3248         from 2006-07-18 to allow completion of directory names.
3249         Reported by John Carter <john.carter@tait.co.nz>.
3251 2007-03-18  Kim F. Storm  <storm@cua.dk>
3253         * subr.el (when, unless): Doc fix.
3255 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3257         * net/tls.el (tls-program): Doc fix.
3259 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3261         * autorevert.el (auto-revert-tail-handler):
3262         Call after-revert-hook.
3264 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3266         * simple.el (switch-to-completions): No error if search for \n\n fails.
3268 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3270         * simple.el (line-move-1):
3271         Respect `inhibit-line-move-field-capture' property.
3273 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3275         * comint.el (comint-arguments): Mark backslash-escaped chars.
3276         (comint-delim-arg): Don't treat them as delimiters.
3278 2007-03-12  Kim F. Storm  <storm@cua.dk>
3279         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3281 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3283         * tempo.el (tempo-insert): Deal with 'r> if it appears
3284         specified with a prompt argument.
3286 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
3288         * textmodes/org.el (org-set-font-lock-defaults):
3289         Handle narrow table columns correctly.
3291 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
3293         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3294         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3295         Return to use of the -no-properties variants.  There was
3296         consensus on emacs-devel that the speed of these variants was
3297         prefered since we are usually parsing files (from the internet
3298         or on disk) instead of XML created in Emacs.
3300         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3301         Add customize option.
3303 2007-03-12  Glenn Morris  <rgm@gnu.org>
3305         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3306         North American rule.  Replace "daylight savings" with "daylight
3307         saving" in doc.
3309         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3310         * calendar/lunar.el, solar.el: Replace "daylight savings" with
3311         "daylight saving" in text.
3313         * woman.el (woman-change-fonts): Tweak previous change by using
3314         woman-request-regexp rather than "^\\.".
3316         * startup.el (command-line-1): Make insertion of
3317         initial-scratch-message not depend on scratch being selected.
3319 2007-03-11  Juri Linkov  <juri@jurta.org>
3321         * replace.el (match): Use yellow background on light-bg terminals.
3323 2007-03-11  Richard Stallman  <rms@gnu.org>
3325         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3326         Correctly compute line number.
3328 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
3330         * type-break.el (type-break-get-previous-count):
3331         Repeat previous change here.
3333 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3335         * progmodes/grep.el (grep-find-ignored-directories):
3336         Add .git and .bzr to list.
3338 2007-03-11  Andreas Schwab  <schwab@suse.de>
3340         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3342 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3346 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
3348         * faces.el (face-set-after-frame-default): Recalculate face
3349         customizations after applying X resources.
3351 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
3353         * net/rcirc.el (rcirc-timeout-seconds): New variable.
3354         (rcirc-keepalive-seconds): Remove variable.
3355         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3356         (rcirc-process, rcirc-user-disconnect): New variables.
3357         (rcirc-connect): Initalize new variables.
3358         (rcirc-keepalive): Don't send keepalive pings before connection
3359         is completed.
3360         (rcirc-sentinel): Do mark all channels with activity when
3361         connection is dropped.  Run hook with process buffer local.
3362         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3363         (rcirc-buffer-process): Return value of rcirc-process if
3364         rcirc-server-buffer is nil.
3365         (rcirc-server-name): Return the reported server name.
3366         (rcirc-update-prompt): Simplify computation of the server name.
3367         (rcirc-format-response-string): Likewise.
3368         (rcirc-handler-001): Mark server as connected, record the reported
3369         server name, and schedule a timeout.
3370         (rcirc-track-nick): Add a spec for the tty class.
3371         (rcirc-user-non-nick): Remove function.
3372         (rcirc-nick-prefix-chars): Add variable.
3373         (rcirc-user-nick): Use above variable.
3375 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3377         * icomplete.el (icomplete-tidy, icomplete-exhibit):
3378         Bind deactivate-mark to nil.
3380 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
3382         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3383         that buffer contents get erased during completion.
3385 2007-03-10  Glenn Morris  <rgm@gnu.org>
3387         * woman.el (woman-change-fonts): Add a hack to deal with
3388         font-escape followed by "." at start of a line.
3389         (woman2-IP): Add a hack to deal with consecutive requests.
3390         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3392 2007-03-10  Alan Mackenzie  <acm@muc.de>
3394         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3396 2007-03-09  Richard Stallman  <rms@gnu.org>
3398         * abbrev.el (abbrev): Add `provide'.
3400 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
3402         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3404 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
3406         * complete.el (PC-try-completion): New function.
3407         (PC-do-completion, read-file-name-internal): Use it instead of
3408         try-completion.
3410 2007-03-08  Alan Mackenzie  <acm@muc.de>
3412         Remove stale tokens from `c-found-types' cache.
3414         * progmodes/cc-mode.el (c-unfind-enclosing-token)
3415         (c-unfind-coalesced-tokens, c-before-change): New functions.
3416         (c-maybe-stale-found-type): New variable.
3418         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3419         (c-trim-found-types): New functions.
3421 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3424         (debug-ignored-errors): Add entry from smerge-match-conflict.
3426 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
3428         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3429         special help topics for keywords.
3430         (idlwave-help-assistant-command): Include ".exe" for ms-dos
3431         etc. Assistant command.
3433 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
3435         * replace.el (occur-engine): Move buffer-undo-list binding...
3436         (occur-1): ...to here.
3438         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3440         * simple.el (minibuffer-completing-symbol): New var.
3441         (eval-expression): Use it.
3442         (completion-setup-function): Don't bind completion-base-size when
3443         completing a symbol in the minibuffer.
3445 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
3447         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3448         tries to start a second session in graphical mode.
3450 2007-03-07  Miles Bader  <miles@gnu.org>
3452         * international/isearch-x.el
3453         (isearch-process-search-multibyte-characters):
3454         Strip text-properties from PROMPT to avoid an error from read-string.
3456 2007-03-07  Kim F. Storm  <storm@cua.dk>
3458         * complete.el (PC-bindings): Remap lisp-complete-symbol to
3459         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3461 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3463         * complete.el (PC-do-completion): Delete duplicates in the list of
3464         possible completions.
3466 2007-03-07  Glenn Morris  <rgm@gnu.org>
3468         * ses.el (ses-mode): Doc fix.
3470 2007-03-06  Kim F. Storm  <storm@cua.dk>
3472         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3474 2007-03-06  Kenichi Handa  <handa@m17n.org>
3476         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3478 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * simple.el (completion-setup-function): Improve last fix so it doesn't
3481         set it to a relative directory name either.
3483 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3485         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3487 2007-03-05  Richard Stallman  <rms@gnu.org>
3489         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3491         * files.el (find-file-noselect): No error if file no longer exists.
3492         Display a message and avoid other questions.
3494 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * pcomplete.el (pcomplete-show-completions): Improve last change, so
3497         as not to use an invisible window and to create a window if none exist.
3499         * progmodes/python.el (python-send-command): Restart proc if necessary.
3500         (python-proc): Simplify.
3502 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
3504         * pcomplete.el (pcomplete-show-completions): Search all frames for
3505         completions buffer.
3507 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
3509         * cus-edit.el (customize-save-variable): Clear customized-value
3510         property (saved values are now put in theme-value property).
3511         (customize-set-variable): Doc fix.
3513         * complete.el (PC-do-completion): If completion-ignore-case is
3514         non-nil, replace field with completion string before exiting.
3516 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
3518         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3519         Append its extension to the resulting temporary file name.
3520         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3522         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3523         (tramp-smb-handle-write-region): Apply it.
3525 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3527         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3528         Redo previous change.
3530 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3532         * diff-mode.el (diff-mode): Doc fix.
3534 2007-03-05  Kenichi Handa  <handa@m17n.org>
3536         * international/characters.el: Set category `l' (latin)
3537         for more characters.
3539 2007-03-04  Kim F. Storm  <storm@cua.dk>
3541         * emacs-lisp/authors.el (authors-aliases): Add alias.
3543 2007-03-04  Glenn Morris  <rgm@gnu.org>
3545         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3546         all when switching major mode.
3547         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3548         (hs-block-start-mdata-select, hs-block-end-regexp)
3549         (hs-forward-sexp-func, hs-adjust-block-beginning):
3550         Do not make these variables permanent-local.
3552 2007-03-04  Richard Stallman  <rms@gnu.org>
3554         * progmodes/cperl-mode.el (cperl-mode):
3555         Modify cperl-compilation-error-regexp-alist by appending.
3557         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3558         (edebug-mode): Add the hook.
3559         (edebug-recursive-edit): Remove the hook on exiting.
3561         * type-break.el (type-break-get-previous-time):
3562         Handle end-of-file errors specially
3563         so they don't get reported wrong in .emacs.
3565         * startup.el (fancy-splash-text): Clarify text.
3567         * simple.el (beginning-of-buffer, end-of-buffer):
3568         Avoid treating plain C-u like numeric arg.
3570         * simple.el (completion-setup-function): Don't set
3571         default-directory to nil.
3573         * shell.el (shell-dirstack-query): Doc fix.
3575         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3576         Don't select the window -- pass it to primitives instead.
3578         * faces.el (minibuffer-prompt): Use medium blue by default.
3580 2007-03-04  David Kastrup  <dak@gnu.org>
3582         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3583         Preserve 16 as default value for "seconds" when customizing.
3585 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3587         * textmodes/org.el (org-self-insert-command)
3588         (orgtbl-self-insert-command, org-delete-char)
3589         (org-delete-backward-char): Set the `flyspell-delayed' property.
3591 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3593         * international/mule.el (find-auto-coding): Don't search for
3594         line-ending characters past the end of the tail.
3596 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3598         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3599         Jump to the line where new score has been uploaded.
3601         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3602         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3603         Do nothing when the game is paused.
3605 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3607         * textmodes/org.el (org-set-tags): Prevent slipping of point
3608         during completion.
3610 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3612         * isearch.el (isearch-message-prefix):
3613         Use minibuffer-prompt-properties.
3615 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3617         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3618         (ps-setup): Print which Emacsen is running ps-print package.
3620 2007-03-01  Stuart Herring  <herring@lanl.gov>
3622         * files.el (set-auto-mode-0): Use `indirect-function'.
3623         (hack-one-local-variable): Don't reapply current major mode.
3625 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3627         * progmodes/python.el (python-quote-syntax): Don't bother with
3628         syntax-ppss-context.
3629         (python-fill-paragraph): Make sure that fenced-string delimiters that
3630         stand on their own line stay there.
3632 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3634         * replace.el (perform-replace): Propertize message.
3636 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3638         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3639         invisible heading.
3641 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3643         * net/tramp.el (tramp-file-name-handler): Revert last change.
3645 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3647         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3648         Correct doc strings.
3650 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3652         * replace.el (perform-replace): Undo forward-char immediately if
3653         non-adjacent search fails.
3655 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3657         * version.el (emacs-major-version, emacs-minor-version):
3658         string-to-int -> string-to-number.
3660 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3662         * help.el (where-is): Fail gracefully when not passed a command.
3664 2007-02-28  Stuart Herring  <herring@lanl.gov>
3666         * find-lisp.el (find-lisp-default-directory-predicate):
3667         Fix bug: Do symlink check on expanded filename.
3669 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3671         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3672         changes during replacement.
3673         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3675 2007-02-28  Lars Hansen  <larsh@soem.dk>
3677         * desktop.el: Delete header line listing me as maintainer.
3679 2007-02-28  Glenn Morris  <rgm@gnu.org>
3681         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3682         the menus case.
3684 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3686         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3687         hooks to avoid confusion when combining after-change calls.
3689 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3691         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3692         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3693         (allout-distinctive-bullets-string): Add info about bullet conventions.
3694         (allout-mode): Add info about distinctive vs plain bullets.
3696 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3698         * textmodes/org.el (org-archive-subtree): Quote variable name.
3699         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3701 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3703         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3704         (gud-bashdb-command-name, bashdb): Remove.
3705         (gud, gud-menu-map): Remove references to bash/bashdb.
3707 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3709         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3710         keyword for Python 2.5.
3712 2007-02-26  Romain Francoise  <romain@orebokech.com>
3714         * net/net-utils.el (whois-server-tld): Update server for .org.
3715         (whois-server-list): Add whois.publicinterestregistry.net.
3716         (whois-guess-server): Fix formatting in docstring.
3718 2007-02-26  Kim F. Storm  <storm@cua.dk>
3720         * mouse.el (mouse-show-mark): Run hooks and perform command
3721         remapping for mouse-region-delete-keys.
3723 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3725         * font-core.el (font-lock-mode): Doc fix.
3727 2007-02-25  Kim F. Storm  <storm@cua.dk>
3729         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3730         Add selected buffer to buffer-name-history.
3731         (ido-file-internal): Set this-command to fallback command.
3732         Add file names to file-name-history.
3734         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3735         Apply minibuffer-prompt-properties.
3737 2007-02-25  Andreas Schwab  <schwab@suse.de>
3739         * files.el (hack-one-local-variable-eval-safep): Correct handling
3740         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3742 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3744         * textmodes/org.el (org-table-overlay-coordinates)
3745         (org-table-toggle-coordinate-overlays): New functions.
3746         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3747         New variables.
3748         (org-startup-with-deadline-check): Remove option.
3749         (org-mode): Remove deadline check on startup.
3750         (org-table-limit-column-width): Remove option.
3751         (org-table-formula-numbers-only): Remove option.
3752         (org-link-style, org-link-format): Remove options.
3753         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3754         (org-export-ascii-show-new-buffer)
3755         (org-export-html-show-new-buffer): Remove options.
3756         (org-activate-links): Remove camel option.
3757         (org-file-link-context-use-camel-case): Remove option.
3758         (org-camel-regexp): Remove variable.
3759         (org-activate-camels): Remove function.
3760         (org-store-link): Remove Camel stuff.
3761         (org-make-org-heading-camel): Remove function.
3762         (org-open-at-point): Remove camel stuff.
3763         (org-link-search): Remove camel stuff.
3764         (org-camel-to-words): Function removed.
3765         (org-get-agenda-file-buffer): Make sure we prepare the base
3766         buffers, not any indirect buffers.
3767         (org-sort-entries): Sort top-level when not on a headline, and no
3768         active region.
3769         (org-in-regexp): New function.
3770         (org-search-not-self): Rename from `org-search-not-link'.
3771         (org-open-link-marker): New variable.
3772         (org-open-at-point): Set `org-open-link-marker'.
3773         (org-print-icalendar-entries): Fixe bug with excluding DONE
3774         entries from the exported list.
3775         (org-edit-formula-lisp-indent): New command.
3776         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3777         (orgtbl-to-latex, orgtbl-insert-radio-table)
3778         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3779         (orgtbl-radio-table-templates): New option.
3780         (org-store-link-props):
3781         (org-remember-templates): More possibilities to insert info
3782         into templates.
3783         (org-remember-apply-template): Make use of the extended
3784         template capabilities.
3785         (org-remember-redo-template): New command.
3786         (org-upgrade-old-links)
3787         (org-table-modify-formulas, org-table-replace-in-formulas)
3788         (org-table-find-dataline)
3789         (org-table-get-vertical-vector): Remove functions.
3790         (org-table-remove-rectangle-highlight)
3791         (org-time-stamp-format, org-toggle-log-option)
3792         (org-table-highlight-rectangle)
3793         (org-table-iterate, org-table-make-reference):
3794         (org-translate-time, org-tree-to-indirect-buffer)
3795         (org-table-field-info, org-table-fix-formulas)
3796         (org-table-force-dataline, org-table-get-descriptor-line)
3797         (org-table-get-range)
3798         (org-skip-comments, org-sort)
3799         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3800         (org-table-current-dline, org-table-current-field-formula)
3801         (org-table-edit-backward-field)
3802         (org-table-edit-formulas-post-command)
3803         (org-table-edit-line-down, org-table-edit-line-up)
3804         (org-agenda-archive)
3805         (org-agenda-clock-cancel)
3806         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3807         (org-agenda-open-link, org-agenda-show-new-time)
3808         (org-agenda-skip-subtree-when-regexp-matches)
3809         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3810         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3811         (org-do-sort, org-file-image-p, org-find-overlays)
3812         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3813         (org-highlight-until-next-command, org-isearch-end)
3814         (org-match-any-p, org-next-link, org-previous-link):
3815         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3816         (org-rewrite-old-row-references)
3817         (org-isearch-post-command)
3818         (org-table-edit-move, org-table-edit-next-field)
3819         (org-table-edit-scroll, org-table-edit-scroll-down)
3820         (org-set-frame-title, org-show-reference)
3821         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3822         (org-show-variable): Remove command.
3823         (org-add-log-maybe): New arguments STATE, FINDPOS
3824         (org-table-sort-lines): Rewrite from scratch.
3825         (org-link-search): New argument AVOID-POS.
3826         (org-print-icalendar-entries): Remove argument CATEGORY.
3827         (org-run-agenda-series): Remove argument WONDOW.
3828         (org-next-link, org-previous-link): New commands.
3829         (org-agenda-date-format): New option.
3830         (org-table-iterate): New command.
3831         (org-table-modify-formulas)
3832         (org-table-replace-in-formulas): Remove functions.
3833         (org-table-fix-formulas): New function.
3834         (org-table-insert-column, org-table-delete-column)
3835         (org-table-move-column): Use `org-table-fix-formulas'.
3836         (org-follow-gnus-link): Patch from Bastien/Leo.
3837         (org-table-current-field-formula): New function.
3838         (org-file-image-p): New function.
3839         (org-agenda-show-new-time): New function.
3840         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3841         (org-with-remote-undo): New macro.
3842         (org-agenda-undo): New command.
3843         (org-verify-change-for-undo): New function.
3844         (org-time-stamp-format): New function.
3845         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3846         by user.
3847         (org-match-any-p): New function.
3848         (org-make-tags-matcher): Handle regular expressions for tag and
3849         todo matches.
3850         (org-read-date): Accept "+N" as input for a date relative to the
3851         current date.
3852         (org-remove-subtree-entries-from-agenda): New function.
3853         (org-agenda-archive, org-agenda-kill):
3854         Use `org-remove-subtree-entries-from-agenda'.
3855         (org-do-sort, org-sort-entries): New functions.
3856         (org-sort): New command.
3857         (org-table-sort-lines): Use `org-do-sort'.
3858         (org-fix-decoded-time): New function.
3859         (org-table-number-regexp): Require 0x... to identify as number
3860         in tables.
3861         (org-startup-options): New keywords for note taking.
3862         (org-upgrade-old-links): Remove function.
3863         (org-get-repeat): New function.
3864         (org-show-context): Also show siblings on current level.
3865         (org-show-siblings): New function.
3866         (org-isearch-end, org-isearch-post-command): New functions.
3867         (org-show-siblings): New option.
3868         (org-show-context): Use `org-show-siblings'.
3869         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3870         to be bound, because user may just use elisp.
3872 2007-02-24  Kim F. Storm  <storm@cua.dk>
3874         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3875         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3877 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3879         * startup.el (command-line): Also check if the abbrev file is readable.
3881 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3883         * net/tls.el (tls-certtool-program): Fix custom type.
3885         * mail/feedmail.el (feedmail-message-id-generator)
3886         (feedmail-date-generator): Fix custom types.
3888         * mail/rmail.el (rmail-message-filter): Fix custom type.
3890 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3892         * startup.el (command-line): If simple.el cannot be found, proceed
3893         with a warning message.
3895 2007-02-24  Kenichi Handa  <handa@m17n.org>
3897         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3898         case that BEG is a string.
3900 2007-02-24  Chris Moore  <dooglus@gmail.com>
3902         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3903         * pgg-pgp.el (pgg-pgp-encrypt-region):
3904         * pgg-gpg.el (pgg-gpg-encrypt-region):
3905         Check pgg-encrypt-for-me if no other recipients.
3907 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3909         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3911         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3912         shell-quote-argument.
3914 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3916         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3917         from the comint buffer instead of the temporary one.
3919 2007-02-23  David Reitter  <david.reitter@gmail.com>
3921         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3922         storing it in recentf-exclude.
3924 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3926         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3927         in splash screen.
3929 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3931         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3932         commands, for restart.
3933         (idlwave-shell-current-module): Fix handling of module name by type.
3934         (idlwave-shell-break-in): Update type handling.
3935         (idlwave-shell-bp-get): Encode type in BP structure.
3936         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3937         (idlwave-shell-module-source-query): Query routine info based on type.
3938         Fix path parsing for non-compiled files.
3939         (idlwave-shell-module-source-filter): Don't signal error in filter
3940         if no source found.
3941         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3942         filter race.
3944 2007-02-22  Kim F. Storm  <storm@cua.dk>
3946         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3947         (editable-field): Document need to put some text before the %v
3948         escape in :format string.
3950 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3952         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3953         (vc-svn-use-edit): Remove unused config var.
3954         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3956         * outline.el (hide-sublevels): Keep empty last line, if available.
3958         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3959         rather than the corresponding unicode char, to make the code
3960         more readable.
3962 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3964         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3965         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3966         (speedbar-item-info-tag-helper): Doc fixes.
3968 2007-02-19  Kenichi Handa  <handa@m17n.org>
3970         * international/mule-cmds.el (locale-language-names):
3971         Map "eo" to "Esperanto".
3973         * language/european.el ("Esperanto"): New language environment.
3975 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3977         * simple.el (kill-line): Doc fix.
3979 2007-02-17  Kim F. Storm  <storm@cua.dk>
3981         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3982         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3983         (bindat--unpack-group, bindat--pack-group):
3984         Handle vectors with optional element type.
3986 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3988         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3989         if PASSPHRASE is given.
3991 2007-02-17  Chris Moore  <dooglus@gmail.com>
3993         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3994         Recognize backups of bz2 compressed files.
3996 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3998         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3999         to nil to speed up lookup of the symbol in index nodes.
4001 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4003         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4004         Add indentation for the constants of Lisp.
4006 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4008         * ps-print.el: Use (defvar <foo>) where applicable.
4009         (ps-print-emacs-type): Remove.
4010         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4011         (ps-frame-parameter): Align its call-convention with frame-parameter.
4012         (ps-begin-job): Adjust calls to it appropriately.
4013         (ps-setup): Don't print ps-print-emacs-type.
4014         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4015         Define in such a way that it's obvious that it's defined.
4016         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4017         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4018         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4020 2007-02-15  Alan Mackenzie  <acm@muc.de>
4022         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4023         an empty one-line C-style comment, post-position point properly.
4025 2007-02-15  Chris Moore  <dooglus@gmail.com>
4027         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4028         (isearch-lazy-highlight-new-loop): Bind it.
4029         (isearch-lazy-highlight-search): Use it.
4031         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4033 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * font-lock.el (font-lock-extend-region-wholelines):
4036         Only return non-nil if the region has really been changed.
4037         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4039 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4041         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4042         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4043         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4045 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4047         * faces.el (color-values): Revert changes to docstring from
4048         2007-01-31 and 2000-09-07.
4050         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4051         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4052         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4053         (ispell-help): Fix typos in docstring and output message.
4055 2007-02-14  Kim F. Storm  <storm@cua.dk>
4057         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4058         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4059         (grep): Fix lgrep reference.
4061         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4062         (standard-display-underline): Use make-glyph-code.
4064         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4066         * international/latin1-disp.el (latin1-display-char):
4067         Use make-glyph-code.
4069 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4071         * ehelp.el (with-electric-help, electric-help-exit)
4072         (electric-help-retain): Doc fixes.
4074         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4075         (byte-compile-file): Doc fixes.
4077 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4079         * term/mac-win.el: Change all uses of
4080         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4081         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4082         (mac-ae-get-url): Call select-frame-set-input-focus.
4083         (mac-dnd-handle-drag-n-drop-event): Don't call
4084         select-frame-set-input-focus.
4086 2007-02-13  Kenichi Handa  <handa@m17n.org>
4088         * international/characters.el: Fix documentation of category `a'.
4090 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4092         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4094 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4096         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4097         (tramp-get-remote-ln): Handle error case.
4098         Reported by Chris Moore <dooglus@gmail.com>.
4100 2007-02-11  Kim F. Storm  <storm@cua.dk>
4102         * bindings.el (ctl-x-map): Remove register compatibility bindings
4103         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4105 2007-02-11  Richard Stallman  <rms@gnu.org>
4107         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4108         in load history.
4110         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4111         condition -- don't fail to stop at endpos.
4113 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4115         * textmodes/org.el (org-agenda-get-todos)
4116         (org-agenda-get-timestamps, org-agenda-get-closed)
4117         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4118         (org-agenda-get-blocks, org-format-agenda-item)
4119         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4120         from `category' to `org-category'.
4122 2007-02-11  Kenichi Handa  <handa@m17n.org>
4124         * international/titdic-cnv.el (titdic-convert): Force files be written
4125         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4126         (miscdic-convert): Force files be written with Unix-like eol format.
4128 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4130         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4132         * calculator.el (calculator-prompt): Doc fix.
4133         (calculator-mode-map): Fix typo in menu entry.
4135 2007-02-10  Jay Belanger  <belanger@truman.edu>
4137         * calculator.el (calculator): Do more extensive checking for when
4138         3 lines should be used for the calculator.
4140 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4142         * info-look.el (info-lookup-make-completions):
4143         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4144         index nodes.
4146         * info.el (Info-fontify-maximum-menu-size): Document the effect
4147         of a nil value.
4148         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4149         non-nil before using it as size.
4151 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4153         * subr.el (insert-for-yank-1): Prevent read-only properties from
4154         interfering with text property operations.
4156         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4158         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4159         (image-type-auto-detected-p): Fail if another match is found in
4160         auto-mode-alist.
4162         * files.el (magic-mode-alist): Call image-mode instead of
4163         image-mode-maybe for autodetected images.
4165 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4167         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4168         Fix typos in docstrings.
4169         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4171 2007-02-09  Kim F. Storm  <storm@cua.dk>
4173         * emacs-lisp/float-sup.el: Remove obsolete comment.
4175 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4179 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4181         * simple.el: Revert previous change, at request of RMS:
4182         (fundamental-mode-hook): Remove.
4183         (fundamental-mode): Run after-change-major-mode-hooks manually,
4184         and don't run the now-nonexistent fundamental-mode-hook.
4186 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4188         * simple.el (fundamental-mode-hook): Declare new hook.
4189         (fundamental-mode): Run the new dedicated hook, and don't run
4190         after-change-major-mode-hooks manually anymore.
4192 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4195         added columns of chars.  Remove support for the "no-meta-info" format.
4196         Prompted by Romain Francoise <romain@orebokech.com>.
4198 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4200         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4201         (gdb-mouse-until, gdb-mouse-jump): Use it.
4203 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4205         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4206         work when there is just an assembler buffer (no source buffer).
4208 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4210         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4211         just because the diff was produced using "-p" (--show-c-function).
4213 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4215         * faces.el (frame-set-background-mode): Use `color-values' and
4216         `display-color-p', not `x-color-values' and `x-display-color-p'.
4217         (face-valid-attribute-values): Use `defined-colors' instead of
4218         `x-defined-colors'.
4220 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4222         * ps-print.ps: The ps-print commands without face printing should not
4223         print background color.  Reported by Leo <sdl.web@gmail.com>.
4224         (ps-print-version): New version 6.7.3.
4225         (ps-begin-job): New arg.  Fix ps-default-background and
4226         ps-default-foreground initialization.
4227         (ps-face-attributes): Fix doc string.
4228         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4230         * printing.el: Fix ps-print link.
4232 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4234         * faces.el (face-set-after-frame-default): Compile attributes to
4235         be set by frame parameters before merging in X resources.
4237 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4239         * simple.el (blink-matching-paren-dont-ignore-comments):
4240         (blink-matching-paren-on-screen): Doc fixes.
4242 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4244         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4246 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4248         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4249         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4250         entries like `defun'.  Return nil.
4252 2007-02-05  Kim F. Storm  <storm@cua.dk>
4254         * ido.el: Doc fixes.
4256 2007-02-04  David Kastrup  <dak@gnu.org>
4258         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4259         `mpuz-allow-double-multiplicator' is non-zero, and correct
4260         calculation of `min'.
4262 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4264         * wid-edit.el (widget-default-create): Insert new text at the
4265         :from marker _after_ the marker, not before it.
4267 2007-02-04  Alan Mackenzie  <acm@muc.de>
4269         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4270         containing it is re-indented.
4272 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4274         * net/newsticker.el (newsticker--insert-image): Update docstring,
4275         and insert the image directly.
4276         (newsticker--buffer-redraw): Update docstring.
4278         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4279         Rename from define-global-minor-mode.
4281         * progmodes/cwarn.el (global-cwarn-mode):
4282         * emacs-lisp/autoload.el (make-autoload):
4283         * hi-lock.el (global-hi-lock-mode):
4284         * font-core.el (global-font-lock-mode): All callers changed.
4286 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4288         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4289         Don't copy @ignore lines into menu descriptions.
4290         (texinfo-multi-file-update): Goto the @node line before attempting
4291         to pluck the node name.
4292         (texinfo-multiple-files-update): Reverse the optional arguments'
4293         order, as per the doc string and the `interactive' form.
4295 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4297         * image-mode.el: Use autoload to avoid overriding disabled setting
4298         applied in .emacs.
4300 2007-02-03  Alan Mackenzie  <acm@muc.de>
4302         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4303         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
4304         adjacent paren groups).
4306 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4308         * progmodes/ebnf2ps.el: Doc fixes.
4309         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4311 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4313         * dired-x.el (dired-do-relsymlink): Add reference to
4314         dired-do-symlink.  Add an autoload cookie.
4316         * dired-aux.el (dired-do-symlink): Add reference to
4317         dired-do-relsymlink.
4319 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
4321         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4322         <left-fringe mouse-3>: New bindings.
4324 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
4326         * newsticker.el (newsticker-version): Changed to "1.10".
4327         (newsticker--set-customvar): Doc string.
4328         (newsticker-new-item-face): Doc string.
4329         (newsticker-mode): Initialize `invisibility-spec' with t.
4330         (newsticker-mode-map): Added
4331         `newsticker-mark-all-items-at-point-as-read'.
4332         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4333         (newsticker-w3m-show-inline-images): Do not call
4334         `w3m-remove-image'.
4335         (newsticker--buffer-after-w3m-insert-image): New advice for
4336         w3m-insert-image to cache images.
4337         (newsticker-next-item-same-feed): New.
4338         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4339         (newsticker-mark-all-items-of-feed-as-read): New.
4340         (newsticker-mark-all-items-at-point-as-read): Use new functions.
4341         (newsticker-mark-item-at-point-as-read): Doc string.
4342         (newsticker-mark-item-at-point-as-read): Use new functions.
4343         (newsticker--do-mark-item-at-point-as-read): New, extracted from
4344         `newsticker-mark-item-at-point-as-read'.
4345         (newsticker-hide-entry): Use (t) instead of t for invisibility.
4346         (newsticker--sentinel): Yet another xml-parser workaround.
4347         (newsticker--decode-iso8601-date): Bugfix for datestrings without
4348         days.
4349         (newsticker--buffer-do-insert-text): Fix.
4350         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4351         (newsticker--buffer-make-item-completely-visible):
4352         `switch-to-buffer' not necessary.
4354 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4356         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4357         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4358         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4359         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4360         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4362 2007-02-02  Kenichi Handa  <handa@m17n.org>
4364         * international/quail.el (quail-show-key): Fix an error message.
4366 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4368         * faces.el (set-face-underline-p, modify-face): Rename arg
4369         UNDERLINE-P to UNDERLINE (it is not a flag).
4371 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
4373         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4374         when adding gdb-speedbar-update to gdb-input-queue.
4376 2007-02-01  Kenichi Handa  <handa@m17n.org>
4378         * international/quail.el (quail-show-key): Signal an error if the
4379         current input method is not using Quail.
4381 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
4383         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4384         Trim leading whitespace in sysvar names.
4386 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4388         * faces.el (internal-find-face, internal-get-face): Doc fixes.
4390 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4392         * ido.el (ido-set-common-completion): Use `let', not `let*'.
4394 2007-01-31  Romain Francoise  <romain@orebokech.com>
4396         * comint.el: Delete extra copy of `comint-copy-old-input' added in
4397         previous change to this file.
4399 2007-01-31  Jason Rumney  <jasonr@gnu.org>
4401         * files.el (magic-mode-alist): Use image-mode-maybe rather than
4402         image-mode.
4404         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4405         interfering with attempt to set major mode from modified
4406         auto-mode-alist.
4408 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4410         * faces.el (color-values): Doc fix.
4411         (face-differs-from-default-p): Don't check :foreground twice.
4413 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
4415         * comint.el (comint-mode): Prevent non-keyword fontification by default.
4417 2007-01-31  Kenichi Handa  <handa@m17n.org>
4419         * international/quail.el (quail-store-decode-map-key): Store a
4420         translated character too.
4421         (quail-char-equal-p): New function.
4422         (quail-find-key1): Check character equality by quail-char-equal-p.
4423         (quail-decode-map-generated): New variable.
4424         (quail-find-key): Check quail-decode-map-generated and re-generate
4425         a decode map if necessary.
4427 2007-01-30  Richard Stallman  <rms@gnu.org>
4429         * tutorial.el (tutorial--detailed-help): Make the list of
4430         changed keys look nicer.
4432 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
4434         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4435         (gdb-var-delete): Use it.
4436         (gdb-var-update-handler-1): Handle value "invalid" for MI field
4437         `in_scope'.
4439 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
4441         * files.el (get-free-disk-space): Return nil for remote directories.
4443         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4444         instead of "dir".
4446 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
4448         * type-break.el (type-break-catch-up-event): New function.
4449         (type-break-demo-hanoi, type-break-demo-life)
4450         (type-break-demo-boring): Use it.
4452         * image-mode.el (image-mode): Don't automatically view as image.
4453         (image-toggle-display): Add `disabled' property.
4455 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4457         * isearchb.el (isearchb-iswitchb):
4458         * ps-print.el (ps-build-face-reference):
4459         * emacs-lisp/shadow.el (list-load-path-shadows):
4460         * eshell/esh-cmd.el (eshell-rewrite-for-command):
4461         * international/mule.el (find-auto-coding):
4462         * mail/supercite.el (sc-attrib-selection-list):
4463         * progmodes/cc-defs.el (c-emacs-features):
4464         * progmodes/cc-vars.el (c-offsets-alist):
4465         * progmodes/flymake.el
4466         (flymake-init-create-temp-source-and-master-buffer-copy):
4467         Fix typos in docstrings (some suggested by Chris Moore).
4469         * progmodes/vhdl-mode.el (vhdl-components-package-name)
4470         (vhdl-get-library-unit, vhdl-corresponding-begin)
4471         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4472         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4473         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4474         (vhdl-font-lock-match-item): Fix typos in docstrings.
4475         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4476         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4477         (vhdl-speedbar-insert-project-hierarchy):
4478         Improve argument/docstring consistency.
4480 2007-01-29  Kenichi Handa  <handa@m17n.org>
4482         * international/titdic-cnv.el (py-converter): Fix previous change.
4484 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4486         * jka-compr.el (jka-compr-partial-uncompress)
4487         (jka-compr-call-process): Rebind default-directory if it is
4488         invalid.  Suggested by Chris Moore.
4490         * comint.el (comint-insert-input): Handle situation where the
4491         selected buffer is not the clicked buffer.
4493 2007-01-29  Kenichi Handa  <handa@m17n.org>
4495         * international/ja-dic-cnv.el (skkdic-convert):
4496         Add byte-compile-disable-print-circle:t at the head.
4498         * international/titdic-cnv.el (tit-process-header):
4499         Add byte-compile-disable-print-circle:t at the head.
4500         (miscdic-convert): Likewise.
4501         (py-converter): Skip the header comments.
4503         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4504         New variable.
4505         (byte-compile-output-file-form): Bing print-circle to nil if
4506         byte-compile-output-file-form is not nil.
4507         (byte-compile-output-docform): Likewise.
4509 2007-01-28  Kim F. Storm  <storm@cua.dk>
4511         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4512         Declare earlier to avoid byte compiler warnings.
4514 2007-01-28  Markus Triska  <markus.triska@gmx.at>
4516         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4518 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
4520         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4521         (gamegrid-add-score-with-update-game-score-1): Allow local quits
4522         when calling update-game-score program.  Remove unnecessary
4523         save-excursion.
4525         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4527 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
4529         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4530         avoid compiler warning.
4531         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4532         might have values other than "true" or "false".
4534 2007-01-28  Richard Stallman  <rms@gnu.org>
4536         * textmodes/fill.el (fill-paragraph-function): Doc fix.
4537         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4539         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4541         * image.el (image-type-header-regexps): Make GIF regex more specific.
4543         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4544         Don't check `backspace'.
4545         (tutorial--find-changed-keys): Look up bindings in a temp buffer
4546         in Fundamental mode.
4548         * startup.el (fancy-splash-text, normal-splash-screen):
4549         Mention C-g.
4551         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4552         when inserting in buffer.
4554         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4555         inside the if.
4557 2007-01-27  Richard Stallman  <rms@gnu.org>
4559         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4561 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4563         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4564         enum/union/struct/class definition.
4565         Revert change to call `forward-sexp' multiple times.
4567 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4569         * files.el (hack-local-variables-confirm): Don't keep trying to
4570         read an event from an empty kbd macro.
4572 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4574         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4576 2007-01-27  Ben North  <ben@redfrontdoor.org>
4578         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4579         the arg CHILDREN -> WHICH.
4581 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4583         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4584         default-directory to a sane value when calling start-process.
4586 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4588         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4589         (ls-lisp-format-time-list): Doc fix.  Mention
4590         ls-lisp-use-localized-time-format.
4591         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4592         ls-lisp-use-localized-time-format is non-nil, even if a valid
4593         locale is defined.
4595 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4597         * jka-compr.el (jka-compr-shell): Doc fix.
4599         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4601 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4603         * ps-print.ps: Fix background height.
4604         (ps-print-version): New version 6.7.2.
4606 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4608         * makefile.w32-in (finder-data, custom-deps): Depend on
4609         $(lisp)/loaddefs.el.
4611 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4613         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4615 2007-01-24  Miles Bader  <miles@gnu.org>
4617         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4618         (byte-compile-output-docform): Bind `print-circle' to t.
4620 2007-01-24  Kenichi Handa  <handa@m17n.org>
4622         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4623         file name of the original SKK dictionary file.
4625 2007-01-24  Kim F. Storm  <storm@cua.dk>
4627         * ido.el (ido-initial-position): New variable.
4628         (ido-read-internal): Set it if default item is specified.
4629         (ido-minibuffer-setup): Position cursor accordingly if set.
4630         (ido-edit-input): C-e moves to end of input if not already there.
4631         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4632         Don't switch to buffer mode if repeating C-b at start of input.
4633         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4634         input; else it moves to start of input.
4635         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4636         not at end of input, delete rest of input, rather than normal op.
4638 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4640         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4642         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4643         of message.  Activate mark.
4644         (ediff-activate-mark): Set transient-mark-mode to t.
4646         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4648 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4650         * help-fns.el (describe-variable): Don't suppress display of
4651         buffer local value when the value is "large".
4653 2007-01-22  Kim F. Storm  <storm@cua.dk>
4655         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4656         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4657         (ido-tidy): Use ido-active.
4659 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4661         * hexl.el (hexl-mode-exit): Add missing quote.
4663 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4665         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4666         (mac-ae-keyboard-modifiers): New function.
4667         (mac-handle-toolbar-switch-mode): Use it.
4668         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4669         if keyboard modifiers on drop contain option key.
4670         (mac-dnd-drop-data): Add optional argument `action'.
4671         (special-event-map): Remove binding for M-drag-n-drop.
4673 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4675         * add-log.el (add-log-current-defun): Use CC Mode functions to
4676         find the beginning and end of a defun.
4678 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4680         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4681         (gdb-var-create-handler): Handle value field in GDB output of
4682         -var-create.
4683         (gdb-max-frames): New variable.
4684         (gdb-stack-buffer, gdb-frames-select): Use it.
4685         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4686         if necessary.
4687         (gdb-get-frame-number): Simplify.
4689 2007-01-21  Glenn Morris  <rgm@gnu.org>
4691         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4692         Update copyrights.
4694 2007-01-21  Alan Mackenzie  <acm@muc.de>
4696         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4697         handling of K&R stuff.
4699 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4701         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4703 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4705         * ps-print.el: Handle frame parameters (background and/or foreground
4706         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4707         (ps-print-version): New version 6.7.1.
4708         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4709         (ps-frame-parameter): New fun.
4710         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4711         Fix doc and customization.
4712         (ps-begin-job): Get frame parameters (background and/or foreground
4713         colors).
4714         (ps-do-despool): Ensure ps-printer-name has a valid value.
4716 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4718         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4719         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4720         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4721         mean unlimited.
4723 2007-01-20  Alan Mackenzie  <acm@muc.de>
4725         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4726         much more rigorous analysis of putative K&R regions.
4728 2007-01-20  Alan Mackenzie  <acm@muc.de>
4730         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4731         New functions.
4733 2007-01-20  Alan Mackenzie  <acm@muc.de>
4735         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4736         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4737         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4738         * progmodes/cc-vars.el: Add my name.
4740 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4742         * files.el (find-alternate-file): Revert query message to Emacs 21
4743         version.
4745 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4747         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4748         the doc string how to use personal abbrevs without electric
4749         keywords.
4751 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4753         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4754         Fixed cursor position when toggle abbreviated display.
4756 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4758         * t-mouse.el: Update copyright following assignment by
4759         Alessandro Rubini.
4761 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4763         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4764         (type-break-demo-boring): Call read-event instead of read-char.
4766 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4768         * progmodes/compile.el: Add handling for makepplog.
4770 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4772         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4773         aspell dictionaries are initialized when called non-interactively.
4775 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4777         * progmodes/compile.el (compilation-loop): New arg limit.
4778         Handle case where the first error is at point-min.
4779         (compilation-next-error): New arg to compilation-loop call.
4781 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4783         * info.el (Info-default-dirs): Change default info dir to
4784         share/info.
4786         * paths.el (Info-default-directory-list): Ditto.
4788 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4790         * hexl.el (hexl-before-revert-hook): New function.
4791         (hexl-mode): Use it.
4792         (hexl-after-revert-hook): Just call hexl-mode.
4793         (hexl-mode-exit): Remove before-revert-hook.
4795 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4799 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4801         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4802         by "-" in francais7 otherchars entry.
4803         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4804         otherchars entry.
4806 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4808         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4809         path.  Rewrite function in `cond' style for readability.
4811         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4812         (The path shortening, that is, not the rearrarangement.)
4814 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4816         * term/mac-win.el (mac-ae-quit-application): New function.
4817         (mac-apple-event-map): Bind "quit application" Apple event to it.
4819 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4821         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4822         than the program's output.
4824 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4826         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4827         (kmacro-start-macro-or-insert-counter)
4828         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4829         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4831         * longlines.el (longlines-show-hard-newlines):
4832         * ruler-mode.el (ruler-mode-ruler):
4833         * emulation/keypad.el (keypad-setup):
4834         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4835         Fix typo in docstring.
4837 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4839         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4840         Remove redirect character ">".
4842 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4844         * replace.el (perform-replace): Remove leftover code.
4846 2007-01-12  Richard Stallman  <rms@gnu.org>
4848         * replace.el (perform-replace): Don't clear NODENT when computing
4849         the replacement string.
4851 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4853         * net/tramp.el (tramp-handle-file-local-copy):
4854         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4855         <christopher.ian.moore@gmail.com>.
4857 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4859         * diff-mode.el (diff-sanity-check-context-hunk-half)
4860         (diff-sanity-check-hunk): New functions.
4861         (diff-find-source-location): Use'em to check the hunks are well-formed.
4863         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4864         activate undo when undo is not active.
4865         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4867 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4869         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4870         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4871         (ffap-url-at-point): Use char-classes rather than "a-z".
4873 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4875         * ediff-init.el (ediff-autostore-merges):
4876         * textmodes/fill.el (fill-region): Doc fix.
4878 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * server.el (server-ensure-safe-dir): UIDs may be floats.
4882 2007-01-10  Richard Stallman  <rms@gnu.org>
4884         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4885         around calls to directory-files.
4887         * subr.el (momentary-string-display): Use save-excursion.
4889         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4890         argument, but read it as `X' does.
4892 2007-01-09  Juri Linkov  <juri@jurta.org>
4894         * info.el (Info-fontify-node): Don't hide node names of index entries.
4896         * faces.el (momentary): Change :group to basic-faces where all
4897         basic faces belong to.  Add :version.
4899 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4901         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4902         keybinding is found.
4903         (tutorial--find-changed-keys): Never treat null keybinding as a
4904         remapping.
4906 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4908         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4910 2007-01-09  Kenichi Handa  <handa@m17n.org>
4912         * international/mule-cmds.el
4913         (select-safe-coding-system-interactively): Fix message.
4915 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4917         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4918         (tramp-process-actions): Add optional parameter TIMEOUT.
4919         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4920         (tramp-open-connection-su): Add timeout of 60".
4922 2007-01-09  Richard Stallman  <rms@gnu.org>
4924         * progmodes/compile.el (compile): Doc fix.
4926 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4928         * tumme.el (tumme-display-thumb): Doc fix.
4930 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4932         * battery.el (battery-search-for-one-match-in-files):
4933         * bindings.el (mode-line-minor-mode-help):
4934         * x-dnd.el (x-dnd-types-alist):
4935         * calendar/icalendar.el (icalendar-import-buffer):
4936         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4938         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4940 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4942         * replace.el (replace-regexp): Fix typo in docstring.
4944 2007-01-07  Alan Mackenzie  <acm@muc.de>
4946         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4947         Amend doc-string and comments.
4949 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4951         * files.el (abbreviate-file-name): Doc fix.
4953 2007-01-06  Markus Triska  <triska@gmx.at>
4955         * subr.el (split-string): Remove spurious ")" from doc string.
4957 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4959         * textmodes/table.el (table--warn-incompatibility):
4960         Use display-warning instead of momentary-string-display.
4962 2007-01-05  Richard Stallman  <rms@gnu.org>
4964         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4966         * simple.el (backward-kill-word): Doc fix.
4968 2007-01-05  Romain Francoise  <romain@orebokech.com>
4970         * international/mule.el (sgml-html-meta-auto-coding-function):
4971         Ensure that the buffer contains a HTML document.
4973 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4975         * faces.el (momentary): Move here ...
4976         * subr.el (momentary): ... from here.
4978 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4980         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4981         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4982         large structures/arrays.
4984 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4986         * files.el (find-file-noselect-1, set-visited-file-name):
4987         Allow backup-enable-predicate to be nil.
4989 2007-01-04  Andreas Schwab  <schwab@suse.de>
4991         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4992         last change.
4994 2007-01-03  Richard Stallman  <rms@gnu.org>
4996         * woman.el (woman-decode-buffer): Clarify error message.
4998 2007-01-03  Alan Mackenzie  <acm@muc.de>
5000         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5002 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5004         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5006 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5010 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5012         * emulation/viper.el (viper-custom-file-name, viper-mode):
5013         Fix typos in docstrings.
5015         * subr.el (momentary-string-display): After moving point, set POS
5016         variable to it to avoid later errors once the buffer is modified.
5017         Doc fix.
5019 2007-01-02  Alan Mackenzie  <acm@muc.de>
5021         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5022         check that the "*/" is present before trying to manipulate it.
5024 2007-01-02  Richard Stallman  <rms@gnu.org>
5026         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5028         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5029         Fix format of value.
5031         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5032         Change messages accordingly.
5033         (customize-customized): Now alias.
5035 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5037         * files.el (version-control): Doc fix.
5039 2007-01-01  Alan Mackenzie  <acm@muc.de>
5041         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5042         Check the format of c-state-cache is valid for an optimisation before
5043         using it.
5045         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5046         are at a statement within a macro".  Other changes so that only
5047         the first continuation line in a macro gets the symbol
5048         `cpp-define-intro', the others getting `statement', or whatever.
5050         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5051         a string, preserve whitespace.  Add a backslash only when also in
5052         a macro.
5054         * progmodes/cc-defs.el: Correct typos.
5056         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5057         new line after an escaped EOL in a string.
5059         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5060         label when it directly follows "else", "do", ....
5062         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5063         angle brackets (as seen in "explicit specialisations" of C++
5064         templates).
5066         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5067         in the doc-string.
5069         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5070         when the comment ender looks like "=========*/" and is alone on
5071         its line.
5073         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5074         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5075         for the old name.
5077         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5078         c-\(beginning\|end\)-of-defun by default.
5080         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5081         New line-up function, for the DEFUN macro in the Emacs C sources.
5082         Only used in "gnu" style.
5084         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5085         the "gnu" style.
5087         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5088         clean-up comment-close-slash also to work when there's a comment
5089         terminator on the line.
5090         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5091         these for large arg - only take account of top level {..}, except
5092         for initial and final adjustments.  M-- C-M-[ae] now go to the
5093         right defuns when the starting point is between defuns.  They use
5094         the four new functions:
5095         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5096         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5097         support c-\(beginning\|end\)-of-defun.
5099         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5100         expressions more rigorously, to exclude bit-field specifiers from
5101         being classed as labels.
5102         (c-forward-label): When analyzing a ":" within a macro, be careful
5103         about using c-forward-syntactic-ws at the macro beginning.
5104         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5105         stmt boundary, check for "operator=", etc.
5107         * progmodes/cc-mode.el (c-postprocess-file-styles):
5108         Bind inhibit-read-only to t, around the call to
5109         c-remove-any-local-eval-or-mode-variables, so that it works on a
5110         RO file.
5112         * progmodes/cc-defs.el (c-version): Update the version number to
5113         "5.31.4".
5115 2007-01-01  Richard Stallman  <rms@gnu.org>
5117         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5118         only if we restored isearch-window-configuration.
5120 2006-12-31  Romain Francoise  <romain@orebokech.com>
5122         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5124 2006-12-31  Kim F. Storm  <storm@cua.dk>
5126         * files.el (auto-mode-case-fold): New defcustom.
5127         (set-auto-mode): If non-nil, perform second case-sensitive pass
5128         through auto-mode-alist if first pass failed.
5130 2006-12-30  Richard Stallman  <rms@gnu.org>
5132         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5134 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5136         * allout.el (allout-encrypt-string): Handle symmetric-key
5137         passphrase caching but leave keypair caching to pgg.
5139 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5141         Sync with Tramp 2.0.55.
5143         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5144         `integerp'.  `char-equal' could fail else in case of negative
5145         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5146         (top): Check for `font-lock-add-keywords' before calling; it
5147         doesn't exist under XEmacs.
5148         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5149         (tramp-completion-mode): Remove clause (not
5150         tramp-unified-filenames), because the function is called in other
5151         context too, where this check results in wrong results in the
5152         XEmacs case on Windows.
5153         (tramp-touch): UTC handling is not possible for XEmacs.
5155 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5157         * scroll-bar.el (previous-scroll-bar-mode): New variable
5158         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5159         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5161         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5163 2006-12-30  Richard Stallman  <rms@gnu.org>
5165         * files.el (make-backup-file-name-1): Precompute abs name
5166         but don't lose the relative name.
5168         * international/mule-cmds.el (select-safe-coding-system-interactively):
5169         Fix message.
5171 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5173         * files.el (backup-buffer): Show entire backup file name in msg.
5175 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5177         * image.el (image-type-header-regexps, image-type-from-data)
5178         (image-type-from-buffer, image-type-from-file-header):
5179         Revert changes from 2006-12-26.
5180         (image-type-auto-detectable): New variable.
5181         (image-type-auto-detected-p): New function.
5183         * files.el (magic-mode-alist): Detect image files with
5184         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5186 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5188         * dired.el (dired-sort-other): Move test for dired-mode...
5189         (dired-sort-set-modeline): ...to here.
5191 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5193         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5194         change.  Suggested by Stefan Monnier.
5196 2006-12-29  Kim F. Storm  <storm@cua.dk>
5198         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5199         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5201 2006-12-27  Kim F. Storm  <storm@cua.dk>
5203         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5204         so it doesn't accidentally match an fsf.org mail address.
5205         (authors-renamed-files-alist): Add tcover-*.el.
5207 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * vc-arch.el (vc-arch-find-version): New function.
5211         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5212         composed of arbitrary characters (even /) in some systems.
5214 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5216         * international/mule-cmds.el (select-safe-coding-system-interactively):
5217         Improve the message in the *Warning* buffer.
5219 2006-12-27  Kim F. Storm  <storm@cua.dk>
5221         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5222         current buffer, it is ok to be first.
5224 2006-12-27  Kenichi Handa  <handa@m17n.org>
5226         * international/mule-cmds.el (select-safe-coding-system-interactively):
5227         Use face `link' for problematic chars.
5229 2006-12-27  Kenichi Handa  <handa@m17n.org>
5231         * international/mule-cmds.el (select-safe-coding-system-interactively):
5232         Improve the message in *Warning* buffer.
5234 2006-12-27  Kim F. Storm  <storm@cua.dk>
5236         * ido.el (ido-set-matches-1): Never put current buffer first if
5237         there are other matches.
5239 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5241         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5242         expressions.
5243         (gdb-var-delete): Handle duplicate names.  Print message for non
5244         root expressions.
5245         (gdb-partial-output-name): Start buffer name with a space.
5246         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5247         buffer name.
5249 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5251         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5252         last footnote when `footnote-spaced-footnotes' is nil.
5254 2006-12-26  Richard Stallman  <rms@gnu.org>
5256         * cus-edit.el (custom-browse-sort-alphabetically)
5257         (custom-buffer-sort-alphabetically)
5258         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5260         * image.el (image-type-header-regexps): Change element format
5261         to include third item NOT-ALWAYS.
5262         (image-type-from-data): Handle new format.
5263         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5264         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5266 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5268         * add-log.el (add-log-current-defun): Call `forward-sexp'
5269         multiple times to pick a member function name defined as
5270         part of nested classes/namespaces.
5272 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5274         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5275         which keymap should be used to change menu.  It does not affect any
5276         existent code.
5278 2006-12-26  Richard Stallman  <rms@gnu.org>
5280         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5281         rather than for being in a minibuffer window.
5283 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5285         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5286         locale-coding-system.
5287         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5288         LF.
5290 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
5292         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5293         (sql-mode-syntax-table): Disable double quoted strings.
5294         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5296 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5298         * startup.el (fancy-splash-last-input-event): New variable.
5299         (fancy-splash-special-event-action): New function.
5300         (fancy-splash-screens): Temporarily bind special events to it.
5301         Execute command for saved special event before exiting from
5302         recursive editing.
5304         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5305         New functions.
5306         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5307         Use mac-unread-string.
5309 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5311         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5312         an optimized comment regexp if `comment-start-skip' uses a ^.
5313         * bs.el (bs--up): Remove interactive spec.
5315 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5317         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5318         Suggested by James Cloos.
5320 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5322         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5323         in March.
5324         (calendar-dst-ends): Default to first Sunday in November.
5326 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
5328         * allout.el (allout-encrypt-string): Inhibit use of agent within
5329         body of let form where encryption happens.  Acknowledge non-use of
5330         gpg-agent in docstring.
5331         (allout-toggle-subtree-encryption): Acknowledge non-use of
5332         gpg-agent in docstring.
5334 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5336         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5338 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5340         * ediff-diff.el (ediff-diff-options): Clarify docstring.
5341         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5343         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5344         in hooks.
5345         (viper-add-newline-at-eob-if-necessary): Add newline only if we
5346         actually modify buffer; ignore errors if occur.
5348 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5350         * calendar/calendar.el (calendar-mode-map): Switch < and >.
5351         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5352         formatting.
5354 2006-12-23  Richard Stallman  <rms@gnu.org>
5356         * simple.el (delete-horizontal-space): Doc fix.
5358 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
5360         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5361         explicitly in a recursive Make, not implicitly through prerequisites,
5362         since the latter is wrong under parallel builds.
5364 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
5366         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5368 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5370         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5371         message string.
5373 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
5375         * outline.el (outline-next-visible-heading): Fix the case with a
5376         header at end-of-file with no final newline.
5378 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5380         * indent.el (tab-always-indent): Doc fix.
5382 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
5384         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5385         (Info-fontify-node): Do fontify indices.
5387         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5388         to the Emacs Lisp reference manual.
5389         (tutorial--tab-map): Remove.  All callers changed.
5390         (tutorial--find-changed-keys): New elt QUIET, used to...
5391         (tutorial--display-changes): ...ensure that warning messages are
5392         only issued once per changed key.
5393         (tutorial--remove-remarks): Delete unused code-path.
5394         (lang-strings): Remove extraneous formatting.
5395         (tutorial--save-tutorial): Prompt before saving tutorial state.
5397 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
5399         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
5400         Replace '?\ ' by '?\s' throughout.
5401         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
5402         `help' custom group.
5403         (tutorial--key-description): New function.
5404         (tutorial--display-changes): Remove redundant arg.  Scan for all
5405         key sequences to avoid false matches.  Cleanup.
5406         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5407         reduce homedir pollution.
5408         (help-with-tutorial): Call tutorial--display-changes with no arg.
5410 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
5412         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5414 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
5416         * net/tramp.el (tramp-default-method): We still need to check for
5417         `executable-find', because it is not bound under Emacs 20.
5418         (tramp-handle-file-name-completion)
5419         (tramp-completion-handle-file-name-completion): Handle optional
5420         parameter PREDICATE.
5421         (tramp-find-default-method): Add code for default values.
5423 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
5425         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5426         make gud-go send "continue".
5428 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
5430         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5431         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
5433 2006-12-19  Kim F. Storm  <storm@cua.dk>
5435         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5436         instead of global-map.
5438         * files.el (magic-mode-alist): Allow matching file type by
5439         calling a function at bob.  Check for image types by calling
5440         image-type-from-buffer.  Suggested by Juanma Barranquero.
5441         (set-auto-mode): Do it.
5443 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5445         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5446         Remove "ControlMaster" option from the other `scp*' methods.
5447         (tramp-default-method): Check for ssh-agent before setting to `scp'.
5449 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5451         * textmodes/org.el (org-mode): Show context after isearch.
5452         (org-show-siblings): New function.
5453         (org-show-context): Use `org-show-siblings'.
5455 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5457         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5458         Use syntax-ppss-toplevel-pos.
5460 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5462         * textmodes/org.el (org-current-line): Make sure that lines are
5463         counted from beginning of buffer.
5464         (org-table-copy-region, org-table-paste-rectangle): Make sure that
5465         lines are counted from beginning of buffer.
5467 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5469         * info.el (Info-build-node-completions): Signal error if tag-table
5470         marker is not found.
5472         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5474 2006-12-17  Alan Mackenzie  <acm@muc.de>
5476         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5477         speed) the case when open-paren-in-column-0-is-defun-start is nil.
5478         Based on code by Martin Rudalics.
5480         * progmodes/cc-mode.el (c-basic-common-init): Don't set
5481         open-paren-in-column-0-is-defun-start to nil any more.
5483 2006-12-17  Richard Stallman  <rms@gnu.org>
5485         * simple.el (delete-horizontal-space): Use prefix arg.
5487         * help-fns.el (describe-variable): Improve blank separator lines.
5489         * files.el (magic-mode-alist): Mark as risky.
5491         * files.el (make-backup-file-name-1):
5492         Expand backup-directory explicitly.
5494 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
5496         * net/tramp.el (tramp-default-method): Before setting to "pscp",
5497         check whether package password.el is loaded, or Pageant is running.
5499 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
5501         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5502         (icalendar--rris): First try Emacs, then XEmacs.
5503         (icalendar--convert-ical-to-diary): Doc fix.
5504         Insert newline at end of target file.
5506 2006-12-17  Kim F. Storm  <storm@cua.dk>
5508         * outline.el (outline-isearch-open-invisible-function): New defvar.
5509         (outline-flag-region): Use it if non-nil for isearch-open-invisible
5510         overlay property instead of outline-isearch-open-invisible.
5512 2006-12-16  Kim F. Storm  <storm@cua.dk>
5514         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5515         if ido-directory-too-big is set on entry.
5516         (ido-toggle-ignore, ido-completion-help): Print message while
5517         reading big directory.
5519 2006-12-15  Richard Stallman  <rms@gnu.org>
5521         * shell.el (shell): Doc fix.
5523 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5525         * emulation/edt.el (edt-xserver):
5526         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5527         to fix a problem on Cygwin.
5529         * emulation/edt.el
5530         * emulation/edt-mapper.el
5531         * emulation/edt-lk201.el
5532         * emulation/edt-pc.el
5533         * emulation/edt-vt100.el: Update maintainer's email address.
5535 2006-12-15  Simon Marshall  <simon@gnu.org>
5537         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5539 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5541         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5542         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5543         instead of mac-atsu-font-table.
5544         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5546 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
5548         * align.el (align-match-tex-pattern): Fix a rare bug which
5549         hanged Emacs.
5551 2006-12-14  Richard Stallman  <rms@gnu.org>
5553         * startup.el (use-fancy-splash-screens-p): Use frame-height
5554         instead of window-height.  Pass frame to image-size.
5556 2006-12-13  Kenichi Handa  <handa@m17n.org>
5558         * international/mule-cmds.el (set-locale-environment):
5559         Set default-sendmail-coding-system too.
5561 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5563         * progmodes/idlw-help.el: Fix copyright notice.
5565 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5567         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5569 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5571         * subr.el (unread-command-char): Reformat obsolescence info.
5573 2006-12-11  Richard Stallman  <rms@gnu.org>
5575         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5576         about calls to cl-struct-setf-expander.
5578 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5580         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5581         (ediff-combination-pattern): Fix typo in docstring.
5583         * textmodes/refer.el (refer-find-entry): Doc fix.
5584         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5585         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5586         Fix tipos in docstrings.
5588         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5590 2006-12-10  Kim F. Storm  <storm@cua.dk>
5592         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5593         instead of binding M-backspace.
5595 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5597         * replace.el (replace-match-data, replace-match-maybe-edit):
5598         * calc/calc-aent.el (calc-eval-error):
5599         * emulation/vi.el (vi-char-argument):
5600         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5601         (c-vsemi-status-unknown-p-fn): Doc fixes.
5603 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5605         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5606         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5608 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5610         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5612 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5614         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5616         * man.el (Man-xref-button-action): New function.  If the
5617         `Man-target-string' button property is a function, assume it
5618         accepts a position argument.
5619         (Man-abstract-xref-man-page): Use it.
5620         (Man-default-man-entry): New optional arg POS.
5622         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5623         symlink arrows read-only and non-rear-sticky.
5625 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5627         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5628         (wdired-search-and-rename): Simplify code.
5629         (wdired-preprocess-files, wdired-preprocess-perms): Make
5630         read-only property of preceding character rear-nonsticky to
5631         avoid that it can be modified.  Put old-name and old-link
5632         properties on character preceding name and replace
5633         put-text-property by add-text-properties.
5634         (wdired-get-filename, wdired-get-previous-link): Get old-name
5635         and old-link properties from character preceding name and
5636         simplify code.
5637         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5638         (wdired-perms-to-number): Make local-map property
5639         rear-nonsticky to avoid that text following permissions may be
5640         modified.  Use add-text-properties instead of put-text-property
5641         when changing a permission bit.
5642         (wdired-change-to-dired-mode): Remove stickiness properties.
5644 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5646         * international/mule-cmds.el (register-input-method): Doc fix.
5648 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5650         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5652 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5654         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5655         Force buffer local defs evaluation on local variables loading.
5656         (flyspell-mode-on, flyspell-mode-off): Use it in
5657         `hack-local-variables-hook'.
5659 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5661         * emacs-lisp/find-func.el (find-variable): Doc fix.
5663         * help-fns.el (variable-at-point): Doc fix.
5665         * w32-fns.el (w32-append-code-lines): New function.
5667 2006-12-09  Romain Francoise  <romain@orebokech.com>
5669         * comint.el (comint-insert-input): Delete obsolete comment.
5671 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5674         current frame, in case we're connected to several displays.
5676 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5678         * frame.el (other-frame): Doc fix.
5679         (set-frame-parameter): Fix typo in docstring.
5681 2006-12-07  Kim F. Storm  <storm@cua.dk>
5683         * info.el (Info-index): Strip leading colon from topic.
5685 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5687         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5688         to pointers.
5690 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5692         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5693         Trim out spurious class inheritance "None" entries.
5695 2006-12-05  Kim F. Storm  <storm@cua.dk>
5697         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5698         (cua-paste-pop): Rework last change for
5699         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5700         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5701         text inserted by the last M-y command.
5703 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5705         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5706         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5708         * shell.el (shell): Search the start file in ~/.emacs.d as
5709         `init_SHELLNAME.sh' instead.
5711 2006-12-05  Glenn Morris  <rgm@gnu.org>
5713         * progmodes/cperl-mode.el (cperl-mode)
5714         * progmodes/f90.el (f90-mode-abbrev-table)
5715         * progmodes/fortran.el (fortran-mode-abbrev-table)
5716         * progmodes/octave-mod.el (octave-abbrev-table)
5717         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5718         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5720         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5721         clear abbrev table, else saved abbrevs will not be restored.
5723 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5725         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5726         the call to `make-obsolete-variable', not in the docstring.
5728 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5730         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5732 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5734         * progmodes/ebnf-abn.el:
5735         * progmodes/ebnf-bnf.el:
5736         * progmodes/ebnf-dtd.el:
5737         * progmodes/ebnf-ebx.el:
5738         * progmodes/ebnf-iso.el:
5739         * progmodes/ebnf-otz.el:
5740         * progmodes/ebnf-yac.el:
5741         * progmodes/ebnf2ps.el:
5742         * delim-col.el:
5743         * printing.el:
5744         * ps-bdf.el:
5745         * ps-mule.el:
5746         * ps-print.el: Remove 'Time-stamp' comment mark.
5748         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5749         'easy-menu-add-item' when called in Emacs 21 or higher.
5751 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5753         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5754         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5756 2006-12-04  Kim F. Storm  <storm@cua.dk>
5758         * bindings.el (global-map): Bind [signal t] to ignore, to have
5759         user signals ignored by default.
5761 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5763         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5764         Unicode data file pointed to by `describe-char-unicodedata-file'.
5766 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5768         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5769         O(n^2) regexp-search by anchoring the search.
5771 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5773         * whitespace.el (whitespace-cleanup-internal): Use current
5774         argument for recursive call.
5776 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5778         * net/tramp.el (tramp-methods): Add "ControlPath" and
5779         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5780         Andreas Schwab <schwab@suse.de>.
5781         (tramp-do-copy-or-rename-file-out-of-band)
5782         (tramp-open-connection-rsh): Compute format spec for ?t.
5783         (tramp-process-actions): Trace command parameters.
5785 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5787         * simple.el (toggle-truncate-lines): Clarify doc string.
5789         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5790         (gdb-speedbar-expand-node): Use it.
5792 2006-12-04  Richard Stallman  <rms@gnu.org>
5794         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5796         * dired.el (dired-revert): Turn off dired-after-readin-hook
5797         around call to dired-readin.
5799         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5800         to echo area messages.
5801         <indicate-empty-lines, case-fold-search>:
5802         Add "globally" to Help string.
5803         <case-fold-search>: MESSAGE arg need not say "globally".
5804         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5806 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5808         * outline.el (outline-end-of-subtree): Don't leave an empty
5809         line hidden as we would a real next heading.
5811 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5813         * allout.el (allout-ascend): Add an optional argument to preserve
5814         original position of point when unsuccessful.  Also, fix a
5815         docstring error.
5816         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5817         work again, using allout-ascend's new option.
5818         (allout-setup-mode-map): Extract from allout-mode to initialize
5819         allout-mode-map.  Call it on file load, so the mode docstring
5820         substitutions work even if allout mode has not yet been invoked.
5821         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5822         customizations since the map was last processed.  Also, refine the
5823         docstring so it's ship-shape for release.
5824         (allout-default-layout, allout-beginning-of-line-cycles)
5825         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5826         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5827         (allout-version, allout-layout, allout-infer-body-reindent)
5828         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5829         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5830         (allout-previous-heading, allout-goto-prefix-doublechecked)
5831         (allout-current-bullet-pos, allout-next-sibling-leap)
5832         (allout-pre-command-business, allout-encrypted-type-prefix)
5833         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5834         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5835         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5836         (allout-old-expose-topic, allout-listify-exposed)
5837         (allout-process-exposed, allout-latex-verb-quote)
5838         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5839         (allout-toggle-current-subtree-encryption)
5840         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5841         Remove extraneous open-paren and close paren string escapes.
5843 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5845         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5846         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5847         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5848         Fix typos in docstrings.
5850 2006-12-03  Glenn Morris  <rgm@gnu.org>
5852         * progmodes/cc-align.el
5853         * progmodes/cc-awk.el
5854         * progmodes/cc-cmds.el
5855         * progmodes/cc-compat.el
5856         * progmodes/cc-defs.el
5857         * progmodes/cc-engine.el
5858         * progmodes/cc-langs.el
5859         * progmodes/cc-menus.el
5860         * progmodes/cc-mode.el
5861         * progmodes/cc-styles.el
5862         * progmodes/cc-vars.el
5863         * progmodes/vhdl-mode.el: Fix Copyright format.
5865 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5867         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5868         initial down event.
5870 2006-12-02  Kim F. Storm  <storm@cua.dk>
5872         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5873         (cua-repeat-replace-region): Make M-v more robust.
5874         (cua-paste-pop-rotate-temporarily): New defcustom.
5875         (cua-paste-pop): Use it.
5876         (cua-auto-mark-last-change): New defcustom.
5877         (cua-pop-to-last-change): New helper function.
5878         (cua-set-mark): Use them.
5880 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5882         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5883         mini-buffer message.
5885 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5887         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5889 2006-12-01  Ben North  <ben@redfrontdoor.org>
5891         * paren.el: Fix the highlight overlay extension when the user types a
5892         sequence of char very fast just before the open parenthesis.
5894 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5896         * ps-mule.el: Eliminate Emacs 20 compatibility.
5898         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5899         (ps-print-version): New version 6.7.
5900         (ps-print-quote): Replace '?\ ' by '?\s'.
5902 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5904         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5905         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5906         (hexl-end-of-1k-page): Doc fixes.
5907         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5908         Fix typos in docstrings.
5910 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5912         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5913         locally, i.e. without using file name handlers.
5914         (ido-read-internal): Allow mono letter host names, avoiding the
5915         `c:' problem by testing if the file exists locally.
5916         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5918 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5920         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5921         to avoid bytecomp warnings.
5922         (hexl-mode-old-ruler-function): New variable.
5923         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5924         and `hl-line-range-function' after `require' hl-line.
5925         Then bind `hl-line-range-function' and `hl-line-face'.
5926         Don't require frame.  Don't use `with-no-warnings'.
5927         (hexl-activate-ruler): Store the original value of
5928         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5929         (hexl-mode-exit): Restore the original value of
5930         `ruler-mode-ruler-function'.
5932 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5934         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5935         (hexl-mode-old-hl-line-face): New variable.
5936         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5937         line when exit from the hexl-mode.
5939 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5941         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5942         Doc fixes.
5944         * international/fontset.el (create-fontset-from-ascii-font)
5945         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5946         (fontset-name-p): Fix typo in docstring.
5948         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5950 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5952         * ps-bdf.el: Fix maintainer email.
5954         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5955         compatibility.
5957         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5958         21 compatibility.
5959         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5960         Emacs 20 & 21.
5962 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5964         * progmodes/idlwave.el (idlwave-auto-fill):
5965         Remove paragraph-start let to prevent auto-fill giving up.
5967 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5969         * vt100-led.el (led-state): Fix typo in previous change.
5971 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5973         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5974         Fix interactive spec of the functions getting defined to make them
5975         work as documented.
5977 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5979         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5981 2006-11-28  Kim F. Storm  <storm@cua.dk>
5983         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5984         icomplete-mode is enabled.
5986 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5988         * textmodes/org.el (require): Require gnus-sum during compilation
5989         to avoid problem with a macro call.
5991 2006-11-28  Glenn Morris  <rgm@gnu.org>
5993         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5995         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5996         (fortran-window-create-momentarily): Do not need string-to-char.
5998 2006-11-28  Richard Stallman  <rms@gnu.org>
6000         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6001         Replace incorrect use of assoc-default with a loop.
6003         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6005         * simple.el (next-error-find-buffer): Improve messages.
6007         * files.el (revert-buffer): Special error message if file
6008         is now not readable.
6010         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6011         constructed commands.
6013         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6014         in INSIDE_EMACS.
6016 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6018         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6020         * server.el: Remove spurious * in docstrings.
6021         (server-process-filter): Exit from recursive editing before processing
6022         a new request.
6024 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6026         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6027         line so hidden blocks will be correctly identified.
6029 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6031         * ledit.el (ledit-save-defun, ledit-mode):
6032         * resume.el (resume-emacs-args-buffer):
6033         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6034         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6035         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6036         (command-send-input, command-kill-line):
6037         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6039         * autoarg.el (autoarg-kp-mode): Doc fix.
6041         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6042         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6043         (check-emacs-lock): Doc fix.  Simplify.
6045         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6046         (iimage-mode-buffer): Fix typos in docstring.
6048         * misc.el (zap-up-to-char): Doc fix.
6050         * time-stamp.el: Fix comment and obsolescence string for old
6051         functions.  Use `dolist' instead of `while'.
6053         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6055         * disp-table.el (standard-display-8bit, standard-display-default):
6056         * ebuff-menu.el (electric-buffer-list):
6057         * ehelp.el (electric-help-command-loop):
6058         * font-core.el (font-lock-mode):
6059         * help-macro.el (make-help-screen):
6060         * help.el (describe-minor-mode-completion-table-for-indicator)
6061         (lookup-minor-mode-from-indicator):
6062         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6063         * info-look.el (info-lookup-guess-custom-symbol):
6064         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6065         * longlines.el (longlines-wrap-line):
6066         * macros.el (insert-kbd-macro):
6067         * menu-bar.el (menu-bar-update-buffers):
6068         * misc.el (copy-from-above-command):
6069         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6070         * newcomment.el (comment-indent):
6071         * novice.el (disabled-command-function):
6072         * sort.el (sort-fields-syntax-table):
6073         * subr.el (momentary-string-display):
6074         * tar-mode.el (tar-header-block-summarize)
6075         (tar-clear-modification-flags):
6076         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6077         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6078         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6079         (te-delete-char, te-down-vertically-or-scroll):
6080         * time-stamp.el (time-stamp-string-preprocess):
6081         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6083 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6085         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6086         in GUD mode.
6088         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6089         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6091 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6093         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6095 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6097         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6098         (ada-compile-goto-error): Adapt to new argument profile of
6099         compilation-goto-locus in Emacs 22.  Don't check if the various
6100         compile functions are defined; we already do "(require 'compile)".
6102 2006-11-26  Kim F. Storm  <storm@cua.dk>
6104         * kmacro.el: Fix commentary.
6106 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6108         * progmodes/gud.el (gdb): Explain how to run in text command mode
6109         more clearly.  Say in error message that multiple debugging
6110         requires restarting GDB.
6112 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6114         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6116 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6118         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6119         (flymake-popup-menu): Use it instead of posn-at-point.
6121 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6123         * progmodes/cc-vars.el (c-backslash-column):
6124         Mention c-backslash-max-column in documentation for c-backslash-column.
6126 2006-11-24  Lars Hansen  <larsh@soem.dk>
6128         * net/tramp.el (tramp-default-method): Under Windows, change from
6129         plink to pscp.
6130         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6131         (tramp-actions-copy-out-of-band):
6132         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6133         (tramp-action-out-of-band): Move "Permission denied" handling to
6134         tramp-action-copy-failed.
6135         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6136         process buffer.
6138 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6140         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6141         strings to a single string.  Quote `errors-file-name'.
6142         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6143         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6144         Adjust calls.  Use `shell-quote-argument'.
6146         * international/mule.el (load-with-code-conversion)
6147         (with-category-table): Use with-current-buffer.
6148         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6150 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6152         * mail/smtpmail.el (smtpmail-send-it):
6153         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6154         MIME header for the message encoding.
6155         Bind coding-system-for-write around the call to mail-do-fcc.
6156         Use smtpmail-code-conv-from to encode queued mail messages.
6158 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6160         * tabify.el (tabify-regexp): Doc fix.
6162         * net/rcirc.el (rcirc-buffer-maximum-lines):
6163         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6165         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6166         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6167         Fix typos in output messages.
6168         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6170 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6172         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6173         the horse's mouth.
6174         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6176 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6178         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6179         Remove condition-case.
6181 2006-11-23  Glenn Morris  <rgm@gnu.org>
6183         * progmodes/f90.el (f90-comment-indent): Do not move point in
6184         default case.
6186 2006-11-21  Romain Francoise  <romain@orebokech.com>
6188         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6189         from library name (reverts change of 2005-10-25).
6191 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6193         * tutorial.el (tutorial--default-keys): Add newline and
6194         delete-backward-char bindings.
6195         (tutorial--detailed-help): Save excursion when finding keys.
6196         Correct warning string for M-x FOO case.
6197         (tutorial--display-changes): Print special keys in tutorial style.
6198         Tweak search regexp for changed keys.
6200 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6202         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6203         redundant scheme.
6205 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6207         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6208         are new to the list at IANA.  Also added irc, mms, mmsh.
6210 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6212         * progmodes/idlw-help.el (idlwave-html-help-location):
6213         Fail gracefully for missing help packages.
6214         (idlwave-help-assistant-open-link): Open full links.
6215         (idlwave-help-assistant-help-with-topic): Direct help link.
6217         * progmodes/idlwave.el (idlwave-mode):
6218         Set add-log-current-defun-function.
6219         (idlwave-current-routine-fullname): Add, to support add-log.
6220         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6221         to reflect improvements to xml-parse-file.
6222         (idlwave-mode-menu-def): New binding for help-with-topic.
6224         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6225         Handle extra newlines and spaces.
6226         (idlwave-shell-mode-map): Add help-with-topic.
6228 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6230         * tutorial.el (tutorial-warning-face): New face.
6231         (tutorial--detailed-help, tutorial--display-changes): Use it.
6232         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6233         Improve search pattern for occurrences of changed keys.
6235 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6237         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6238         (x-select-text): Set it.
6239         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6240         when checking for newness.
6242 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6244         * subr.el (posn-image):
6245         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6247         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6249 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6251         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6252         Exceptions to the rule "add a space between an identifier and an
6253         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6254         (glasses-parenthesis-exception-p): New.  Check if the region is an
6255         exception regarding to that.
6256         (glasses-make-readable): Use it.
6257         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6258         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6260 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6262         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6264 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6266         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6268         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6269         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6271 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6273         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6274         conditions for function or variable bindings.
6276         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6278         * progmodes/compile.el (compilation-start): Ditto.
6280 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6282         * net/tramp.el (top): cl and custom are always required.
6284 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6286         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6287         cut-buffers with next-selection-coding-system if not nil.
6289 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6291         * textmodes/org.el (org-fix-decoded-time): New function.
6292         (org-display-custom-time): Use `org-fix-decoded-time'.
6294 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
6296         * menu-bar.el (menu-bar-games-menu): Remove yow.
6298 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6300         * textmodes/org.el (org-scan-tags): Re-align code fixed.
6301         (org-detach-overlay): Rename from `org-detatch-overlay'.
6302         (org-table-convert-region): Insert space after column separator.
6303         (org-agenda-kill): New command.
6304         (org-metaleft): Call `org-outdent-item' on bullets.
6305         (org-metaright): Call `org-indent-item' on bullets.
6306         (org-timestamp-change): Set `org-last-changed-timestamp'.
6307         (org-current-line): Make sure (bolp) returns correct result.
6308         (org-agenda-change-all-lines): Make sure TODO are highlighted.
6310 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6314 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6316         * mouse.el (global-map): Change 2006-08-16 fix to call
6317         mouse-yank-at-click explicitly, since mouse events are not carried
6318         over into keyboard macros.
6320 2006-11-16  Kim F. Storm  <storm@cua.dk>
6322         * ido.el (ido-file-internal): Use current buffer's file name as default
6323         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
6325 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
6327         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6328         (allout-inhibit-aberrance-doublecheck): Rename from
6329         allout-during-yank-processing.  All callers changed.
6330         (allout-ascend): Provide for unusual case where some topic after
6331         the first in file is at lower depth than the first.
6332         (allout-shift-in): Ensure the offspring of the new containing
6333         topic are exposed.
6334         (allout-encrypt-string): Preserve the coding-system of the text,
6335         according to that of the containing buffer.
6336         (allout-toggle-subtree-encryption): When the text being encrypted
6337         requires a different coding system, offer to preserve the coding
6338         system using a file local var.
6340 2006-11-15  Simon Marshall  <simon@gnu.org>
6342         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6343         to recognise "T t()" as a function declaration, rather than a
6344         variable instantiation, iff at the top-level or inside a class
6345         declaration.  Suggested by Feng Li <fengli@gmail.com>.
6347 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6349         * progmodes/ada-xref.el (ada-parse-prj-file):
6350         Don't delete project buffer; user may want to edit it.
6351         (ada-xref-set-project-field, ada-xref-current-project-file)
6352         (ada-xref-current-project, ada-show-current-project)
6353         (ada-set-main-compile-application): New functions.
6354         (ada-xref-get-project-field, ada-require-project-file):
6355         Normalize use of ada-prj-default-project-file.
6356         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6357         Normalize use of ada-require-project-file.
6358         (ada-prj-find-prj-file): Improve doc string, comments.
6360         * progmodes/ada-mode.el (ada-mode-version): Bump version.
6361         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6362         (ada-create-menu): Add ada-set-main-compile-application,
6363         ada-show-current-main, ada-show-current-project.
6365 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6368         (inferior-python-mode): Use it.
6370 2006-11-14  Andreas Schwab  <schwab@suse.de>
6372         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6374 2006-11-13  Kim F. Storm  <storm@cua.dk>
6376         * ido.el (ido-copy-current-word): C-o copies region if active.
6378 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6380         * textmodes/org.el (org-emph-face): Fix typo in variable name.
6382 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
6384         * ediff.el (ediff-revision):
6385         * files.el (set-visited-file-name):
6386         * mail/rmailout.el (rmail-output-body-to-file):
6387         Use `format', not `message', in `y-or-n-p' call.
6389 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6391         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6392         (org-metaright): Call `org-indent-item' on bullets.
6393         (org-timestamp-change): Set `org-last-changed-timestamp'.
6394         (org-current-line): Make sure (bolp) returns correct result.
6395         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6397 2006-11-12  Richard Stallman  <rms@gnu.org>
6399         * language/european.el (turkish-case-conversion-enable)
6400         (turkish-case-conversion-disable): New functions.
6401         ("Turkish" lang env): Use them.
6403         * international/characters.el (case table):
6404         Do nothing special for i and I.
6406         * subr.el (remove-overlays): Fix last change.
6408         * cus-edit.el (custom-save-all): Use find-file-visit-truename
6409         for visiting the custom file.
6411 2006-11-12  Markus Triska  <triska@gmx.at>
6413         * play/handwrite.el (handwrite): Also process lines not ending
6414         with newline.  Replace some position-fiddling with different
6415         logic.  Improve performance.
6417 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
6419         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6420         replacing deleted variable `ada-check-switch'.
6421         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6422         (ada-xref-project-files): Improve doc string.
6423         (ada-find-executable): New function.
6424         (ada-initialize-runtime-library): Use `ada-find-executable'.
6425         (ada-xref-set-default-prj-values): In compile commands, don't need
6426         `ada-cd-command'; `compile' does that more portably.
6427         Use ada-prj-default-check-cmd.
6428         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6429         properties if not specified in project file.
6430         (ada-goto-declaration): Display useful message for new error
6431         'error-file-not-found.
6432         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6433         'error-file-not-found.
6434         (ada-get-all-references): Match latest ali syntax.  Signal new
6435         error 'error-file-not-found.
6436         (ada-find-in-ali): Match latest ali syntax.
6437         (ada-make-filename-from-adaname): Handle different semantics of
6438         gnatkr in GNAT 3.15p vs later.
6440         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6441         ada-procedure-start-regexp.
6442         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6444         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6445         with defvar.
6446         (ada-language-version): Rename ada05 -> ada2005.
6447         (ada-align-region-separate): Add `eval-when-compile'.
6448         (ada-name-regexp): Remove unneeded escapes in regexp character
6449         alternative.
6450         (ada-compile-goto-error-file-linenr-re): New constant.
6451         (ada-matching-start-re): Handle additional cases `declare',
6452         `procedure', `function'.
6453         (ada-compile-goto-error): Handle "... at line nn".
6454         (ada-mode): Clearer syntax, comments for ff-special-constructs.
6455         Delete support for old versions of `align'.
6456         (ada-search-prev-end-stmt): Handle additional keyword `private'.
6457         (ada-check-defun-name): Simplify handling of `declare'.
6458         (ada-goto-matching-start): Handle nested `begin ... end'.
6459         Handle `declare', `protected', `procedure', `function'.
6460         (ada-create-menu): Presence of arm95 is not conditional on using
6461         GNAT compiler.
6463 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
6465         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6466         nil in the *RE-Builder* buffer (it causes spurious error messages).
6468         * server.el (server-visit-files): If `minibuffer-auto-raise' has
6469         been set to t, respect it.
6471 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
6473         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6474         Delete commented out code for old Emacs versions.  Autoloading of
6475         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6476         (ada-mode-version): Bump version number.
6477         (ada-95-string-keywords, ada-2005-string-keywords)
6478         (ada-2005-keywords, ada-name-regexp): New constant.
6479         (ada-language-version, ada-procedure-start-regexp, ada-mode)
6480         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6481         (ada-package-start-regexp): Support private packages, include package
6482         name (for ada-set-point-accordingly).
6483         (ada-next-procedure, ada-previous-procedure)
6484         (ada-which-function-are-we-in): Match changes to
6485         ada-procedure-start-regexp.
6486         (ada-make-body): Make non-interactive; not a user function.
6487         (ada-make-subprogram-body): Improve doc string.
6489 2006-11-11  Romain Francoise  <romain@orebokech.com>
6491         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6492         `compilation-error-regexp-alist' buffer-local, since we changed
6493         `compilation-error-regexp-alist-alist' locally.
6495 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
6497         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6498         to the value of `server-raise-frame'.
6500 2006-11-11  Glenn Morris  <rgm@gnu.org>
6502         * ido.el (ido-enable-prefix)
6503         * ses.el (ses-call-printer-return)
6504         * net/tramp.el (tramp-unified-filenames)
6505         * progmodes/cc-align.el (c-lineup-string-cont)
6506         * progmodes/compile.el (compilation-directory-matcher)
6507         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6508         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6509         (vhdl-clock-rising-edge)
6510         * textmodes/org.el (org-export-with-timestamps)
6511         (org-export-remove-timestamps-from-toc)
6512         (org-export-with-tags): Improve previous doc fixes.
6514 2006-11-11  Richard Stallman  <rms@gnu.org>
6516         * textmodes/flyspell.el (flyspell-mode-map):
6517         Bind C-c $ instead of M-RET.
6519 2006-11-10  Simon Marshall  <simon@gnu.org>
6521         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6522         fontification for "case" and "default" keywords.
6524 2006-11-10  Andreas Schwab  <schwab@suse.de>
6526         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6527         Avoid starting sentence with "nil".
6529 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6531         * server.el (server-raise-frame): New option.
6532         (server-switch-buffer): Use it.
6534 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
6536         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6537         with a capital.
6539 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6541         * textmodes/org.el (org-show-hierarchy-above)
6542         (org-show-following-heading): Fix typo in default value.
6543         (org-scan-tags): Make the search case-sensitive.
6544         (org-tags-sparse-tree): Don't overrule
6545         `org-show-following-heading' and `org-show-hierarchy-above'.
6546         (org-reveal): New command.
6547         (org-show-context): Rename from `org-show-hierarchy-above'.
6548         (org-fast-tag-selection-single-key): New option.
6549         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6550         (org-tags-overlay): New variable.
6551         (org-agenda-todo-ignore-deadlines): New option.
6552         ("session"): Add circular data structure `org-mark-ring' to
6553         exceptions list in session.el.
6554         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6555         New options.
6556         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6557         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6558         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6559         (org-finalize-agenda): Activate bracket links in agenda.
6560         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6561         INACTIVE-OK.
6562         (org-show-hierarchy-above, org-show-following-heading):
6563         List values allowed for fine-tuned configuration.
6564         (org-show-hierarchy-above): New argument CONTEXT, use the
6565         fine-tuned settings in `org-show-hierarchy-above' and
6566         `org-show-following-heading'.
6567         (org-display-custom-time): New function.
6568         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6569         (org-display-custom-times, org-time-stamp-custom-formats):
6570         (org-maybe-intangible): New macro.
6571         (org-activate-bracket-links, org-hide-wide-columns):
6572         Use `org-maybe-intangible'.
6573         (org-open-file): Use `shell-quote-argument'.
6574         (org-display-internal-link-with-indirect-buffer): New option.
6575         (org-file-remote-p): Get regexp from list.
6576         (org-link-expand-abbrev): New function.
6577         (org-link-abbrev-alist): New option.
6578         (org-open-at-point, org-cleaned-string-for-export):
6579         Call `org-link-expand-abbrev'.
6580         (org-timeline, org-agenda-list, org-todo-list)
6581         (org-tags-view): Remove the KEEP-MODES argument.
6582         (org-finalize-agenda-hook): New hook.
6583         (org-get-alist-option): New function.
6584         (org-follow-timestamp-link): New function.
6585         (org-open-at-point): Call `org-follow-timestamp-link'.
6586         (org-log-note-marker, org-log-note-purpose)
6587         (org-log-note-window-configuration): New variables.
6588         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6589         (org-log-note-headings): New option.
6590         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6591         (org-store-link): Support for dired-mode.
6592         (org-open-file): Substitute environment variables into filename.
6593         (org-last): New defsubst.
6594         (org-agenda-re-align-tags): New function.
6595         (org-agenda-align-tags-to-column): New option.
6596         (org-agenda-timeline): Group removed.
6597         (org-prepare-agenda, org-prepare-agenda-buffers)
6598         (org-run-agenda-series, org-timeline, org-agenda-list)
6599         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6600         the text property inticating the agenda type.
6601         (org-agenda-post-command-hook): Get agenda type from text property
6602         at point.
6603         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6604         and obey `org-agenda-overriding-arguments'.
6605         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6606         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6607         (org-agenda-week-view, org-agenda-day-view):
6608         Use `org-agenda-overriding-arguments' to make updating work with
6609         multi-block agendas.
6610         (org-agenda-prefix-format): Allow different formats for the
6611         different agenda entry types.
6612         (org-timeline-prefix-format): Option removed, use
6613         `org-agenda-prefix-format' instead.
6614         (org-prepare-agenda): New function.
6615         (org-select-timeline-window): Option removed, use
6616         `org-select-agenda-window' instead.
6617         (org-respect-restriction): Variable removed.
6618         (org-cmp-tag): New function.
6619         (org-agenda-sorting-strategy, org-entries-lessp):
6620         Implement sorting by last tag.
6621         (org-complete): Better completion in in-buffer option lines.
6622         (org-in-item-p): New function.
6623         (org-org-menu): Add entries for checkboxes.
6624         (org-cycle): Extra brouping in outline-regexp, because it is used
6625         in a search with "^" prepended.
6626         (org-provide-checkbox-statistics): New option.
6627         (org-set-font-lock-defaults): Highlight checkbox statistics.
6628         (org-update-checkbox-count-maybe)
6629         (org-get-checkbox-statistics-face): New functions.
6630         (org-update-checkbox-count): New command.
6631         (org-insert-item, org-toggle-checkbox):
6632         Call `org-update-checkbox-count-maybe'.
6633         (org-export-as-html): XEmacs compatibility for coding system.
6634         (org-force-cycle-archived): New command.
6635         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6636         overrules cycling.
6637         (org-fix-position-after-promote): If the line contains only a todo
6638         keyword, add a final space.
6639         (org-promote-subtree, org-demote-subtree):
6640         Call `org-fix-position-after-promote'.
6642 2006-11-10  Glenn Morris  <rgm@gnu.org>
6644         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6645         date in every year.
6646         (calendar-dst-check-each-year-flag): New customizable variable.
6647         (calendar-dst-find-data): New function, extracted from
6648         calendar-current-time-zone.
6649         (calendar-current-time-zone): Use calendar-dst-find-data.
6650         (calendar-dst-transition-cache): New variable.
6651         (calendar-dst-find-startend, calendar-dst-starts)
6652         (calendar-dst-ends): New functions.
6653         (calendar-daylight-savings-starts)
6654         (calendar-daylight-savings-ends): Change value to use
6655         calendar-dst-starts, calendar-dst-ends; respectively.
6657         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6659         * ido.el (ido-enable-prefix)
6660         * ses.el (ses-call-printer-return)
6661         * net/tramp.el (tramp-unified-filenames)
6662         * progmodes/cc-align.el (c-lineup-string-cont)
6663         * progmodes/compile.el (compilation-directory-matcher)
6664         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6665         * progmodes/gdb-ui.el (gdb-many-windows)
6666         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6667         (vhdl-clock-rising-edge)
6668         * textmodes/org.el (org-export-with-timestamps)
6669         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6670         (org-read-date): Doc fix (Nil -> nil).
6672 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6674         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6675         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6677 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6679         * bs.el (bs--window-for-buffer): Remove.
6680         (bs--show-with-configuration): Use `get-window-with-predicate'
6681         instead of `bs--window-for-buffer'.
6683 2006-11-10  Kenichi Handa  <handa@m17n.org>
6685         * files.el (revert-buffer): Fix previous change.
6687 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6689         * bs.el (bs--redisplay): Fix typo in docstring.
6690         (bs--window-config-coming-from): Make frame-local.
6691         (bs--restore-window-config): New function.
6692         (bs-kill, bs-select, bs-select-other-window)
6693         (bs-select-other-frame): Use it.
6694         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6695         (bs--show-with-configuration): Save the window configuration as a
6696         frame local var, and only if *buffer-selection* is not already
6697         visible on this frame.
6699 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6701         * vc-svn.el (vc-svn-admin-directory): New var.
6702         (vc-svn-registered, vc-svn-responsible-p)
6703         (vc-svn-repository-hostname): Use it.
6704         Suggested by arit93@yahoo.com.
6706 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6708         * ldefs-boot.el: Regenerate.
6710 2006-11-08  Alan Mackenzie  <acm@muc.de>
6712         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6713         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6714         for least nested open-paren.
6716 2006-11-08  Romain Francoise  <romain@orebokech.com>
6718         * subr.el (remove-overlays): Fix typo in last change.
6720 2006-11-08  Richard Stallman  <rms@gnu.org>
6722         * subr.el (remove-overlays): Call overlay-recenter.
6724 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6726         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6727         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6728         behaviour.
6729         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6730         directly.
6732 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6734         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6735         (ido-max-dir-file-cache, ido-decorations)
6736         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6737         (ido-magic-backward-char, ido-enter-dired)
6738         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6739         (ido-list-directory, ido-first-match, ido-only-match)
6740         (ido-subdir, ido-indicator): Fix typos in docstrings.
6741         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6742         (ido-read-internal): Fix typo in error message.
6744 2006-11-08  Kenichi Handa  <handa@m17n.org>
6746         * international/mule-cmds.el (set-default-coding-systems):
6747         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6749 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6751         * makefile.w32-in (setwins): Remove.
6752         (WINS_ALMOST): New macro.
6753         (WINS): Use it.
6754         (autoloads): Don't extract autoloads from files in obsolete/.
6756 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6758         * whitespace.el (whitespace-buffer): Call remove-overlays after
6759         overlay-recenter for performance.  Suggested by Martin Rudalics.
6761 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6763         * net/tramp.el (tramp-default-method): scp is the default method.
6765 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6767         * server.el (server-start): Save also the Emacs pid in the server file.
6769 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6771         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6772         point when displaying a bibtex cross reference in the echo area.
6774 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6776         * international/mule.el (make-char): Fix typo in docstring.
6777         (load-with-code-conversion, charsetp): Doc fixes.
6779         * international/ja-dic-cnv.el (skkdic-convert):
6780         * cus-edit.el (hook): Fix typo in docstring.
6782 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6784         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6785         (custom-mode-link-map): New variable.
6786         (custom-group-link, custom-manual): Use follow-link.
6788 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6790         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6791         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6793 2006-11-06  Richard Stallman  <rms@gnu.org>
6795         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6796         New function broken out of flyspell-correct-word.
6797         (flyspell-mode-map): Bind it to M-RET.
6798         (flyspell-correct-word): Call it.
6800         * textmodes/fill.el (fill-minibuffer-function): New function.
6801         (fill-paragraph): Bind fill-paragraph-function to
6802         fill-minibuffer-function.
6804         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6805         so that they aren't undefined.
6807         * dired.el (dired-readin): Locally bind file-name-coding-system.
6809         * bindings.el: Shorten and clarify usual mode line mouse help string.
6811         * Makefile.in (autoloads): Don't include `obsolete'.
6813 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6815         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6816         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6817         Printing menu if it's not initialized.
6818         (pr-menu-bind): Act on menu-bar-file-menu directly.
6820 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6822         * help.el (view-emacs-news): Fix typo in error message.
6824         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6826         * shadowfile.el (shadow-define-regexp-group)
6827         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6828         (shadow-read-files): Fix typo in message.
6829         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6830         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6831         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6832         (shadow-file-match): Fix typos in docstrings.
6834         * terminal.el (terminal-emulator): Fix typo in message.
6836         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6838         * emacs-lisp/lselect.el (x-kill-primary-selection)
6839         (x-delete-primary-selection, x-copy-primary-selection):
6840         Fix typos in error messages.
6842         * emulation/edt-mapper.el: Fix typo in interactive message.
6844         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6846         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6847         (ispell-help): Fix typos in docstrings.
6848         (ispell-help): Fix typo in output message.
6850         * allout.el (allout-adjust-file-variable)
6851         (allout-passphrase-verifier-string)
6852         (allout-passphrase-hint-string)
6853         (allout-toggle-current-subtree-encryption):
6854         * apropos.el (apropos-synonyms):
6855         * cus-edit.el (hook):
6856         * emacs-lock.el (emacs-lock-from-exiting):
6857         * follow.el (follow-avoid-tail-recenter-p):
6858         * hexl.el (hexl-mode):
6859         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6860         * mouse.el (mouse-set-font):
6861         * resume.el (resume-emacs-args-file):
6862         * rfn-eshadow.el (file-name-shadow-tty-properties):
6863         * t-mouse.el (t-mouse-process, t-mouse-mode):
6864         * emacs-lisp/cust-print.el (custom-print-install)
6865         (custom-print-uninstall, custom-format):
6866         * emacs-lisp/shadow.el (list-load-path-shadows):
6867         * emulation/tpu-edt.el (tpu-help-text)
6868         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6869         (tpu-reset-control-keys):
6870         * emulation/vip.el (vip-emacs-local-map)
6871         (vip-change-mode-to-emacs):
6872         * emulation/viper.el (viper-mode, viper-set-hooks)
6873         (viper-major-mode-modifier-list):
6874         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6875         * emulation/viper-keym.el (viper-emacs-kbd-map)
6876         (viper-toggle-key):
6877         * mail/feedmail.el (feedmail-queue-reminder)
6878         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6879         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6880         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6881         (feedmail-sender-line, feedmail-force-binary-write)
6882         (feedmail-from-line, feedmail-deduce-envelope-from)
6883         (feedmail-x-mailer-line, feedmail-message-id-generator)
6884         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6885         (feedmail-enable-spray, feedmail-spray-this-address)
6886         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6887         (feedmail-queue-runner-confirm-global)
6888         (feedmail-ask-before-queue-prompt)
6889         (feedmail-ask-before-queue-reprompt)
6890         (feedmail-prompt-before-queue-standard-alist)
6891         (feedmail-prompt-before-queue-user-alist)
6892         (feedmail-prompt-before-queue-help-supplement)
6893         (feedmail-queue-use-send-time-for-message-id)
6894         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6895         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6896         (feedmail-mail-send-hook-queued)
6897         (feedmail-confirm-addresses-hook-example)
6898         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6899         (feedmail-queue-runner-mode-setter)
6900         (feedmail-queue-alternative-mail-header-separator)
6901         (feedmail-queue-runner-message-sender)
6902         (feedmail-buffer-eating-function, feedmail-binmail-template)
6903         (feedmail-run-the-queue-no-prompts)
6904         (feedmail-run-the-queue-global-prompt)
6905         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6906         (feedmail-envelope-deducer, feedmail-fiddle-date)
6907         (feedmail-default-message-id-generator)
6908         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6909         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6910         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6911         (vms-pmail-setup):
6912         * play/dunnet.el (dun-help):
6913         * play/handwrite.el (handwrite):
6914         * play/hanoi.el (hanoi-unix-64):
6915         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6916         * textmodes/enriched.el (fixed):
6917         * textmodes/org.el (org-file-apps)
6918         (org-emphasis-regexp-components, org-emphasis-alist):
6919         * textmodes/texinfmt.el (batch-texinfo-format):
6920         Fix typos in docstrings.
6922 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6924         * loadhist.el (read-feature): Don't complete features not loaded
6925         from a file (which make `unload-feature' to fail).
6927 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6929         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6931 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6933         * startup.el (command-line-1): Kill emacs if the last frame is
6934         deleted while evaluating the command-line arguments.
6936 2006-11-05  Richard Stallman  <rms@gnu.org>
6938         * startup.el (init-file-had-error): Add doc string.
6939         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6940         Use fixed-width font for keyboard key descriptions.
6942         * cus-edit.el (custom-save-all): Error if saving in .emacs
6943         and it had an error when loaded.
6945         * dired-aux.el (dired-copy-file-recursive): Catch errors
6946         from recursive copies in the loop, around the recursive call.
6948 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6950         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6951         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6952         `/proc/acpi/thermal_zone/*'.
6953         (battery-search-for-one-match-in-files): New.  Search a regexp in
6954         the content of some files.
6956 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6958         * window.el (mouse-autoselect-window-now): Remove variable.
6959         (mouse-autoselect-window-state): New variable.
6960         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6961         (mouse-autoselect-window-select, handle-select-window):
6962         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6963         Suspend delayed autoselection during menu or popup dialog.
6965         * info-look.el (info-lookup-guess-custom-symbol): New function
6966         for retrieving symbol at point in custom buffers.
6967         (top level) <info-lookup-maybe-add-help>: Add backquote and
6968         comma to ignored characters in regexps of help specifications
6969         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6970         looking up symbols in `...' and after a comma.  Add help
6971         specifications for custom-mode and help-mode.
6973 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6975         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6976         Don't encode body if RAW is non-nil, or if the old encoding is
6977         identical to the new encoding, or if the body contains only
6978         eight-bit-* characters.
6980 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6982         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6983         (faces-sample-overlay): Remove variable.
6984         (describe-face): Insert sample text in the face being described.
6986 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6988         * whitespace.el (whitespace-indent-regexp): Make this match any
6989         multiples of eight spaces near the beginning of a line.
6990         (whitespace-buffer): Use `remove-overlays' instead of
6991         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6992         speed up overlay handling.
6993         (whitespace-buffer-leading, whitespace-buffer-trailing):
6994         Make these functions highlight the text removed by
6995         `whitespace-buffer-leading-cleanup' and
6996         `whitespace-buffer-trailing-cleanup' respectively.
6997         (whitespace-buffer-search): Use `with-local-quit'.
6998         Move `format' out of loop to speed up scanning larger buffers.
6999         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7000         that function is never added to a hook.
7001         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7002         (whitespace-buffer-leading-cleanup)
7003         (whitespace-refresh-rescan-list): Fix docstrings.
7005 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7007         * allout.el (allout-during-yank-processing): Cue for inhibiting
7008         aberrance processing during yanks.
7009         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7010         the amount of yanked topics that can be aberrant.
7011         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7012         a function, and supplement with inihibition of doublechecking
7013         during yanks.
7014         (allout-beginning-of-line, allout-next-heading)
7015         (allout-previous-heading, allout-goto-prefix-doublechecked)
7016         (allout-back-to-current-heading, allout-next-visible-heading)
7017         (allout-next-sibling): Use new allout-do-doublecheck function.
7018         (allout-next-sibling): Ensure we made progress when returning
7019         other than nil.
7020         (allout-rebullet-heading): Preserve text property annotations
7021         indicating the text was hidden, if it was.
7022         (allout-kill-line): Remove any added was-hidden annotations.
7023         (allout-kill-topic): Remove any added was-hidden annotations.
7024         (allout-annotate-hidden): Inhibit adding was-hidden text
7025         properties to the undo list.
7026         (allout-deannotate-hidden): New function to remove was-hidden
7027         annotation.
7028         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7029         (allout-remove-exposure-annotation): Replace by
7030         allout-deannotate-hidden.
7031         (allout-yank-processing): Signal that yank processing is happening
7032         with allout-during-yank-processing.  Also, wrap
7033         allout-unprotected's closer to the text changes, for easier
7034         debugging.  We need to inhibit-field-text-motion explicitly, in
7035         lieu of the encompassing allout-unprotected.
7036         (outlineify-sticky): Adjust criteria for triggering new outline
7037         decorations to presence or absence of any topics, not just a topic
7038         at the beginning of the buffer.
7040 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7042         * bs.el (bs--show-all, bs--redisplay):
7043         * cus-edit.el (custom-unlispify-menu-entries)
7044         (custom-unlispify-tag-names, custom-prompt-variable):
7045         * expand.el (expand-pos):
7046         * speedbar.el (speedbar-generic-list-tag-p):
7047         * wid-edit.el (widget-image-enable):
7048         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7049         * emacs-lisp/find-func.el (find-function-noselect)
7050         (find-function, find-variable-noselect, find-variable)
7051         (find-definition-noselect, find-face-definition):
7052         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7053         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7054         * progmodes/ada-xref.el (ada-find-in-ali):
7055         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7056         * textmodes/org.el (org-copy-subtree):
7057         * textmodes/table.el (table--row-column-insertion-point-p):
7058         Use "non-nil" in docstrings.
7060 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7062         * sort.el (sort-columns): Set the field separator to tab; on
7063         NetBSD, sort complains if "\n" is used as field separator.
7065 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7067         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7069 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7071         * server.el (server-auth-key): Remove.  Replace by a process-property.
7072         (server-start): Don't remove the file of the previous process, but
7073         instead clear out the place for the new file.
7074         (server-start): Set the :auth-key property.
7075         (server-process-filter): Use the :auth-key property.
7077 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7079         * textmodes/org.el (org-mode-map): No longer copy
7080         `outline-mode-map' explicitly - this is already done by
7081         `define-derived-mode'.
7083 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7085         * server.el (server-visit-files): Use `when'.
7086         (server-process-filter): When authentication fails, send error
7087         message to client.  Wrap `process-send-region' in `ignore-errors'
7088         instead of `condition-case', and remove misleading comment.
7090 2006-11-01  Juri Linkov  <juri@jurta.org>
7092         * simple.el (yank): Doc fix.
7094 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         * server.el: Try and fit within 80 columns.
7097         (server-start): Make the auth file unreadable by other users.
7099 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7101         * battery.el (battery-linux-proc-acpi): Prevent range error when
7102         `full-capacity' is 0.
7104 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7106         * faces.el (faces-sample-overlay): New defvar.
7107         (faces-sample-overlay): New function to show face sample text.
7108         (describe-face): Use it.
7110 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7112         * progmodes/ada-stmt.el: Change maintainer, apply
7113         whitespace-cleanup, checkdoc.
7114         (ada-func-or-proc-name): Add doc string.
7116         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7117         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7118         strings and comments.
7119         (ada-prj-display-page): Change buffer name to more accurately
7120         reflect function.
7122         * progmodes/ada-xref.el: Change maintainer, apply
7123         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7124         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7125         (ada-compile-current): Don't add newlines to commands.
7127 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7129         * server.el: Add support for TCP sockets.
7130         (server-use-tcp, server-host, server-auth-dir): New options.
7131         (server-auth-key): New variable.
7132         (server-ensure-safe-dir): Create nonexistent parent dirs.
7133         Ignore Unix-style file modes on Windows.
7134         (server-start): Crete a TCP or Unix socket according to the value
7135         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7136         `server-auth-dir' directory.
7137         (server-process-filter): Delete process if authentication
7138         fails (which never happens for Unix sockets).
7140 2006-10-30  David Kastrup  <dak@gnu.org>
7142         * subr.el (add-to-list): Don't continue checking if a match has
7143         been found.
7145 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7147         * tutorial.el: Move defvars to avoid bytecomp warnings.
7148         (tutorial--find-changed-keys): Check if viper-current-state is
7149         bound before using it.
7150         (help-with-tutorial): Check if viper-tutorial is defined before
7151         using it.
7153 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7155         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7157         * tutorial.el: New file.
7158         (help-with-tutorial): Move here from help-fns.el. Added help for
7159         rebound keys.  Fixed resume of tutorial.
7160         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7161         (tutorial--find-changed-keys, tutorial--display-changes)
7162         (tutorial--saved-dir, tutorial--saved-file)
7163         (tutorial--save-tutorial): New functions to support the changes in
7164         help-with-tutorial.
7166 2006-10-30  Kenichi Handa  <handa@m17n.org>
7168         * files.el (revert-buffer): If a unibyte buffer is being reverted
7169         with a coding system for multibyte, set buffer multibyte before
7170         calling insert-file-contents.
7172 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7174         * server.el (server-select-display): Use a dummy buffer to detect when
7175         the frame is later used.
7176         (server-select-display): New function.
7177         (server-process-filter): Use it to detect unused temp frames.
7179 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7181         * progmodes/ada-mode.el: Change maintainer, apply
7182         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7183         (ada-mode-version): New function.
7184         (ada-create-menu): Menu operations are available for all supported
7185         compilers.
7187 2006-10-29  Lars Hansen  <larsh@soem.dk>
7189         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7190         Highlight as keyword.
7191         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7192         Don't call tramp-method-out-of-band-p for local files.
7193         (tramp-touch): Quote file name.
7195 2006-10-28  Glenn Morris  <rgm@gnu.org>
7197         * calendar/calendar.el (cal-html-cursor-month)
7198         (cal-html-cursor-year): Add autoloads for this new package.
7199         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7201 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7203         * calendar/cal-html.el: New file.
7205 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7207         * emacs-lisp/authors.el (authors-aliases): Update.
7209 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7211         * version.el (emacs-version): Bump version number to 22.0.90.
7213 2006-10-26  John W. Eaton  <jwe@octave.org>
7215         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7216         New defvar.
7217         (inferior-octave-resync-dirs): Check to see whether Octave has
7218         built-in variables and set inferior-octave-has-built-in-variables.
7219         Check inferior-octave-has-built-in-variables to decide whether to
7220         send commands that set built-in variables or call functions to
7221         change Octave's behavior.
7222         Send "disp (pwd ())" to Octave instead of just "pwd".
7223         (inferior-octave-startup): Send "more off" to Octave instead of
7224         "page_screen_output = 0".
7226 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7228         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7229         pattern normally.
7231 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7233         * bindings.el (mode-line-mode-menu): Remove bindings for global
7234         minor modes (line/column number) as they are on the menubar.
7236 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7238         * term/w32-win.el (x-handle-name-switch): Doc fix.
7239         (w32-standard-fontset-spec): Fix typo in docstring.
7241         * midnight.el (midnight-buffer-display-time): Doc fix.
7242         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7244 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7246         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7248         * viper-ex.el (ex-read): Quote file argument.
7250         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7252         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7254 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7256         * textmodes/flyspell.el (flyspell-check-region-doublons):
7257         Fix last fix.
7259 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7261         * bindings.el (mode-line-mode-menu): List global minor modes
7262         before local ones.
7264 2006-10-23  Kim F. Storm  <storm@cua.dk>
7266         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7267         (sit-for): If last command was a prefix arg, add the read-ahead
7268         event to unread-command-events as (t . EVENT) so it will be added
7269         to this-command-keys by read-key-sequence.
7271 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7273         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7274         whitespace when checking doublons.
7275         (flyspell-check-region-doublons): Fix doublon regexp.
7276         (flyspell-highlight-incorrect-region): Highlight doublons using
7277         flyspell-duplicate face.
7279         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7281 2006-10-22  John Wiegley  <johnw@newartisans.com>
7283         * progmodes/python.el (python-use-skeletons): python-mode was
7284         auto-inserting templates (for those with abbrev-mode on), not only
7285         by default -- *but without a configuration variable to disable
7286         it*.  This rendered python-mode completely useless for me, so I
7287         have added `python-use-skeletons', which is now off by default.
7289 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
7291         * progmodes/cperl-mode.el (cperl-mode): Don't assume
7292         font-lock-multiline is auto-local (it's not).
7293         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7294         initialized before calling cperl-init-faces.
7296 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
7298         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7299         gdb-stack-position a value when there is no fringe.
7301         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7302         indicator if not visiting a file.
7304 2006-10-20  David Kastrup  <dak@gnu.org>
7306         * window.el (kill-buffer-and-window): Fix a bug where an aborted
7307         operation would still cause some window to collapse later.
7309 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7311         * vc.el (vc-switch-backend): Try to be more careful with unwanted
7312         side-effect due to mixing various backends's file properties.
7314         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7315         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7316         Return `filename's status if applicable.  Update callers.
7318 2006-10-19  Kenichi Handa  <handa@m17n.org>
7320         * international/kkc.el (kkc-region): When a key sequence is not
7321         defined, append (this-single-command-raw-keys) to
7322         unread-input-method-events.
7324 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
7326         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7328 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7330         * version.el (emacs-version): Use mac-carbon-version-string.
7332         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7334 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7336         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7337         Kenichi Handa).
7338         (xselect-convert-to-string): Decline requests for UTF8_STRING if
7339         the selection is not UTF-8.
7341 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
7343         * progmodes/ada-mode.el (ada-83-string-keywords)
7344         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7345         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7346         (ada-looking-at-semi-private, ada-get-body-name):
7347         Fix typos in docstrings.
7348         (ada-create-case-exception, ada-create-case-exception-substring):
7349         Fix typos in error messages.
7350         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7352 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7354         * term/x-win.el (res-geometry): Don't set geometry from Xresources
7355         to default-frame-alist if default-frame-alist already contains
7356         width/height.
7358 2006-10-18  Richard Stallman  <rms@gnu.org>
7360         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7361         Non-interactive arg is the value, not the expression.
7363         * simple.el (read-expression-map): Just set it, no defvar.
7365         * subr.el (insert-for-yank-1): If last inserted char has
7366         properties, mark them as rear-nonsticky.
7368         * recentf.el (recentf-mode): Doc fix.
7370         * facemenu.el (facemenu-add-new-face): Defend against symbol
7371         that isn't a face name.
7373         * dired-aux.el (dired-do-copy): Doc fix.
7375 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
7377         * simple.el (line-move-1): Ignore fields when moving to the
7378         beginning of line to avoid getting point stuck.
7380 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
7382         * textmodes/flyspell.el (flyspell-word-search-backward):
7383         Set inhibit-point-motion-hooks to avoid looping due to intangibile
7384         text.
7386 2006-10-16  Richard Stallman  <rms@gnu.org>
7388         * help-fns.el (describe-function-1): Special case optimization
7389         for self-insert-command.
7391 2006-10-16  Kim F. Storm  <storm@cua.dk>
7393         * ido.el (ido-reread-directory): Work in `dir' mode too.
7395 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
7397         * textmodes/table.el: Require 'regexp-opt.
7399 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7401         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7402         Use shell-quote-argument.
7404         * shell.el (explicit-bash-args): Likewise.
7406         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7407         Use grep -E rather than egrep.
7409 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7411         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7413 2006-10-15  Kim F. Storm  <storm@cua.dk>
7415         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7417 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7419         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7420         to protect whitespace and metacharacters from the shell.
7422 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7424         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7426 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
7428         * subr.el (start-process-shell-command): Doc fix.
7430 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
7432         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7433         the regexp for Maxima symbols.
7435 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7438         (vc-find-root): Don't walk higher up than ~.
7440 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
7442         * international/utf-8.el (utf-translate-cjk-load-tables):
7443         Avoid clobbering last-coding-system-used during load.
7445 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
7447         * textmodes/reftex-global.el (reftex-create-tags-file):
7448         Quote file arguments.
7450 2006-10-12  Richard Stallman  <rms@gnu.org>
7452         * files.el (file-name-history): Add defvar.
7453         (save-some-buffers-action-alist): Improve description strings.
7455 2006-10-12  Andreas Schwab  <schwab@suse.de>
7457         * files.el (auto-mode-alist): Match change log file name also with
7458         a dash before a numeric extension.
7460 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
7462         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7463         After 5.0:
7464         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7466         After 5.1: Major edit.  Summary of most visible changes:
7468         - Multiple <<HERE per line allowed.
7469         - Handles multiline subroutine declaration headers (with comments).
7470           (The exception is `cperl-etags' - but it is not used in the rest
7471           of the mode.)
7472         - Fontifies multiline my/our declarations (even with comments,
7473           and with legacy `font-lock').
7474         - Major speedup of syntaxification, both immediate and postponed
7475           (3.5x to 15x [for different CPUs and versions of Emacs] on the
7476           huge real-life document I tested).
7477         - New bindings, edits to imenu.
7478         - "_" is made into word-char during fontification/syntaxification;
7479           some attempts to recognize non-word "_" during other operations too.
7480         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7481         - autoload some more perldoc-related stuff
7482         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7483         - Attempt to incorporate XEmacs edits which reached me.
7485         Fine-grained changelog:
7486         (cperl-hook-after-change): New configuration variable.
7487         (cperl-vc-sccs-header): Likewise.
7488         (cperl-vc-sccs-header): Likewise.
7489         (cperl-vc-header-alist): Default via two preceding variables.
7490         (cperl-invalid-face): Remove double quoting under XEmacs
7491                 (still needed under 21.2).
7492         (cperl-tips): Update URLs for resources.
7493         (cperl-problems): Likewise.
7494         (cperl-praise): Mention new features.
7495         New C-c key bindings: for `cperl-find-bad-style',
7496         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7497         `cperl-perdoc', and `cperl-perldoc-at-point'.
7498         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7499         moved, new submenu of Tools with Ispell entries and narrowing.
7500         (cperl-after-sub-regexp): New defsubst.
7501         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7502                 Allows heads up to head4.
7503                 Allow "package;".
7504         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7505         (paren-backwards-message): ??? Something for XEmacs???
7506         (cperl-mode): Never auto-switch abbrev-mode off.
7507                 Try to allow '_' be non-word char.
7508                 Do not use `font-lock-unfontify-region-function' on XEmacs.
7509                 Reset syntax cache on mode start.
7510                 Support multiline facification (even on legacy `font-lock').
7511         (cperl-facemenu-add-face-function): ??? Some contributed code ???
7512         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7513                 refuse to inform us whether the fontification is due to lazy
7514                 calling or due to edit to a buffer, install our own hook
7515                 (controlled by `cperl-hook-after-change').
7516         (cperl-electric-pod): =cut may have been recognized as start.
7517         (cperl-block-p): Move, updatedfor attributes.
7518         (cperl-calculate-indent): Try to allow '_' be non-word char
7519                 Support subs with attributes.
7520         (cperl-where-am-i): Quiet (?) a warning.
7521         (cperl-cached-syntax-table): New function.
7522         (cperl-forward-re): Use `cperl-cached-syntax-table'.
7523         (cperl-unwind-to-safe): Recognize `syntax-type' property
7524                 changing in a middle of line.
7525         (cperl-find-sub-attrs): New function.
7526         (cperl-find-pods-heres): Allow many <<EOP per line.
7527                 Allow subs with attributes.
7528                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7529                 Recognize "extproc " (OS/2) case-folded and only at start.
7530                 /x on s///x with empty replacement was not recognized.
7531                 Better comments.
7532         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7533                 Allow subs with attributes, labels.
7534                 Do not confuse "else::foo" with "else".
7535                 Minor optimizations...
7536         (cperl-after-expr-p): Try to allow '_' be non-word char.
7537         (cperl-fill-paragraph): Try to detect a major bug in Emacs
7538                 with `looking-at' inside `narrow' and bulk out if found.
7539         (cperl-imenu--create-perl-index): Updates for new
7540                 `cperl-imenu--function-name-regexp-perl'.
7541         (cperl-outline-level): Likewise.
7542         (cperl-init-faces): Allow multiline subroutine headers
7543                 and my/our declarations, and ones with comments.
7544                 Allow subroutine attributes.
7545         (cperl-imenu-on-info): Better docstring.
7546         (cperl-etags): Rudimentary support for attributes.
7547                 Support for packages and "package;".
7548         (cperl-add-tags-recurse-noxs): Better (?) docstring.
7549         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7550         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7551         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7552         (cperl-perldoc): Add autoload.
7553         (cperl-perldoc-at-point): Likewise.
7554         (cperl-here-doc-spell): New function.
7555         (cperl-pod-spell): Likewise.
7556         (cperl-map-pods-heres): Likewise.
7557         (cperl-get-here-doc-region): Likewise.
7558         (cperl-font-lock-fontify-region-function): Likewise (backward
7559                 compatibility for legacy `font-lock').
7560         (cperl-font-lock-unfontify-region-function): Fix style.
7561         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7562                 calls with no-change.  Governed by `cperl-hook-after-change'.
7563         (cperl-fontify-update): Recognize that syntaxification region
7564                 can be larger than fontification one.
7565                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7566         (cperl-fontify-update-bad): Temporary placeholder until
7567                 it is clear how to implement `cperl-fontify-update'.
7568         (cperl-time-fontification): New function.
7569         (attrib-group): New text attribute.
7570         (multiline): New value: `syntax-type' text attribute.
7572         After 5.2:
7573         (cperl-emulate-lazy-lock): New function.
7574         (cperl-fontify-syntaxically): Would skip large regions.
7575         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7576         Some globals were declared, but uninitialized.
7578         After 5.3, 5.4:
7579         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7580         Copyright message updated.
7581         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7582                         facification down a bit.
7583                 Misprint for my|our|local for old `font-lock'
7584                         "our" was not fontified same as "my|local".
7585                 Highlight variables after "my" etc even in
7586                         a middle of an expression.
7587                 Do not facify multiple variables after my etc
7588                         unless parentheses are present.
7590         After 5.5, 5.6
7591         (cperl-fontify-syntaxically): after-change hook could reset.
7592         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7594         After 5.7:
7595         (cperl-init-faces): Allow highlighting of local ($/).
7596         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7597         (cperl-problems): Remove fixed problems.
7598         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7599                 Recognize charclasses (unless delimiter is \).
7600         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7601         (cperl-regexp-scan): Update docs.
7602         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7604         After 5.8:
7605         Major user visible changes:
7606         Recognition and fontification of character classes in RExen.
7607         Variable indentation of RExen according to groups.
7609         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7610                 Fontify REx charclasses in variable-name face.
7611                 Fontify POSIX charclasses in "type" face.
7612                 Fontify unmatched "]" in function-name face.
7613                 Mark first-char of HERE-doc as `front-sticky'.
7614                 Reset `front-sticky' property when needed.
7615         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7616         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7617         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7618                 constructs.  Support `narrow'ed buffers.
7619         (cperl-praise): Remove a reservation.
7620         (cperl-make-indent): New function.
7621         (cperl-indent-for-comment): Use `cperl-make-indent'.
7622         (cperl-indent-line): Likewise.
7623         (cperl-lineup): Likewise.
7624         (cperl-beautify-regexp-piece): Likewise.
7625         (cperl-contract-level): Likewise.
7626         (cperl-toggle-set-debug-unwind): New function.
7627                 New menu entry for this.
7628         (fill-paragraph-function): Use when `boundp'.
7629         (cperl-calculate-indent): Take into account groups when indenting RExen.
7630         (cperl-to-comment-or-eol): Recognize # which end a string.
7631         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7632         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7633         (cperl-fontify-syntaxically): More clear debugging message.
7634         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7635         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7636         Merge cosmetic changes from XEmacs.
7638         After 5.9:
7639         (cperl-1+): Move to before the first use.
7640         (cperl-1-): Likewise.
7642         After 5.10:
7644         This code may lock Emacs hard!!!  Use at your own risk!
7646         (cperl-font-locking): New internal variable.
7647         (cperl-beginning-of-property): New function.
7648         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7649         instead of `previous-single-property-change'.
7650         (cperl-unwind-to-safe): Likewise.
7651         (cperl-after-expr-p): Likewise.
7652         (cperl-get-here-doc-region): Likewise.
7653         (cperl-font-lock-fontify-region-function): Likewise.
7654         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7655                         recursively.
7656                 Bound `next-single-property-change' via `point-max'.
7657         (cperl-unwind-to-safe): Bound likewise
7658         (cperl-font-lock-fontify-region-function): Likewise.
7659         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7660                 Initialization of `cperl-font-lock-multiline-start' could be
7661                 missed if the "main" fontification did not run due to the
7662                 keyword being already fontified.
7663         (cperl-pod-spell): Return t from do-one-chunk function.
7664         (cperl-map-pods-heres): Stop when the worker returns nil.
7665                 Call `cperl-update-syntaxification'.
7666         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7667         (cperl-get-here-doc-delim): Remove unused function.
7669         After 5.11:
7671         The possible lockup of Emacs (introduced in 5.10) fixed.
7673         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7674         (cperl-syntaxify-for-menu): New customization variable.
7675         (cperl-select-this-pod-or-here-doc): New function.
7676         (cperl-get-here-doc-region): Extra argument.
7677                 Do not adjust pos by 1.
7679         New menu entries
7680                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7681                 (Debugging CPerl:) backtrace on fontification.
7683         After 5.12:
7684         (cperl-cached-syntax-table): Use `car-safe'.
7685         (cperl-forward-re): Remove spurious argument SET-ST.
7686                 Add documentation.
7687         (cperl-forward-group-in-re): New function.
7688         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7689         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7691         After 5.13:
7692         (cperl-string-syntax-table): Make { and } not-grouping
7693           (Sometimes they ARE grouping in RExen, but matching them would only
7694            confuse in many situations when they are not)
7695         (beginning-of-buffer): Replace two occurrences with goto-char...
7696         (cperl-calculate-indent): `char-after' could be nil...
7697         (cperl-find-pods-heres): REx can start after "[" too.
7698                 Hightlight (??{}) in RExen too.
7699         (cperl-maybe-white-and-comment-rex): New constant
7700         (cperl-white-and-comment-rex): Likewise.
7701                 XXXX Not very efficient, but hard to make
7702                 better while keeping 1 group.
7704         After 5.13:
7705         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7706                 Likewise for 1 << identifier.
7708         After 5.14:
7709         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7710                 Error-less condition-case could fail.
7711         (cperl-font-lock-fontify-region-function): Likewise.
7712         (cperl-init-faces): Likewise.
7714         After 5.15:
7715         (cperl-find-pods-heres): Support property REx-part2.
7716         (cperl-calculate-indent): Likewise.
7717                 Don't special-case REx with non-empty 1st line.
7718         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7719                 Invert highlighting of charclasses:
7720                         now the envelop is highlighted.
7721                 Highlight many others 0-length builtins.
7722         (cperl-praise): Mention indenting and highlight in RExen.
7724         After 5.15:
7725         (cperl-find-pods-heres): Highlight capturing parens in REx.
7727         After 5.16:
7728         (cperl-find-pods-heres): Highlight '|' for alternation
7729         Initialize `font-lock-warning-face' if not present.
7730         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7731                          `font-lock-function-name-face'.
7732         (cperl-look-at-leading-count): Likewise.
7733         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7734                         `font-lock-keyword-face' (needed for
7735                         batch processing), etc...
7736                 Use `font-lock-builtin-face' for builtin in REx
7737                         Now `font-lock-variable-name-face'
7738                         is used for interpolated variables
7739                 Use "talking aliases" for faces inside REx
7740                 Highlight parts of REx (except in charclasses)
7741                         according to the syntax and/or semantic
7742                 Syntax-mark a {}-part of (?{}) as "comment"
7743                         (it was the ()-part)
7744                 Better logic to distinguish what is what in REx
7745         (cperl-tips-faces): Document REx highlighting
7746         (cperl-praise): Mention REx syntax highlight etc.
7748         After 5.17:
7749         (cperl-find-sub-attrs): Would not always manage to print error message.
7750         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7752         After 5.18:
7753         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7754                 Very minor optimization.
7755                 `my-cperl-REx-modifiers-face' got quoted.
7756                 Recognize "print $foo <<END" as HERE-doc.
7757                 Put `REx-interpolated' text attribute if needed.
7758         (cperl-invert-if-unless-modifiers): New function.
7759         (cperl-backward-to-start-of-expr): Likewise.
7760         (cperl-forward-to-end-of-expr): Likewise.
7761         (cperl-invert-if-unless): Works in "the opposite way" too.
7762                 Cursor position on return is on the switch-word.
7763                 Indents comments better.
7764         (REx-interpolated): New text attribute.
7765         (cperl-next-interpolated-REx): New function.
7766         (cperl-next-interpolated-REx-0): Likewise.
7767         (cperl-next-interpolated-REx-1): Likewise.
7768         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7769         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7770         (cperl-praise): Mention finded interpolated RExen.
7772         After 5.19:
7773         (cperl-init-faces): Highlight %$foo, @$foo too.
7774         (cperl-short-docs): Better docs for system, exec.
7775         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7776                 Would not find HERE-doc ended by EOF without NL.
7777         (cperl-short-docs): Correct not-doubled \-escapes.
7778         start block: Put some `defvar' for stuff gone from XEmacs.
7780         After 5.20:
7781         initial comment: Extend copyright, fix email address.
7782         (cperl-indent-comment-at-column-0): New customization variable.
7783         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7784         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7785         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7786         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7787         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7788                         highlight $ in $foo too (UNTESTED).
7789         (cperl-set-style): Docstring missed some available styles.
7790         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7791                 Change "Current" to "Memorize Current".
7792         (cperl-indent-wrt-brace): New customization variable; the default is
7793                 as for pre-5.2 version.
7794         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7795         (cperl-style-alist): Likewise.
7796         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7797                 and `cperl-extra-newline-before-brace' etc
7798                 being t
7799         (cperl-indent-exp): Plans B and C to find continuation blocks even
7800                 if `cperl-extra-newline-before-brace' is t.
7802         After 5.21:
7803         Improve some docstrings concerning indentation.
7804         (cperl-indent-rules-alist): New variable.
7805         (cperl-sniff-for-indent): New function name
7806                 (separated from `cperl-calculate-indent').
7807         (cperl-calculate-indent): Separate the sniffer and the indenter;
7808                 uses `cperl-sniff-for-indent' now.
7809         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7810                 was inverted;
7811                 Support `comment-column' = 0.
7813 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7815         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7816         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7817         * longlines.el (longlines-window-change-function): Likewise.
7818         * simple.el (undo-ask-before-discard): Likewise.
7819         * wid-edit.el (widget-field-prompt-internal)
7820         (widget-documentation-link-p): Likewise.
7822 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7824         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7825         for a keyword.
7827 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7829         * newcomment.el (comment-valid-prefix-p): Make the check
7830         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7831         (comment-indent-new-line): Adjust call.
7833 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7835         * allout.el (allout-back-to-current-heading): Base on lower-level
7836         routines to get proper disqualification of aberrant topics.
7838 2006-10-09  Richard Stallman  <rms@gnu.org>
7840         * textmodes/two-column.el (2C-two-columns): Doc fix.
7842 2006-10-09  Kim F. Storm  <storm@cua.dk>
7844         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7845         about implicit use.
7847 2006-10-08  Richard Stallman  <rms@gnu.org>
7849         * textmodes/two-column.el (2C-two-columns): Doc fix.
7851 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7853         * files.el: Mark `buffer-read-only' as safe-local-variable.
7855 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7857         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7858         Burp if GUD buffer has been killed.
7860 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7862         * completion.el (add-completions-from-c-buffer):
7863         Don't presume an error's second element is a string.
7864         Use looking-at rather than buffer-substring + member.
7866 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7868         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7869         `undecided', call find-coding-systems-region to find a proper
7870         non-trivial encoding.
7871         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7872         and "text/plain".
7874 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7876         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7877         url-link.
7879         * strokes.el (defgroup strokes): Remove invalid url-link.
7881 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7883         * autoinsert.el (auto-insert-alist): Doc fix.
7885 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7887         * mouse-sel.el (mouse-insert-selection-internal):
7888         Use insert-for-yank, so that yank handlers are run.
7890 2006-10-07  Kim F. Storm  <storm@cua.dk>
7892         * ido.el (ido-file-extension-aux): Fix comparison.
7894 2006-10-06  Kim F. Storm  <storm@cua.dk>
7896         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7898 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7900         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7901         (ad-make-mapped-call): Use `let', not `let*'.
7903 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7905         * international/mule-cmds.el (coding-system-change-eol-conversion):
7906         Ensure the coding system is initialized before calling
7907         coding-system-eol-type.
7909 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7911         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7912         (org-activate-angle-links, org-activate-dates)
7913         (org-activate-target-links, org-activate-camels)
7914         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7915         textproperty keymaps from being active beyond the end of a line.
7916         (org-unfontify-region): Also remove `rear-nonsticky' property.
7918 2006-10-04  Kenichi Handa  <handa@m17n.org>
7920         * international/code-pages.el (next): Table fixed.
7922 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7925         that it's been made unnecessary by removing narrowing.
7927 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7930         control flow a bit, simplify another bit, and add comments.
7932 2006-10-03  David Kastrup  <dak@gnu.org>
7934         * help.el (describe-mode): For clicks on mode-line, use "@"
7935         interactive argument to get the major mode of the click instead of
7936         the current buffer.
7938         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7939         in order to better redirect mouse-2 clicks.  Also allow default
7940         bindings to apply.
7942 2006-10-03  Kim F. Storm  <storm@cua.dk>
7944         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7945         (pushnew): Fix last change.
7947 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7949         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7950         Use the interactive spec of `eval-expression'.
7952 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7954         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7956 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7958         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7959         2006-09-28 commit.
7961 2006-10-02  Kenichi Handa  <handa@m17n.org>
7963         * international/code-pages.el (iso-8859-6): Table fixed.
7965 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7967         * dired.el (dired-build-subdir-alist): Fix previous change.
7969 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7971         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7973 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7976         "define-button-type".
7978         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7979         they don't keep accumulating.
7981 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7983         * ffap.el (ffap-rfc-path): Change the address of the RFC
7984         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7986 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7988         * allout.el (allout-expose-topic): Rectify implementation of "+"
7989         spec, so that bodies are not exposed with headlines.
7991 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7993         * allout.el (allout-current-depth): Do aberrent check only at or
7994         below doublecheck depth.
7995         (allout-chart-subtree): Make it explicit that LEVELS being nil
7996         means unlimited depth.  Drop undocumented support for LEVELS value
7997         t meaning unlimited depth.  (This is consistent with
7998         allout-chart-to-reveal, but contrary to allout-show-children,
7999         which needs to use nil to default to depth of 1.)
8000         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8001         (allout-chart-to-reveal): Be explicit in docstring about meaning
8002         of nil LEVELS, and drop support for LEVELS value t.
8003         (allout-show-children): Translate the level spec used by this
8004         routine to that used by allout-chart-subtree and
8005         allout-chart-to-reveal.
8006         (allout-show-to-offshoot): Retry once when stuck, after opening
8007         subtree - improvements in discontinuity handling likely will
8008         enable progress.
8010 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8012         * wid-edit.el (widget-button-click-moves-point): New variable.
8013         (widget-button-click): If widget-button-click-moves-point is
8014         non-nil, set point after performing the button action.
8016         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8018 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8020         * files.el (find-file-existing): Modify to not allow wildcards.
8022 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8024         * simple.el (undo-more): When undo information for the region is
8025         exhausted, say "No further undo information FOR REGION".
8027 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8029         * progmodes/sh-script.el (sh-prev-thing):
8030         Take `sh-leading-keywords' into account.
8032 2006-09-29  Glenn Morris  <rgm@gnu.org>
8034         * custom.el (defcustom): Doc fix.
8036         * calendar/calendar.el (european-calendar-style):
8037         Call european-calendar or american-calendar as needed when set.
8038         (diary-view-entries, list-calendar-holidays): Move autoloads
8039         before use.
8041 2006-09-29  Juri Linkov  <juri@jurta.org>
8043         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8044         to nil if there is no previous property change.
8046 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8048         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8049         saving anything to be sure that `forward-sexp' behaves correctly.
8051 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8053         * simple.el (line-move-finish): Ignore field boundaries if the
8054         initial and final points have the same `field' property.
8056 2006-09-29  Kim F. Storm  <storm@cua.dk>
8058         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8059         to t while calling ido-read-internal.
8061 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8063         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8064         (org-archive-subtree): Remove erraneous `]' from character list.
8066 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8068         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8069         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8070         markers for data-area and parameters-area.
8072 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8076         * font-lock.el (font-lock-after-change-function): Refontify next line
8077         as well if end is at BOL.
8078         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8079         only extend the region as much as needed.
8081 2006-09-28  Richard Stallman  <rms@gnu.org>
8083         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8085         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8087         * international/mule.el (after-insert-file-set-coding):
8088         If VISIT, don't let set-buffer-multibyte make undo info.
8090 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8092         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8093         lines in base64-encoded authentication response.
8095 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8097         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8098         (ebnf-version): New version 4.3.
8099         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8100         (ebnf-prologue): Adjust PostScript programming.
8101         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8102         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8104 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8106         * jit-lock.el (jit-lock-force-redisplay): Rename from
8107         jit-lock-fontify-again, and undo the mistaken change I've just done.
8109         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8110         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8112 2006-09-26  Kenichi Handa  <handa@m17n.org>
8114         * startup.el (display-splash-screen): Allow a prefix argument.
8116 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8118         * subr.el (shell-quote-argument): Use DOS logic for Windows
8119         shells with DOS semantics.
8121 2006-09-24  Richard Stallman  <rms@gnu.org>
8123         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8124         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8125         to delete the overlay.  Put it on pre-command-hook.
8127         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8129         * startup.el (fancy-splash-screens, normal-splash-screen):
8130         Call the splash buffer *About GNU Emacs*.
8132         * simple.el (next-error-highlight, next-error-highlight-no-select):
8133         Default to 0.5.
8134         (yank-excluded-properties): Add `fontified'.
8136         * font-lock.el (font-lock-compile-keywords): Allow value of
8137         syntax-begin-function to enable paren-column-0 highlighting.
8139 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8141         * dired.el (dired-build-subdir-alist): When file ends in colon,
8142         don't exit the loop, just disregard that file.
8144 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8146         * simple.el (line-move-finish): Handle corner case for fields in
8147         continued lines.
8148         (line-move-1): Remove flawed test for that case.
8150 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8152         * icomplete.el (icomplete-simple-completing-p): Use the correct
8153         name for the new variable, `icomplete-with-completion-tables'.
8154         (file local variables): Remove superfluous setting.
8156 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8158         * calendar/appt.el (appt-check): Fix typo for appointments just
8159         after midnight.
8161 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8163         * help.el (describe-key-briefly, describe-key): Don't expect an
8164         extra up event if a down-event is generated by a popup menu.
8166 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8168         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8169         local dictionary when changing the global dictionary.
8171 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8173         * icomplete.el (icomplete-with-completion-tables): List of
8174         specialized completion tables with which icomplete should
8175         operate.  Include the new `internal-complete-buffer', so icomplete
8176         works with interactive buffer-selection.
8177         (icomplete-simple-completing-p): Add acceptance of specialized
8178         completion tables listed in icomplete-with-completion-tables.
8180 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8182         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8184         * startup.el (command-line): Use `custom-reevaluate-setting' for
8185         `focus-follows-mouse'.
8187 2006-09-22  Richard Stallman  <rms@gnu.org>
8189         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8190         explain why Save is not available.
8192 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8194         * woman.el (woman0-so): Use `let*', not `let'.
8195         (woman-horizontal-line): Remove unbalanced parenthesis.
8197 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * woman.el: Make sure all the end-of-region markers we use have
8200         a non-nil insertion-type.
8201         (woman0-so): Move things around so we can use copy-marker.
8202         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8203         Adjust marker type.
8204         (woman2-process-escapes): Check marker type.
8205         (woman-horizontal-line): Dispense with the use of a marker.
8207 2006-09-22  Jay Belanger  <belanger@truman.edu>
8209         * calc/calc-lang.el: Add Greek letters to math-variable-table
8210         property of tex.
8212 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8214         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8216 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8218         * add-log.el (add-log-current-defun): Use `forward-sexp'
8219         instead of `forward-word' to pick c++::symbol.
8220         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8222 2006-09-22  Kenichi Handa  <handa@m17n.org>
8224         * bindings.el: Fix setting self-insert-command for multibyte
8225         characters in global-map.
8227 2006-09-21  David Kastrup  <dak@gnu.org>
8229         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8230         doc string.
8232 2006-09-21  Kenichi Handa  <handa@m17n.org>
8234         * language/european.el ("Latin-1"): Add windows-1252 to
8235         coding-priority.
8236         ("German"): Likewise.
8238 2006-09-21  Kim F. Storm  <storm@cua.dk>
8240         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8241         Suggested by Miles Bader.
8243         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8244         instead of add-to-list in the simple case.
8246 2006-09-20  Kenichi Handa  <handa@m17n.org>
8248         * isearch.el (isearch-process-search-char): Cancel the previous change.
8249         (isearch-search-string): New function.
8250         (isearch-search): Use isearch-search-string.
8251         (isearch-lazy-highlight-search): Likewise.
8253 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8255         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8256         string to become an option.
8258 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8262 2006-09-20  Kim F. Storm  <storm@cua.dk>
8264         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8265         position t instead of trying both window-end and window-end - 1.
8267 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8269         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8270         hidden trees.
8272 2006-09-20  David Kastrup  <dak@gnu.org>
8274         * mouse.el (mouse-posn-property): Improve doc string.
8275         (mouse-on-link-p): Change buffers for function calls on links.
8277         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8278         buffer is read-only.
8280 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8282         * allout.el (allout-unprotected): Let inhibit-read-only only when
8283         buffer-read-only isn't set.
8284         (allout-annotate-hidden): Enable topic annotation during copies even
8285         when the buffer is read-only, eg for topic copies.  Ensure that the loop
8286         advances, even when the span extends beyond the deletion region.
8287         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8288         rather than allout-exposure-changed-hook, as a stronger assertion.
8289         (allout-keybindings-list): Add bindings for
8290         allout-copy-line-as-kill and allout-copy-topic-as-kill.
8291         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8292         Copy wrappers for allout-kill-line and allout-kill-topic.
8293         (allout-listify-exposed): Position correctly to accumulate lines.
8295 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
8297         * simple.el (line-move-1): Escape field boundaries occurring
8298         exactly at point.  Update goal column if constrained to a field.
8299         (line-move-finish): Escape field boundaries occurring exactly at point.
8301 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * mouse.el (mouse-on-link-p): Tentatively fix last change.
8304         (mouse-drag-vertical-line): Remove unused var `wconfig'.
8306 2006-09-19  Kim F. Storm  <storm@cua.dk>
8308         * help.el (describe-key-briefly, describe-key): Simplify printing
8309         of descriptions by using format and %S.  Fix "is undefined"
8310         messages to say "at that spot" for mouse events.
8312         * simple.el (line-move-partial): Optimize.  Try window-line-height
8313         before posn-at-point to get vpos of current line.
8315 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8317         * viper.el: Bump up version/date of update to reflect the substantial
8318         changes done in August 2006.
8320         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8321         are defined.
8323         * ediff-util.el (ediff-add-to-history): New function.
8325         * ediff.el: Use ediff-add-to-history instead of add-to-history.
8327 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8329         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8330         Delete duplicate make-local-variable form.
8331         (conf-space-keywords): Add autoload cookie.
8332         Fix typo (`keywords', not `keyword').
8334 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8336         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8337         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
8338         to x-gtk-use-old-file-dialog.
8340 2006-09-18  Richard Stallman  <rms@gnu.org>
8342         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8343         that might come in during mouse tracking.
8345 2006-09-18  Kim F. Storm  <storm@cua.dk>
8347         * simple.el (line-move-partial): Rework 2006-09-15 change to use
8348         new window-line-height function.  Further optimize by not calling
8349         pos-visible-in-window-p for window-end when window-line-height
8350         returns useful information.
8352 2006-09-16  Richard Stallman  <rms@gnu.org>
8354         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8355         (conf-space-mode): Don't handle prefix arg.
8356         Delete conf-space-keywords-override code.
8357         Use add-hook.
8358         (conf-space-keywords): New command.
8359         (conf-space-mode-internal): Be careful with imenu-generic-expression.
8360         Delete conf-space-keywords-override code.
8361         (conf-space-keywords-alist): Doc fix.
8362         (conf-space-font-lock-keywords): Doc fix.
8363         (conf-space-keywords-override): Var deleted.
8365 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8367         * startup.el (fancy-splash-screens): Don't switch to the scratch
8368         buffer; it may not be the next buffer.
8370 2006-09-16  Romain Francoise  <romain@orebokech.com>
8372         * saveplace.el (load-save-place-alist-from-file): Use expanded name
8373         in both messages.
8375 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
8377         * progmodes/python.el (python-preoutput-filter):
8378         Fix arg order to string-match.
8380 2006-09-16  Richard Stallman  <rms@gnu.org>
8382         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8383         font-lock-compile-keywords.
8385         * font-lock.el (font-lock-compile-keywords): Rename optional arg
8386         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
8388 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8390         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8392         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8393         and the data doesn't look like UTF8, send STRING instead.
8395 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8397         * textmodes/flyspell.el (flyspell-check-region-doublons):
8398         New function to detect duplicated words.
8399         (flyspell-large-region): Use it.
8401 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8403         * simple.el (line-move-to-column): Revert 2006-08-03 change.
8405 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8407         * help.el (describe-prefix-bindings): Use let, not let*.
8409 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
8411         * allout.el (allout-regexp, allout-line-boundary-regexp)
8412         (allout-bob-regexp): Correct grouping and boundaries to fix
8413         backwards traversal.
8414         (allout-depth-specific-regexp, allout-depth-one-regexp):
8415         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8416         worse time in allout-ascend.
8417         (allout-doublecheck-at-and-shallower): Identify depth threshold
8418         below which topics are checked for and disqualified by containment
8419         discontinuities.
8420         (allout-hotspot-key-handler): Correctly handle multiple-key
8421         strokes.  Remove some unused variables.
8422         (allout-mode-leaders): Clarify that mode-specific comment-start
8423         will be used.
8424         (set-allout-regexp): Correctly regexp-quote allout regexps to
8425         properly accept alternative header-leads and primary bullets with
8426         regexp-specific characters (eg, C "/*", mathematica "(*").
8427         Include new regular expressions among those configured.
8428         (allout-infer-header-lead-and-primary-bullet):
8429         Rename allout-infer-header-lead.
8430         (allout-recent-depth): Manifest as a variable as well as a function.
8431         (allout-prefix-data): Simplify into an inline instead of a macro,
8432         assuming current match data rather than being explicitly passed
8433         it.  Establish allout-recent-depth value as well as
8434         allout-recent-prefix-beginning and allout-recent-prefix-end.
8435         (allout-aberrant-container-p): True when an item's immediate
8436         offspring discontinuously contained.  Useful for disqualifying
8437         unintended topic prefixes, likely at low depths.
8438         (allout-goto-prefix-doublechecked): Elaborate version of
8439         allout-goto-prefix which disqualifies aberrant pseudo-items.
8440         (allout-pre-next-prefix): Layer on top of lower-level routines, to
8441         get disqualification of aberrant containers.
8442         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8443         containers.
8444         (allout-beginning-of-current-entry): Position at start of buffer
8445         when in container (depth 0) entry.
8446         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8447         (allout-current-bullet): Strip text properties.
8448         (allout-get-prefix-bullet): Use right match groups.
8449         (allout-beginning-of-line, allout-next-heading):
8450         Disqualify aberrant containers.
8451         (allout-previous-heading): Disqualify aberrant containers, and
8452         change to regular (rather than inline) function, to allow
8453         self-recursion.
8454         (allout-get-invisibility-overlay): Increment so progress is made
8455         when the first overlay is not the sought one.
8456         (allout-end-of-prefix): Disqualify aberrant containers.
8457         (allout-end-of-line): Cycle something like allout-beginning-of-line.
8458         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8459         outline.el outlines) functional again.  Change the primary bullet
8460         along with the header-lead - level 1 new-style bullets now work.
8461         Engage allout-before-change-handler in mainline Emacs, not just
8462         XEmacs, to do undo handling.
8463         (allout-before-change-handler): Expose undo changes occurring in
8464         hidden regions.  Use allout-get-invisibility-overlay instead of
8465         reimplementing it inline.
8466         (allout-chart-subtree): Use start rather than end of prefix in
8467         charts.  Use allout-recent-depth variable.
8468         (allout-chart-siblings): Disqualify aberrant topics.
8469         (allout-beginning-of-current-entry): Position correctly.
8470         (allout-ascend): Use new allout-depth-specific-regexp and
8471         allout-depth-one-regexp for linear instead of O(N^2) or worse
8472         behavior.
8473         (allout-ascend-to-depth): Depend on allout-ascend, rather than
8474         reimplementing an algorithm.
8475         (allout-up-current-level): Depend on allout-ascend, rather than
8476         reimplementing an algorithm.  Return to start-point if we fail.
8477         (allout-descend-to-depth): Use allout-recent-depth variable
8478         instead of function.
8479         (allout-next-sibling): On traversal of numerous intervening
8480         topics, resort to economical allout-next-sibling-leap.
8481         (allout-next-sibling-leap): Specialized version of
8482         allout-next-sibling that uses allout-ascend cleverly, to depend on
8483         a regexp search to leap large numbers of contained topics, rather
8484         than arbitrarily many one-by-one traversals.
8485         (allout-next-visible-heading): Disqualify aberrant topics.
8486         (allout-previous-visible-heading): Position consistently when
8487         interactive.
8488         (allout-forward-current-level): Base on allout-previous-sibling
8489         rather than (differently) reimplmenting the algorithm.  Remove some
8490         unused variables.
8491         (allout-solicit-alternate-bullet): Present default choice stripped
8492         of text properties.
8493         (allout-rebullet-heading): Use bullet stripped of text properties.
8494         Register changes using allout-exposure-change-hook.
8495         Disregard aberrant topics.
8496         (allout-shift-in): With universal-argument, make topic a peer of
8497         it's former offspring.  Simplify the code by separating out
8498         allout-shift-out functionality.
8499         (allout-shift-out): With universal-argument, make offspring peers
8500         of their former container, and its siblings.  Implement the
8501         functionality here, rather than inappropriately muddling the
8502         implementation of allout-shift-in.
8503         (allout-rebullet-topic): Respect additional argument for new
8504         parent-child separation function.
8505         (allout-yank-processing): Use allout-ascend directly.
8506         (allout-show-entry): Disqualify aberrant topics.
8507         (allout-show-children): Handle discontinuous children gracefully,
8508         extending the depth being revealed to expose them and posting a
8509         message indicating the situation.
8510         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8511         Leave cursor in correct position.
8512         (allout-hide-current-subtree): Use allout-ascend directly.
8513         Disqualify aberrant topics.
8514         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8515         a way that the yanks can restore it, as used to happen.
8516         (allout-yank-processing): Restore exposure layout as recorded by
8517         allout-kill-*, as used to happen.
8518         (allout-annotate-hidden, allout-hide-by-annotation): New routines
8519         for preseving and restoring exposure layout across kills.
8520         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8521         (allout-encrypt-string): Strip text properties.
8522         Rearranged order and outline-headings for some of the
8523         miscellaneous functions.
8524         (allout-resolve-xref): No need to quote the error name in the
8525         condition-case handler section.
8526         (allout-flatten): Classic recursive (and recursively intensive,
8527         without tail-recursion) list-flattener, needed by allout-shift-out
8528         when confronted with discontinuous children.
8530 2006-09-16  Jason Rumney  <jasonr@gnu.org>
8532         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8533         on ms-windows.
8534         (dnd-open-unc-file): Remove.
8535         (dnd-open-local-file): Mention in doc string that it also handles
8536         remote files if the system natively supports unc file-names.
8538 2006-09-15  Kim F. Storm  <storm@cua.dk>
8540         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8541         all necessary information about the event before erasing *Help*.
8543         * simple.el (line-move-partial): Use window-line-visiblity to
8544         quickly check whether last line is partially visible, and only do
8545         the hard (and slow) part in that case.
8547 2006-09-15  Jay Belanger  <belanger@truman.edu>
8549         * COPYING: Replace "Library Public License" by "Lesser Public
8550         License" throughout.
8552 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8554         * term/x-win.el (x-menu-bar-open): New function for F10.
8556 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
8558         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8559         Disallow filenames containing " -" to avoid confusion with libtool
8560         compilation messages.  Suggested by Stefan Monnier.
8562 2006-09-15  David Kastrup  <dak@gnu.org>
8564         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8565         instead of buffer position for `mouse-on-link-p'.
8567         * mouse.el (mouse-posn-property): New function looking up the
8568         properties at a click position in overlays and text properties in
8569         either buffer or strings.
8570         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8571         of both `follow-link' as well as `mouse-face' properties.
8572         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8573         buffer position.
8575         * help.el (describe-key-briefly): When reading a down-event on
8576         mode lines or scroll bar, swallow the following up event, too.
8577         Use the new mouse sensitity of `key-binding' for lookup.
8578         (describe-key): The same here.
8580 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8582         * play/life.el (life-patterns): Add a few more interesting patterns.
8583         (life-setup): Force `show-trailing-whitespace' to nil.
8585 2006-09-14  Richard Stallman  <rms@gnu.org>
8587         * startup.el (fancy-splash-text): Change text to improve alignment.
8588         (fancy-splash-screens): Don't set non-standard tab width.
8589         Bind cursor-type temporarily, and make it easy to patch to
8590         preserve the splash buffer.
8591         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8592         (fancy-splash-screens): Display echo-area message explicitly.
8593         Don't set fancy-splash-help-echo.
8595         * simple.el (line-number-mode): Group mode-line instead of
8596         editing-basics.
8597         (column-number-mode, size-indication-mode): Likewise.
8599         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8601         * time.el (display-time): Group mode-line instead of modeline.
8603         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8605 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8607         * startup.el (fancy-splash-text): Move editing instructions to
8608         fancy-splash-head.
8609         (fancy-splash-head): Issue editing instructions.
8610         (fancy-splash-screens): Fixup whitespace.
8612 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8614         * bindings.el (mode-line-buffer-identification-keymap):
8615         Remove duplicate line.
8617 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8619         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8620         ignore lists.
8622 2006-09-14  Kim F. Storm  <storm@cua.dk>
8624         * jit-lock.el (jit-lock-fontify-again): New function.
8625         (jit-lock-fontify-now): Use it instead of lambda form.
8627 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8629         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8630         (flyspell-auto-correct-word): Make ispell-filter local to these
8631         functions.  Check that ispell-filter has new stuff before calling
8632         ispell-parse-output.
8634 2006-09-13  Kim F. Storm  <storm@cua.dk>
8636         * simple.el (line-move-partial): Optimize.
8638 2006-09-13  Richard Stallman  <rms@gnu.org>
8640         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8641         Delete spurious backquote.
8643 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8645         * net/rcirc.el (rcirc-print): Fix last change.
8647 2006-09-12  Jay Belanger  <belanger@truman.edu>
8649         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8651 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8653         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8654         rcirc-show-maximum-output.
8655         (rcirc-mode): Remove window-scroll-function hook.
8656         (rcirc-scroll-to-bottom): Remove function.
8657         (rcirc-print): Recenter so point stays at the bottom of the window
8658         if point was already there.
8660 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8662         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8663         not to "t".
8664         * progmodes/compile.el (compilation-start): Likewise.
8665         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8666         Don't use expand-file-name on invocation-directory, since this
8667         might mishandle special characters in invocation-directory.
8669 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * pcvs-defs.el: Remove * in defcustom's docstrings.
8673 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8675         * progmodes/compile.el (compilation-directory-properties):
8676         Doc fix for help-echo.
8678 2006-09-12  Lars Hansen  <larsh@soem.dk>
8680         * desktop.el (desktop-read): Add comment.
8682 2006-09-12  Kim F. Storm  <storm@cua.dk>
8684         * simple.el (next-error-highlight, next-error-highlight-no-select):
8685         Fix spelling error.
8687         * subr.el (sit-for): Rework to use input-pending-p and cond.
8688         Return nil input is pending on entry also for SECONDS <= 0.
8689         (while-no-input): Use input-pending-p instead of sit-for.
8691 2006-09-11  Richard Stallman  <rms@gnu.org>
8693         * simple.el (next-error-highlight, next-error-highlight-no-select):
8694         Fix custom type and doc strings.
8696 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8698         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8699         (diff-apply-hunk): Use it to ask for confirmation.
8701 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8703         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8705 2006-09-11  David Kastrup  <dak@gnu.org>
8707         * help.el (string-key-binding, describe-key-briefly)
8708         (describe-key): Remove `string-key-binding' and its callers since
8709         `key-binding' already caters for the proper lookup now.
8711 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8714         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8716         * bindings.el (mode-line-buffer-identification-keymap):
8717         Move initialization into declaration.
8719 2006-09-10  Kim F. Storm  <storm@cua.dk>
8721         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8722         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8723         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8724         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8726 2006-09-10  Richard Stallman  <rms@gnu.org>
8728         * dired-aux.el: Handle errors in recursive copy usefully.
8729         (dired-create-files-failures): New variable.
8730         (dired-copy-file): Remove condition-case.
8731         (dired-copy-file-recursive): Check for errors on all file
8732         operations, and add them to dired-create-files-failures.
8733         Check file file-date-erorr here too.
8734         (dired-create-files): Check dired-create-files-failures
8735         and report those errors too.
8737         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8739         * subr.el (add-to-list): New argument COMPARE-FN.
8741 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8743         * filecache.el (file-cache-add-directory)
8744         (file-cache-add-directory-list, file-cache-add-file)
8745         (file-cache-add-directory-using-find)
8746         (file-cache-add-directory-using-locate)
8747         (file-cache-add-directory-recursively): Add autoloads.
8749 2006-09-09  Richard Stallman  <rms@gnu.org>
8751         * textmodes/conf-mode.el (conf-space-mode):
8752         Use hack-local-variables-hook instead of calling hack-local-variables.
8753         (conf-space-keywords-override): New variable.
8754         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8755         (conf-space-mode): Always make conf-space-keywords and
8756         conf-space-keywords-override local.
8757         Call conf-space-mode-internal directly as well as via hook.
8759 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8761         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8762         quasi-keywords.
8764 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8766         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8767         (python-send-string): Be slightly more careful about adding \n.
8769         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8770         kill it right away anyway.
8772 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8774         * international/codepage.el (cp850-decode-table): Fix a few codes.
8775         (cp858-decode-table): New variable.
8777 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8779         * net/ldap.el (ldap-search-internal): Doc fix.
8781 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8783         * play/life.el (life-display-generation): Test for input manually if
8784         `sleeptime' is negative or null.
8786         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8787         (print-region-1): Substitute `%s' with the page title.
8789 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8791         * locate.el (locate-current-search): New variable.
8792         (locate): Set buffer local value.  Use current buffer if it is
8793         in Locate mode.
8794         (locate-mode): Disable undo here.
8795         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8796         (locate-update): Use locate-current-search and locate-current-filter.
8798 2006-09-08  David Kastrup  <dak@gnu.org>
8800         * desktop.el (desktop-read): When loading a desktop, disable
8801         saving it while the load progresses, and switch off a pending lazy
8802         load by calling `desktop-lazy-abort'.
8804 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8806         * window.el (mouse-autoselect-window-timer)
8807         (mouse-autoselect-window-position)
8808         (mouse-autoselect-window-window)
8809         (mouse-autoselect-window-now): New vars.
8810         (mouse-autoselect-window-cancel)
8811         (mouse-autoselect-window-select)
8812         (mouse-autoselect-window-start): New functions.
8813         (handle-select-window): Call `mouse-autoselect-window-start' when
8814         delayed window autoselection is enabled.
8816         * cus-start.el (mouse-autoselect-window): Handle delayed window
8817         autoselection.
8819         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8820         commands after which it is allowed to print in the echo area.
8822 2006-09-08  Richard Stallman  <rms@gnu.org>
8824         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8826         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8827         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8829         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8830         (cancel-timer-internal): Add doc string.
8831         (cancel-function-timers): Doc fix.
8832         (with-timeout-handler, timer-event-last*): Add doc strings.
8834         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8836         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8838         * dired.el (dired-log-summary): Add doc string.
8840         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8841         (custom-group-menu-create): Not here.
8843 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8845         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8847 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8849         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8850         (mac-apple-event-map): Define its handler.
8852 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8854         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8856 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8858         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8859         clause.
8861 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8863         * info.el (Info-index): Bind completion-ignore-case.
8865 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8867         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8868         previous commit.
8869         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8870         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8871         burp in dedicated windows.
8872         (inferior-prolog-self-insert-command): New command.
8873         (inferior-prolog-mode-map): Use it.
8875 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8877         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8879         * international/code-pages.el: Add cp858.
8881 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8883         * dnd.el: Fix bootstrapping.
8885 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8887         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8888         (dnd-open-remote-url): New function.
8889         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8890         not windows-nt.
8892 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8894         * dnd.el (dnd-open-remote-file-function): New variable.
8895         (dnd-open-unc-file): New function.
8896         (dnd-open-file): Call dnd-open-remote-file-function if set.
8898 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8900         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8901         pgg-passphrase-coding-system rather than locale-coding-system.
8902         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8904 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * progmodes/prolog.el: Remove * in docstrings.
8907         (prolog-program-name): Add SWI prolog.
8908         (prolog-mode-menu): New menu.
8909         (prolog-mode): Set comment-add.
8910         (prolog-indent-line): Simplify.  Use indent-line-to.
8911         (inferior-prolog-buffer): New var.
8912         (inferior-prolog-run, inferior-prolog-process): New funs.
8913         (run-prolog, switch-to-prolog): Rewrite, using them.
8914         (prolog-consult-region): Use inferior-prolog-buffer.
8915         (inferior-prolog-load-file): New function.
8916         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8918         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8919         last word, if it's not the end of the paragraph.
8921         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8922         file name.
8924 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8926         * frame.el (display-mm-dimensions-alist): New defcustom.
8927         (display-mm-height, display-mm-width): Use it.
8929 2006-09-06  Simon Josefsson  <jas@extundo.com>
8931         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8933 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8935         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8936         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8937         string values.
8939 2006-09-06  Kim F. Storm  <storm@cua.dk>
8941         * simple.el (line-move-partial): New function to do vscrolling for
8942         partially visible images / tall lines.  Rewrite based on code
8943         previously in line-move.  Simplify backwards vscrolling.
8944         (line-move): Use it.  Simplify.
8946 2006-09-05  Kim F. Storm  <storm@cua.dk>
8948         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8950 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8952         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8953         Process the `gcc-include' after the `gnu' rule.
8955 2006-09-05  Kim F. Storm  <storm@cua.dk>
8957         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8959 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8961         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8962         compatibility.
8964         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8965         inhibit-redisplay; encode passphrase with locale-coding-system.
8967 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8969         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8971 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8973         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8974         (gdb-var-list-children-regexp): Make type field optional.
8976         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8977         e.g public, protected in C++.
8979 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8981         * simple.el (completion-show-help): New defcustom.
8982         (completion-setup-function): Heed it.
8984 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8986         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8988 2006-09-04  Richard Stallman  <rms@gnu.org>
8990         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8991         (rsf-min-region-to-spam-list): Doc fix.
8992         (rsf-add-content-type-field): Doc fix.
8994         * simple.el (kill-region): Explicitly test there is a region.
8996 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8998         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8999         sendmail in several common directories.
9001         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9003         * paths.el (sendmail-program): Removed.
9005 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9007         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9008         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9009         http://article.gmane.org/gmane.emacs.gnus.general/50457
9011 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9013         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9014         mark after running the menu filter.
9016 2006-09-03  Juri Linkov  <juri@jurta.org>
9018         * international/quail.el (quail-defrule-internal): Add a check
9019         if a key is a vector.
9021 2006-09-02  Juri Linkov  <juri@jurta.org>
9023         * man.el (Man-topic-history): New variable.
9024         (man): Use it.
9026         * woman.el (woman-topic-history): Change defvar to defvaralias
9027         for symbol `Man-topic-history'.
9029         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9030         `comint-last-output-start' is a marker by using `markerp' and
9031         check if it has a position by using `marker-position', and use
9032         this position for `goto-char'.
9034         * international/quail.el (quail-defrule-internal): Add missing
9035         `error' call for null key.
9037 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9039         * rcirc.el (rcirc-keywords): New variable.
9040         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9041         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9042         variables.
9043         (rcirc-responses-no-activity): New function.
9044         (rcirc-handler-generic): Check for responses in above.
9045         (rcirc-process-command): Add ?: character to arguments of raw
9046         server commands.
9047         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9048         `rcirc-dim-nicks'.
9049         (rcirc-gray-toggle): Remove unused variable.
9050         (rcirc-print): Remove some tracking logic, which is moved into
9051         markup functions.
9052         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9053         types.
9054         (rcirc-activity-string): Look for 'keyword in activity-types.
9055         (rcirc-window-configuration-change): Don't erase overlay-arrow
9056         unnecessarily.
9057         (rcirc-add-or-remove): New function.
9058         (rcirc-cmd-ignore): Use it.
9059         (rcirc-message-leader): Remove unused function.
9060         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9061         (rcirc-add-face): New function.
9062         (rcirc-facify): Use rcirc-add-face.
9063         (rcirc-url-regexp): Add parens.
9064         (rcirc-map-regexp): Remove function.
9065         (rcirc-mangle-regexp): Remove function.
9066         (rcirc-markup-text-functions): New variable.
9067         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9068         (rcirc-markup-body-text, rcirc-markup-attributes)
9069         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9070         (rcirc-markup-bright-nicks): New markup handler functions.
9071         (rcirc-nick-in-message-full-line): New face.
9072         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9073         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9075 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9077         * cus-start.el (hscroll-margin, hscroll-step)
9078         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9079         (x-use-underline-position-properties): Change version to "22.1"
9080         since they will appear there for the first time.
9082 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9084         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9086 2006-08-31  Richard Stallman  <rms@gnu.org>
9088         * cus-edit.el (custom-save-variables): Slight cleanup.
9089         (Custom-no-edit): Renamed from custom-no-edit.
9090         (Custom-newline): Renamed from custom-newline.
9091         (custom-mode-map): Use new names.
9093         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9094         about customization, rather than M-x customize, in the doc string
9095         made for the defcustom.
9097         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9099 2006-08-31  Romain Francoise  <romain@orebokech.com>
9101         * dired-x.el (dired-guess-shell-alist-default): Update.
9103 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9105         * custom.el (custom-theme-set-variables): Autoload packages before
9106         sorting the variables.
9108 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9110         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9111         chars if XEmacs.
9112         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9114 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9116         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9117         waiting for process.
9119 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9121         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9122         results in ASCII-only string, encode original one directly.
9124 2006-08-29  Romain Francoise  <romain@orebokech.com>
9126         * startup.el (normal-splash-screen, fancy-splash-screens):
9127         Make buffer read-only and arrange to enter view mode if necessary.
9129 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9131         * hl-line.el (hl-line): New face.
9132         (hl-line-face): Use it.
9134         * image-mode.el (image-mode): Fix last fix.
9135         Suggested by Kim F. Storm.
9137 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9139         Sync with Tramp 2.0.54.
9141         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9142         of `=', because `tramp-get-remote-gid' might not always return an
9143         integer when expected.
9144         (tramp-register-file-name-handlers): `partial-completion-mode' is
9145         unknown to XEmacs.
9146         (tramp-time-diff): Don't use `floor', it might fail for large
9147         differences.
9148         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9149         `tramp-auto-save-directory' if unset in order to guarantee unique
9150         auto-save file names.
9152 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9154         * image-mode.el (image-mode): Display image as text on a terminal.
9156 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9158         * progmodes/python.el (python-send-command): Simplify.
9159         (run-python): Don't generate a new buffer unless `new' was specified.
9160         Make sure we send `import emacs' to the proper process.
9162         * progmodes/python.el (python-send-command): Don't wait for the command
9163         to terminate.  Don't fiddle with compilation-parsing-end.
9165 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9167         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9168         Insert commentary after first line summary.
9170         * woman.el (woman-follow): New function, based on `man-follow'.
9171         (woman-mode-map): Use it.
9173         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9174         since ibuffer-do-sort-by-recency does not define a sorter.
9176 2006-08-28  Kim F. Storm  <storm@cua.dk>
9178         * find-dired.el (find-dired): Use shell-quote-argument to properly
9179         escape ( and ) args.  Also use it on {} and ; args in default
9180         value of find-ls-option string.
9181         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9183 2006-08-27  Michael Olson  <mwolson@gnu.org>
9185         * emacs-lisp/tq.el: Small grammar fix in comments.
9186         (tq-enqueue): Check for existence of queue rather than the
9187         head queue item's question, which was a no-op.
9188         (tq-filter, tq-process-buffer): Make sure the process buffer
9189         exists before making it the current buffer.
9191 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9193         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9194         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9195         (special-event-map): Apply 2006-08-16 change for x-win.el.
9197 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9199         * progmodes/python.el (python-send-receive): Wait in the
9200         process's buffer so as to check the right buffer-local variables.
9202 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9204         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9205         (defgroup checkdoc): Move to beginning.
9207         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9208         (python-preoutput-continuation): Remove.
9209         (python-preoutput-filter): Simplify correspondingly.
9210         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9211         Loop around to catch embedded _emacs_out output.
9212         (run-python): Send the import&print command on a single line.
9213         (python-send-command): Send command&print on a single line.
9214         (python-send-string): Only add double \n if needed.
9215         (python-send-receive): Loop until the result comes.
9216         (python-mode-running): Defvar it.
9217         (python-setup-brm): Remove unused var `menu'.
9218         Only bind py-mode-map and `features' around brm-init.
9219         (python-calculate-indentation): Remove unused var `point'.
9220         (python-beginning-of-defun): Remove unused var `def-line'.
9222 2006-08-25  Richard Stallman  <rms@gnu.org>
9224         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9226 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9228         * viper.el (viper-set-hooks): Use frame bindings for
9229         viper-vi-state-cursor-color.
9230         (viper-non-hook-settings): Don't set default
9231         mode-line-buffer-identification.
9233         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9234         (viper-set-cursor-color-according-to-state)
9235         (viper-get-saved-cursor-color-in-replace-mode)
9236         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9237         viper-emacs-state-cursor-color.
9239         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9240         (viper-undo): Use point if undo-beg-posn is nil.
9241         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9242         (viper-after-change-undo-hook): Don't use
9243         viper-emacs-state-cursor-color by default.
9244         (viper-undo): More sensible positioning after undo.
9246         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9247         (viper-emacs-state-cursor-color): Default to nil, since this feature
9248         doesn't work well yet.
9250         * ediff-mult.el (ediff-intersect-directories)
9251         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9252         always expand filenames.
9254 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * tumme.el: Remove * in defcustoms's docstrings.
9258 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9260         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9261         Accept internal time format for SECS arg.
9262         (timer-relative-time): Doc fix.
9264         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9265         adapted from Martin Rudalics.
9266         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9267         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9268         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9269         using sit-for.
9271 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9273         * cus-start.el (all): Add `overline-margin' and
9274         `x-underline-at-descent-line'.
9276 2006-08-24  Kim F. Storm  <storm@cua.dk>
9278         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9279         to mean "use find -exec"; nil now unambiguously means auto-detect.
9280         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9281         Use shell-quote-argument to build grep-find-command and
9282         grep-find-template.
9283         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9284         Reported by Tom Seddon.
9286 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
9288         * startup.el (fancy-splash-head): Give instructions for dismissing
9289         the splash screen for default startup too.
9290         (display-startup-echo-area-message, fancy-splash-screens)
9291         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
9292         all splash text at once and keep the splash buffer around.
9293         (command-line-1): Give display-startup-echo-area-message a t arg.
9295 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
9297         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9298         gnus frame is selected.
9300 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
9302         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9304 2006-08-22  Kim F. Storm  <storm@cua.dk>
9306         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9307         Add suffix matching for subdirs.
9309 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9311         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9312         mouse-yank-at-point is non-nil.
9314 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
9316         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9317         a bit wider and remove fringes to fit initial output on line.
9319 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9321         * frame.el (blink-cursor-end): Only ignore the error we care about.
9322         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9324 2006-08-21  Richard Stallman  <rms@gnu.org>
9326         * whitespace.el (whitespace-cleanup): Doc fix.
9328 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
9330         * net/rcirc.el (rcirc-show-maximum-output): New var.
9331         (rcirc-buffer-process): If no buffer argument is supplied, use
9332         current-buffer.
9333         (rcirc-complete-nick): Complete to the last completed nick first.
9334         (rcirc-mode): Preserve the value of `rcirc-urls' across
9335         connections.  Setup scroll function.
9336         (rcirc-scroll-to-bottom): New function.
9337         (rcirc-print): Use nick syntax around regexp work.
9338         Notice dim-nicks speaking only if they say our nick.
9339         (rcirc-update-activity-string): Do not show the modeline indicator
9340         if there are no live rcirc processes.
9341         (rcirc-cmd-ignore): Ignore case.
9342         (rcirc-browse-url-at-point): Fix off-by-one error.
9344 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9346         * progmodes/python.el: Remove * in defcustom docstrings.
9347         (run-python, python-proc, python-try-complete): Use derived-mode-p.
9348         (python-mode): Set tab-width and indent-tabs-mode.
9350 2006-08-20  Dave Love  <fx@gnu.org>
9352         * progmodes/python.el: Update to Dave Love's latest version.
9353         (python-font-lock-keywords, python-mode): Don't use
9354         font-lock-syntax-table, but match symbol elements explicitly instead.
9355         (python-mode-map): Add help, and a few more key bindings.
9356         (python-skip-comments/blanks): Move out of comments as well.
9357         (python-continuation-line-p): Behave better with unbalanced parens.
9358         (python-blank-line-p): New fun.
9359         (python-open-block-statement-p): Don't use a heuristic.
9360         (python-outdent-p): Better handle blocks-in-the-same-line.
9361         (python-calculate-indentation): Misc improvements.
9362         (python-comment-indent): Remove.
9363         (python-block-pairs): New var.
9364         (python-first-word): New fun.
9365         (python-indentation-levels): Handle more common cases.
9366         (python-indent-line-1): Add `leave' argument.
9367         (python-indent-region): New fun.
9368         (python-skip-out): New fun.
9369         (python-beginning-of-statement, python-end-of-statement): Use it.
9370         (python-next-statement): Return correct count even at eob.
9371         (python-end-of-block): Fix paren-typo.
9372         (python-imenu-create-index): Add module variables.
9373         (run-python): Add `new' arg.
9374         Check we're at a prompt before returning.
9375         (python-send-command): Move to end of buffer.
9376         Wait for prompt to return.
9377         (python-set-proc): New fun.
9378         (python-imports): New var.
9379         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
9380         (python-eldoc-function): Try to move out of arg list.
9381         (python-outline-level): Offset by 1.
9382         (python-find-imports): New fun.
9383         (python-symbol-completions): Use python-imports.
9384         (python-module-path, ffap-alist): Add support for ffap.
9385         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9386         (python-insert-*, python-default-template, python-expand-template):
9387         Add templates/skeletons.
9388         (python-setup-brm): Support for Bicycle Repair Man.
9389         (python-abbrev-syntax-table): New var.
9390         (python-abbrev-pc-hook, python-pea-hook): New funs.
9392 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
9394         * frame.el (blink-cursor-start): Set timer first.
9395         (blink-cursor-end): Ignore timer cancelling errors.
9396         Suggested by Ken Manheimer.
9398 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
9400         * newcomment.el (comment-box): Call `comment-normalize-vars'.
9401         Add autoload cookie.
9403 2006-08-20  Richard Stallman  <rms@gnu.org>
9405         * simple.el (line-number-at-pos): Doc fix.
9407         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9408         timer-activate-when-idle, so timer can run before Emacs becomes
9409         non-idle again.
9411 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9413         * whitespace.el (whitespace-cleanup-internal): New optional arg
9414         REGION-ONLY.  If it's non-nil, modify the message to the user
9415         accordingly.
9416         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9417         a non-nil argument.
9419 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
9421         * rect.el (spaces-string): Simplify and add doc string.
9423 2006-08-17  Romain Francoise  <romain@orebokech.com>
9425         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9427 2006-08-17  Richard Stallman  <rms@gnu.org>
9429         * compare-w.el (compare-windows): lambda's take an arg and pass
9430         it to compare-windows-skip-whitespace.
9432 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
9434         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9435         the right buffer.
9437 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9440         removed files.
9442 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
9444         * progmodes/gdb-ui.el (gdb-locals-watch-map)
9445         (gdb-locals-watch-map-1): Suppress keymap first.
9446         (gdb-edit-locals-map-1): New variable.
9447         (gdb-edit-locals-value): New function.
9448         (gdb-stack-list-locals-handler): Use them.
9450 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9452         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9453         cursor would normally be drawn in the fringe.
9455         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9456         Reported by Martin Rudalics <rudalics@gmx.at>.
9458 2006-08-16  Richard Stallman  <rms@gnu.org>
9460         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9461         (special-event-map): Process drag-n-drop events this way.
9463         * simple.el (move-beginning-of-line): Test whether fields
9464         would prevent motion back to line's first visible character.
9465         If so, stop where the fields would stop the motion.
9467         * newcomment.el (comment-indent): Fully update INDENT
9468         before checking to see if it will change the text.
9470         * cus-edit.el (custom-newline): New function.
9471         (custom-mode-map): Bind newline to custom-newline.
9473         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9474         into ignore-whitespace.
9475         Check each buffer for its skip-function.
9476         Handle compare-windows-skip-whitespace special-case test
9477         by returning t from default skip function.
9479 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
9481         * textmodes/org.el (org-clock-special-range)
9482         (org-clock-update-time-maybe): New functions.
9483         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9484         not only a-z.
9485         (org-agenda-get-blocks): Allow multiple blocks per headline.
9486         (org-timestamp-change): Call `org-clock-update-time-maybe'.
9487         (org-export-html-title-format)
9488         (org-export-html-toplevel-hlevel): New options.
9489         (org-export-language-setup): Add support for Czech.
9490         (org-mode, org-insert-todo-heading, org-find-visible)
9491         (org-find-invisible, org-invisible-p, org-invisible-p2)
9492         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9493         (org-show-subtree, org-show-entry, org-make-options-regexp):
9494         Remove compatibility support for old outline-mode.
9495         (org-check-occur-regexp): Funtion removed.
9496         (org-on-heading-p, org-back-to-heading): Made defalias.
9497         (org-set-local): New defsubst.
9498         (org-set-regexps-and-options, org-mode)
9499         (org-set-font-lock-defaults, org-edit-agenda-file-list)
9500         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9501         (org-remember-apply-template, org-table-edit-field)
9502         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9503         (org-set-autofill-regexps): Use `org-set-local'.
9504         (org-table-eval-formula): Fix bug with parsing of display flags.
9506 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
9508         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9509         frame with fringe arrow.  Suggested by Simon Marshall
9510         <simon.marshall@misys.com>.
9511         (gdb-stack-position): New variable.
9512         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9513         (gdb-frames-mode): Set gdb-stack-position to nil.
9514         Add to overlay-arrow-variable-list
9515         (gdb-reset): Delete gdb-stack-position from above list.
9517 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9519         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9520         read only.
9522 2006-08-13  Romain Francoise  <romain@orebokech.com>
9524         * cus-theme.el (customize-create-theme)
9525         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9527         * filesets.el (filesets-add-buffer): Ditto.
9529         * pcvs.el (cvs-change-cvsroot): Ditto.
9531 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
9533         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9534         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9535         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9536         expressions.
9537         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9538         Only search till end of line.
9539         Add face to function names in case of no filename.
9540         Add face to variable names of watchpoints.
9542 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
9544         * cus-start.el <indent-tabs-mode>: Move to the `indent'
9545         customization group.
9547 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
9549         * allout.el (allout-prior-bindings, allout-added-bindings):
9550         Remove, after long deprecation.
9551         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9552         Add customization vars controlling allout-beginning-of-line and
9553         allout-end-of-line conveniences.
9554         (allout-header-prefix, allout-use-mode-specific-leader)
9555         (allout-use-mode-specific-leader, allout-mode-leaders):
9556         Revise docstrings.
9557         (allout-infer-header-lead): Change to be an alias for
9558         allout-infer-header-lead-and-primary-bullet.
9559         (allout-infer-header-lead-and-primary-bullet): New version of
9560         allout-infer-header-lead which assigns the primary bullet to the
9561         same as the header lead, when its being changed.
9562         (allout-infer-body-reindent): Apply regexp-quote instead of
9563         unconditionally prepending "\\", so that all literal
9564         allout-header-prefix and allout-primary-bullet strings are
9565         properly handled.
9566         (allout-add-resumptions): Add optional qualifier for extending or
9567         appending to existing values, rather than replacing them.
9568         (allout-view-change-hook): Clarify docstring.
9569         (allout-exposure-change-hook): Take explicit arguments, via
9570         run-hook-with-args.
9571         (allout-structure-added-hook)
9572         (allout-structure-deleted-hook)
9573         (allout-structure-shifted-hook): New hooks analogous to
9574         allout-exposure-change-hook for other kinds of structural outline
9575         edits.
9576         (allout-encryption-plaintext-sanitization-regexps): New encryption
9577         customization variable, by which cooperating modes can provde
9578         massage of the plaintext without actually being passed it.
9579         (allout-encryption-ciphertext-rejection-regexps)
9580         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9581         customization variables, by which cooperating modes can prohibit
9582         rare but possible ciphertext patterns from fouling their
9583         operation, with actually being passed the ciphertext.
9584         (allout-mode): Run activation and deactivation hooks after the
9585         minor-mode variable has been toggled, to clarify the mode
9586         disposition.  The new encryption ciphertext rejection variable is
9587         used to ensure that the ciphertext does not contain text that
9588         would be recognized as outline structural elements by allout.
9589         Substite allout-beginning-of-line and allout-end-of-line for
9590         conventionall beginning-of-line and end-of-line bindings.
9591         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9592         activation!
9593         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9594         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9595         (allout-chart-subtree): Implement new mode, charting only the
9596         visible items in the subtree, when new 'visible' parameter is non-nil.
9597         (allout-end-of-subtree): Properly handle the last item in the buffer.
9598         (allout-pre-command-business, allout-command-counter):
9599         Increment an advertised counter so that cooperating enhancements can
9600         track revisions of items.
9601         (allout-open-topic): Run allout-structure-added-hook with suitable
9602         arguments.
9603         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9604         arguments.
9605         (allout-shift-out): Fix doubling for negative args and ensure call
9606         of allout-structure-shifted-hook by solely using allout-shift-in.
9607         (allout-kill-line, allout-kill-topic):
9608         Run allout-structure-deleted-hook with suitable arguments.
9609         (allout-yank-processing): Run allout-structure-added-hook with
9610         proper arguments.
9611         (allout-yank): Enclose activity in allout-unprotected.
9612         (allout-flag-region): Run allout-exposure-change-hook with
9613         suitable arguments, instead of making the callee infer the arguments.
9614         (allout-encrypt-string):
9615         Support allout-encryption-plaintext-sanitization-regexps,
9616         allout-encryption-ciphertext-rejection-regexps, and
9617         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9618         en/de cryption mode in symmetric encryption failure message.
9619         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9620         copy of the passphrase, and don't zero it or we'll corrupt the
9621         stashed copy.
9622         (allout-create-encryption-passphrase-verifier)
9623         (allout-verify-passphrase): Respect the new signature for
9624         allout-encrypt-string.
9625         (allout-get-configvar-values): Convenience for getting a
9626         configuration variable value and handling its absence gracefully.
9628 2006-08-11  Romain Francoise  <romain@orebokech.com>
9630         * obsolete/zone-mode.el: Delete.
9632 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9634         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9636 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9638         * emacs-lisp/bindat.el (bindat-ip-to-string):
9639         Use `format-network-address' if possible.
9641 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9643         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9645 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9647         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9648         restore unread-command-events here.
9649         (edebug-display): Do it here, to detect sit-for interruptions.
9651 2006-08-10  Romain Francoise  <romain@orebokech.com>
9653         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9654         (dns-mode-soa-auto-increment-serial): New user option.
9655         (dns-mode-soa-maybe-increment-serial): New function.
9656         (dns-mode): Add the latter to `write-contents-functions'.
9658         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9659         Delete autoload cookies.
9661 2006-08-10  John Wiegley  <johnw@newartisans.com>
9663         * eshell/em-glob.el (eshell-glob-chars-list)
9664         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9666 2006-08-10  Richard Stallman  <rms@gnu.org>
9668         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9669         (facemenu-set-face): Doc fix.
9670         (facemenu-listed-faces): Doc fix.
9672 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9674         * avoid.el (mouse-avoidance-animating-pointer): New var.
9675         (mouse-avoidance-nudge-mouse): Use it.
9676         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9677         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9678         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9679         Don't activate if currently animating.  All callers changed.
9681 2006-08-09  John Wiegley  <johnw@newartisans.com>
9683         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9684         variable, which causes timeclock to report elapsed time worked,
9685         instead of just work remaining.
9687 2006-08-09  Kenichi Handa  <handa@m17n.org>
9689         * international/latexenc.el (latexenc-find-file-coding-system):
9690         Fix for the case that the 2nd element of arg-list is a cons.
9692 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9694         * info.el (Info-fontify-node): Handle preceding `in' for note
9695         reference hiding rules.
9697 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9699         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9700         mistake a closing " for an opening one.
9702 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9704         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9706 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9708         * complete.el (PC-do-completion): Filter out completions matching
9709         completion-ignored-extensions before checking whether there are
9710         multiple completions.
9711         Don't use `list' unnecessarily when building completion tables.
9713 2006-08-06  Richard Stallman  <rms@gnu.org>
9715         * help.el (describe-mode): Make minor mode list more concise.
9717 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9719         * bindings.el: Give mode-line-format, mode-line-modes, and
9720         mode-line-position `standard-value' properties.
9722 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9724         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9725         "(file)node" instead of the file name.
9727 2006-08-05  Richard Stallman  <rms@gnu.org>
9729         * faces.el (escape-glyph): Doc fix.
9731 2006-08-04  Kenichi Handa  <handa@m17n.org>
9733         * international/mule-diag.el (describe-font): Improve docstring
9734         and error message.  Use frame-parameter (not frame-parameters).
9736 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9739         Correctly mark the end-of-docstring char.
9741 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9743         * simple.el (line-move-to-column): Constrain move-to-column to
9744         current field.
9746 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * font-lock.el (font-lock-beg, font-lock-end)
9749         (font-lock-extend-region-functions): New vars.
9750         (font-lock-extend-region-multiline)
9751         (font-lock-extend-region-wholelines): New functions.
9752         (font-lock-default-fontify-region): Use them.
9753         (font-lock-extend-jit-lock-region-after-change): Only round up
9754         if font-lock-default-fontify-region will do it as well.
9756         * font-lock.el (font-lock-extend-after-change-region-function):
9757         Rename from font-lock-extend-region-function.
9758         (font-lock-extend-region): Remove by inlining at call sites.
9759         (font-lock-after-change-function): Don't needlessly round up to a whole
9760         number of lines.
9761         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9762         the boundary conditions and the interactions between the various ways
9763         to extend the region.
9765 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9767         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9768         modification status when forcing the second redisplay.
9770 2006-08-03  Kim F. Storm  <storm@cua.dk>
9772         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9774 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9776         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9777         doesn't look like a file name.
9779         * complete.el (PC-expand-many-files): Avoid signalling an error when
9780         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9782 2006-08-02  Andreas Schwab  <schwab@suse.de>
9784         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9786 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9788         * bindings.el (map): Make mode-line-buffer-identification-keymap
9789         before defining propertized-buffer-identification.
9791 2006-08-01  Richard Stallman  <rms@gnu.org>
9793         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9795 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9797         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9798         default value.
9799         (gdb-find-source-frame): New function.
9800         (menu): Add to menu bar.
9802 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * font-core.el (font-lock-extend-region-function)
9805         (font-lock-extend-region): Move to font-lock.el.
9807         * font-lock.el (font-lock-extend-region-function)
9808         (font-lock-extend-region): Move from font-core.el.  Simplify.
9810         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9811         if needed.
9812         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9813         (jit-lock-after-change-extend-region-functions): New hook.
9814         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9816         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9817         (font-lock-turn-on-thing-lock): Use it.
9819         * longlines.el (longlines-show-region): Make it work on read-only
9820         buffers as well.
9822 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9824         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9826 2006-07-31  Richard Stallman  <rms@gnu.org>
9828         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9829         (vhdl-speedbar-display-projects): Update old obsolete
9830         speedbar variable names.
9832 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9834         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9835         (gdb-stopped): Use it.
9837         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9839 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9841         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9842         for load-history elements.
9844 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9846         * files.el (convert-standard-filename): For Cygwin, replace
9847         characters not allowed in Windows file names.
9848         (make-auto-save-file-name): Add Cygwin to the list of systems
9849         where the auto-save file name needs to be run through
9850         convert-standard-filename.
9852 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9854         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9856 2006-07-28  Richard Stallman  <rms@gnu.org>
9858         * bindings.el (mode-line-frame-identification)
9859         (propertized-buffer-identification): Centralize the code
9860         to initialize the variable.
9862         * progmodes/grep.el (grep-default-command): Catch errors from
9863         wildcard-to-regexp.
9865 2006-07-29  Kim F. Storm  <storm@cua.dk>
9867         * progmodes/grep.el (grep-tag-default): New function.
9868         (grep-default-command, grep-read-regexp): Use it.
9869         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9870         as default if nothing else applies.
9872 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9874         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9875         Throw error if buffer is not in Dired and Wdired mode, respectively.
9877 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9879         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9880         self-insert-command keys don't activate buttons.
9881         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9883 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9885         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9886         faces for enable character.
9888 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9890         * Makefile.in (recompile): Update comment to reflect change
9891         on 2004-04-21.
9893 2006-07-27  Richard Stallman  <rms@gnu.org>
9895         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9896         (customize-package-emacs-version): Change msg when pkg has no entry.
9897         (custom-no-edit): On a button, do like widget-button-press.
9899 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9901         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9902         S-tab and C-S-tab.
9904 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9906         * progmodes/which-func.el (which-function): Fix documentation/
9907         comment typo.
9909 2006-07-26  Richard Stallman  <rms@gnu.org>
9911         * textmodes/ispell.el (ispell-word): If we replace the word,
9912         move point to the end.  Insert before deleting.
9914 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9916         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9917         a timer.
9919 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9921         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9922         when at first image.
9923         (tumme-forward-image): Add prefix argument.  Add error when at last
9924         image.
9926 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9928         * tabify.el (tabify-regexp): Use more specific regexps.
9929         (tabify): Avoid modifying the buffer unnecessarily.
9931 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9933         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9934         (tumme-format-properties-string): Handle empty `buf'.
9935         (tumme-get-comment): Change variable names inside `let'.
9936         Add missing `let' variable that cause font-lock problems.
9937         (tumme-write-comments): Change variable names inside `let'.
9938         Add missing `let' variable that cause font-lock problems.
9939         (tumme-forward-image): Rename from `tumme-forward-char'.
9940         (tumme-backward-image): Rename from `tumme-backward-char'.
9942 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9944         * progmodes/ld-script.el (ld-script-keywords)
9945         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9946         and add comments.
9948 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9950         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9951         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9952         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9953         for status indicator.
9955 2006-07-24  Richard Stallman  <rms@gnu.org>
9957         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9959         * subr.el (dolist, dotimes): Use interned symbols for locals.
9960         (--dotimes-limit--, --dolist-tail--): New defvars.
9961         (looking-back): Doc fix.
9963         * replace.el (replace-match-string-symbols): Handle dotted lists.
9965 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9967         * tumme.el (tumme-write-tags): Add.
9968         (tumme-write-comments): Add.
9969         (tumme-tag-files): Change to use `tumme-write-tags'.
9970         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9971         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9972         (tumme-save-information-from-widgets): Change to use
9973         `tumme-write-comments' and `tumme-write-tags'.
9974         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9975         (tumme-write-tag): Remove.
9976         (tumme-write-comment): Remove.
9977         (tumme-display-previous-thumbnail-original): Remove empty line.
9978         (tumme-widget-list): Add punctuation.
9980 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9982         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9984 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9986         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9987         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9988         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9990 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9992         * mouse.el (mouse-on-link-p): Doc fix.
9994 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9996         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9997         Handle "C-h f `".
9999 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10001         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10002         column.
10004 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10006         * textmodes/table.el: Add move-beginning-of-line and
10007         move-end-of-line to Point Motion Only Group.
10009 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10011         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10013 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10015         * startup.el (user-mail-address): Initialize from the `EMAIL'
10016         environment variable first.  Document this.
10017         (command-line): Ditto.
10019 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10021         * help-mode.el (help-function-def, help-variable-def)
10022         (help-face-def): Print a message in the minibuffer.
10024 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10026         * term/xterm.el (terminal-init-xterm): Fix key bindings
10027         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10029 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10031         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10032         where `(nth 1 command)' is a cons cell.  Doc fix.
10034         * textmodes/po.el (po-find-charset): Doc fix.
10036 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10038         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10039         (allout-beginning-of-current-line, allout-end-of-current-line)
10040         (allout-next-visible-heading, allout-open-topic)
10041         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10042         (allout-flag-current-subtree, allout-show-to-offshoot)
10043         (allout-hide-current-entry, allout-show-current-branches)
10044         (allout-hide-region-body, allout-old-expose-topic)
10045         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10046         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10047         containing `beginning-of-line' and `end-of-line' with
10048         `inhibit-field-text-motion' t.
10050 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10052         * frame.el (focus-follows-mouse): Document that it doesn't have
10053         any effect on MS-Windows.
10055 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10059 2006-07-20  Jay Belanger  <belanger@truman.edu>
10061         * calc.el (calc-previous-alg-entry): Remove variable.
10063         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10064         New variables.
10065         (calc-alg-entry): Use `calc-alg-entry-history'.
10066         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10067         Remove reference to `calc-previous-alg-entry'.
10068         (calcAlg-edit, calcAlg-enter): Remove reference to
10069         `calc-previous-alg-entry'.
10070         (calcAlg-previous): Use `previous-history-element' instead of
10071         `calc-previous-alg-entry'.
10072         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10073         Change keybinding for `calcAlg-plus-minus', add keybindings for
10074         `previous-history-element' and `next-history-element'.
10076         * calc-rewr.el (calc-match): Remove reference to
10077         `calc-previous-alg-entry'.
10079         * calc-sel.el (calc-selection-history): New variable.
10080         (calc-enter-selection, calc-sel-mult-both-sides)
10081         (calc-sel-add-both-sides): Use `calc-selection-history'.
10083         * calc-map.el (calc-get-operator-history): New variable.
10084         (calc-get-operator): Use `calc-get-operator-history'.
10086         * calcalg3.el (calc-curve-fit-history): New variable.
10087         (calc-curve-fit): Use `calc-curve-fit-history'.
10089 2006-07-20  Kenichi Handa  <handa@m17n.org>
10091         * international/mule-cmds.el (select-safe-coding-system): Fix the
10092         way of deciding eol-type of the coding system.
10094 2006-07-20  Alan Mackenzie  <acm@muc.de>
10096         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10097         (c-lang-setvar): New macro.
10098         (c-make-init-lang-vars-fun): Use the initialization forms in
10099         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10100         (comment-start, comment-end, comment-start-skip): Change these from
10101         c-lang-defvar's to c-lang-setvar's.
10103         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10104         which calls make-local-variable on the elements of
10105         c-emacs-variable-inits.
10106         (c-init-language-vars-for): Call this new macro.
10108 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10110         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10111         Try to rule out false positives due to time stamps.
10112         (compilation-mode-font-lock-keywords): Remove rules made redundant
10113         because of the above change.  Add `segmentation fault' to the known and
10114         highlighted compilation termination messages.
10116 2006-07-19  Kim F. Storm  <storm@cua.dk>
10118         * progmodes/grep.el (grep-find-ignored-directories):
10119         Add .svn and _darcs to list.
10121 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10123         * dired.el (dired-mode-map): Add key binding `C-te' for
10124         `tumme-dired-edit-comment-and-tags'.
10126         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10127         image display buffer is displayed before call to
10128         `tumme-display-image.
10129         (tumme-dired-display-image): Make sure image display buffer is
10130         displayed before call to `tumme-display-image.
10131         (tumme-mouse-display-image): Make sure image display buffer is
10132         displayed before call to `tumme-display-image.
10133         (tumme-widget-list): Add.
10134         (tumme-dired-edit-comment-and-tags): Add.
10135         (tumme-save-information-from-widgets): Add.
10137 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10139         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10141 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10143         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10144         Revert inadvertently installed patch hunk.
10146         * progmodes/compile.el (compilation-find-file): Handle the
10147         cases where the user selects a non-existent file.
10149 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10151         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10153 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10155         * subr.el (sit-for): Just sleep-for if noninteractive.
10157 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10159         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10161         * custom.el (custom-autoload): Add `noset' argument.
10162         (custom-push-theme): Don't autoload the variable, let callers do it.
10163         (custom-theme-set-variables): Autoload the variable if necessary.
10165         * cus-edit.el (custom-variable-state-set): If the variable was
10166         originally set outside custom, but to the same value as the default,
10167         consider it to be standard.
10169         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10170         file *before* telling Emacs to add the autoloads, in case it fails.
10172         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10173         Use `cond', push', and `dolist'.
10175 2006-07-17  Richard Stallman  <rms@gnu.org>
10177         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10178         Add defvars to silence warnings.
10180 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10182         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10183         Don't highlight "Compiling file" messages as error.
10185         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10186         file already exists.
10188 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10190         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10191         entry, don't assign to free var; simply return the extracted filename.
10192         (ff-treat-as-special): Incorporate common preamble from callers.
10193         (ff-other-file-name, ff-find-the-other-file):
10194         Update call to ff-treat-as-special.
10196         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10198 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10200         * tumme.el (tumme-get-comment): Fix bug.
10202 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * files.el: Remove spurious * in docstrings.
10206 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10208         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10209         grammar.
10210         (allout-beginning-of-current-line): Beware beginning of buffer.
10211         Also, a comment is simplified.
10212         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10213         when appropriate.  (This fix enables use for other than
10214         bullet-hotspot operation.)
10215         (allout-hide-current-subtree): While escalating to sibling-close,
10216         make sure to situate on a topic.
10218 2006-07-14  Kim F. Storm  <storm@cua.dk>
10220         * emulation/cua-base.el (cua-delete-selection)
10221         (cua-toggle-set-mark): New defcustoms.
10222         (cua-rectangle-modifier-key): Add `alt' modifier.
10223         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10224         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10225         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10227         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10229 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10231         * allout.el: Require 'cl during byte-compilation/interactive load,
10232         for the `assert' macro.
10233         (allout-mode-deactivate-hook): New hook, run when allout mode
10234         deactivates.
10235         (allout-developer): New allout customization subgroup.
10236         (allout-run-unit-tests-on-load): New allout-developer
10237         customization variable, when true allout unit tests are run towards
10238         end of file load/eval.
10239         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10240         auto-fill-mode.
10241         (allout-resumptions): Remove, to be replaced by...
10242         (allout-add-resumptions): Register variable settings to be
10243         reinstated by `allout-do-resumptions'.  The settings are made
10244         buffer-local, but the locality/globality of the suspended setting
10245         is restored on resumption.
10246         (allout-do-resumptions): Reinstate all settings suspended using
10247         `allout-add-resumptions'.
10248         (allout-test-resumptions): Unit tests (and intermediate variables)
10249         for resumptions.
10250         (allout-tests-globally-unbound, allout-tests-globally-true)
10251         (allout-tests-locally-true): Intermediate variables for
10252         resumptions unit tests.
10253         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10254         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10255         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10256         instead of retired `allout-resumptions'.  For hook functions, use
10257         `local' parameter so hook settings are created and removed as
10258         buffer-local settings.  Revise (resumptions) setting
10259         auto-fill-function so it is set only if already active.  (The
10260         related fill-function settings are all made in either case, so
10261         that activating auto-fill-mode activity will have the custom
10262         allout-mode behaviors (hanging indent on topics, if configured for it).
10263         Remove all allout-exposure-category overlays on mode deactivation.
10264         (allout-hotspot-key-handler): New function extracted from
10265         `allout-pre-command-business', so the functionality can be used
10266         for other purposes, eg as a binding in an overlay.
10267         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10268         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10269         customization variable.
10270         (allout-run-unit-tests): Run the (currently quite small)
10271         repertoire of unit tests.  Called just before the provide iff user
10272         has customized `allout-run-unit-tests-on-load' non-nil.
10274 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10276         * emacs-lisp/authors.el (authors-aliases): Update.
10278 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10280         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10281         gdb-source-window.  Add dedicated argument.
10282         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10283         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10284         (gdb-display-threads-buffer, gdb-display-memory-buffer)
10285         (gdb-display-locals-buffer): Use it.
10287         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10288         Set gdb-source-window.
10290 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10292         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10293         minor modes, redundant with the custom-autoload line above.
10295 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
10297         * longlines.el (longlines-post-command-function): Handle open-line too.
10299 2006-07-12  Richard Stallman  <rms@gnu.org>
10301         * progmodes/grep.el (grep-last-buffer): Doc fix.
10303         * info.el (Info-try-follow-nearest-node): Doc fix.
10305         * emacs-lisp/edebug.el (edebug-instrument-function):
10306         Err if find-function-noselect gives no position.
10308         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10309         If can't find definition, return nil for position.
10310         (find-function-do-it): Handle new return value
10311         of find-definition-noselect.
10312         (find-definition-noselect, find-variable-noselect): Doc fix.
10313         (find-function-noselect): Doc fix.
10315         * help-mode.el (help-variable-def): Handle find-variable-noselect
10316         returning no position.
10317         (help-function-def): Likewise for find-function-search-for-symbol.
10318         (help-face-def): Likewise.
10320         * help-fns.el (describe-variable): Handle find-variable-noselect
10321         returning no position.
10323         * files.el (locate-file-completion): Avoid duplicates in result.
10325         * cus-edit.el (custom-no-edit): New command.
10326         (custom-mode-map): Remap to custom-no-edit instead of
10327         using suppress-keymap.
10329 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
10331         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10332         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10333         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10335         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10337 2006-07-11  Kim F. Storm  <storm@cua.dk>
10339         * ido.el (ido-copy-current-file-name): Use buffer-name if
10340         buffer-file-name is nil.
10342 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
10344         * simple.el (undo-ask-before-discard): Set to nil.
10346         * vc.el (vc-exec-after): Don't delete process manually.
10347         (vc-print-log): Run log-view-mode in process sentinel inside
10348         inhibit-read-only.  Don't shrink window due to timing issues.
10350         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10351         Avoid using with-output-to-temp-buffer, which clobbers local vars.
10353 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10355         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10356         Fix ambiguity introduced by last change.
10357         (compilation-find-file): Move save-excursion to where it may
10358         make sense.  Fix a left over `find-file'.
10360 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
10362         * textmodes/texinfmt.el (texinfo-format-separate-node):
10363         Insert a string before point, which fits documentation, not after.
10364         (texinfo-multitable-item): In a multitable row, insert any
10365         additional needed @tabs and spaces.
10367 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
10369         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10370         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10371         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10372         instead of shell-command.
10373         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10374         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10375         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10376         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10377         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10378         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10380 2006-07-11  Kim F. Storm  <storm@cua.dk>
10382         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
10383         Remove special case for seconds < 0.  Use (redisplay t) instead.
10385 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
10387         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10388         avoid compilation error.
10390         * subr.el (sit-for): New function.
10392         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10394 2006-07-10  Richard Stallman  <rms@gnu.org>
10396         * ldefs-boot.el (edebug): Update page.
10398 2006-07-10  Kim F. Storm  <storm@cua.dk>
10400         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10401         to FOR-RELEASE and TODO.
10403 2006-07-10  Romain Francoise  <romain@orebokech.com>
10405         * emacs-lisp/authors.el (authors-aliases): Update.
10407 2006-07-10  Alan Mackenzie  <acm@muc.de>
10409         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10410         * cc-mode.el: Changes to eradicate eval-after-load.
10412 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
10414         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10415         on non-char events.
10417 2006-07-09  Romain Francoise  <romain@orebokech.com>
10419         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10420         Don't highlight start/end markers as compilation messages.
10422         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10423         to t.
10425 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10429 2006-07-08  Richard Stallman  <rms@gnu.org>
10431         * term/x-win.el (x-handle-display): Add doc string.
10433         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10435         * subr.el (def-edebug-spec): Move here.
10436         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10438         * imenu.el (imenu-choose-buffer-index): Doc fix.
10440 2006-07-08  Romain Francoise  <romain@orebokech.com>
10442         * term/x-win.el (x-display-name): Fix typo.
10444 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
10446         * hexl.el (hexl-find-file): Doc fix.
10448         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10450 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
10452         * term/x-win.el (x-display-name): Doc fix.
10454 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10457         long prefixes.
10458         (fill-region-as-paragraph): Don't round up to a whole line.
10459         (fill-comment-paragraph): Don't include the code-before-the-comment
10460         when calling fill-region-as-paragraph.
10462         * international/mule.el (make-char): Remove redundancy.
10464         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10465         property may contain an anonymous function rather than a symbol.
10467         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10469         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10470         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
10472         * dirtrack.el (dirtrack-default-directory-function): Remove.
10473         (dirtrack-directory-function): Use file-name-as-directory.
10474         (dirtrack-windows-directory-function): Simplify.
10475         (dirtrack-forward-slash, dirtrack-backward-slash)
10476         (dirtrack-replace-slash): Remove.
10477         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10478         (dirtrack): Fix wrong parenthesizing; use match-string.
10480         * progmodes/octave-inf.el: Remove spurious * in docstrings.
10481         (inferior-octave-mode): Only change the buffer-local value of
10482         comint-dynamic-complete-functions.
10483         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10484         Move the initialization to the declaration.
10485         (inferior-octave-complete): Remove unused var `filter'.
10487         * shell.el (shell-mode): Only change the buffer-local value of
10488         comint-dynamic-complete-functions.
10490 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
10492         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10493         entry is skipped because it has been scheduled.
10494         (org-prepare-agenda-buffers): Don't mark buffers as modified when
10495         changing `:org-archived' and `:org-comment' properties.
10497 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
10499         * server.el (server-select-display): Don't make the temp frame
10500         minibuffer-only, in case it's not a temp frame.
10501         (server-process-filter): Don't delete the temp frame if it's the
10502         only one we have on that display.
10504         * files.el (find-alternate-file): Doc fix.
10506 2006-07-05  Richard Stallman  <rms@gnu.org>
10508         * files.el (abbreviate-file-name): Add save-match-data.
10510 2006-07-03  Richard Stallman  <rms@gnu.org>
10512         * faces.el (read-face-name): Doc fix.
10514 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
10516         * net/goto-addr.el (goto-address): Mark as safe for local evals.
10518 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
10520         * vc.el (vc-diff-internal): Fix prev change.
10522 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
10524         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10525         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10527 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10529         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10530         fails if the symbol contains chars like ( or '.
10531         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10532         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10533         `short'.
10535 2006-07-04  Kenichi Handa  <handa@m17n.org>
10537         * international/mule-cmds.el (set-language-info): If LANG-ENV is
10538         the current one, don't call set-language-environment, but call one
10539         of set-language-environment-XXX to make INFO effective now.
10540         (set-language-environment): Call set-language-environment-XXX
10541         functions instead of doing the various setups directly.
10542         (set-language-environment-coding-systems): Delete argument eol-type.
10543         (set-language-environment-input-method)
10544         (set-language-environment-nonascii-translation)
10545         (set-language-environment-charset)
10546         (set-language-environment-fontset)
10547         (set-language-environment-unibyte): New functions.
10549 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10551         * locate.el (locate-update-when-revert): New option.
10552         (locate-update-path): New option (suggested by Michael Albinus).
10553         (locate-prompt-for-command): Whitespace change.
10554         (locate-update): No longer offer to update the locate database by
10555         default.  Implement the two new options.
10557 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10559         * tooltip.el: Move comment about track-mouse...
10561         * progmodes/gud.el: ...to here.
10563 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10565         * facemenu.el (facemenu-listed-faces): New var.
10566         (facemenu-unlisted-faces): Variable deleted.
10567         (facemenu-add-new-face): Use facemenu-listed-faces.
10569         * emulation/viper-init.el, calendar/calendar.el:
10570         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10572 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10574         * textmodes/org.el (org-mode): Remove no invalid settings for
10575         calc embedded mode.
10576         (org-mode-p): New defsubst.
10577         (org-save-all-org-buffers): New function.
10578         (org-first-headline-recenter): Enclose outline-regexp in group
10579         delimiters.
10580         (org-set-tags): Keep single space after stars.
10582 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10584         * window.el (set-window-text-height): Only set window-min-height to
10585         1 if that's the requested size.
10587         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10588         (diff-unified->context, diff-context->unified)
10589         (diff-reverse-direction): Make sure the end marker stays at the end.
10590         (diff-mode): Add the keymap table at the end of docstring.
10591         Use lexical-let rather than constructing a closure manually.
10593         * files.el (find-file-noselect-1): Remove unused var assignment.
10594         (hack-local-variables-confirm): Print lists of strings as lists of
10595         strings rather than lists of symbols.
10596         (abbreviate-file-name, hack-local-variables-prop-line):
10597         Use match-string.
10598         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10599         (recover-session-finish): Use line-end-position.
10601 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10603         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10605 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10607         * progmodes/make-mode.el (makefile-macroassign-regex):
10608         Accept preceding keyword.
10609         (makefile-gmake-statements): Reorganize, now that makepp has
10610         "override" and also handle forgotten "override define".
10611         (makefile-makepp-statements): Add new "global", "override export"
10612         and "override global".
10614 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10616         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10617         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10618         (ada-no-auto-case): Fix typos in docstrings.
10620 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10622         * info.el (Info-find-node-2): Search for makeinfo version more
10623         carefully.
10625 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10627         * textmodes/org.el (org-prepare-agenda-buffers):
10628         Use `invisible-OK' argument for `org-end-of-subtree'.
10629         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10630         (org-beginning-of-item): Fix bug in regular expression for white line.
10631         (org-export-as-html): Enforce space after bullet in plain list items.
10632         (org-set-autofill-regexps): Require space after plain list bullet
10633         for paragraph-start.
10634         (org-ts-regexp3): New constant.
10635         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10636         (org-timestamp-up-day, org-timestamp-down-day)
10637         (org-timestamp-change): Work with inactive timestamps.
10638         (org-ts-regexp1): Don't allow brackets in time stamps.
10640 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10642         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10643         for ignoring links.
10645         * faces.el (read-face-name): Use it.
10647 2006-06-28  Juri Linkov  <juri@jurta.org>
10649         * buff-menu.el (list-buffers-noselect): Compare Info file
10650         with the string "dir" to detect Info directory.
10652         * complete.el (partial-completion-mode): In lambda for
10653         `choose-completion-string-functions' use full function signature
10654         with 4 args, and move point to the end of the minibuffer only if arg
10655         `mini-p' is non-nil.
10657 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10659         * ibuffer.el (ibuffer-mode): Doc fix.
10661 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10663         * textmodes/org.el (org-context): New contexts :item-bullet,
10664         :latex-fragment, :latex-preview.
10665         (org-overlays-at, org-overlay-start, org-overlay-end):
10666         New compatibility functions.
10667         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10668         exact regexp that will be used during export.
10669         (org-latex-regexps): New variable.
10670         (org-cdlatex-mode): Improve advice for `texmathp'.
10671         (turn-on-org-cdlatex): New function.
10673 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10675         * term/mac-win.el (mac-handle-font-selection): Change keys of
10676         mac-atsu-font-table from strings to numbers.
10677         (mac-ts-caret-position): Use also when cursor-type is nil.
10678         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10679         Relax condition for using overlay strings.
10680         Use mac-ts-caret-position face when cursor-type is nil.
10682 2006-06-26  Kim F. Storm  <storm@cua.dk>
10684         * help.el (view-emacs-news): Declare `res' in the right let* form.
10686 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10688         * net/rcompile.el (remote-compile): Replace ange-ftp based
10689         implementation by Tramp functions.
10690         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10692         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10694 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10696         * international/fontset.el (setup-default-fontset): Fix a typo in
10697         the "Oriya-Akruti" registry name.
10699 2006-06-23  Lars Hansen  <larsh@soem.dk>
10701         * desktop.el (desktop-full-file-name): New function.
10702         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10703         (desktop-revert): Use it.
10704         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10705         (desktop-after-read-hook): Add option list-buffers.
10706         (desktop-locals-to-save): Add tab-width.
10707         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10708         Fix docstring.
10710 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10712         * textmodes/org.el (org-cdlatex-mode-map)
10713         (org-cdlatex-texmathp-advice-is-done): New variables.
10714         (org-cdlatex-mode): New minor mode.
10715         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10716         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10717         (org-export-with-archived-trees): New option.
10718         (org-open-file): Remove the call to `convert-standard-filename'.
10719         (org-archive-tag, org-agenda-skip-archived-trees)
10720         (org-cycle-open-archived-trees)
10721         (org-sparse-tree-open-archived-trees): New options.
10722         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10723         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10724         New functions.
10725         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10726         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10727         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10728         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10729         Call `org-prepare-agenda-buffers'.
10730         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10731         (org-file-apps, org-file-apps-defaults-gnu)
10732         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10733         Handle remote files by forcing them to be opened in Emacs.
10735 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10737         * vc.el (vc-diff-knows-L): New variable.
10738         (vc-diff-internal): Use it to handle "diff" programs that don't
10739         understand -L.  This works automatically, no user action is necessary.
10741 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10743         * net/rcirc.el (rcirc-default-user-full-name): Default to
10744         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10745         longer exists).
10746         (rcirc-process-list): Check `buffer-live-p' before attempting to
10747         switch to a buffer.
10749 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10751         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10752         based on rcirc-coding-system-alist.
10754 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10756         * cus-edit.el (customize-apropos): A better error message.
10757         (top level) <debug-ignored-errors>: Extend and update the list of
10758         ignored error messages.
10760 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10762         * complete.el (PC-do-completion): Retain capitalization of user
10763         input, when possible, even if completion-ignore-case is set.
10765 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10767         * generic-x.el (bat-generic-mode): Support .cmd files.
10769         * dos-w32.el (top level): Use find-file-not-found-functions
10770         instead of the obsolete find-file-not-found-hooks.
10772 2006-06-22  Kim F. Storm  <storm@cua.dk>
10774         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10775         to recognize mode name containing submodes, such as Grep/lw.
10777 2006-06-21  Kim F. Storm  <storm@cua.dk>
10779         * simple.el (line-move-1): Check for move-end-of-line instead of
10780         end-of-line when setting temporary-goal-column.
10782 2006-06-21  Miles Bader  <miles@gnu.org>
10784         * play/cookie1.el (cookie): Work properly when there's only one entry.
10786 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10788         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10789         (gdb-frame-handler): Generalize frame regexp for templates.
10791 2006-06-20  Glenn Morris  <rgm@gnu.org>
10793         * calendar/appt.el (appt-display-format): Default value must be
10794         one of the customize options.
10796 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10798         * term/xterm.el (terminal-init-xterm): Update key availability info.
10799         Bind C-return.
10801         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10803 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10805         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10806         whether or not a local variables list is defined.
10808         * msb.el (msb): Move `sit-for' hack here to handle both
10809         "mouse-down and drag" and "mouse-up and select" situations.
10810         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10812 2006-06-20  Kenichi Handa  <handa@m17n.org>
10814         * international/characters.el (word-combining-categories):
10815         Add entries for 2-byte Han characters.
10817 2006-06-19  Richard Stallman  <rms@gnu.org>
10819         * bindings.el (mode-line-format): Save some mode line space.
10821         * files.el (find-file-noselect): Improve the question wording.
10822         (basic-save-buffer-2): Mask UMASK against 666.
10824         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10825         (mouse-drag-vertical-line): Call it.
10827         * cus-edit.el (customize-option, customize-option-other-window):
10828         Error if SYMBOL is nil.
10830 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10832         * textmodes/org.el: Require noutline, also on XEmacs.
10833         (org-end-of-subtree): Return point.
10834         (org-dblock-start-re, org-dblock-end-re): New constants.
10835         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10836         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10837         (org-update-all-dblocks, org-find-dblock): New functions.
10838         (org-collect-clock-time-entries): New function.
10839         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10840         (org-fixup-indentation): Modify to deal correctly with lines
10841         starting with TAB.  Only one argument DIFF now.
10842         (org-demote, org-promote): Call `org-fixup-indentation' with just
10843         one argument, DIFF.
10844         (org-mode): Don't mark buffer as modified when aligning tables.
10845         (org-clock-sum): Don't mark buffer modified when adding time sum
10846         properties.
10847         (org-export-as-html): Add support for a link validation function.
10848         (org-archive-all-done): New function.
10849         (org-archive-subtree): New prefix argument.  When set, archive all
10850         done subtrees in this buffer.
10851         (org-remove-clock-overlays)
10852         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10853         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10854         (org-put-clock-overlay): Don't swallow last headline character
10855         when displaying overlay.
10856         (org-store-link): Link to `image-mode' with just the file name.
10858 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10860         * viper-cmd.el (viper-special-read-and-insert-char):
10861         Use read-key-sequence.
10862         (viper-after-change-undo-hook): Misc enhancements.
10863         (viper-after-change-undo-hook): New hook.
10864         (viper-undo): Use viper-after-change-undo-hook.
10865         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10866         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10867         clicking on that widget/button.
10869         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10871         * ediff-diff (ediff-test-patch-utility): Catch errors.
10872         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10873         (ediff-set-actual-diff-options): New function.
10874         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10875         Use ediff-set-actual-diff-options.
10876         (ediff-extract-diffs): Catch errors.
10877         (ediff-whitespace): Add non-breakable space.
10878         (ediff-same-file-contents): Catch errors.
10880         * ediff-mult.el (ediff-collect-custom-diffs):
10881         Save coding-system-for-read.
10883         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10884         (ediff-vc-internal, ediff-vc-merge-internal):
10885         Use ediff-delete-version-file.
10886         (ediff-delete-version-file): New function.
10888         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10890         * ediff.el (ediff-directories, ediff-directory-revisions)
10891         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10892         (ediff-directories-internal, ediff-merge-directory-revisions)
10893         (ediff-merge-directory-revisions-with-ancestor)
10894         (ediff-directories3): Use read-directory-name.
10896 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10898         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10899         Remove superfluous part of regexp for brace matching which is handled
10900         by `scan-lists' call.
10902 2006-06-16  Richard Stallman  <rms@gnu.org>
10904         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10906         * files.el (basic-save-buffer-2): For a new precious file,
10907         use the default modes in the return value.
10909         * facemenu.el (facemenu-color-alist): Doc fix.
10911         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10913 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10915         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10917         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10918         (mac-utxt-to-string): Use it.
10919         (mac-ts-update-active-input-area): Use mac-ae-number.
10921 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10923         * term.el (term-handle-scroll, term-delete-lines)
10924         (term-insert-lines): Fix off by one errors.
10926 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10928         * net/tramp.el (tramp-touch): Use UTC to express time.
10930 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10932         * mail/sendmail.el (mail-send): Search explicitly for
10933         mail-header-separator when checking for corrupted header lines.
10935 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10937         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10938         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10939         (gdb-init-1): Initialise them.
10940         (gdb-starting): Reset gdb-printing
10941         (gdb-starting): Save value of gud-overlay-arrow-position.
10942         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10943         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10944         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10945         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10947 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10949         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10951 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10953         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10954         (ldap-search-internal): Keep error messages, and a regexp fix.
10956 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10958         * files.el (hack-local-variables-confirm):
10959         Display string value using its printed representation.
10961 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10963         * server.el (server-edit): No-op if no server buffers exist.
10965 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10967         * textmodes/page-ext.el (pages-directory-for-addresses):
10968         Including `pages-directory-address-mode' in the function results
10969         in the message "Buffer in which pages were found is deleted".
10971 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10973         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10974         clocking functions.
10976         (org-agenda-clock-in, org-check-running-clock)
10977         (org-clock-out-if-current, org-remove-clock-overlays)
10978         (org-put-clock-overlay): New functions.
10979         (org-clock-marker, org-clock-file-total-minutes)
10980         (org-clock-overlays): New variables.
10981         (org-clock-display, org-clock-sum, org-clock-cancel)
10982         (org-clock-out, org-clock-in): New commands.
10983         (org-export): New function.
10984         (org-emph-re): New constant.
10985         (org-set-emph-re, org-do-emphasis-faces): New functions.
10986         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10987         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10988         (org-export-html-convert-emphasize): Use the configurable emphasis.
10989         (org-cleaned-string-for-export): Make multiline emphasis visible
10990         to the exporter.  New optional argument PARAMETERS.
10991         (org-export-as-html): Specify :emph-multiline parameter to
10992         `org-cleaned-string-for-export'.
10994 2006-06-10  Richard Stallman  <rms@gnu.org>
10996         * help.el (help-for-help-internal): Clean up help text.
10998 2006-06-10  Andreas Schwab  <schwab@suse.de>
11000         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11001         in doc string.
11003         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11005 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11007         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11008         spaces after the comment start.
11010 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11012         * play/pong.el (pong-init-buffer):
11013         Fill buffer with spaces instead of ^A.
11015         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11016         launched asynchronously, delete its process instead of being cool.
11017         (ispell-async-processp): Check for `delete-process' existence
11018         instead of `kill-process' one for consistency.
11020 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11022         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11023         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11024         in mode line at startup.
11026 2006-06-08  Kim F. Storm  <storm@cua.dk>
11028         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11029         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11030         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11031         (ido-file-internal): Pass full file name to write-file.
11032         (ido-read-internal): Only pop stack elements automatically if they
11033         actually match an existing directory or file name.
11035 2006-06-07  Kenichi Handa  <handa@m17n.org>
11037         * international/mule.el (find-auto-coding): Don't handle the short
11038         name `char-trans'.
11040         * files.el (hack-local-variables-prop-line)
11041         (hack-local-variables): Cancel the previous change.
11043 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11045         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11047 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11049         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11050         diff-default-read-only is non-nil.
11051         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11052         (diff-refine-hunk): Set inhibit-read-only to t.
11054         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11055         modifying the *Diff* buffer.
11056         (diff-process-filter): New filter function for diff process that
11057         sets inhibit-read-only to t when modifying the *Diff* buffer.
11059 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11061         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11062         insertion point and control the number of empty lines.
11063         (org-paste-subtree): Limit the number of empty lines at the end of
11064         the inserted tree.
11065         (org-agenda): Use buffer name of current file for narrowing.
11066         (org-export-as-xml): Command removed.
11067         (org-export-xml-type): Option removed.
11068         (org-mode-map): Call `org-export-as-xoxo' directly.
11069         (org-get-indentation): New optional argument LINE.
11070         (org-fix-indentation, org-remove-tabs): New functions.
11071         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11072         correct indentation for headlines that are converted it items.
11073         (org-skip-comments): Remove table lines that contain narrowing
11074         cookies but no other non-empty fields.
11075         (org-set-tags): Allow groups of mutually exclusive tags.
11076         (org-cmp-time): Sort 24:21 before items without time.
11077         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11078         (org-open-at-point): Require double colon also for numbers.
11080 2006-06-06  Kim F. Storm  <storm@cua.dk>
11082         * ido.el (ido-default-file-method, ido-default-buffer-method):
11083         Make choice values consistent with corresponding command names.
11084         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11086 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11088         * progmodes/gud.el (gud-running): Fix doc string.
11089         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11090         (gud-tooltip-modes): Add python-mode.
11091         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11093 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11095         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11096         Quote $(EMACS).
11098 2006-06-05  Richard Stallman  <rms@gnu.org>
11100         * faces.el (defined-colors): Doc fix.
11102 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11104         * vc.el (vc-process-filter): Inhibit undo info collection around
11105         call to insert.
11106         (vc-setup-buffer): Likewise for call to erase-buffer.
11107         (vc-do-command): Likewise for call to process-file.
11109 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11111         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11112         for gud-go.
11113         (gud-common-init): Other debuggers may trigger error.
11115 2006-06-05  Kenichi Handa  <handa@m17n.org>
11117         * international/mule.el (find-auto-coding):
11118         Handle enable-character-translation in file header.
11120 2006-06-04  Kim F. Storm  <storm@cua.dk>
11122         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11123         (authors-fixed-entries): Fix spelling.
11124         (authors-canonical-file-name): Don't report error for wildcards.
11126         * help.el (view-emacs-news): Rewrite to support new NEWS,
11127         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11128         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11129         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11131 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11133         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11134         exec constructs like `foo bar`.
11135         (sh-quoted-subshell): New helper function to search for a possibly
11136         nested subshell (like `` or $()) within a "" quoted string.
11137         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11138         (sh-apply-quoted-subshell): Flag quote characters inside a
11139         subshell, which is itself already in a quoted region, as
11140         punctuation, since this is the closest to what they actually are.
11141         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11142         sh-apply-quoted-subshell.
11143         (sh-font-lock-syntactic-face-function): Apply the new face for
11144         text inside `` instead of the old font-lock-string-face.
11146 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11148         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11149         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11150         (mac-bytes-to-text-range, mac-ae-text-range-array)
11151         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11152         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11153         (mac-ts-unicode-for-key-event): New functions.
11154         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11155         (mac-handle-font-selection): Use mac-ae-number.
11156         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11157         New variables.
11158         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11159         (mac-ts-converted-text, mac-ts-selected-converted-text)
11160         (mac-ts-block-fill-text, mac-ts-outline-text)
11161         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11162         (mac-ts-hilite-style-faces): New constant.
11163         (mac-apple-event-map): Bind text input events.
11164         (mac-dispatch-apple-event): Use command-execute instead of
11165         call-interactively.
11166         (global-map): Don't bind mac-apple-event.
11167         (special-event-map): Bind mac-apple-event.
11169 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11171         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11172         file name.
11173         (emacs): Enclose the value of $(EMACS) in quotes.
11175 2006-06-02  Juri Linkov  <juri@jurta.org>
11177         * international/mule.el (sgml-html-meta-auto-coding-function):
11178         Remove the condition `(search-forward "<html" size t)'.
11179         Replace `\"' with `[\"']?' in `re-search-forward'.
11181 2006-06-02  Kenichi Handa  <handa@m17n.org>
11183         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11184         as well as `coding'.
11185         (hack-local-variables): Likewise.
11187         * international/mule.el (enable-character-translation):
11188         Put permanent-local and safe-local-variable properties.
11189         (find-auto-coding): Handle char-trans: tag.
11191 2006-06-02  Juri Linkov  <juri@jurta.org>
11193         * international/mule.el (sgml-html-meta-auto-coding-function):
11194         Limit the search by the end of the HTML header (if any).
11196 2006-06-01  Richard Stallman  <rms@gnu.org>
11198         * subr.el (with-current-buffer): Doc fix.
11200 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11202         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11203         Almost rewrite.  Underlines over all lines of gcov output are too
11204         uncomfortable to read.  Suggested by Dan Nicolaescu.
11206 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11208         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11210         * shell.el (shell-mode): Use shell-mode-map in docstring.
11212         * comint.el (comint-send-input): Do not add help-echo and
11213         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11215 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11217         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11219 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11221         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11222         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11223         look up the stack and pop up GUD buffer if necessary.
11224         (gdb-frames-select): Remove redundant call to gud-display-frame.
11225         (gdb-info-threads-custom): Keep point at start of buffer.
11226         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11228 2006-05-31  Juri Linkov  <juri@jurta.org>
11230         * replace.el (query-replace-read-from, query-replace-read-to):
11231         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11233 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11235         * textmodes/table.el: Convert all HTML tags to lower case for
11236         XHTML compatibility.
11238 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11240         * progmodes/compile.el:
11241         (compilation-error-regexp-alist-alist::gcov-called-line):
11242         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11244 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11246         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11247         Revert inadvertent changes made with last commit.
11249 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11251         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11252         New functions.
11254         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11256 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11258         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11259         only matches in the right place.
11260         (org-upcoming-deadline): New face.
11261         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11262         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11263         and make it an option.
11264         (org-export-ascii-bullets): New option.
11265         (org-export-as-html): Many changes to emit valid XHTML.
11266         (org-par-open): New variable.
11267         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11268         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11269         (org-timeline): Pass `org-timeline-show-empty-dates' to
11270         `org-get-all-dates'.  Interpret empty dates returned by
11271         `org-get-all-dates'.
11272         (org-get-all-dates): New argument EMPTY.  Add dates without
11273         entries to the list, mark large ranges of empty dates.
11274         (org-point-in-group, org-context): New functions.
11276 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11278         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11280         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11281         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11282         to C-mouse-3 (for 2 button mice).
11283         (gdb-send): Do the right thing for C-d.
11285         * speedbar.el (speedbar-detach): Delete.
11286         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11287         it breaks things.
11288         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11290 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
11292         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11293         Makeppfile.
11295         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11296         Add makepp diagnostic.
11298 2006-05-29  Richard Stallman  <rms@gnu.org>
11300         * window.el (fit-window-to-buffer): Doc fix.
11302         * help.el (temp-buffer-max-height): Doc fix.
11304         * subr.el (with-current-buffer): Doc fix.
11306 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11308         * term/x-win.el: Bind F10 to menu-bar-start if available.
11310 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
11312         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11313         uses with a simple test.
11314         (term-set-escape-char, term-mode, term-check-kill-echo-list)
11315         (term-send-raw-string, term-send-raw, term-mouse-paste)
11316         (term-char-mode, term-line-mode, term-exec, term-sentinel)
11317         (term-handle-exit, term-read-input-ring)
11318         (term-previous-matching-input-string)
11319         (term-previous-matching-input-string-position)
11320         (term-previous-matching-input-from-input)
11321         (term-replace-by-expanded-history, term-send-input)
11322         (term-skip-prompt, term-bol, term-send-invisible)
11323         (term-kill-input, term-delchar-or-maybe-eof)
11324         (term-backward-matching-input, term-check-source)
11325         (term-proc-query, term-emulate-terminal)
11326         (term-handle-colors-array, term-process-pager, term-pager-line)
11327         (term-pager-bob, term-unwrap-line, term-word)
11328         (term-dynamic-complete-filename)
11329         (term-dynamic-complete-as-filename)
11330         (term-dynamic-simple-complete): Replace one arm ifs with whens or
11331         unlesses.
11333 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11335         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11336         during bootstrapping.
11338         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11339         Basically undo the change of 2006-05-26: use extra arguments instead of
11340         dynamic scoping.
11341         (ewoc-locate): Remove unused var `footer'.
11343 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11345         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11347         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11348         (generate-file-autoloads): Obey it.  Return whether autoloads were
11349         added at point or not.
11350         (update-file-autoloads): Use this new return value.
11351         Remove redundant test for the presence of an autoload cookie.
11353         * emacs-lisp/autoload.el (autoload-find-file): New fun.
11354         This one calls hack-local-variables.
11355         (generate-file-autoloads, update-file-autoloads): Use it.
11357         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11358         (bibtex-sort-entry-class): Add safe-local-variable predicate.
11359         (bibtex-sort-entry-class-alist): Don't set the global value.
11360         (bibtex-init-sort-entry-class-alist): New fun.
11361         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11362         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11363         of bibtex-init-sort-entry-class.
11365 2006-05-28  Richard Stallman  <rms@gnu.org>
11367         * subr.el (load-history-regexp): If FILE is relative, insist
11368         entire last name component must match it.
11369         (load-history-filename-element, load-history-regexp): Doc fixes.
11371 2006-05-29  Kim F. Storm  <storm@cua.dk>
11373         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11374         `pos' and `raw-data' for clarity, as eval forms may access these.
11376 2006-05-28  Kim F. Storm  <storm@cua.dk>
11378         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11380 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11382         * progmodes/make-mode.el (makefile-browser-map)
11383         (makefile-mode-syntax-table): Move initialization inside declaration.
11384         (makefile-fill-paragraph): Use the default comment-filling code.
11386 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
11388         * replace.el (query-replace-defaults): New variable.
11389         (query-replace-read-from): Use `query-replace-defaults' for
11390         default value, instead of history list.
11391         (query-replace-read-to): Update `query-replace-defaults'.
11393 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
11395         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11396         with no X toolkit.
11398 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
11400         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11401         (tumme-show-all-from-dir): Add autoload.
11403 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11405         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11406         (tumme-remove-tag): Fix bug.
11408 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
11410         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11411         FOOTER args.  Update unique caller.
11412         (ewoc-delete): Compute last node once before looping.
11413         (ewoc--node-branch): Merge into unique caller.
11414         (ewoc--node): Don't define constructor make-ewoc--node for this
11415         structure.
11416         (ewoc): Add member `hf-pp' to this structure.
11417         (ewoc--wrap): New func.
11418         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
11419         header/footer pretty-printers.  Save header/footer pretty-printer.
11420         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11422         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11424 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11426         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11427         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
11428         Tag'.  Change "Compare directories..." to "Change Directories...".
11429         Move tumme commands to Operate, Regexp and Immediate menus.
11430         Change "Add Comment" to "Add Image Comment".  Change "Add Image
11431         Tag" to "Add Image Tags".
11433         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11434         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11435         `tumme-delete-tag'.
11437 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11439         * shell.el (shell-mode): Call shell-dirtrack-mode after
11440         list-buffers-directory is made a local variable, to avoid setting
11441         the default value.
11443 2006-05-26  Kevin Ryde  <user42@zip.com.au>
11445         * info.el (Info-index-next): Use where-is-internal to report
11446         actual binding of Info-index-next, rather than hard-coded `,'.
11448 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
11450         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11451         and "Find Command in Manual" to here.
11453         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11454         Info-current-file as the file name.
11456 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
11458         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
11459         overrides will now be done a different way.
11460         (ses-set-parameter): Reapply this function for undo.
11461         (ses-set-header-row): Reconstruct header row during undo.
11462         (ses-widen): New function.
11463         (ses-goto-data, ses-reconstruct-all): Use new function.
11464         (ses-command-hook): Widen buffer during undo, before unupdating
11465         the cells.
11466         (ses-insert-row, ses-delete-row): Widen buffer during undo.
11467         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11468         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11469         formula hasn't been executed yet.
11471 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11473         * comint.el (comint-kill-whole-line): Rename arg to count.
11474         Fix doc string.
11476 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
11478         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11479         to copy-file.
11481 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11483         * simple.el (toggle-truncate-lines): Make arg optional for
11484         backward compatibility.
11486 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
11488         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11489         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11490         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
11491         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11492         (ewoc--adjust): Use ewoc--current-dll.
11493         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11495 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
11497         * textmodes/org.el (org-next-item, org-previous-item): Emit more
11498         compact error message.
11499         (org-tags-view): Refresh category table in each file.
11500         (org-table-justify-field-maybe): Remove superfluous arguments to
11501         `format'.
11502         (org-export-as-html): Insert "<p>" before postamble.
11503         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11505 2006-05-26  Kenichi Handa  <handa@m17n.org>
11507         * textmodes/po.el (po-find-charset): Pay attention to the case
11508         FILENAME is a cons (NAME . BUFFER).
11509         (po-find-file-coding-system-guts): Likewise.
11511         * arc-mode.el (archive-set-buffer-as-visiting-file):
11512         Call find-operation-coding-system with (FILENAME . BUFFER).
11514         * tar-mode.el (tar-extract): Call find-operation-coding-system
11515         with (FILENAME . BUFFER).
11517         * international/mule.el (decode-coding-inserted-region):
11518         Call find-operation-coding-system with (FILENAME . BUFFER).
11520 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
11522         * image-mode.el (image-toggle-display): Use buffer contents to
11523         generate image for a remote file.
11525 2006-05-25  Juri Linkov  <juri@jurta.org>
11527         * replace.el (query-replace-read-from, query-replace-read-to):
11528         Remove 8th arg KEEP-ALL in read-from-minibuffer.
11530 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
11532         * whitespace.el (whitespace-cleanup): Change to cleanup
11533         region if one is active.
11534         * whitespace.el (whitespace-cleanup-internal): New internal method.
11536 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11538         * dired.el (dired-mode-map): Add help-echo strings to tumme
11539         commands.  Bind `tumme-dired-display-image' to C-t i.
11541         * tumme.el (tumme-display-image): Change documentation string slightly.
11542         (tumme-dired-display-image): Add call to `display-buffer'.
11544 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
11546         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11547         Signal error if RAW-DATA is a multibyte string.
11549 2006-05-24  Richard Stallman  <rms@gnu.org>
11551         * subr.el (with-local-quit): When handling `quit' signal,
11552         make a chance for quit-flag to cause a quit.
11554         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11555         (ad-disable-advice): Add autoloads.
11557         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11559 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11561         * dired.el (dired-mode-map): Change menu items for tumme as per
11562         suggestions in emacs-devel.
11564 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11566         * dired.el (dired-mode-map): Fix breakage.
11568 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11570         * tumme.el (tumme-display-dired-image): Rename to...
11571         (tumme-dired-display-image): ...this.
11572         (tumme-track-movement): Change default value to t.
11573         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11574         used from `tumme-next-line-and-display' and similar commands.
11576         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11577         Immediate menu.  Add some tumme commands there.
11579 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11581         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11583 2006-05-24  Chong Yidong  <cyd@mit.edu>
11585         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11586         menu entries that open submenus.
11588 2006-05-24  Alan Mackenzie  <acm@muc.de>
11590         * startup.el (command-line): For names of preloaded files, don't
11591         append ".elc" (now done in Fload), and call file-truename on the
11592         lisp directory.
11594         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11595         match ANY loaded file with the right name, not just those in
11596         load-path.  Put a regexp matching the file name into
11597         after-load-alist, rather than the name itself.
11599         * subr.el (load-history-regexp, load-history-filename-element)
11600         (do-after-load-evaluation): New functions.
11602         * international/mule.el (load-with-code-conversion): Do the
11603         eval-after-load stuff by calling do-after-load-evaluation.
11605 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11607         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11608         has not been killed.
11610 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11612         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11613         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11614         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11615         Optionally set error message in reply.
11617 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11619         * textmodes/org.el (org-open-at-point): Use renamed variable
11620         `org-confirm-shell-link-function'.
11621         (org-confirm-shell-link-function): Rename from
11622         `org-confirm-shell-links'.
11623         (org-export-directory): New function.
11624         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11625         (org-export-icalendar): Use `org-export-directory'.
11626         (org-indent-item): Keep cursor position.
11627         (org-link-file-path-type): New option.
11628         (org-export-as-html): Fix bug with plain lists starting in
11629         column 0.
11630         (org-export-as-html): Remove deadline formatting, this happens
11631         now already in `org-html-handle-time-stamps'.
11632         (org-export-html-style): Deadline class removed.
11633         (org-insert-labeled-timestamps-at-point): New option.
11634         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11635         of `hide-sublevels 1', in case the first headline is not level 1.
11636         (org-overview, org-content): New fuction.
11637         (org-cycle-global-status, org-cycle-subtree-status): Make these
11638         variables buffer-local.
11639         (org-global-cycle): New command.
11640         (org-shifttab): Use `org-global-cycle'.
11641         (org-insert-heading, org-insert-item): Go to end of new
11642         headline/item after creating it.
11643         (org-export-visible): Rename from `org-export-copy-visible'.
11644         Now creates a temporary org-file and applies an exporting command
11645         to it.
11646         (org-table-eval-formula): Support for lisp forms.
11647         (org-agenda-todo-ignore-scheduled): New option.
11648         (org-agenda-get-todos): Use new option
11649         `org-agenda-todo-ignore-scheduled'.
11650         (org-export-html-inline-images): New value `maybe'.
11651         (org-export-as-html): Inlining of images dependent on link description.
11652         (org-archive-subtree): Check for end-of-buffer before trying
11653         `kill-line'.
11654         (org-agenda-follow-mode): New option.
11655         (org-export-with-tags, org-export-with-timestamps): New options.
11656         (org-html-handle-time-stamps): New function.
11657         (org-keyword-time-regexp): New variable.
11658         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11659         (org-agenda-todo-list-sublevels): New option.
11660         (org-html-level-start): When TITLE is nil, just close all levels.
11661         (org-parse-key-lines, org-parse-export-options): Remove functions,
11662         replaced by `org-infile-export-plist'.
11663         (org-combine-plists, org-infile-export-plist)
11664         (org-default-export-plist): New functions.
11665         (org-export-html-preamble, org-export-html-postamble)
11666         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11667         New variables.
11668         (org-export-publishing-directory): New option.
11669         (org-export-as-html, org-export-as-ascii): Use the new property
11670         lists for settings.
11671         (org-export-copy-visible, org-export-as-xoxo):
11672         Respect `org-export-publishing-directory'.
11673         (org-link-search, org-store-link, org-file-apps): Support for
11674         links to BibTeX database entries..
11675         (org-get-current-options, org-set-regexps-and-options):
11676         Implement logging as a startup option.
11677         (org-store-link): Make sure context string is never empty
11678         (org-insert-link): Use relative path when possible.
11679         (org-at-item-checklet-p): New function.
11680         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11681         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11682         (org-metaright, org-metaup, org-metadown, org-shiftup)
11683         (org-shiftdown, org-shiftright, org-shiftleft)
11684         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11685         Dispatch using `call-interactively'.
11686         (org-call-with-arg): New defsubst.
11687         (org-tag-alist, org-use-fast-tag-selection): New options.
11688         (org-complete): Use `org-tag-alist'.
11689         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11690         (org-next-item, org-previous-item): New commands.
11691         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11692         make command.
11693         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11695 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11697         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11698         (ewoc-filter): Use `ewoc-delete'.
11700         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11702 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11704         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11705         Signal more user-friendly error messages.
11707         * complete.el (PC-do-completion): Undo the addition of implicit
11708         wildcards if they did not lead to finding any match.
11709         (read-file-name-internal): Don't add the final > if the completion is
11710         not finished.
11712 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11714         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11715         Quote safe-local-variable predicate.
11717 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11719         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11721 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11723         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11725         * progmodes/make-mode.el (makefile-special-targets-list)
11726         (makefile-macro-table, makefile-target-table): Mark as risky.
11727         (makefile-query-one-target-method): Make this the alias for the
11728         following variable.
11729         (makefile-query-one-target-method-function): Make this the real name.
11731         * textmodes/artist.el (artist-text-renderer): Make this the alias
11732         for the following variable.
11733         (artist-text-renderer-function): Make this the real name.
11735         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11736         the alias for the following variable.
11737         (flyspell-generic-check-word-predicate): Make this the real name.
11739         * textmodes/ispell.el (ispell-format-word): Make this the alias
11740         for the following variable.
11741         (ispell-format-word-function): Make this the real name.
11742         (ispell-message-text-end): Mark as risky.
11744         * skeleton.el (skeleton-transformation, skeleton-filter)
11745         (skeleton-pair-filter): Make these the aliases for the following
11746         variables.
11747         (skeleton-transformation-function, skeleton-filter-function)
11748         (skeleton-pair-filter-function): Make these the real names.
11750         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11751         and skeleton-pair-filter-function.
11753         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11754         alias for the following variable.
11755         (sgml-transformation-function): Make this the real name.
11756         (sgml-tag-alist): Mark as risky.
11758 2006-05-21  Richard Stallman  <rms@gnu.org>
11760         * simple.el (kill-region): Interactively, pass point, then mark.
11762 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11764         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11766 2006-05-21  Romain Francoise  <romain@orebokech.com>
11768         * dired-x.el (dired-mode-map): Don't bind M-g.
11770 2006-05-20  Richard Stallman  <rms@gnu.org>
11772         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11773         (dired-goto-file): Doc fix.
11775 2006-05-21  Kim F. Storm  <storm@cua.dk>
11777         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11778         way to enable built-in cua-mode if user loads older CUA-mode package.
11780         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11781         if default-filename is specified.
11783 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11785         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11787         * info.el (info-apropos): Make sure current-file and current-node
11788         have non-nil values.  Speed up by using add-to-list instead of
11789         manual consing.
11791 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11793         * progmodes/make-mode.el (makefile-mode): Doc fix.
11795 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11797         * dired-aux.el (dired-do-shell-command): Doc fix.
11799 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11801         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11802         ``(custom-manual :tag "Foo" "(foo)Node")''.
11804 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11806         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11807         value is an integer.
11809 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11811         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11812         "format".
11813         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11815 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11817         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11818         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11820 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11822         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11823         regexp for keywords.
11825 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11827         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11828         replace-regexp-in-string.
11830         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11831         encode, and escape file name on conversion to URL.
11833 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11835         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11836         Don't unescape URL.
11837         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11839         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11840         on conversion to URLs.
11842         * net/browse-url.el (browse-url-file-url): Encode file name on
11843         conversion to URL.
11845         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11846         conversion to URL.
11848 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11850         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11852 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11854         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11855         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11857 2006-05-19  Glenn Morris  <rgm@gnu.org>
11859         * calendar/diary-lib.el (diary-bahai-date)
11860         (list-bahai-diary-entries, mark-bahai-diary-entries)
11861         (mark-bahai-calendar-date-pattern): Not interactive.
11862         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11863         (diary-entries-list): Change format of 4th element in each entry.
11864         (diary-list-entries): Use add-to-diary-list.
11865         (diary-goto-entry): Handle the case where the buffer visiting the
11866         diary has been killed.
11867         (fancy-diary-display): Add 'locator to button rather than 'marker.
11868         Only generate temp-face when there are marks to apply.
11869         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11870         (diary-fancy-date-pattern): New variable.
11871         (diary-time-regexp): Doc fix.
11872         (diary-anniversary, diary-time): New faces.
11873         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11874         diary-time-regexp.  Add font-lock-multiline property where needed.
11875         Use new faces diary-anniversary and diary-time.
11876         (diary-fancy-font-lock-fontify-region-function): New function, to
11877         handle multiline font-lock pattern in fancy diary.
11878         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11879         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11880         diary-time.
11882 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11884         * international/code-pages.el (mik): Table corrected.
11886 2006-05-18  Kim F. Storm  <storm@cua.dk>
11888         * progmodes/grep.el (grep-find): Don't check grep-find-command
11889         before running command (breaks non-interactive usage).
11891 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11893         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11894         (ewoc--insert-new-node): Don't insert trailing newline.
11895         Instead, adjust successor nodes's start markers.
11896         (ewoc--refresh-node): Delete all text from current node's start
11897         marker to the next one's; adjust successor nodes's start markers.
11898         (ewoc--create): Doc fixes.
11899         (ewoc--refresh): Don't insert newline.
11900         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11901         * pcvs.el (cvs-make-cvs-buffer):
11902         Specify extra newline for ewoc's header and footer.
11903         (cvs-update-header): Update initial header recognition.
11904         Append newline to final header and footer values.
11905         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11907 2006-05-17  Richard Stallman  <rms@gnu.org>
11909         * files.el (file-name-extension): Doc fix.
11911 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11914         we can explicitly enable/disable rather than toggle.
11915         (shell-mode): Use it.
11916         (shell-cd): Don't try to reproduce what `cd' does.
11918 2006-05-17  Kim F. Storm  <storm@cua.dk>
11920         * ido.el (ido-read-internal): Use only nondirectory part of
11921         default item.
11923 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11925         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11926         (ewoc-nth): Doc fix.
11928         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11930 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11932         * international/mule.el (auto-coding-alist): Add .lha to files
11933         read with no-conversion.
11935         * files.el (auto-mode-alist): Add .lha files to archive file
11936         extensions.
11938         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11939         Convert csize to integer when computing offsets within the
11940         compressed archive file.
11942 2006-05-16  Kim F. Storm  <storm@cua.dk>
11944         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11945         with read-from-minibuffer.
11947 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11949         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11950         (byte-compile-warnings): Fix safe-local-variable property.
11952 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11954         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11955         (allout-stylish-prefixes, allout-numbered-bullet)
11956         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11957         predicates to qualify `safe-local-variable' property, when
11958         available, else use equivalent lambda.
11959         (allout-current-topic-collapsed-p): Do the right thing regarding
11960         trailing blank lines.
11962 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11964         * server.el (server-start): Only create a directory if needed.
11965         (server-edit, server-unload-hook): server-start => server-mode.
11966         (kill-emacs-hook): Cleanup upon exit.
11968 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11970         * hexl.el (hexlify-buffer): Encode process arguments manually.
11972 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11974         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11975         call to gdb-tooltip-print.
11977 2006-05-15  Romain Francoise  <romain@orebokech.com>
11979         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11980         systems, default to "tar" since those systems probably have GNU tar.
11982 2006-05-14  Lars Hansen  <larsh@soem.dk>
11984         * desktop.el (desktop-missing-file-warning): Fix docstring.
11985         (desktop-restore-file-buffer): Correct question asked on missing file.
11987 2006-05-14  Kim F. Storm  <storm@cua.dk>
11989         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11990         Add CUA move property.
11992 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11994         * custom.el (custom-push-theme): Load the variable before checking
11995         its `standard-value'.
11997 2006-05-13  Lars Hansen  <larsh@soem.dk>
11999         * desktop.el (desktop-save): Use with-temp-buffer.
12001 2006-05-12  Glenn Morris  <rgm@gnu.org>
12003         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12004         * calendar/calendar.el (calendar-mode-map):
12005         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12006         * calendar/appt.el (appt-check, appt-make-list): Refer to
12007         diary-view-entries, diary-list-entries, diary-show-all-entries
12008         rather than obsolete aliases.
12010 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12012         * simple.el (line-move-finish): Avoid calling point motion hooks
12013         while processing intangibility.
12015 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12017         * term/xterm.el (terminal-init-xterm): Fix typo.
12019 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12021         * allout.el (allout-view-change-hook): Mark as being deprecated,
12022         to be replaced by `allout-exposure-change-hook'.
12023         (allout-exposure-change-hook): New, replacing
12024         `allout-view-change-hook'.
12025         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12026         in addition to `allout-view-change-hook'.
12027         (allout-show-bodies, allout-old-style-prefixes)
12028         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12029         lambda forms to prevent their showing up in variable help
12030         presentations as inscrutable byte-compiled code.
12031         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12032         Use string-or-null-p to qualify safe-local-variable values.
12033         (allout-reindent-bodies): Use memq to qualify matches against
12034         valid safe-local-variable values.  Also, quote the lambda as above.
12035         (allout-use-mode-specific-leader): Add missing candidate-value
12036         symbols, use memq, and quote the lambda.
12037         (allout-overlay-interior-modification-handler): Remove unused
12038         variables `msg' and 'opened'.
12039         (allout-hidden-p): Constrain invisibility consideration to allout's
12040         invisibility spec, disregarding invisibility for other reasons.
12042 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12044         * files.el (version-control): Correct safe values.
12046 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12048         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12050         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12051         (ewoc--insert-new-node): New func.
12052         Update callers of deleted funcs to use it, instead.
12054 2006-05-11  Glenn Morris  <rgm@gnu.org>
12056         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12057         obsolete alias `show-all-diary-entries'.
12058         (make-diary-entry): Not interactive.
12059         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12060         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12061         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12062         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12063         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12064         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12066 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12068         * calendar/calendar.el (calendar-french-date-string)
12069         (calendar-mayan-date-string, calendar-chinese-date-string)
12070         (calendar-astro-date-string, calendar-iso-date-string)
12071         (calendar-islamic-date-string, calendar-bahai-date-string)
12072         (calendar-hebrew-date-string, calendar-coptic-date-string)
12073         (calendar-ethiopic-date-string, calendar-persian-date-string):
12074         These functions are not interactive.
12076 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12078         * files.el: Balance parentheses.
12080 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12082         * files.el, newcomment.el, outline.el, simple.el,
12083         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12084         * progmodes/cc-vars.el, progmodes/compile.el:
12085         Move `safe-local-variable' declarations to the respective files.
12087         * help-fns.el (describe-variable): Don't print safe-var if it is
12088         byte-code.  Improve wording as suggested by Luc Teirlinck.
12090 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12092         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12093         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12094         Use a token for pending-triggers to ensure gdb-var-update
12095         gets called once per user input again for pre-GDB 6.4.
12096         (gdb-var-delete): Match on more complex expressions.
12097         (gdb-var-list-children-handler, gdb-var-create-handler):
12098         Use a token for consistency.
12100 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12102         * textmodes/org.el (org-read-date, org-goto-calendar)
12103         (org-agenda-goto-calendar):
12104         Bind `view-calendar-holidays-initially' to nil.
12106 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12108         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12109         Update all callers to do it there, instead.
12111 2006-05-10  Glenn Morris  <rgm@gnu.org>
12113         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12114         prefix arg case, to avoid view-diary-entries-initially error.
12115         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12116         (calendar-date-is-legal-p): Handle dates with no day part.
12118 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12120         * comint.el (comint-insert-input): Just make it when
12121         comint-use-prompt regexp is nil (default) and with the mouse.
12122         (comint-copy-old-input): Reinstate from 2004-06-23.
12123         (comint-mode-map): Bind C-c C-m to it.
12125 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12127         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12128         Remove spurious move to point-max (new comint behavior fixes).
12130         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12131         compatibility function (Emacs 18/19).
12132         (idlwave-is-continuation-line): Always return point at start of
12133         previous non-blank continuation line.
12134         (keyword-parameters): Fix continued comment font-lock matcher.
12135         (idlwave-font-lock-fontify-region): Written, use as
12136         font-lock-fontify-region-function, to fix continued keyword
12137         fontification issues.
12139 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12141         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12142         (mac-service-selection, mac-service-open-file)
12143         (mac-service-open-selection, mac-service-mail-selection)
12144         (mac-service-mail-to, mac-service-insert-text): Rename from
12145         mac-services-*.  All uses changed.
12146         (mac-apple-event-map): Rename event symbol `services' to `service'.
12148 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12150         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12151         (ewoc--node-enter-first, ewoc--node-enter-last)
12152         (ewoc--delete-node-internal): Merge funcs into unique callers.
12154 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12156         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12157         return value of read-from-minibuffer for empty input.
12159 2006-05-09  Miles Bader  <miles@gnu.org>
12161         * comint.el (comint-insert-input): Remove redundant calls to setq
12162         and goto-char.
12164 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12166         * comint.el (comint-insert-input): Make it work when
12167         comint-use-prompt-regexp is t.
12169 2006-05-10  Miles Bader  <miles@gnu.org>
12171         * subr.el (field-at-pos): New function.
12173         * comint.el (comint-insert-input): Use it.
12175 2006-05-09  Juri Linkov  <juri@jurta.org>
12177         * battery.el (battery-linux-proc-acpi): Also try
12178         `/proc/acpi/thermal_zone/THR2/temperature'.
12180         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12181         for now unused lambda `string-or-null'.
12183         * add-log.el (change-log-default-name): Put `string-or-null-p'
12184         instead of lambda on `safe-local-variable' property.
12186         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12187         `region-end' instead of `mark' and `point'.
12188         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12189         Operate on region in Transient Mark mode when the mark is active.
12190         Use `region-beginning' and `region-end' instead of `mark' and
12191         `point'.
12192         (diff-hunk-text, diff-goto-source): Doc fix.
12194         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12195         face `mode-line-buffer-id' for mode-line buffer face instead of
12196         hard-coded `(:weight bold)'.
12198         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12199         buffer-undo-list to t (undo-ask is reproducible by visiting
12200         nested archives).
12202 2006-05-09  Kim F. Storm  <storm@cua.dk>
12204         * progmodes/grep.el (rgrep): Set default directory of *grep*
12205         buffer if we start M-x rgrep in the *grep* buffer and choose
12206         a different base directory.
12208 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12210         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12211         completion also when ido is loaded.
12213 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12215         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12216         "warning" and "import".
12217         (cpp-font-lock-keywords): Added "warning".
12219 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12221         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12223 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12225         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12226         pages at a time, if we signal the end, we should indeed reach that end.
12228 2006-05-08  David Reitter  <david.reitter@gmail.com>
12230         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12231         output during execution of the body.
12233 2006-05-08  Kim F. Storm  <storm@cua.dk>
12235         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12237 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12239         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12240         Use with-current-buffer.
12242 2006-05-07  Kim F. Storm  <storm@cua.dk>
12244         * subr.el (add-to-history): Remove keep-dups arg.
12246         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12247         to nil around call to add-to-history.
12249 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12251         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12252         than after a buffer modification.
12254 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12256         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12257         call to...
12258         (gud-watch): ...here so speedbar is raised for already watched
12259         expressions.
12260         (gdb-speedbar-refresh): Delete function.
12261         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12262         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12263         earlier change).
12264         (gdb-var-evaluate-expression-handler)
12265         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12267         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12268         Update localized contents for all buffers except ignored modes.
12270 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12272         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12273         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12274         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12275         (mac-handle-font-panel-closed, mac-handle-font-selection):
12276         New functions.
12277         (mac-font-panel-mode): New minor mode.
12278         (mac-apple-event-map): Add bindings for toolbar toggle button and
12279         font panel.
12280         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12282 2006-05-07  John Paul Wallington  <jpw@pobox.com>
12284         * ibuffer.el (ibuffer-compressed-file-name-regexp):
12285         Avoid `regexp-opt'; simplify regexp for readability.
12287 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
12289         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12290         * files.el (buffer-stale-function):
12291         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12292         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12293         links to the main manual, not to emacs-xtra.
12295 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12297         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12298         MacJapanese if text is ASCII-only.
12300 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
12302         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12303         unless so nil isn't returned.
12304         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12306 2006-05-06  Kim F. Storm  <storm@cua.dk>
12308         * subr.el (add-to-history): New function.
12310         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12311         (ediff-merge-files-with-ancestor):
12312         * env.el (setenv):
12313         * isearch.el (isearch-update-ring):
12314         * server.el (server-visit-files):
12315         * progmodes/grep.el (lgrep, rgrep):
12316         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12317         * progmodes/xscheme.el (xscheme-insert-expression):
12318         Use add-to-history.
12320         * kmacro.el (kmacro-push-ring): Use add-to-history.
12321         (kmacro-ring-length): Remove unused defun.
12322         (kmacro-start-macro): Use kmacro-push-ring.
12324 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
12326         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12327         directly instead of a lambda expression that calls it.
12329 2006-05-06  Kim F. Storm  <storm@cua.dk>
12331         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12332         instead of compute-motion.
12334 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12336         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12337         change.
12339 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
12341         * startup.el (command-line-1): Refer to "Pure Storage" on
12342         pure-space-overflow.
12344 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
12346         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12347         provided faces once they all have been used up.
12349 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12351         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12352         reference to the Lisp manual to the warning about pure space
12353         overflow.
12355 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12357         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12358         argument to avoid the call to `ispell-internal-change-dictionary'
12359         when not needed.
12360         (ispell-change-dictionary): Use this argument and call
12361         `ispell-internal-change-dictionary' after the possible change
12362         to `ispell-local-dictionary'.
12363         (ispell-internal-change-dictionary): Check for a change in
12364         personal dictionary use too.
12366 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12368         * startup.el (command-line): On MS-Windows, probe "~", not
12369         "~USER", for warning about non-existent home directory.
12371         * arc-mode.el (archive-l-e): New optional argument `float' means
12372         generate a float value.
12373         (archive-arc-summarize, archive-lzh-summarize)
12374         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12375         with 3rd argument non-nil when file's size is being computed.
12376         Format the file sizes with %8.0f instead of %8d.
12378 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12380         * cus-start.el (all): Add mac-dnd-known-types.
12382         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12383         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12384         (mac-TIFF-to-string): New functions.
12385         (x-get-selection, x-selection-value)
12386         (mac-select-convert-to-string): Use them.
12387         (mac-text-encoding-mac-japanese-basic-variant): New constant.
12388         (mac-dnd-types-alist): New customization variable.
12389         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12390         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12391         (mac-dnd-handle-drag-n-drop-event): New functions.
12392         (mac-drag-n-drop): Remove function.
12393         (global-map): Bind drag-n-drop and M-drag-n-drop to
12394         mac-dnd-handle-drag-n-drop-event.
12396 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
12398         * progmodes/perl-mode.el (perl-beginning-of-function):
12399         Skip anonymous subs.
12401 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
12403         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12404         regexp-opt at run time.
12406         * term.el (term-handle-ansi-escape): Fix off by one error.
12408 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
12410         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12411         (gdb-init-1, gdb-post-prompt): ...and references to it.
12412         (gdb-frame-handler): Strip directory name from filename if present.
12414         * progmodes/gud.el (gdb-force-update): Delete defvar
12415         (gud-speedbar-buttons): ...and references to it.  Use window-start
12416         to try to keep positon in watch expression.
12418 2006-05-03  Richard Stallman  <rms@gnu.org>
12420         * simple.el (next-history-element, previous-history-element): Doc fix.
12422         * isearch.el (isearch-update-ring): Doc fix.
12424 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
12426         * isearch.el (isearch-update-ring): Take history-delete-duplicates
12427         into consideration.  Replace one arm ifs with whens.
12429 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
12431         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12432         (menu): Fix typo.
12434 2006-05-02  Miles Bader  <miles@gnu.org>
12436         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12438 2006-05-02  Jay Belanger  <belanger@truman.edu>
12440         * calc/calc-embed.el (calc-override-minor-modes-map)
12441         (calc-override-minor-modes): New variables.
12442         (calc-do-embedded): Make sure that Calc keystrokes aren't
12443         overwritten by minor modes.
12445 2006-05-02  Chong Yidong  <cyd@mit.edu>
12447         * msb.el (msb): If EVENT is a down event, read and discard the up event.
12449 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12451         * startup.el (command-line-1): Refer to Lisp manual when
12452         pure-space-overflow occurs.
12454         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12455         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12456         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12457         (version-control): Don't use `t' for safe-local-variable declarations.
12459 2006-05-01  Richard Stallman  <rms@gnu.org>
12461         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12462         M-r, M-R, M-A, M-SPC or M-DEL.
12463         (diff-mode-map): diff-refine-hunk now on C-c C-w
12464         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12466         * help-mode.el (help-mode): view-exit-action calls delete-window
12467         only when it is safe and possible.
12469         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12470         in messages.
12472         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12474         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12475         in the default tool-bar-map.
12477 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
12479         * net/tramp.el (tramp-completion-file-name-handler-alist)
12480         (tramp-run-real-handler, tramp-completion-run-real-handler)
12481         (tramp-completion-handle-file-name-all-completions)
12482         (tramp-completion-handle-file-name-completion): Autoload them.
12483         (tramp-completion-handle-file-exists-p)
12484         (tramp-completion-handle-file-name-directory)
12485         (tramp-completion-handle-file-name-nondirectory)
12486         (tramp-completion-handle-expand-file-name): Remove them.
12487         (tramp-handle-file-name-directory): Return the real directory name.
12488         Returning "/" only doesn't need to be necessary any longer.
12489         (tramp-file-name-handler): Make special attention when in hostname
12490         completion mode.
12491         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12492         (tramp-register-file-name-handlers):
12493         Register `tramp-completion-file-name-handler' only when
12494         `partial-completion-mode' is enabled.
12495         (tramp-completion-handle-file-name-all-completions):
12496         Delete directory part from results.
12497         (tramp-get-completion-methods, tramp-get-completion-user-host):
12498         Discard deleting "/", it doesn't work after the change of
12499         `tramp-handle-file-name-directory' above.
12501 2006-05-01  Kim F. Storm  <storm@cua.dk>
12503         * progmodes/grep.el (grep-expand-template): Use save-match-data
12504         and symbol-value.
12506 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12508         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12509         Use select-frame-set-input-focus instead of raise-frame.
12510         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12512 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
12514         * progmodes/gud.el (gud-def): Add %c case.
12515         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12516         (gud-format-command): Make match case sensitive.  Match on %F.
12518 2006-04-30  Glenn Morris  <rgm@gnu.org>
12520         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12521         (cal-tex-preamble): Use cal-tex-preamble-extra.
12522         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12523         than alias `list-diary-entries'.
12525 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
12527         * help-fns.el (describe-variable): Add info about safe local variables.
12529 2006-04-29  Richard Stallman  <rms@gnu.org>
12531         * bindings.el (mode-line-format): help-echo doc fixes.
12533         * net/tramp.el (tramp-file-name-handler-alist): Delete
12534         expand-file-name and other operations that can cause spurious loading.
12536 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * files.el (safe-local-variable-p): Remove support for the special
12539         value t.
12541         * textmodes/paragraphs.el (sentence-end-without-space):
12542         Fix safety predicate.
12543         (sentence-end-double-space, sentence-end-without-period)
12544         (paragraph-ignore-fill-prefix):
12545         * textmodes/fill.el (colon-double-space):
12546         * abbrev.el (abbrev-mode): Tighten the safety predicate.
12548         * subr.el (booleanp): New fun.
12550         * textmodes/reftex-vars.el (reftex-guess-label-type):
12551         Tighten the safety predicate.
12553 2006-04-28  Kim F. Storm  <storm@cua.dk>
12555         * progmodes/grep.el (defgroup grep): Doc fix.
12556         (grep-auto-highlight): Remove.
12557         (grep-template): New defcustom.
12558         (grep-find-template): Rename from grep-tree-template.
12559         (grep-files-aliases): Rename from grep-tree-files-aliases.
12560         Remove "all" alias, add "l" alias.
12561         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12562         (grep-find-ignored-directories): New defcustom to replace
12563         grep-tree-ignore-CVS-directories, to facilitate ignoring
12564         subdirectories for multiple version control systems.
12565         (grep-mode-map): Add Recursive grep item to GREP menu.
12566         (grep-regexp-history, grep-files-history): New defvars.
12567         (grep-probe): New helper function.
12568         (grep-compute-defaults): Use it to simplify code.
12569         Adapt to name changes.
12570         Use `.' as base in grep-find-template rather than <D>.
12571         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12572         Call grep-compute-defaults unconditionally.
12573         (grep-expand-keywords): New defconst.
12574         (grep-expand-template): Rename from grep-expand-command-macros.
12575         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12576         of grep-tree-ignore-case to add -i option.
12577         Bind case-fold-search to nil while matching keywords.
12578         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12579         (grep-read-regexp, grep-read-files): New helper functions.
12580         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12581         Adapt to changes in defcustoms and functions above.
12582         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12584 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12586         * net/tramp.el (tramp-completion-file-name-handler):
12587         Disable Tramp's functionality while loading Tramp itself.
12588         (tramp-register-file-name-handlers): That's a defsubst now.
12589         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12590         `after-init-hook'.
12591         (tramp-repair-jka-compr): Remove.
12593 2006-04-27  Jay Belanger  <belanger@truman.edu>
12595         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12596         read expression when `math-read-big-expr' doesn't work.
12598 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12600         * startup.el (command-line-1): Display warning when
12601         pure-space-overflow is non-nil.
12603 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12605         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12606         risky.
12608 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12610         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12611         Return the URL or nil if none can be generated.
12613 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12615         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12616         byte compiler warnings.
12617         (gud-basic-call, gud-find-expr): Let user select an expression
12618         for printing.  Print expression as well as value in GUD buffer.
12620 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12622         * allout.el: Remove local autoload declaration for
12623         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12624         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12625         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12626         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12627         (allout-stylish-prefixes, allout-numbered-bullet)
12628         (allout-file-xref-bullet, allout-presentation-padding)
12629         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12630         safe-local-variable with suitable value spec, and add autoload
12631         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12632         (move-beginning-of-line, move-end-of-line): Repair so these compat
12633         functions now actually resituate the point, when appropriate.
12635 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12637         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12639         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12640         (add-log-iso8601-time-string): Fix call to format-time-string.
12642 2006-04-26  Kim F. Storm  <storm@cua.dk>
12644         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12646 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12648         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12649         Add support for "//" style comments.  Remove `b' flag
12650         from ?* in `asm-mode-syntax-table'.
12652 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12654         * follow.el: Use (featurep 'xemacs) everywhere.
12655         (follow-mode): Use define-minor-mode.
12656         (follow-mode-map): Move initialization into the declaration.
12657         Use command remapping.
12658         (follow-emacs-version-xemacs-p): Remove.
12659         (follow-submit-feedback): Remove.
12661         * allout.el (allout-layout, allout-passphrase-verifier-string)
12662         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12664         * textmodes/reftex-vars.el (reftex-vref-is-default)
12665         (reftex-fref-is-default, reftex-guess-label-type):
12666         Tighten up a bit the safety predicate.
12668         * textmodes/paragraphs.el (sentence-end-double-space)
12669         (sentence-end-without-period, sentence-end-without-space)
12670         (page-delimiter, paragraph-ignore-fill-prefix):
12671         Tighten up a bit the safety predicate.
12673         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12675         * progmodes/python.el (python-continuation-line-p)
12676         (python-beginning-of-statement): syntax-ppss may return
12677         a negative depth.
12678         (python-mode): Don't forcefully enable font-lock.
12680         * time-stamp.el (time-stamp-start, time-stamp-end)
12681         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12683         * add-log.el: Remove spurious * in docstrings.
12684         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12685         (add-change-log-entry): Use it here, since it's not specific
12686         to iso8601.
12687         (add-log-iso8601-time-string): Don't use it here any more.
12688         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12690         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12692 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12694         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12695         (rcirc-toggle-low-priority): Doc fix.
12696         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12697         ChanServ regexp.
12698         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12699         #emacs.
12700         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12701         (rcirc-decode-coding-system): Use utf-8 as the default.
12702         (rcirc-multiline-minor-mode): Set the fill-column.
12703         (rcirc-format-response-string): Display bright and dim nicks.
12704         (rcirc-browse-url): Update interactive spec to fill ARG.
12705         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12706         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12708 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12710         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12711         case for @Article, etc.
12713 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12715         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12716         Added with autoload cookie.
12717         (tramp-unload-file-name-handlers): Rename from
12718         `tramp-unload-file-name-handler-alist'.
12720 2006-04-23  Romain Francoise  <romain@orebokech.com>
12722         * comint.el (comint-match-partial-filename): Doc fix.
12724 2006-04-21  Glenn Morris  <rgm@gnu.org>
12726         * calendar/cal-menu.el (calendar-mode-map): Refer to
12727         `diary-view-entries' rather than alias `view-diary-entries'.
12728         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12730 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12732         * progmodes/antlr-mode.el (antlr-default):
12733         * cus-edit.el (custom-documentation):
12734         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12735         in defface.
12737 2006-04-21  Kim F. Storm  <storm@cua.dk>
12739         * image.el (image-type): New defun split out of create-image.
12740         (create-image): Use it.
12742 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12744         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12745         (org-open-at-point): Remove the "...done" message to keep output
12746         in the echo area visible.
12747         (org-export-as-xoxo): Fix call to `indent-region'.
12749 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12751         * international/mule.el (keyboard-coding-system): defcustom
12752         info-link fixes: "Specify Coding" has been split, keyboard now in
12753         "Terminal Coding", and "Single-Byte Character Support" is now
12754         "Unibyte Mode".
12756 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12758         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12759         Use font-lock-warning-face for any errors e.g. no stack.
12760         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12762 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12764         * progmodes/sh-script.el (sh-shell): Mark as safe.
12766         * newcomment.el (comment-start, comment-start-skip)
12767         (comment-end-skip, comment-end): Mark as safe.
12769 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12771         * textmodes/org.el (org-deadline-announce): Face removed.
12772         (org-level-faces, org-n-levels): Convert to constant.
12773         (org-compatible-face): New function.
12774         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12775         (org-level-5, org-level-6, org-level-7, org-level-8)
12776         (org-special-keyword, org-warning, org-headline-done, org-link)
12777         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12778         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12779         Face definition revised for better color tty support.
12780         (org-bold-re, org-italic-re, org-underline-re): New constants.
12781         (org-set-font-lock-defaults): Use the new constants.
12782         (org-agenda-highlight-todo): New function.
12783         (org-agenda-todo): Fix bug with point at end of line.
12784         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12785         Fontify TODO keywords.
12786         (org-insert-link): Preserve relative path in ../ links.
12787         (org-export-as-html): Convert links pointing to .org files into
12788         links that will work beteen the exported HTML files.
12789         (org-todo-list): Fix bug when arg=0.
12790         (org-insert-heading): More fine-tuning.
12792 2006-04-19  Romain Francoise  <romain@orebokech.com>
12794         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12795         from `rmail-mime-charset-pattern'.
12797 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12799         * progmodes/python.el (python-mode): Fix typo.
12801 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12803         * comint.el (comint-previous-input): Don't clobber input line
12804         when moving off either end of the input history ring.
12805         (comint-delete-input): New function, used by
12806         `comint-previous-input' and others.
12807         (comint-previous-matching-input):
12808         Use `coming-delete-input'.  Save the partial input if leaving the
12809         edit line.  Goto point-max before deleting input to avoid
12810         partial input fragments hanging around.
12811         (comint-restore-input): New function, used by `comint-previous-input'.
12813 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12815         * imenu.el (imenu--index-alist): Balance parentheses.
12817 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12819         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12821 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12823         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12824         file is nil.
12826 2006-04-18  Richard Stallman  <rms@gnu.org>
12828         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12830         * imenu.el (imenu-create-index-function, imenu--index-alist)
12831         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12832         (imenu-default-create-index-function, imenu--generic-function):
12833         Doc fixes.
12835         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12837         * help-mode.el (help-mode): Set view-exit-action to delete window.
12839         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12840         now works by passing nil as arg.
12842         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12844         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12845         (read-abbrev-file): Provide default when reading filename.
12847         * files.el (enable-local-variables): Allow :all as value.
12848         (hack-local-variables): Implement that value.
12849         (safe-local-variable-values, safe-local-eval-forms)
12850         (enable-local-variables): Mark as risky.
12851         (find-file-visit-truename, kept-old-versions): Mark safe.
12853         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12854         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12855         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12857 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12859         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12860         Use forward-line so as to get to BOL even in the presence of fields.
12861         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12862         in return.
12863         (inferior-tcl): Tell tclsh to work in interactive mode.
12865         * complete.el (partial-completion-mode):
12866         Use 'choose-completion-string-functions to make sure that
12867         choose-completion fills the minibuffer properly.
12869         * complete.el (PC-old-read-file-name-internal): Remove.
12870         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12871         of read-file-name-internal.
12872         (partial-completion-mode): Enable/disable this advice.
12874 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12876         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12877         of 2006-04-17.
12879 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12881         * textmodes/org.el (org-insert-heading): Insert heading before
12882         current if at beginning of line.
12883         (org-todo, org-date): New faces.
12884         (org-table-align): Make sure tooltip window contains full text.
12885         (org-no-properties): New defsubst.
12886         (org-set-font-lock-defaults): Use new faces.
12888 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12890         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12891         for root variables.
12893         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12894         (gdb-frame-address): Re-use to identify frame for watch expression.
12895         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12896         variables.
12897         (gdb-init-1, gdb-source, gdb-post-prompt)
12898         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12899         (gdb-frame-handler): Get gdb-frame-address.
12901 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12903         Sync with Tramp 2.0.53.
12905         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12906         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12907         (tramp-completion-file-name-handler): Add autoload cookie for
12908         adding to `file-name-handler-alist'.
12910         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12911         the prompt.  If it returns earlier (when detecting an error
12912         message), the rest of the output will merge accidently with the
12913         output of the next command.  Reported by M Jared Finder
12914         <jared@hpalace.com>.
12916         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12917         for `process-file', in order to let it work for older Emacsen too.
12919 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12921         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12922         (tex-font-lock-keywords-3): Use it.
12924 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12926         * newcomment.el (comment-add): New function.
12927         (comment-region-default, comment-dwim): Use it.
12929 2006-04-15  Michael Olson  <mwolson@gnu.org>
12931         * emacs-lisp/tq.el: Improve comments.
12932         (tq-queue-head-question): New accessor function.
12933         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12934         Update for modified queue structure.
12935         (tq-queue-add): Accept `question' argument.
12936         (tq-queue-pop): If a question is pending, send it.
12937         (tq-enqueue): Accept new optional argument `delay-question'.
12938         If this is non-nil, and at least one other question is pending a
12939         response, queue the question rather than sending it immediately.
12941 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12943         * calendar/appt.el (appt-add): Check whether an appointment is
12944         already present in appt-time-msg-list.  Simplify code.
12946 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12948         * progmodes/cc-langs.el (c-mode-menu):
12949         Don't presume c-subword-mode is bound.
12951 2006-04-13  Bill Wohler  <wohler@newt.com>
12953         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12954         (customize-package-emacs-version): Use cdr instead of cadr now
12955         that alists use dotted pairs.
12957         * custom.el (defcustom): Fix docstring for :package-version.
12959 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12961         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12962         (tramp-handle-shell-command): Display output buffer only when
12963         `tramp-display-shell-command-buffer' is true.
12964         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12966 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12968         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12969         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12971 2006-04-13  Romain Francoise  <romain@orebokech.com>
12973         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12974         leaving temporary .cvsignore buffers behind.
12976 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12978         * textmodes/org.el (org-set-regexps-and-options)
12979         (org-get-current-options): Better names for the startup folding
12980         options.
12982 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12984         * vc.el (vc-annotate): Arrange for point to end up at the same
12985         line number as in the original, but only when using a new buffer.
12987 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12989         * files.el (hack-one-local-variable-eval-safep):
12990         Recognize `edebug-form-spec' for `put', but only if it passes
12991         `edebug-basic-spec'.  Generalize `put' handling.
12993         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12994         vetting file-local form specs.
12996         * allout.el (allout-layout): Autoload its `safe-local-variable'
12997         property.
12999 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13001         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13002         (org-agenda-mouse-1-follows-link)
13003         (org-mouse-1-follows-link): New options.
13004         (org-format-agenda-item): Fix bug if TAGS is nil.
13005         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13007 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13009         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13010         GDB 6.1+ gives full filename for "info sources" so use
13011         file-name-nondirectory.
13013 2006-04-12  Romain Francoise  <romain@orebokech.com>
13015         * subr.el (read-passwd): Bind `message-log-max' to nil.
13017 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13019         * progmodes/perl-mode.el (perl-indent-new-calculate):
13020         Recompute parse-start after jumping backward by a whole sexp.
13022 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13024         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13025         window configuration.
13026         (vc-annotate-display-select): Select the buffer so that current-buffer
13027         (and selected-window) is the output buffer at the end of vc-annotate.
13029 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13031         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13032         8-color terminals, to use all of the colors in a sensible order.
13033         256-color terminals work well with the standard map.
13034         (vc-annotate-lines): Only strip the first color character if it
13035         is "#", to allow for terminal-style named colors.
13036         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13037         the correct buffer is scrolled.
13039 2006-04-11  Richard Stallman  <rms@gnu.org>
13041         * emacs-lisp/bytecomp.el (byte-compile-file):
13042         Bind enable-local-variables to :safe, and make normal-mode obey it.
13044         * files.el (enable-local-variables): Allow value :safe.
13045         (normal-mode): Doc fix.
13046         (hack-local-variables): Implement enable-local-variables = :safe.
13047         (hack-local-variables-confirm): Don't prevent quitting.
13049 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13051         * loadhist.el (unload-feature): A bit of sanity check of
13052         load-history entries.  Cancel timer-vars before unbinding them.
13054         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13055         quote special chars, and make the trick work on the hex part of the
13056         buffer as well.
13057         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13058         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13060         * startup.el (normal-splash-screen): Fix last change so we don't wait
13061         2 minutes if we don't show the splash screen.
13063 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13065         * textmodes/org.el (org-export-plain-list-max-depth)
13066         (org-table-spaces-around-separators)
13067         (org-radio-targets, org-activate-camels)
13068         (org-table-spaces-around-invisible-separators): Options removed.
13069         (org-time-stamp-rounding-minutes, org-remember-templates)
13070         (org-ellipsis, org-activate-links, org-descriptive-links):
13071         New options.
13072         (org-remember-apply-template, org-current-time)
13073         (org-finish-edit-table-field)
13074         (org-link-unescape, org-link-escape)
13075         (org-string-width, org-table-clean-line, org-html-do-expand)
13076         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13077         (org-read-agenda-file-list): New functions.
13078         (org-table-edit-field)
13079         (org-table-create-or-convert-from-region): New commands
13080         (org-table-toggle-vline-visibility): Command removed.
13081         (org-table-convert-region): Made a command.
13082         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13083         Replace with the normal org- functions.
13084         (org-self-insert-command): Don't trigger realign unnecessarily
13085         when blanking a field that is not full.
13086         (org-mode): `Set buffer-invisibility-spec' for links.
13087         (org-activate-links2): Hide link part and only show descriptive
13088         part of the link.
13089         (org-insert-link): Modify for new linking system.
13090         (org-store-link): Store description separately, for use by
13091         `org-insert-link'.
13092         (org-table-align): Use `org-string-width'.
13093         (defgroup): Completely new group structure for custom variables.
13094         (org-agenda-files): Option: Single file name allowed.  Function:
13095         Optional argument unrestrited means ignore any restricitons.
13096         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13097         trying to modify the menu.  Use generalized access to
13098         `org-agenda-files.'
13099         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13100         (org-agenda-file-to-front, org-remove-file, org-diary)
13101         (org-tags-view, org-export-icalendar-all-agenda-files)
13102         (org-export-icalendar-combine-agenda-files): Use generalized
13103         access to `org-agenda-files'.
13104         (org-remember-handler): Correctly preserve heading if present.
13105         (org-table-insert-row, org-table-insert-hline): Deal with
13106         invisible characters.
13108 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13110         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13111         (vc-annotate-color-map): New 18 element constant
13112         value/saturation, rotating hue colormap, from red->blue.
13113         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13114         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13115         (vc-annotate): To avoid killing the required local variables,
13116         set them before the end of `with-output-to-temp-buffer', and
13117         after first switching to annotate-mode.
13118         (vc-annotate-warp-version): Add buffer argument in goto-line to
13119         ensure annotation, not source, is scrolled.
13121 2006-04-10  Bill Wohler  <wohler@newt.com>
13123         * custom.el (defcustom, custom-handle-keyword):
13124         Add :package-version keyword.
13125         (custom-add-package-version): New function.  Sets value of new
13126         property 'custom-package-version from :package-version keyword.
13127         (defcustom): Create Common Keywords section in docstring.
13128         (defface, defgroup): Replace definitions of a select few keywords
13129         with a reference to the Common Keywords in defcustom.
13130         (defcustom, defface, defgroup): Replace reference to Customization
13131         chapter in manual with hyperlink.
13133         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13134         (customize-changed-options): Add check for custom-package-version.
13135         (customize-package-emacs-version): New function to look up Emacs
13136         version corresponding to the given package version.
13138         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13139         defun name, in similar fashion to find-variable-regexp.
13141 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13143         * international/mule-cmds.el (set-locale-environment): Fix last
13144         change for when the locale's preferences don't specify any encoding.
13146 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13148         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13149         so the defined var/fun doesn't need to be quoted.
13151 2006-04-10  Richard Stallman  <rms@gnu.org>
13153         * finder.el (finder-mode-map): Add n and p bindings.
13155 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13157         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13158         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13159         (gdb-setup-windows): Put something in source window if we can't find
13160         the source file.
13161         (gdb-frame-handler): Make it work again with just assembly.
13162         (gdb-data-list-register-values-handler): Make it work when there is
13163         no stack.
13165 2006-04-09  Richard Stallman  <rms@gnu.org>
13167         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13168         specs while looking for charset.
13170         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13172         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13173         Make them faces.
13174         (lm-font-lock-keywords): Update appropriately.
13176 2006-04-10  Kim F. Storm  <storm@cua.dk>
13178         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13179         it can also replace buffer-substring-no-properties.
13181         * emulation/cua-base.el (cua-delete-region, cua-paste)
13182         (cua-repeat-replace-region): Use filter-buffer-substring.
13184         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13185         (cua-cut-region-to-global-mark): Likewise.
13187         * emulation/cua-rect.el (cua--extract-rectangle)
13188         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13190 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13192         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13193         entry-type.  Add field delimiters to numerical fields if they are
13194         not present.
13196 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13198         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13199         string-const to return value.
13200         (bibtex-remove-delimiters): Use it.
13202 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13204         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13205         cl-byte-compile-compiler-macro unless it exists.
13207 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13209         * files.el (hack-local-variables-confirm) <offer-save>:
13210         Clarify message text.  Suggested by Ralf Angeli.
13212 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13214         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13215         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13216         instead of `buffer-substring' and `delete-region'.  (Most of the
13217         code actually copied from `kill-region'.)
13219 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13221         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13222         (rcirc-default-port): Rename from rcirc-port.
13223         (rcirc-default-nick): Rename from rcirc-nick.
13224         (rcirc-default-user-name): Rename from rcirc-user-name.
13225         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13226         (rcirc-low-priority-flag): New variable.
13227         (rcirc-decode-coding-system): New defcustom.
13228         (rcirc-encode-coding-system): New defcustom.
13229         (rcirc-coding-system-alist): New defcustom.
13230         (rcirc-multiline-major-mode): New defcustom.
13231         (rcirc-nick): New internal variable.
13232         (rcirc-process): Remove variable.
13233         (rcirc-server-buffer): New variable.
13234         (rcirc): Update to use rcirc-default-* variables above.
13235         (rcirc-connect): Do not add window-configuration-hook-here.
13236         (rcirc-server): New internal variable.
13237         (rcirc-connect): Do not send keepalive pings if
13238         rcirc-keepalive-seconds is nil.
13239         (with-rcirc-server-buffer): New macro.
13240         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13241         (rcirc-server-name): Rename from rcirc-server.
13242         (rcirc-buffer-process): New function.
13243         (rcirc-buffer-nick): New function.
13244         (rcirc-buffer-target): Remove function.
13245         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13246         New commands.
13247         (rcirc-mode-map): Change binding of C-c C-l to
13248         rcirc-toggle-low-priority.
13249         (rcirc-mode): Initialize coding system based on
13250         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13251         channel on a mode change.  Make kill-buffer-hook buffer-local.
13252         (rcirc-change-major-mode-hook): New function.
13253         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13254         (rcirc-last-post-time): New variable.
13255         (rcirc-process-message): Store the last time user posted a message
13256         to this target.
13257         (rcirc-multiline-minor-mode): New mode.
13258         (rcirc-multiline-minor-mode-map): New mode map.
13259         (rcirc-edit-multiline): Put multiline-edit buffer in
13260         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13261         (rcirc-print): Ignore any line starting with an ignored nick.
13262         (rcirc-print): Decode using rcirc-decode-coding-system.
13263         (rcirc-track-minor-mode): Update global-mode-string when disabling
13264         this mode.
13265         (minor-mode-alist): Add LowPri indicator.
13266         (rcirc-toggle-low-priority): New function.
13267         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13268         next lowpriority buffer with activity.
13269         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13270         last time the user posted a message in to the target.
13271         (rcirc-update-activity-string): New formatting for low priority
13272         buffers.
13273         (rcirc-split-activity): New function.
13274         (rcirc-handler-PART, rcirc-handler-KICK)
13275         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13276         (rcirc-nick-away-alist): New variable.
13277         (rcirc-handler-301): New handler.  Away messages are printed once
13278         per change.
13280 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13282         * info.el (Info-follow-nearest-node): Doc fix.
13284         * international/mule-cmds.el (set-locale-environment): Make sure
13285         the coding-system preferred by the locale's language has the same
13286         EOL conversion type as the original buffer-file-coding-system.
13287         (locale-language-names): Add a few MS Windows language codes.
13289 2006-04-07  Richard Stallman  <rms@gnu.org>
13291         * simple.el (eval-expression): Doc fix.
13293         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13294         (eval-defun): Doc fixes.
13296 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
13298         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13300 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
13302         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13303         GDB list command without argument for greater generality.
13305 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13307         * subr.el (string-or-null-p): New function.
13309         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13311         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13313         * files.el: Update comment about safe-local-variable declarations.
13315 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
13317         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13318         See idlwave.org.
13320         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13321         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
13323         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13324         See idlwave.org.
13326         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13327         version 6.0 (minimal changes).  See idlwave.org.
13329         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13330         6.0 (minimal changes).  See idlwave.org.
13332         * progmodes/idlw-rinfo.el: File obsoleted and removed.
13334 2006-04-06  Romain Francoise  <romain@orebokech.com>
13336         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13337         symmetric encryption features and a new asynchronous interface to
13338         GnuPG.  This new version is version 1.4, plus whitespace changes.
13340 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13342         * files.el: Move some `safe-local-variable' declarations to the
13343         respective files.
13345         * textmodes/ispell.el (ispell-check-comments)
13346         (ispell-local-dictionary): Mark as safe.
13348         * abbrev.el (abbrev-mode): Mark as safe.
13350         * add-log.el (change-log-default-name): Mark as safe.
13352         * textmodes/reftex-vars.el (reftex-vref-is-default)
13353         (reftex-fref-is-default, reftex-level-indent)
13354         (reftex-guess-label-type): Mark as safe.
13356         * textmodes/fill.el (colon-double-space): Mark as safe.
13358         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13359         (sentence-end-double-space, sentence-end-without-period)
13360         (sentence-end-without-space, sentence-end, sentence-end-base)
13361         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13363 2006-04-06  Kim F. Storm  <storm@cua.dk>
13365         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13366         the :set-after list.
13367         (ido-downcase-unc-hosts): New user option.  Default on.
13368         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13369         when it is set, as regexps are now applied on the fly.
13370         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13371         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13372         on the fly, but only when ido-process-ignore-lists is set.
13373         Do case insensitive filtering if ido-downcase-unc-hosts is set.
13374         Only downcase names if ido-downcase-unc-hosts is set.
13376 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
13378         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13380         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13382 2006-04-05  Kim F. Storm  <storm@cua.dk>
13384         * ido.el (ido-mode): Set after ido-unc-hosts and
13385         ido-ignore-unc-host-regexps.
13386         (ido-save-history): Save ido-unc-hosts-cache.
13387         (ido-load-history): Load ido-unc-hosts-cache.
13388         (ido-reread-directory): Refresh unc hosts cache in // dir.
13390         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13391         to nil while displaying slash screen.
13393 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13395         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13396         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13398 2006-04-05  Kenichi Handa  <handa@m17n.org>
13400         * international/characters.el: Setup cases of Latin, Greek, and
13401         Cyrillic characters in CJK charsets.
13403 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13405         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13406         default-enable-multibyte-characters.  This reverts the change from
13407         revision 6.17 which is no longer necessary because the passphrase
13408         is sent separately now.  GnuPG messages are unreadable under
13409         multibyte locales with default-enable-multibyte-characters set to nil.
13411 2006-04-04  Andreas Schwab  <schwab@suse.de>
13413         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13414         and `byte-compile-warnings' as `safe-local-variable'.
13416 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
13418         * man.el (Man-mode-map): Restore the \r binding.
13419         (Man-abstract-xref-man-page): If Man-target-string is a function,
13420         call it.
13421         (Man-highlight-references): Use Man-default-man-entry to get the
13422         target.  Deal with xrefs too.
13423         (Man-highlight-references0): Don't call the target function.
13425         * woman.el (WoMan-xref-man-page): Strip the section number, woman
13426         cannot deal with it.
13428 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13430         * pgg-gpg.el: Clean up process buffers every time gpg processes
13431         complete.
13433 2006-04-04  Kenichi Handa  <handa@m17n.org>
13435         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13436         here.
13437         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13438         Temporarily bind inhibit-field-text-motion to t.
13440 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13442         * startup.el (normal-splash-screen): Only set mode-line-format in the
13443         splash buffer, so as not to interfere when debugging the code.
13444         Ignore errors when switching buffer.
13446 2006-04-03  Romain Francoise  <romain@orebokech.com>
13448         * dired.el (dired-dnd-protocol-alist): Fix typo.
13450 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13452         * savehist.el (savehist): Add :version.
13453         (savehist-ignored-variables): New variable.
13454         (savehist-minibuffer-hook): Don't save variables listed in
13455         `savehist-ignored-variables'.
13457         * dired.el (dired-dnd-protocol-alist): Mention that change does
13458         only apply to new buffers in doc string.
13460 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13462         * recentf.el (recentf-open-files-item): Include newline in button
13463         field, so opening a file will work, when the point is at the end
13464         of the file name.  Allow, for example, to [i]search a file by
13465         extension and just push RET to open it.
13467 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13469         * pgg-gpg.el (pgg-gpg-process-filter)
13470         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13472         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13473         lines, temporary fix.
13475 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13477         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13479 2006-04-02  Richard Stallman  <rms@gnu.org>
13481         * progmodes/compile.el (compilation-message-face): Make it defcustom.
13483 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13485         * ibuf-macs.el (define-ibuffer-column): Add a new key:
13486         header-mouse-map.
13488         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13489         (ibuffer-mode-header-map): New keymaps.
13490         (ibuffer-update-title-and-summary): Enable mouse face highlighting
13491         and keybindings for column headers.
13492         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13493         property.
13495 2006-04-02  Drew Adams  <drew.adams@oracle.com>
13497         * speedbar.el (speedbar-after-create-hook): Doc fix.
13499 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
13501         * shell.el (shell-directory-tracker)
13502         (shell-dynamic-complete-command): Doc fixes.
13504 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
13506         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13507         terminals.
13509 2006-04-01  Kim F. Storm  <storm@cua.dk>
13511         * ido.el (ido-unc-hosts-cache): New defvar.
13512         (ido-unc-hosts): If value of defcustom is a function, call it to
13513         get list of UNC hosts.  Add function-item choices to specify
13514         ido-unc-hosts-net-view or user function.
13515         (ido-ignore-unc-host-regexps): New defcustom.
13516         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13517         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13518         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13520 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13523         wwidth.
13525 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
13527         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13528         (ido-max-work-file-list, ido-switch-buffer)
13529         (ido-read-file-name-as-directory-commands):
13530         Fix typos in docstrings.
13532 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13534         * term/mac-win.el (mac-system-coding-system): Define and use after
13535         Mac-specific coding systems are ready.
13537 2006-03-27  Romain Francoise  <romain@orebokech.com>
13539         * net/rcirc.el (rcirc-connect): Add autoload cookie.
13541         * ldefs-boot.el: Update.
13543 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13545         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13546         passphrases when it is not needed.
13547         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13548         passphrase stuff from gpg, should only be necessary when you use
13549         gpg with a smartcard.
13551 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13553         * comint.el (comint-dynamic-list-completions): Allow user to
13554         select *Completions* buffer.
13556 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
13558         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13560 2006-03-26  Andreas Schwab  <schwab@suse.de>
13562         * progmodes/gud.el (gdb): Only complain about multiple debugging
13563         when the gdb process is still running.
13565 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13567         * mail/rmail.el (tool-bar-map): Defvar it.
13568         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13569         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13571 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13573         * help.el (print-help-return-message): Suggest to use
13574         display-buffer instead of switch-to-buffer-other-window to restore
13575         the previous window without selecting it.
13577 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13579         * frame.el (select-frame-by-name): Call x-focus-frame also when
13580         window-system is mac.
13582         * term/mac-win.el: Adjust Courier font specifications in
13583         x-fixed-font-alist.
13584         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13585         when directly encoding to UTF-16 in native byte order, no BOM.
13587 2006-03-25  Kim F. Storm  <storm@cua.dk>
13589         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13590         (cua--init-keymaps): Use it instead of fixed C-return.
13591         (cua-mode): Set after it.
13593         * emulation/cua-rect.el (cua--init-rectangles):
13594         Use cua-rectangle-mark-key instead of fixed C-return.
13596 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13598         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13599         "run" in .gdbinit.
13600         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13602 2006-03-24  Romain Francoise  <romain@orebokech.com>
13604         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13605         `display-buffer-other-frame'.
13607 2006-03-24  Kim F. Storm  <storm@cua.dk>
13609         * apropos.el (apropos-synonyms): Add selection => region.
13611 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13613         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13614         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13615         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13616         (gdb-data-list-register-values-regexp)
13617         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13618         Future proof against new fields being added to MI output.
13619         (gdb-send): Don't treat backslashes for program input as
13620         continuations.
13621         (gdb-assembler-handler): Don't use window-start for this handler.
13622         (gdb-frame-handler): Don't change to hollow arrow if overlay
13623         arrow doesn't move to new frame.
13625 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13627         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13628         prevent compiler warnings.
13629         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13630         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13631         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13632         buffer too.
13634 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13636         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13637         make-network-process, so we can use the same code in Gnus v5-10
13638         too and have this file fully synchronized with that release.
13640 2006-03-23  Romain Francoise  <romain@orebokech.com>
13642         * ibuf-ext.el (ibuffer-read-filter-group-name):
13643         Use `ibuffer-generate-filter-groups' to make completion list match
13644         the filter groups that are really displayed in the Ibuffer buffer.
13645         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13647 2006-03-23  Kenichi Handa  <handa@m17n.org>
13649         * international/mule-cmds.el (sort-coding-systems): Describe that
13650         the argument is modified in docstring.
13652 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13654         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13655         (pgg-gpg-update-agent): New function.
13656         (pgg-gpg-use-agent-p): New function.
13657         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13658         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13659         (pgg-gpg-sign-region): Use it.
13661 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13663         * cus-edit.el (custom-face-set): Call custom-push-theme before
13664         face-spec set so that `changed' theme is correctly saved.
13665         (custom-face-reset-standard): Reset to recalculated face rather
13666         than defface spec.
13668         * custom.el (custom-push-theme): Only save `changed' theme if the
13669         current face does not match the defface specs.
13671 2006-03-21  Simon Josefsson  <jas@extundo.com>
13673         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13674         <wilde@sha-bang.de>.
13675         (pgg-gpg-use-agent): New variable.
13676         (pgg-gpg-process-region): Use it.
13677         (pgg-gpg-encrypt-region): Likewise.
13678         (pgg-gpg-encrypt-symmetric-region): Likewise.
13679         (pgg-gpg-decrypt-region): Likewise.
13680         (pgg-gpg-sign-region): Likewise.
13681         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13683 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13685         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13686         bracket links.
13688 2006-03-21  Kim F. Storm  <storm@cua.dk>
13690         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13691         fringe-indicator-alist instead of modifying global value.
13692         (gdb-frame-handler): Likewise.
13694 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13696         * diff-mode.el (diff-function): Make it inherit from diff-header
13697         instead of diff-context.
13699         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13700         bitmap.
13701         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13702         change names in macro above for consistency.
13703         (gdb-frame-handler): Use hollow-right-triangle for all selected
13704         frames which except the innermost (where execution has stopped).
13705         (gdb-reset): Reset buffer-local values of overlay-arrow.
13707 2006-03-20  Richard Stallman  <rms@gnu.org>
13709         * simple.el (set-mark-command): Doc fix.
13711         * files.el (display-buffer-other-frame): New command.
13712         (ctl-x-4-map): Bind C-x 5 C-o to it.
13714 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13716         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13717         rather than just defer-time, in case defer-time has been changed but
13718         the timer isn't running yet.
13719         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13721 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13723         * help-mode.el (help-follow-symbol): New function.
13724         Essentially identical to the old `help-follow', but do not let
13725         `push-button' do the work when on an xref.
13726         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13728 2006-03-19  Richard Stallman  <rms@gnu.org>
13730         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13731         preceded by the word `program'.
13732         (help-follow-mouse, help-follow): Throw error if not on xref.
13733         Delete no longer used args.
13735 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13737         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13738         annotation ensure gud-overlay-arrow-position is redisplayed.
13740 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13742         * textmodes/bibtex.el (bibtex-include-OPTkey)
13743         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13744         (bibtex-autokey-name-case-convert)
13745         (bibtex-autokey-titleword-case-convert): Make these the aliases
13746         for the following two variables.
13747         (bibtex-autokey-name-case-convert-function)
13748         (bibtex-autokey-titleword-case-convert-function): Make these the
13749         real names.
13750         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13751         bibtex-font-lock-crossref sublists.
13752         (bibtex-mode): Revert 2005-12-30 change (which made
13753         completion-ignore-case buffer-local).
13754         (bibtex-url): Simplify.
13756 2006-03-19  Kim F. Storm  <storm@cua.dk>
13758         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13759         cursor property value to 2 (to align with C level change).
13761 2006-03-19  Bill Wohler  <wohler@newt.com>
13763         * image.el (image-load-path-for-library): Shorten first line in
13764         docstring.
13766 2006-03-18  Richard Stallman  <rms@gnu.org>
13768         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13770 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13772         * isearch.el (isearch-other-meta-char): Handle user bindings for
13773         shifted control characters.
13775 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13777         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13778         part that matches email addresses, file names, etc.
13780 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13782         * term/w32-win.el (mouse-set-font):
13783         Mention w32-list-proportional-fonts in the doc string.
13785 2006-03-18  Kim F. Storm  <storm@cua.dk>
13787         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13788         (ido-unc-hosts): New user option to explicitly define list of know
13789         UNC-style hosts for completion.
13790         (ido-cache-unc-host-shares-time): New user option.
13791         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13792         New helper functions for UNC file-name support.
13793         (ido-may-cache-directory): Check for UNC host.  Simplify.
13794         (ido-wash-history): Clean out old UNC hosts.
13795         (ido-nonreadable-directory-p): UNC hosts are always readable.
13796         (ido-directory-too-big-p): UNC hosts are never too big.
13797         (ido-set-current-directory): Handle UNC root path.
13798         (ido-file-name-all-completions): Complete UNC host names from
13799         ido-unc-hosts list.  Cache UNC host shares.
13800         (ido-make-file-list-1): Don't filter UNC root.
13801         (ido-exhibit): Check for // in root directory, and switch to UNC
13802         mode by setting ido-current-directory to //.
13804 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13806         * cus-edit.el (customize-changed-options): Mention explicit
13807         version number as default in prompt.
13809 2006-03-17  Bill Wohler  <wohler@newt.com>
13811         * image.el (image-load-path-for-library): Minor docstring fix.
13813 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13815         * textmodes/org.el (org-read-date): Include subgroup 5 into
13816         replacement text.
13817         (org-popup-calendar-for-date-prompt): Fix customization type.
13819 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13821         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13822         (gdb-continuation): New variable.
13823         (gdb-send): Deal with continuation lines.
13825         * progmodes/gud.el (gud-gdb-complete-command)
13826         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13827         expressions.
13828         (gud-tooltip-mode): Use buffer-local value.
13830 2006-03-16  Kim F. Storm  <storm@cua.dk>
13832         * ido.el (ido-edit-input): Use selected match, if any.
13834 2006-03-16  Bill Wohler  <wohler@newt.com>
13836         * image.el (image-load-path-for-library): Prefer user's images in
13837         image-load-path.
13839 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13841         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13842         when checking for attempt to drag leftmost or rightmost scrollbar.
13844 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13846         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13847         (gdb-force-mode-line-update): New function.
13848         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13849         (gdb-exited): Use them.
13850         (gdb-signal): New function.
13851         (gdb-annotation-rules): Provide a rule for it.
13853 2006-03-16  Kenichi Handa  <handa@m17n.org>
13855         * international/mule.el (auto-coding-regexp-alist): Add entries
13856         for Unicode BOM.
13858         * sort.el (sort-build-lists): Temporarily bind
13859         inhibit-field-text-motion to t.
13861 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13863         * locate.el (locate-command, locate-make-command-line)
13864         (locate-fcodes-file, locate-update-command)
13865         (locate-prompt-for-command, locate, locate-with-filter)
13866         (locate-get-file-positions): Doc fixes.
13867         (locate-buffer-name, locate-header-face): Remove leading `*' in
13868         defcustom.
13869         (locate-filter-output): Use `keep-lines' instead of its alias
13870         `delete-non-matching-lines'.
13871         (locate-get-filename, locate-get-dirname): Add introductory comment.
13872         (locate-find-directory-other-window): Give appropriate error
13873         message if used outside main listing.
13875 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13877         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13878         the new extend-region feature.
13879         (font-lock-after-change-function): Update correspondingly.
13880         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13881         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13883 2006-03-15  Bill Wohler  <wohler@newt.com>
13885         * image.el (image-load-path-for-library): Fix example by not
13886         recommending that one binds image-load-path.  Just defvar it to
13887         placate compiler and only use it if previously defined.
13889 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13891         * textmodes/org.el (org-insert-centered): Use `string-width' to
13892         make underlining work for wide characters.
13893         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13894         TAB to `org-cycle', to make sure that no binding in
13895         `outline-mode-map' can supercede it.
13897 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13899         * allout.el: Increment version to 2.2.1 in file commentary.
13901         (allout-version): Increment to 2.2.1.
13903         (allout-default-layout): New customization variable, used when the
13904         file lacks a specific allout-layout.  Uses allout-layout-type for
13905         recursively nested definition.
13907         (allout-layout-type): Widget defining allout layouts, necessary for
13908         self-recursive definition.
13910         (allout-mode): Incorporate allout-default-layout as fallback for
13911         allout-layout.
13913         (allout-layout): Mark as 'safe-local-variable', and refer mention
13914         fallback to `allout-default-layout' in absence of a specified value.
13915         (allout-passphrase-verifier-string)
13916         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13918         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13920         (allout-get-encryption-passphrase-verifier): Use correct name of
13921         passphrase verifier in docstring.
13923 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13925         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13926         elements.
13927         (gdb-find-watch-expression): Make it work for arrays too.
13928         Follow change to gdb-var-list.
13929         (gud-watch): Allow the user to enter variable name with a prexix
13930         arg.  Create keybindings.
13931         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13932         (gdb-var-list-children-handler, gdb-var-update-handler)
13933         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13934         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13935         Follow change to gdb-var-list.
13936         (gdb-starting): Don't show the overlay arrows when program is running.
13938         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13939         gdb-var-list.
13941 2006-03-14  Bill Wohler  <wohler@newt.com>
13943         * image.el (image-load-path-for-library): Pass value of path
13944         rather than symbol.  Always return list of directories.
13945         Guarantee that image directory comes first.
13947 2006-03-14  Alan Mackenzie  <acm@muc.de>
13949         * font-core.el (font-lock-extend-region\(-function\)?.):
13950         New function/variable.
13952         * font-lock.el (font-lock-after-change-function):
13953         Call font-lock-extend-region.  Obey font-lock-lines-before.
13954         (font-lock-default-fontify-region): Remove reference to
13955         font-lock-lines-before.
13957         * jit-lock.el (jit-lock-after-change):
13958         Call font-lock-extend-region.  Obey font-lock-lines-before.
13960 2006-03-14  David Ponce  <david@dponce.com>
13962         * tree-widget.el (tree-widget-themes-load-path)
13963         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13965 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13967         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13968         (rcirc-print): Mark the start of text at the end of the prompt.
13969         (rcirc-track-minor-mode): Add autoload cookie.
13970         (rcirc-update-activity-string): Add space to front of mode-line
13971         indicator.
13973 2006-03-13  Miles Bader  <miles@gnu.org>
13975         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13976         (rcirc-abbrev-nick): Remove function.
13977         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13979 2006-03-13  David Ponce  <david@dponce.com>
13981         * tree-widget.el: Handle themes across all occurrences of the main
13982         themes sub-directory found in tree-widget-themes-load-path.
13983         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13984         (tree-widget--locate-sub-directory): Return all occurrences.
13985         (tree-widget-themes-path): New function.
13986         Replace tree-widget-themes-directory, and return a list of directories.
13987         (tree-widget-set-parent-theme)
13988         (tree-widget-lookup-image): Use it.
13990 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13992         * textmodes/org.el (org-link-search): Avoid self-matching of
13993         links, allow target text to be distributed over several lines.
13994         (org-search-not-link): New function.
13995         (org-set-regexps-and-options, org-get-current-options):
13996         New startup options.
13997         (org-export-as-html): Take odd-level setting from local variable.
13998         (org-fontify-emphasized-text): New option.
13999         (org-set-font-lock-defaults): Include emphasized text.
14000         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14001         (org-font-lock): Customize group renamed from `org-faces'.
14003 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14005         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14006         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14008 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14010         * cus-start.el (all): Delete :version keyword for members of the
14011         fringe group, since the entire group is new in 22.1.
14013 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14015         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14016         map if value is hexadecimal (an address).
14017         (gud-watch): Only search roots for existing watch expressions.
14018         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14019         prevent caching problems with speedbar-update-directory-contents.
14021 2006-03-12  Juri Linkov  <juri@jurta.org>
14023         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14024         before comparing with `low' and `warn'.
14026         * info.el (Info-dir-remove-duplicates): Move point to the
14027         beginning of the current line after deleting the entries from
14028         redundant heading.  Use marker for `limit' and compare it with
14029         point before calling `re-search-forward'.
14031 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14033         * simple.el (yank): Fix typo in docstring.
14035 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14037         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14038         messages, where "D" is the 6th character.
14040 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14042         * simple.el (yank): Fix last change.
14044 2006-03-11  David Ponce  <david@dponce.com>
14046         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14047         merging elements from the standard ispell-dictionary-alist.
14048         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14049         alist, and return the new alist.
14051 2006-03-11  Richard Stallman  <rms@gnu.org>
14053         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14055         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14056         the way it is implemented is too unclean.
14058         * simple.el (kill-region, yank): Doc fix.
14060         * battery.el (battery-echo-area-format): Doc fix.
14061         (battery-mode-line-format): Likewise.
14062         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14063         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14065 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14067         * progmodes/octave-mod.el (octave-indent-for-comment):
14068         Behave according to do string.
14070 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14072         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14073         Be visible only if major mode is Mail Mode.
14075         * textmodes/flyspell.el (flyspell-external-point-words)
14076         (flyspell-process-localwords): Fix last changes.
14078 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14080         * calendar/holidays.el (list-holidays): Doc fix.
14082         * international/mule.el (auto-coding-alist): Add .odt
14083         (OpenOffice's open document) files.
14085         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14086         document) files.  Mention in the doc string the need to sync with
14087         auto-coding-alist.
14089 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14091         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14092         enable-local-variables is set to always query, or there is no
14093         savable variable.
14095 2006-03-10  Bill Wohler  <wohler@newt.com>
14097         * image.el (image-load-path-for-library): Merge at least three
14098         functions from Gnus and MH-E into this one function that can now
14099         be shared.
14101 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14103         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14104         gdb-remove-mouse-face and remove help-echo too.
14105         (gdb-enqueue-input): Correct conditional clause.
14107 2006-03-10  Glenn Morris  <rgm@gnu.org>
14109         * calendar/calendar.el (calendar-holidays): Doc fix.
14110         * calendar/holidays.el (list-holidays): Doc fix.
14112 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14114         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14115         it gets called in gdb-prompt anyway.
14116         (gdb-use-separate-io-buffer): Only restore window arrangement for
14117         gdb-many-windows.
14118         (gdb-enqueue-input): Make it harder to send GDB input when program
14119         is running.
14120         (gdb-buffer-list): New variable.
14121         (gdb-remove-mouse-face): New function.
14122         (gdb-starting): Use it when GDB input won't get sent.
14124 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14126         * help.el (view-lossage): Remove trailing whitespace before
14127         inserting "\n".
14129 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14131         * files.el (hack-local-variables-confirm):
14132         Set coding-system-for-read to nil before writing to .emacs.
14134         * arc-mode.el (archive-extract): Check if an existing buffer name
14135         comes from a different archive.
14137         * help.el (describe-key-briefly): If KEY is a down event, read and
14138         discard the up event.
14140 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14142         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14143         be edited and use font-lock-warning-face for any changes.
14145         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14146         (gdb-edit-value): Use it to report any errors.
14148 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14150         * help.el (describe-key): Remove leftover test code.
14152 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14154         * textmodes/org.el: Move defvars out of eval-when-compile.
14155         Use buffer-file-name variable.
14156         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14157         arg `file'.
14158         (org-level-faces): Remove startup dependency.
14159         (org-cycle, org-map-tree, org-scan-tags)
14160         (org-remember-handler): Don't call `outline-level' directly.
14161         (org-mhe-search-all-folders): New option.
14162         (org-mhe-get-message-folder-from-index)
14163         (org-mhe-get-message-folder): Fix indexing search.
14164         (org-format-agenda-item): Handle nil TAGS argument.
14165         (org-cleaned-string-for-export, org-activate-target-links)
14166         (org-make-target-link-regexp): Deal with empty radio target list.
14167         (org-tag): New face.
14168         (org-get-level-face): New function.
14169         (org-set-font-lock-defaults): Simplify setup for headlines.
14170         (org-complete): Pass common substring to `display-completion-list'.
14172 2006-03-06  David Ponce  <david@dponce.com>
14174         * tree-widget.el: Update Commentary header.
14175         (tree-widget-theme-name): Ignore parent themes.
14176         (tree-widget-set-parent-theme): New function.
14177         (tree-widget-set-theme): Use it.
14178         (tree-widget-set-image-properties): Move definition.  Does nothing
14179         if image properties have already been set.
14180         (tree-widget-image-properties): Move definition.  Receive an image
14181         name.  Set the :pointer property.
14182         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14183         Don't set the :pointer image property.
14184         (tree-widget-convert-widget): New function.  Handle :dynargs
14185         compatibility here.
14186         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14187         predicate to control when the :expander function is entered.
14188         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14189         (tree-widget-value-create): Handle :expander-p.  widget-apply
14190         :expander.
14191         (tree-widget-expander-p): New function.  Default value of the
14192         :expander-p property.
14194 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14196         * help.el (describe-key): Properly handle the return value of
14197         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14198         remaps.  Handle string and vector `follow-link' values.
14200 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14202         * complete.el (PC-expand-many-files): Try be more careful when parsing
14203         the shell's output.
14205 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * outline.el (hide-sublevels): Provide better interactive default.
14209 2006-03-06  Kenichi Handa  <handa@m17n.org>
14211         * international/fontset.el (create-fontset-from-fontset-spec):
14212         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14214 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14216         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14217         backslashes instead of one in regexp.
14218         (gud-tooltip-dereference): Add missing optional argument.
14220 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14222         * wdired.el (toplevel): Require `cl' at compile-time.
14224 2006-03-04  Andreas Schwab  <schwab@suse.de>
14226         * server.el (server-process-filter): Handle errors during
14227         evaluation of the argument.
14229 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14231         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14232         escape parentheses at beginning of line.
14233         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14234         (t-mouse-mode): Remove period from end of error message.
14236 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14238         * textmodes/flyspell.el (flyspell-process-localwords):
14239         Be case-sensitive.
14241 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14243         * cus-edit.el (custom-quote): Remove function, since it has been
14244         moved to custom.el.
14246         * font-lock.el (lisp-font-lock-keywords-2)
14247         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14248         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14249         they have no special meaning.
14251         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14252         indirect buffer gets killed before indirect buffer.  Use dolist.
14254 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14256         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14257         value instead of a literal constant (1) on more pauses.
14259 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14261         * textmodes/flyspell.el (flyspell-external-point-words):
14262         Be case-sensitive.
14264 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14266         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14267         with "www".
14269 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14271         * allout.el: Restablish intermediate missing comment header to
14272         preserve outline structure.
14273         (allout-beginning-of-current-entry): Skip invisible text.
14274         (allout-open-topic): Fix opening a topic at end-of-buffer.
14275         (allout-minor-mode): Move nearer to allout-mode function.
14277 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14279         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14281 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14283         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14284         is nil.
14286         * progmodes/gud.el (gud-speedbar-menu-items):
14287         Use buffer-local-value and add missing :visible keyword.
14289         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14291 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
14293         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14294         must be `follow-link'.
14296         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14298         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14299         formatting: No nested anchors.
14300         (org-all-targets): Fix bug with XEmacs compatibility.
14301         (org-read-date): Add (require 'parse-time).
14302         (org-set-tags): Fix bug with extra inserted space.
14303         (org-export-html-style): Define a style class for targets.
14304         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14305         (org-hide-leading-stars): New option.
14306         (org-hide): New face.
14307         (org-set-font-lock-defaults): Allow to hide leading stars.
14308         (org-get-legal-level, org-tr-level): New functions.
14309         (org-odd-levels-only): New option.
14310         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14311         (org-demote, org-promote): Deal with double-star levels.
14312         (org-convert-to-odd-levels): New command.
14314 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
14316         * speedbar.el (speedbar-update-localized-contents): Try to
14317         preserve window-start.
14318         (speedbar-update-directory-contents): Try to preserve window-start
14319         and window-point.
14320         (speedbar-update-special-contents): Don't move back to start of window.
14322         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14323         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
14324         speedbar-timer-fn.
14325         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14326         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14327         instead of gdb-speedbar-timer-fn.
14329 2006-02-28  Jay Belanger  <belanger@truman.edu>
14331         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14332         (math-compose-expr): Use latex option when calling
14333         `math-compose-tex-matrix' for latex mode.
14335 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
14337         * speedbar.el: Re-instate comments about developing for speedbar
14338         [this is what info and gdb-ui use even if better methods exist now].
14340         * t-mouse.el: New file.
14341         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
14342         (t-mouse-lispy-buffer-posn-from-coords): Remove.
14343         (t-mouse-make-event-element): Use posn-at-x-y instead.
14344         (t-mouse-make-event): Deal with Fedora Core 3.
14345         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14346         (t-mouse-mouse-position-function): New function.  Use it instead
14347         of advising mouse-position.
14348         (t-mouse-mode): New minor mode.
14349         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
14351 2006-02-27  Glenn Morris  <rgm@gnu.org>
14353         * calendar/calendar.el (calendar-holidays): Doc fix.
14355 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
14357         * progmodes/gdb-ui.el (gdb-source-window): New variable.
14358         Re-introduce the concept of a source window.
14359         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14360         consistency with get-buffer-create.
14361         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14362         (gdb-data-list-register-values-handler)
14363         (gdb-stack-list-locals-handler): Try to preserve window-start as
14364         well as window-point.
14365         (gdb-display-source-buffer): New function (old concept).
14366         (gdb-goto-breakpoint): Use it.
14368         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14369         for gdb-ui/gdb-mi (old concept).
14371 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
14373         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14374         binding.
14376         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14378         * textmodes/reftex-sel.el (reftex-select-label-map)
14379         (reftex-select-bib-map): Add `follow-mouse' binding.
14381 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
14383         * jka-cmpr-hook.el (jka-compr-compression-info-list)
14384         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14385         Give :set functions to provide automatic updating.
14386         Update docstring.  Give compiler defvars early in the file
14387         and move the defcustoms to a later spot where all called functions
14388         are defined.
14389         (jka-compr-file-name-handler-entry): Doc fix.
14390         (jka-compr-compression-info-list--internal)
14391         (jka-compr-mode-alist-additions--internal)
14392         (jka-compr-load-suffixes--internal): New variables.
14393         (jka-compr-install): Set the three above variables.
14394         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14395         (jka-compr-update, jka-compr-set): New functions.
14396         (auto-compression-mode): Doc fix.
14398         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14399         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14400         Use jka-compr-compression-info-list--internal,
14401         jka-compr-mode-alist-additions--internal and
14402         jka-compr-load-suffixes--internal.
14404         * files.el (load-library):
14405         * loadhist.el (file-loadhist-lookup):
14406         * startup.el (command-line):
14407         * subr.el (locate-library):
14408         * emacs-lisp/autoload.el (update-directory-autoloads):
14409         * emacs-lisp/find-func.el (find-library-suffixes):
14410         Use `get-load-suffixes' instead of `load-suffixes'.
14412         * subr.el (locate-library):
14413         * emacs-lisp/find-func.el (find-library-name):
14414         Use `load-file-rep-suffixes' instead of '("").
14416 2006-02-26  Kim F. Storm  <storm@cua.dk>
14418         * ido.el (ido-save-history, ido-load-history): Simplify.
14419         Don't use find-file-noselect to avoid interference from other modes.
14421 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
14423         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14424         to use the default shell if filename is not available.
14425         Reported by Giorgos Keramidas.
14427 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
14429         * progmodes/etags.el (tags-completion-table): Do completion from
14430         all the tables in the current list, as documented in the manual.
14432 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14434         * CC Mode Update to 5.31.3.
14436 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14438         * progmodes/cc-mode.el (c-postprocess-file-styles):
14439         Bind inhibit-read-only to t, around the call to
14440         c-remove-any-local-eval-or-mode-variables, so that it works on a
14441         RO file.
14443 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14445         * progmodes/cc-awk.el: Correct a typo.
14447 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14449         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14450         c-hungry-delete-backwards, at the request of RMS.  Leave the old
14451         name as an alias.
14453 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14455         * progmodes/cc-mode.el: Correct a typo.
14457 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14459         * progmodes/cc-defs.el: Update the version number to 5.31.3.
14461 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14463         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14464         brace-else-brace (error due to mbeg, mend being undefined).
14466 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14468         * progmodes/cc-mode.el: File Local variables: Solve the problem
14469         where both `mode' and c-file-offsets are specified: `mode' will
14470         overwrite c-f-o's settings:
14471         (c-remove-any-local-eval-or-mode-variables): New function.
14472         (c-postprocess-file-styles): Call the above new function, within
14473         c-tentative-buffer-change, to splat `mode' and `eval' before the
14474         second hack-local-variables.
14476 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14478         * progmodes/cc-mode.el:
14479         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14480         (c-after-change): Protect the match data with save-match-data.
14481         It was getting corrupted by c-after-change-check-<>-operators.
14483         * cc-defs.el: [Supersedes patch V1.38]:
14484         (top level): Check for a buggy font-lock-compile-keywords ONLY in
14485         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
14487         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14488         with save-match-data.  It was being corrupted when Font Lock was
14489         not enabled.
14491 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14493         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14494         Mode and Subword Mode.
14496         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14497         real labels ("case 1:" or "foo:") from non-labels ("public:").
14498         (c-forward-objc-directive): Replace c-forward-token-2 with crude
14499         coding; c-f-t-2 doesn't move over a token at EOB.
14501         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14503         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14504         (c-update-modeline): Concatenate the minor mode indicators
14505         directly onto mode-name, removing c-submode-indicators.
14506         Sometimes, c-s-i got separated from the mode name on the mode line.
14508         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14509         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14511 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14513         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14514         error message when there's an evaluation error to show whether
14515         it's loaded from source or not.
14516         (c-filter-ops): Make it available at runtime too to work when
14517         `c-make-init-lang-vars-fun' needs to evaluate from source.
14519 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
14521         * help.el (help): Revert last part of 2006-02-23 change (deletion
14522         of the `provide' call).
14524 2006-02-23  Juri Linkov  <juri@jurta.org>
14526         * compare-w.el (compare-windows-highlight): Add new value
14527         `persistent' and change :type from `boolean' to `choice'.
14528         (compare-windows-overlays1, compare-windows-overlays2):
14529         New internal variables.
14530         (compare-windows-highlight): If compare-windows-highlight is
14531         `persistent', add current overlays to compare-windows-overlays[12]
14532         instead of adding compare-windows-dehighlight to pre-command-hook.
14533         (compare-windows-dehighlight): Delete all overlays from
14534         compare-windows-overlays[12].
14536         * info.el (Info-search): Don't bind search-spaces-regexp to
14537         Info-search-whitespace-regexp in non-regexp isearch mode.
14539 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14541         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14543 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
14545         * textmodes/org.el (org-xemacs-p)
14546         (org-export-html-show-new-buffer, org-table-may-need-update)
14547         (org-insert-item, org-mhe-get-message-real-folder)
14548         (org-mhe-get-message-folder-from-index)
14549         (org-mhe-get-message-folder, org-mhe-get-message-num)
14550         (org-mhe-get-header, org-make-org-heading-search-string)
14551         (org-make-org-heading-camel, org-table-sort-lines)
14552         (org-format-org-table-html, org-format-table-table-html):
14553         Fix typos in docstrings.
14555 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
14557         * textmodes/org.el (org-cleaned-string-for-export)
14558         (org-solidify-link-text): New function.
14559         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14560         XEmacs, just to silence the compiler.
14561         (org-export-as-ascii, org-export-as-html-and-open):
14562         Use `org-cleaned-string-for-export' and create internal links.
14563         (org-follow-mhe-link): Require mh-e, use folder.
14565 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14567         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14569         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14570         gdb-debug-log-length.
14571         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14572         it a real ring but...
14573         (gud-gdba-marker-filter): ...make it work like mark-ring.
14574         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14575         (gdb-mouse-jump): New function.  Add bindings.
14577 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14579         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14580         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14581         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14582         (gdb-debug-log-length): Customize it's length.
14583         (gud-watch, gdb-var-create-handler): Display function::var format
14584         but don't use to create variable object.
14585         (gdb-var-create-handler): Use message-box in place of message.
14586         (gdb-stopped): Call gdb-exited if signalled.
14588 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14590         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14592         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14594         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14595         if `reftex-try-all-extensions' is set.
14597         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14598         fail silently when there is no valid argument at point.
14599         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14600         `fail-silently' argument.  From a patch by David Reiter.
14602         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14603         New commands.
14604         (org-mark-ring): New variable.
14605         (org-mark-ring-length): New option.
14606         (org-open-at-point, org-goto, org-open-file): Push old position
14607         onto the mark ring.
14608         (org-add-hook): New function.
14609         (org-export-table-remove-special-lines): New option.
14610         (org-skip-comments, org-format-org-table-html): Respect new
14611         option `org-export-table-remove-special-lines'.
14612         (org-open-file): Allow special command configuration for
14613         directory link.
14614         (org-file-apps): Fix bugs in customize type, added setting
14615         for directories.
14616         (org-activate-tags, org-format-agenda-item, org-complete)
14617         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14618         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14619         (org-link-search, org-make-org-heading-search-string)
14620         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14621         (org-radio-targets, org-file-link-context-use-camel-case)
14622         (org-activate-camels): New options.
14623         (org-update-radio-target-regexp, org-all-targets)
14624         (org-make-target-link-regexp, org-activate-target-links):
14625         New functions.
14626         (org-make-org-heading-search-string): New function.
14627         (org-store-link, org-insert-link): Use new option
14628         `org-file-link-context-use-camel-case'.
14629         (org-activate-camels): Use new option `org-activate-camels'.
14630         (org-link-regexp): Add mhe prefix.
14631         (org-open-at-point, org-store-link): Support for mhe links.
14632         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14633         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14634         (org-mhe-get-header, org-follow-mhe-link): New functions.
14635         (org-remove-angle-brackets, org-add-angle-brackets):
14636         New functions.
14637         (org-bracket-link-regexp): New constant.
14638         (org-read-date): Fix bug that was rejecting all typed dates.
14639         (org-link-search): Make hierarchy above visible after a match.
14640         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14641         (org-store-link): Fix bug with link creation when cursor is in
14642         an empty line.
14643         (org-open-at-point): Fix bug with matching a link.
14644         Fixed buggy argument sequence in call to `org-view-tags'.
14645         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14646         (org-prefix-has-tag): New variable.
14647         (org-format-agenda-item): Remove tags from headline
14648         if appropriate.
14649         (org-agenda-remove-tags-when-in-prefix): New option.
14651 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14653         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14654         Fix the regular expressions.
14656 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14658         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14659         if there's no other specific basis.
14661         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14662         as variables at all.
14663         (unsafep-variable): Rename arg; doc fix.
14665         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14667         * calendar/appt.el (diary-selective-display): Add defvar.
14669         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14671         * isearch.el (search-whitespace-regexp): Fix custom type.
14673         * help.el (describe-key-briefly): Compute interactive args
14674         in same was as before previous change.
14676         * files.el (enable-local-variables): Doc fix.
14678 2006-02-21  Kim F. Storm  <storm@cua.dk>
14680         * fringe.el: Cleanup as file is now pre-loaded.
14681         (fringe-bitmaps): Initialize unconditionally.
14682         (fringe-mode, set-fringe-style): Remove autoload cookies.
14684 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14686         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14687         `horizontal-bar'.
14688         (fringe-cursor-alist): Use `horizontal-bar'.
14690 2006-02-20  Kim F. Storm  <storm@cua.dk>
14692         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14693         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14695         * loadup.el: Load "fringe" on window systems.
14697 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14699         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14700         out of scope components.
14702         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14703         default.
14705 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14707         * custom.el (customize-mark-to-save, customize-mark-as-set):
14708         Load the symbol first.
14710 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14712         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14713         strech spec so it doesn't display as "^J" on the header line
14714         when `Buffer-menu-use-header-line' is t.
14716 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14718         * speedbar.el (speedbar-make-button): Keep text properties
14719         of string arguments if desired.
14721         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14722         expessions.
14724         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14725         of speedbar.
14727 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14729         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14730         to value of `read-file-name-completion-ignore-case'.
14732 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14734         * custom.el (customize-mark-as-set): Push to `user' theme.
14736         * cus-edit.el (custom-save-variables): Allow unthemed values.
14737         (customize-set-variable): Push setting to `user' theme.
14739 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14741         * progmodes/gud.el: Don't require font-lock as it's now
14742         automatically loaded.
14743         (gud-speedbar-buttons): Replace gdb-var-changed with
14744         gdb-force-update.
14746         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14747         gdb-var-changed.
14748         (gdb-post-prompt): Use it.
14749         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14750         (gdb-var-update-handler, gdb-var-delete)
14751         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14752         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14753         gdb-force-update in gdb-post-prompt.
14754         (gdb-reset): Clear watch expressions from speedbar when quitting.
14756 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14758         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14759         (viper-change-state-to-vi, viper-change-state-to-emacs):
14760         Make aware of cursor coloring in the Emacs state.
14761         (viper-special-read-and-insert-char): Use read-char-exclusive.
14762         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14764         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14766         * viper-util.el (viper-save-cursor-color)
14767         (viper-get-saved-cursor-color-in-replace-mode)
14768         (viper-get-saved-cursor-color-in-insert-mode)
14769         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14770         state.
14771         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14773         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14774         (ediff-ignore-case-option3, ediff-actual-diff-options)
14775         (ediff-actual-diff3-options): New variables to control case sensitivity.
14776         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14777         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14778         (ediff-toggle-ignore-case): New function.
14779         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14781         * ediff-help.el (ediff-long-help-message-narrow2)
14782         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14783         (ediff-long-help-message-word-mode): Add ignore-case command.
14784         (ediff-help-for-quick-help): Add ignore-case command.
14786         * ediff-merg.el: Move provide to the end.
14788         * ediff-ptch.el: Move provide to the end.
14790         * ediff-wind.el: Move provide to the end.
14792         * ediff-mult.el: Move provide to the end.
14793         (ediff-set-meta-overlay): Enable follow-link.
14795         * ediff.el: Move provide to the end.
14796         Break recursive load cycle in eval-when-compile.
14797         (ediff-patch-buffer): Better heuristics.
14799         * ediff-util.el: Move provide to the end.
14800         Break recursive load cycle in eval-when-compile.
14801         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14802         defuns.
14803         (ediff-submit-report): Pass the values of ediff-diff3-program,
14804         ediff-diff3-options.
14806 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14808         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14809         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14810         `' (for example, in the docstring of `windmove-default-keybindings').
14812 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14814         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14815         shadow face.  Don't provide binding to edit variable when it is
14816         out of scope.
14818         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14819         (gdb-var-update-handler): Detect out of scope variables with pre
14820         GDB 6.4 too.
14821         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14822         Reset status of variable objects to nil in update handlers.
14823         (gdb-var-update-handler-1): Detect when a variable object comes
14824         in scope.  setcar on var changes gdb-var-list directly.
14826 2006-02-17  Juri Linkov  <juri@jurta.org>
14828         * ffap.el (ffap) <defface>: Add explicit face declaration.
14829         (ffap-highlight): Use face `ffap' directly instead of checking
14830         for its existence.
14832         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14833         `visible-ok' of `other-buffer' to find the right original buffer.
14835         * info.el (Info-search): Skip `Local Variables' node.
14837 2006-02-17  Juri Linkov  <juri@jurta.org>
14839         * info.el (Info-find-file): Check for symbols `apropos', `history',
14840         `toc' in the input filename, and return these symbols as is.
14841         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14842         `history', `toc' instead of strings.
14843         (Info-set-mode-line): For non-string Info-current-file use the
14844         symbol's name inside **.
14845         (Info-isearch-push-state): Add quote before Info-current-file and
14846         Info-current-node.
14847         (Info-isearch-pop-state): Use `equal' instead of `string='.
14848         (Info-extract-pointer, Info-following-node-name): Use
14849         `match-string-no-properties' instead of `match-string'.
14850         (Info-up): Check `old-file' for `stringp'.
14851         (Info-history): Use `equal' instead of `string-equal'.
14852         Check `file' for `stringp'.
14853         (Info-history): Use symbol `history' instead of string as first arg
14854         of `Info-find-node'.
14855         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14856         `toc' instead of string.
14857         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14858         instead of `buffer-substring', and `match-string-no-properties'
14859         instead of `match-string'.
14860         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14861         instead of strings.
14862         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14863         Use symbol `apropos' instead of string.
14864         (Info-copy-current-node-name): Check `Info-current-file' for
14865         `stringp' and construct a command with `Info-find-node' from it.
14866         (Info-fontify-node): Use `match-string-no-properties' instead of
14867         `match-string' and check file names for `stringp'.
14868         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14869         `history', `toc' instead of strings.
14871 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14873         * files.el: Rearrange functions and variables in the file local
14874         variables section.
14876 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14878         * files.el: Add truncate-lines, ispell-check-comments and
14879         ispell-local-dictionary as safe local variables.
14881 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14883         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14884         out of scope variables.
14885         (gud-speedbar-buttons): Use unless.
14887         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14888         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14889         (gdb-show-changed-values): Also use for out of scope variables.
14890         (gdb-var-update-handler-1): Note if variable goes out of scope.
14892 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14894         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14895         default to global variable values for unsupplied args.
14896         (rcirc-get-buffer-create): Fix bug with setting the target.
14897         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14898         test for rcirc-always-use-server-buffer-flag here.
14899         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14900         uses the default face.  Change the ACTION format string.  If the
14901         "nick" is the server, don't print anything for that field.
14902         Comment fixes.
14903         (rcirc-target-buffer): Don't test
14904         rcirc-always-use-server-buffer-flag here.
14905         (rcirc-print): Squeeze extra spaces out of the text before message.
14906         (rcirc-put-nick-channel): Strip potential "@" char from nick
14907         before adding them to nick table.
14908         (rcirc-url-regexp): Improve to match address like "foo.com".
14910 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14912         * allout.el (allout-hidden-p): Move this defsubst before
14913         allout-overlay-interior-modification-handler, where it is first
14914         used.
14916 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14918         * allout.el: Use allout invisible-text overlays instead of
14919         selective display for concealed text.  Also, lots of general
14920         cleanup, and improved compatibility code.
14922         (allout-version): Incremented, corrected, revised, and refined
14923         module commentary.
14925         (provide 'allout): Moved to the bottom, added a require of overlay.
14927         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14928         `except-current'.
14929         (allout-write-file-hook-handler): Minimize delay.
14930         (count-trailing-whitespace-region): New function so
14931         auto-encryption of current topic can resituate cursor exactly.
14932         PGP/GPG encryption trims trailing whitespace from lines, which
14933         must be accounted for across encryption then decryption.
14935         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14936         just plain "\C-c", to avoid intruding on user's keybinding space.
14938         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14939         parameter, so user request to provide a new password is done.
14941         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14942         Refined mechanism for auto-filling behavior while in allout mode.
14944         (allout-mode): Explicitly specify the mode map in the docstring.
14945         Clarify provision for various write-file hook var names.
14946         Adjusted for invisible-text overlays instead of selective-display.
14948         (allout-depth): Really return 0 if not within any topic.  This
14949         rectifies `allout-beginning-of-level' and sequence numbering
14950         errors that occur when cutting and pasting numbered topics.
14951         Changed from a in-line subst to a regular function, as well.
14953         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14955         (allout-end-of-subtree, allout-end-of-subtree)
14956         (allout-end-of-entry, allout-end-of-current-heading)
14957         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14958         (allout-show-children, allout-show-to-offshoot)
14959         (allout-hide-current-entry, allout-show-current-entry): Rectified
14960         handling of trailing blank lines between items.
14962         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14963         (allout-current-depth, allout-unprotected, allout-hidden-p)
14964         (allout-on-current-heading-p, allout-listify-exposed)
14965         (allout-chart-subtree, allout-goto-prefix)
14966         (allout-back-to-current-heading, allout-get-body-text)
14967         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14968         (allout-hide-region-body, allout-toggle-subtree-encryption)
14969         (allout-encrypt-string, allout-encrypted-key-info)
14970         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14971         (allout-file-vars-section-data): Adjusted for use with
14972         invisible-text overlays instead of selective-display.
14974         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14975         Reworked for use with invisible text overlays.
14977         (allout-current-topic-collapsed-p): New function.
14979         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14980         to know when to close the containing topic.
14982         (allout-pre-command-business, allout-post-command-business):
14983         Simplify undo-batching and dynamic isearch exposure.
14985         (allout-set-overlay-category): New for invisible-text overlays.
14986         Sets properties of allout-overlay-category, used by
14987         allout-flag-region to set invisible-text overlay properties.
14988         (allout-get-invisibility-overlay): Get the first qualifying
14989         invisibility overlay, so we can find the extent of it.
14990         (allout-back-to-visible-text): Get to just before the beginnining
14991         of the current invisibility overlay, if any.
14993         (allout-overlay-insert-in-front-handler)
14994         (allout-overlay-interior-modification-handler)
14995         (allout-before-change-handler, allout-isearch-end-handler): New
14996         functions to handle extraordinary actions affecting concealed
14997         text.
14999         (allout-flag-region): Use overlays instead of selective-display
15000         for invisible text - by inheritence from the properties of
15001         allout-overlay-category in mainline Emacs, and applied
15002         property-by-property in XEmacs, some recent versions of which
15003         don't inherit the properties from the category.  Provisions to
15004         respond to concealed-text edits simplified drastically.
15006         (allout-isearch-rectification, allout-isearch-was-font-lock)
15007         (allout-isearch-expose, allout-enwrap-isearch)
15008         (allout-isearch-abort, allout-pre-was-isearching)
15009         (allout-isearch-prior-pos, allout-isearch-did-quit)
15010         (allout-isearch-dynamic-expose)
15011         (allout-hide-current-entry-completely): Functions deleted.
15013         (allout-undo-aggregation): Explicit undo aggregation no longer
15014         necessary due to transition away from selective-display.
15016         (set-allout-regexp, allout-up-current-level)
15017         (allout-next-visible-heading, allout-forward-current-level)
15018         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15019         (allout-kill-line, allout-yank-processing, allout-show-children)
15020         (allout-expose-topic, allout-old-expose-topic)
15021         (allout-listify-exposed, allout-insert-latex-header)
15022         (allout-toggle-subtree-encryption, allout-encrypt-string)
15023         (remove-from-invisibility-spec, allout-hide-current-subtree):
15024         Ditched unused variables.
15026 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15028         * textmodes/ispell.el (ispell-change-dictionary): Call
15029         ispell-buffer-local-dict instead of
15030         ispell-accept-buffer-local-defs.
15031         (ispell-local-dictionary-alist): Accept as valid any coding-system
15032         supported by Emacs.
15033         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15034         changed to iso-8859-3.
15036 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15038         * speedbar.el (speedbar-frame-width): Make an inline function
15039         instead of a macro.  Use frame-width.
15040         (speedbar-try-completion, speedbar-update-contents)
15041         (speedbar-timer-fn): Use consp.
15042         (speedbar-update-localized-contents): Try to preserve point.
15044         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15045         (menu): Re-order menu items.
15046         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15047         field.
15048         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15049         (gdb-post-prompt): Speed things by not forcing update.
15051 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15053         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15054         press and perform default action if we get a mouse movement event.
15056 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15058         * calendar/icalendar.el (icalendar--get-event-property)
15059         (icalendar--get-event-property-attributes): Fix typos in
15060         docstrings.
15062         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15063         docstring.
15065 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15067         * bs.el (bs-mode): Use `buffer-disable-undo'.
15068         (bs--get-file-name): Simplify.
15069         (bs-show-in-buffer): Mark the buffer as not modified.
15071 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15073         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15074         widget-button-click.
15076         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15077         (custom-mode): Update docstring.
15079         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15080         binding.
15082         * files.el (hack-local-variables-confirm): Allow scrolling if the
15083         file variable list is too long.  Kill temp buffer after use.
15085 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15087         * progmodes/gud.el (gdb): Improve doc string.
15088         (gdb-script-font-lock-keywords): Expand allowed character set.
15090         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15091         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15092         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15093         (gdb-separate-io-stop, gdb-separate-io-eof):
15094         Rename from gdb-inferior-* to gdb-separate-*.
15095         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15097 2006-02-14  Jay Belanger  <belanger@truman.edu>
15099         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15100         expression is a symbol before checking that it is bound.
15102         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15103         test to see if equation can be solved.
15105 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15107         * wid-edit.el (widget-button-click): Use :pressed-face property
15108         for overlay face, if it exists.
15110         * cus-edit.el (custom-manual, custom-add-see-also)
15111         (custom-add-parent-links, custom-group-link): Add :pressed-face
15112         property to links.
15114         * files.el (hack-local-variables): Remove ignored variables before
15115         checking if any variables need setting.
15117 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15119         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15121 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15123         * help.el (where-is): Fix message for remapped commands.
15125         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15126         Fix typos in docstrings.
15128 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15130         * files.el (safe-local-variable-values): New option.
15131         (hack-local-variables-prop-line): Return a list of variable-value
15132         pairs if MODE-ONLY is non-nil.
15133         (hack-local-variables): Construct list of variable-value pairs,
15134         and apply or reject them in one go.  Ask for confirmation if
15135         variables are not known safe.
15136         (hack-local-variables-confirm): Complete rewrite.  Support
15137         `safe-local-variable-values'.
15138         (enable-local-variables): Update docstring to reflect new
15139         behavior.
15140         (ignored-local-variables): Ignore ignored-local-variables and
15141         safe-local-variable-values.
15142         (safe-local-variable-p): New function.
15143         (risky-local-variable-p): `safe-local-variable' property check
15144         moved to safe-local-variable-p.
15145         (hack-one-local-variable): Checks moved to hack-local-variables.
15147         (byte-compile-dynamic, c-basic-offset, c-file-style)
15148         (c-indent-level, comment-column, fill-column, fill-prefix)
15149         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15150         (no-update-autoloads, outline-regexp, page-delimiter)
15151         (paragraph-start, paragraph-separate, sentence-end)
15152         (sentence-end-double-space tab-width, version-control):
15153         Add `safe-local-variable' property.
15155         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15157         * icomplete.el, play/landmark.el: Change nonexistent
15158         `outline-layout' file variable to `allout-layout'.
15160 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15162         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15163         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15164         to gud-comint-buffer.
15165         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15166         gdb-ui.el for gdb-mi.el.
15167         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15168         registers buffer to gdb-get-changed-registers.
15169         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15170         deletion of catchpoints (throw and catch).
15171         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15172         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15173         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15174         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15175         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15177 2006-02-13  Jay Belanger  <belanger@truman.edu>
15179         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15180         expression is a symbol before checking that it is bound.
15182 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15184         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15185         for the minibuffer too, but not if resize-mini-windows will interfere.
15187         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15188         inside `interactive' spec.
15189         (describe-key-briefly-internal, describe-key-internal):
15190         Functions merged back into their callers.
15192 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15194         * info.el (info-xref-visited): Inherit from info-xref too.
15195         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15196         when propertizing Info-current-file and Info-current-node.
15198 2006-02-13  Juri Linkov  <juri@jurta.org>
15200         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15201         (tumme-thumb-name): Fix per-directory format.
15203 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15205         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15207 2006-02-12  Miles Bader  <miles@gnu.org>
15209         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15211 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15213         * tumme.el: Remove history section.  If someone needs the it, it
15214         can always be found in CVS.
15216 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15218         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15219         about the Thumbnail Managing Standard option.
15221 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15223         * subr.el (substitute-key-definition): Doc fix.
15225         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15227         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15229         * info.el (Info-mode): Doc fix.
15231         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15233 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15235         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15236         because on Solaris a POSIX compatible "id" is needed.  Reported by
15237         Magnus Henoch <mange@freemail.hu>.
15239 2006-02-12  Juri Linkov  <juri@jurta.org>
15241         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15242         (tumme) <defgroup>: Change :group to `multimedia'.
15243         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15244         Managing Standard.
15245         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15246         Fix dostring.
15247         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15248         and %y.  Fix docstring.
15249         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15250         (tumme-cmd-create-standard-thumbnail-command): New user options.
15251         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15252         is `standard'.  Fix docstring.
15253         (tumme-thumb-width, tumme-thumb-height): New user options.
15254         (tumme-external-viewer): Try to find various viewers.
15255         (tumme-get-thumbnail-image): Use `create-image' instead of
15256         constructing the `image' structure.
15257         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15258         `standard'.
15259         (tumme-thumb-name): Add file name generation for standard storage.
15260         Simplify code for other storages.
15261         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15262         Add modification time %m and thumbnail-nq8 %q.
15263         Use `tumme-cmd-create-standard-thumbnail-command' if
15264         tumme-thumbnail-storage is `standard'.
15265         (tumme-dired-insert-marked-thumbs): New autoload command.
15266         (tumme-dired-after-readin-hook): New function.
15267         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15268         `tumme-thumb-size'.
15269         (tumme-display-image): Replace size-x %x and size-y %y with
15270         width %w and height %h.
15272         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15273         `tumme-dired-insert-marked-thumbs'.
15275 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15277         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15278         include path).
15279         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15280         matching tag.
15282 2006-02-12  Miles Bader  <miles@gnu.org>
15284         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15285         New variables.
15286         (rcirc-abbrev-nick): New function.
15287         (rcirc-format-response-string): Rewrite to use the formats in
15288         `rcirc-response-formats' and expand escape sequences therein.
15289         A text-property `rcirc-text' is added over the actual response
15290         text to make easy to find inside the returned string.
15291         (rcirc-print): When filling, just look for the `rcirc-text'
15292         text-property to find the appropriate fill prefix, instead of
15293         using hardwired patterns.
15295 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15297         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
15298         Managing Standard.
15300 2006-02-11  Kim F. Storm  <storm@cua.dk>
15302         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15303         Don't use insert-buffer; do insert-buffer-substring directly.
15304         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
15306 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15308         * files.el (revert-buffer, recover-file): Replace buffer-read-only
15309         with inhibit-read-only.  Suggested by Stefan Monnier.
15310         (revert-buffer): Let insert-file-contents discard
15311         buffer-undo-list.  Simplify code.
15312         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15314 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
15316         * menu-bar.el (menu-bar-select-yank): Add a doc string.
15318         * help.el (describe-key-briefly): Now a wrapper for
15319         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
15320         to t.  Populate yank-menu if empty.
15321         (describe-key-briefly-internal): Renamed from describe-key-briefly.
15322         (describe-key): Now a wrapper for describe-key-internal.  Bind
15323         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
15324         (describe-key-internal): Renamed from describe-key.
15326 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
15328         * progmodes/glasses.el (glasses-separator): Doc fix.
15329         (glasses-original-separator): New defcustom.
15330         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15332 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15334         * mwheel.el (mouse-wheel-up-event): Doc fix.
15336 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15338         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15339         (tumme-dir): New function.  Copied from thumbs.el.
15341 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
15343         * desktop.el (desktop-outvar): Fix typo.
15344         (desktop-save-buffer-p): Doc fix.
15346         * subr.el (substitute-key-definition): Fix typo.
15348 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15350         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15351         when window-system is mac.
15353         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15355 2006-02-10  Kim F. Storm  <storm@cua.dk>
15357         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15358         indirect-function instead of using condition-case.
15360 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
15362         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15363         less `colloquial'...
15365 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
15367         * tumme.el: Add a couple of todo items.
15369 2006-02-09  Lars Hansen  <larsh@soem.dk>
15371         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15372         (highlight-changes-mode): Don't change desktop-locals-to-save.
15374 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
15376         * image-mode.el (image-toggle-display): Clear image cache if using
15377         filename.
15379 2006-02-09  Masatake YAMATO  <jet@gyve.org>
15381         * dired-x.el (dired-guess-shell-alist-default): Add .man as
15382         a `dired-man' target.
15384         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15385         boundary of symbols.
15387 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
15389         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15391 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
15393         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15394         `mapcar'; return nil.
15396 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
15398         * mouse.el (mouse-drag-track): Don't change window if we rebind to
15399         some other event.
15401 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
15403         * net/rcirc.el (rcirc-startup-channels-alist):
15404         Add irc.freenode.net and #emacs as defaults.
15405         (rcirc-ignore-all-activity-flag): Remove variable.
15406         (rcirc-authinfo): New variable.
15407         (rcirc-authinfo-filename): Remove variable.
15408         (rcirc-always-use-server-buffer-flag): New flag.
15409         (rcirc): M-x rcirc will automatically connect without prompting.
15410         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
15411         connection in lisp.
15412         (rcirc-process-server-response-1): Remove everything but the nick
15413         portion of the sender so it doesn't need to be done everywhere
15414         else.  Update related code.
15415         (global-map): Remove global keybindings.
15416         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15417         (rcirc-send-input): Split into several functions.
15418         (rcirc-process-input-line, rcirc-process-message)
15419         (rcirc-process-command): New functions.
15420         (rcirc-target-buffer): New function to determine where to route
15421         messages.
15422         (rcirc-user-nick): Save match data.
15423         (rcirc-toggle-ignore-buffer-activity)
15424         (rcirc-update-activity-string): Remove global ignore functionality,
15425         which can be done now by toggling rcirc-track-minor-mode.
15426         (rcirc-track-minor-mode-map): New keymap.
15427         (rcirc-track-minor-mode): New minor-mode.
15428         (ignore): Make the ignore output nicer.  Always print it when
15429         adding or removing nicks.
15430         (rcirc-url-regexp): Improve.
15431         (rcirc-mangle-text): Remove properties before using text in the
15432         modeline.
15433         (rcirc-authenticate): Authentication data comes from
15434         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15435         (rcirc-server-prefix): Inherit from rcirc-server.
15437 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
15439         * Makefile.in (compile): Append "|| true" to the end of the `find'
15440         command, like compile-always does.
15442 2006-02-08  Sam Steingold  <sds@gnu.org>
15444         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15445         output from a dead connection.
15447 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15449         * dired.el (dired-mode-map): Add more bindings for tumme.
15451 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15453         * wdired.el (wdired-mode-map): Use remap.
15454         (wdired-get-filename): Massage.
15455         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15456         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15457         `keymap' property rather than `local-map'.
15459 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15461         * tumme.el (tumme-get-thumbnail-image): New utility function.
15462         Suggested by from Chong Yidong.
15463         (tumme-dired-with-window-configuration): Rename from
15464         `tumme-dired'.  Add code to save window configuration.
15465         (tumme-restore-window-configuration): New command to restore the
15466         window configuration that `tumme-dired-with-window-configuration'
15467         saves before it changes the window configuration.
15468         (tumme-show-all-from-dir): New command to display thumbnails for
15469         all files in a directory entered by the user, like M-x thumbs.
15470         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15471         have been created.
15472         (tumme-display-thumbnail-original-image): Call `display-buffer'.
15473         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15474         Remove obsolete test function.
15476 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
15478         * vc.el (small-temporary-file-directory): Remove defvar; there's
15479         a defcustom for it in files.el.
15481         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15482         Fix typo in message.
15483         (tumme-gallery-generate): Fix typo in `error' message.
15484         (tumme-display-window-height-correction)
15485         (tumme-display-window-width-correction, tumme-line-up-dynamic)
15486         (tumme-line-up-interactive): Dox fixes.
15487         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15488         (tumme-restore-window-configuration, tumme-format-properties-string)
15489         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15490         Fix typos in docstrings.
15492 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15494         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15496 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
15498         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15499         User should use hook if desired.
15501         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15502         buffer if necessary.
15503         (gdb-delete-frame-or-window): New function.
15504         (gdb-breakpoints-mode-map): Bind "q" to it.
15506 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15508         * textmodes/nroff-mode.el: Clean up name space.
15509         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15510         (nroff-mode): Obey the global setting of nroff-electric-mode.
15511         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15513         * calendar/calendar.el (calendar-increment-month): Typo in last change.
15515 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
15517         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15519 2006-02-06  Lars Hansen  <larsh@soem.dk>
15521         * generic-x.el (etc-fstab-generic-mode): Add file system types
15522         cifs and usbdevfs.  Allow special chars in file names.
15524 2006-02-05  Jay Belanger  <belanger@truman.edu>
15526         Update copyright notices of the files in lisp/calc.
15528 2006-02-05  Romain Francoise  <romain@orebokech.com>
15530         Update copyright notices of all files in the lisp/play directory.
15532 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
15534         * ldefs-boot.el: Regenerate.
15536         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15538 2006-02-05  Kim F. Storm  <storm@cua.dk>
15540         * files.el (magic-mode-regexp-match-limit): New defvar.
15541         (set-auto-mode): Use it to limit magic-mode-alist matching.
15543 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
15545         * info.el (Info-index, Info-mode): Improve the description of the
15546         `i' command.
15548         * ldefs-boot.el: Regenerate.
15550 2006-02-03  Werner Lemberg  <wl@gnu.org>
15552         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15553         greedy to find the closing bracket in \*[...] and similar
15554         expressions.  This is a first rough fix -- many additional
15555         refinements are necessary to make nroff mode really usable with groff.
15557 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15559         * international/mule-cmds.el (set-locale-environment):
15560         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15561         libX11.
15563 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15565         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15566         archive are created in archive-tmpdir.
15568 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15570         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15571         (ibuffer-fontification-alist): Use it.
15572         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15573         to "* z" and the Ibuffer Mark menu.
15575         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15577 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15579         * textmodes/table.el (*table--cell-describe-mode)
15580         (*table--cell-describe-bindings): Undo last change since
15581         print-help-return-message is not obsoleted by anything at all.
15583 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15585         * emulation/cua-base.el (cua-mode): Doc fix.
15587 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15589         * dframe.el (dframe-handle-make-frame-visible)
15590         (dframe-handle-iconify-frame, dframe-get-focus)
15591         (dframe-select-attached-frame, dframe-power-click)
15592         (dframe-frame-mode): Fix typos in docstrings.
15594         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15595         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15596         Fix typos in docstrings.
15598         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15599         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15600         (hi-lock-archaic-interface-message-used)
15601         (hi-lock-file-patterns-range): Fix typos in docstrings.
15603         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15604         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15606         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15607         Fix typo in docstring.
15609         * net/newsticker.el (newsticker--decode-iso8601-date)
15610         (newsticker--set-customvar, newsticker--buffer-insert-item)
15611         (newsticker--do-run-auto-mark-filter)
15612         (newsticker--parse-generic-feed): Doc fixes.
15613         (newsticker--retrieval-timer-list, newsticker-url-list)
15614         (newsticker-hide-immortal-items-in-echo-area)
15615         (newsticker-hide-obsolete-items-in-echo-area)
15616         (newsticker-new-item-face, newsticker--enclosure)
15617         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15618         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15619         (newsticker--parse-generic-feed, newsticker--cache-contains)
15620         (newsticker--stat-num-items, newsticker-download-enclosures):
15621         Fix typos in docstrings.
15623         * net/rcirc.el (rcirc-debug): Doc fix.
15624         (rcirc-fill-column, rcirc-receive-message-hooks)
15625         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15626         (rcirc-mode, rcirc-generate-new-buffer-name)
15627         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15628         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15629         Fix typos in docstrings.
15630         (rcirc-print): "?\ " -> "?\s".
15631         (rcirc-cmd-join): Improve argument/docstring consistency.
15633 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15635         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15636         before narrow-to-region.
15638 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15640         * simple.el (move-beginning-of-line): Scan properly for invis change.
15642         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15644 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15646         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15647         change bit only when id-format is 'integer.  Reported by Matt
15648         Hodges <M.P.Hodges@rl.ac.uk>.
15650 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15652         * hilit-chg.el (highlight-changes-initial-state)
15653         (highlight-changes-global-initial-state): Doc fixes.
15654         (highlight-changes-global-modes, global-highlight-changes):
15655         Fix typos in docstrings.
15657 2006-02-01  Kim F. Storm  <storm@cua.dk>
15659         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15660         transient-mark-mode in doc string.
15662 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15664         * replace.el (multi-occur): Doc fix.
15665         (multi-occur-in-matching-buffers): Rename from
15666         multi-occur-by-filename-regexp.  Prefix arg says match
15667         buffer names instead of file names.
15669 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15671         * bs.el: Allow non-default values of `bs-header-lines-length'.
15672         (bs--running-in-xemacs): Remove (not needed anymore).
15673         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15674         instead of `shrink-window', thus avoiding having to compute the
15675         height of the window.
15676         (bs--up): Wrap around even when there's no header.
15677         (bs--down): Use `forward-line' instead of `next-line'.
15679 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15681         * image-mode.el (image-toggle-display): Use file name if possible,
15682         instead of unnecessarily allocating a (possibly huge) lisp string.
15684 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15686         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15687         because the `assert' macro signals it at runtime.
15689         * emacs-lisp/cl.el (toplevel): Remove definition of
15690         `cl-assertion-failed' condition.
15692 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15694         * thumbs.el (thumbs-marked-list): Make buffer-local and
15695         permanent-local.
15696         (thumbs-insert-thumb): Make help-echo non-sticky.
15697         (thumbs-file-alist): Use eolp as check for (non)-image.
15699 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15701         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15702         (ediff-before-session-group-setup-hooks)
15703         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15704         Fix typos in docstrings.
15706         * window.el (bw-dir, bw-eqdir, balance-windows)
15707         (split-window-keep-point): Fix typos in docstrings.
15709         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15710         (org-quote-string, org-calendar-to-agenda-key)
15711         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15712         (org-show-following-heading, org-tags-column)
15713         (org-use-tag-inheritance, org, org-allow-space-in-links)
15714         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15715         (org-enable-table-editor, org-calc-default-modes)
15716         (org-table-allow-automatic-line-recalculation)
15717         (org-export-html-style, org-export-with-fixed-width)
15718         (org-export-with-sub-superscripts, org-special-keyword)
15719         (org-formula, org-time-grid, org-table-may-need-update)
15720         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15721         (org-goto-quit, org-get-indentation, org-end-of-item)
15722         (org-move-item-down, org-move-item-up)
15723         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15724         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15725         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15726         (org-agenda-log-mode, org-agenda-toggle-diary)
15727         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15728         (org-agenda-file-to-end, org-agenda-no-heading-message)
15729         (org-agenda-get-closed, org-format-agenda-item)
15730         (org-cmp-priority, org-cmp-category, org-cmp-time)
15731         (org-agenda-change-all-lines, org-agenda-diary-entry)
15732         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15733         (org-link-search, org-camel-to-words, org-open-file)
15734         (org-remember-handler, org-table-convert-region)
15735         (org-table-move-row-down, org-table-move-row-up)
15736         (org-table-copy-region, org-table-wrap-region)
15737         (org-table-toggle-vline-visibility)
15738         (org-table-get-vertical-vector, org-table-modify-formulas)
15739         (org-table-get-specials, org-recalc-commands)
15740         (org-table-rotate-recalc-marks, org-table-eval-formula)
15741         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15742         (org-level-color-stars-only, org-insert-heading):
15743         Fix typos in docstrings.
15744         (last-arg): Add defvar.
15746         * makefile.w32-in (WINS): Add erc.
15747         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15749 2006-01-29  Bill Wohler  <wohler@newt.com>
15751         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15752         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15753         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15754         (mh-autoloads): Don't use comments on otherwise empty lines.
15756 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15758         * emulation/viper.el (viper-major-mode-modifier-list):
15759         Add insert-state and vi-state entries for erc-mode.
15760         (viper-go-away, viper-set-hooks): Add and remove
15761         viper-comint-mode-hook from erc-mode-hook as appropriate.
15763         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15765 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15767         * bs.el (bs--format-aux): Implement `middle' alignment as
15768         described in the docstring for `bs-attributes-list'.
15769         (bs--get-name): Simplify.  Don't pad the buffer name.
15771 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15773         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15774         English aspell dictionary is installed, use the first entry of
15775         ispell-dictionary-alist-1.
15777 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15779         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15780         Doc fix.
15782 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15784         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15785         for `process-file', in order to let it work for older Emacsen too.
15787 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15789         * international/latexenc.el: Add a suitable `coding:' tag.
15790         (latexenc-find-file-coding-system): Undo last change.
15792 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15794         * international/latexenc.el (latexenc-find-file-coding-system):
15795         Make sure latexenc-main-file is a regular file and is readable.
15797 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15799         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15800         Pass FILE to vc-user-login-name.
15802         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15804 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15806         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15807         there are no more images to display.
15808         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15809         the next image.
15811 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15813         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15815         * wid-edit.el (advertised-widget-backward): New alias.
15816         (widget-keymap): Use advertised-widget-backward for S-TAB.
15818         * tumme.el: Correct the keywords.
15819         (tumme-dir-max-size): Use defvar.
15820         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15822         * simple.el (move-beginning-of-line): Take account of fields.
15823         (clone-indirect-buffer-other-window): Take args like
15824         clone-indirect-buffer, and work like it.
15826         * help-fns.el (describe-function): Don't pass `nil' as default.
15828         * files.el (risky-local-variable-p): Follow var aliases.
15830         * subr.el (lazy-completion-table): Doc fix.
15832         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15833         global binding of `line'.
15835 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15837         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15838         Tramp.
15840         * vc.el (vc-default-dired-state-info): Pass FILE to
15841         vc-user-login-name.
15842         (vc-default-update-changelog): Don't use vc-user-login-name, we
15843         don't need it here.
15845         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15846         no longer necessary.
15848 2006-01-25  Kenichi Handa  <handa@m17n.org>
15850         * international/mule.el (decode-char): Avoid the overhead of
15851         calling utf-lookup-subst-table-for-decode if
15852         utf-translate-cjk-mode is nil.
15853         (encode-char): Avoid the overhead of calling
15854         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15855         nil.
15857 2006-01-22  Kenichi Handa  <handa@m17n.org>
15859         * international/mule.el (make-subsidiary-coding-system): Reset
15860         `coding-system-define-form' property of subsidiaries to nil.
15861         Avoid duplicated entry in coding-system-alist.
15862         (make-coding-system): Avoid duplicated entry in
15863         coding-system-alist.
15864         (define-coding-system-alias): Likewise.
15866 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15868         * completion.el: Minor fixes in introductory comment.
15869         (completion-def-wrapper): Fix alist.
15871 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15873         * thumbs.el (thumbs-new-image-size): New function.
15874         (thumbs-increment-image-size-element)
15875         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15876         (thumbs-decrement-image-size): Delete.
15877         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15878         temp files and use to resize.
15879         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15880         Use increment argument to enlarge/shrink.  Preserve point.
15881         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15882         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15883         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15884         (thumbs-mark, thumbs-unmark): Preserve point.
15885         (thumbs-modify-image): Keep old temp files and use to modify.
15886         Cleanup old temp files at load time.  Preserve point.
15887         (thumbs-view-image-mode-map): Use new command names.
15889 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15891         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15893         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15894         the nastiest part of the cyclic dependency.
15895         (cal-menu-update): Use dotimes and calendar-increment-month.
15897         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15898         (calendar-week-start-day): Add an :initializer.
15899         (calendar-mode-map): Use suppress-keymap, and command remapping.
15900         (describe-calendar-mode): Setup xref-stack info for the back button.
15901         (calendar-star-date): Insert before delete.
15902         (calendar-set-mode-line): Add file-modified info if applicable.
15903         (calendar-increment-month): New function.
15905 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15907         * font-lock.el (lisp-font-lock-keywords-2):
15908         Recognize "& keywords" only at word boundaries.
15910 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15912         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15913         and permanent-local.
15914         (thumbs-max-image-number): New variable.
15915         (thumbs-do-thumbs-insertion): Use them.
15916         (thumbs-per-line): Change default to 4.
15917         (thumbs-marked-list): Rename from thumbs-markedL.
15918         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15919         (thumbs-rename-images): Use -list instead of L for internal variables.
15920         (thumbs-call-convert): Use call-process instead of shell-command.
15921         (thumbs-insert-thumb): Add filename as help-echo to each image.
15922         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15923         Give dir to thumbs-show-thumbs-list.
15924         (thumbs-show-thumbs-list): Set default-directory to that of images.
15925         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15926         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15927         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15928         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15930 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15932         * ses.el (ses-read-cell): Provide a default value.
15934 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15936         * term/w32-win.el (image-library-alist): Add additional names for
15937         GIF library.
15939 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15941         * international/latexenc.el (latexenc-find-file-coding-system):
15942         Add file-regular-p check.
15944 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15946         * simple.el (clone-buffer): Don't show the new buffer in the same
15947         window.
15949 2006-01-23  Juri Linkov  <juri@jurta.org>
15951         * faces.el (link, link-visited): New faces based on default values
15952         of `info-xref' and `info-xref-visited'.
15954         * info.el (info-xref): Inherit from `link'.
15955         (info-xref-visited): Inherit from `link-visited'.
15957         * cus-edit.el (custom-buffer-create-internal): Use widget type
15958         `custom-manual' instead of `info-link' and don't set properties
15959         `button-face' and `mouse-face' explicitly.
15960         (custom-browse-group-tag, custom-browse-variable-tag)
15961         (custom-browse-face-tag): Inherit from widget class
15962         `custom-group-link' instead of `push-button'.
15963         (custom-button-unraised): Inherit from `underline' face.
15964         (custom-link): Inherit from `link' face.  Fix doc and group.
15965         (custom-add-parent-links, custom-group-value-create): Don't set
15966         properties `button-face' and `mouse-face' explicitly for
15967         `custom-group-link' widget.
15968         (custom-group-link): Add properties `button-face' and `mouse-face'
15969         to widget definition.
15970         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15971         editable-field's :keymap property.
15972         (custom-mode): Fix docstring: substitute keybindings for
15973         `widget-forward' and `widget-backward' from `widget-keymap',
15974         `widget-complete' from `custom-field-keymap', replace old
15975         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15977         * desktop.el (desktop-load-file): Check for `fboundp' before
15978         calling `symbol-function'.
15980         * simple.el (clone-buffer, clone-indirect-buffer)
15981         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15982         `read-string'.  Fix prompts.
15984         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15986 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15988         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15990 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15992         * startup.el (inhibit-splash-screen, initial-scratch-message):
15993         Doc fixes.
15995 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15997         Sync with Tramp 2.0.52.
15999         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16000         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16001         `tramp-unload-tramp' for checklist.
16003         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16004         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16005         (tramp-unload-file-name-handler-alist)
16006         (tramp-unload-tramp): New defuns.
16007         (tramp-advice-PC-expand-many-files): New defadvice.
16008         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16009         removed.
16010         (tramp-handle-expand-file-name): Remove double slash.
16011         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16012         It doesn't matter, because it will be converted later on.
16013         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16014         implementation was just heuristic.
16015         (tramp-post-connection): Set uid and gid properties.
16016         (tramp-convert-file-attributes): Set file's gid change bit.
16017         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16018         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16019         in case of su(do)? methods.  The home directory of the local user
16020         will be taken else.
16021         (tramp-open-connection-telnet)
16022         (tramp-open-connection-rsh, tramp-open-connection-su)
16023         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16024         local shell prompt could hurt.  Reported by Romain Francoise
16025         <romain@orebokech.com>.
16026         (tramp-let-maybe): Add `edebug-form-spec' property.
16027         (tramp-handle-expand-file-name): Bind `default-directory' locally
16028         to "/" in order to avoid problems with UNC shares or Cygwin
16029         mounts.
16030         (tramp-md5-function): Fix typo in error message.
16032         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16034         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16035         for byte-compiler pacification.
16037 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16039         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16040         ID-FORMAT `string'.  This allows us to get rid of
16041         `vc-user-login-name UID'.
16043         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16045 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16047         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16049 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16051         * emacs-lisp/find-func.el (find-definition-noselect)
16052         (find-variable-noselect): Search variables in C source code too.
16053         (find-function-C-source, find-function-noselect, find-function)
16054         (find-function-other-frame, find-variable-noselect, find-variable)
16055         (find-variable-other-frame, find-variable-at-point):
16056         Fix docstrings.
16058 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16060         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16062 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16064         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16065         Default to disabling the "Save affix" question.
16067 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16069         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16070         the first arg to run-python.
16072 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16074         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16075         is not loaded.
16077 2006-01-20  Jay Belanger  <belanger@truman.edu>
16079         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16080         limit is 0.
16082         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16083         the correct variable.
16085 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16087         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16088         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16089         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16090         (org-prefix-has-tag): New variable.
16091         (org-format-agenda-item): Remove tags from headline if
16092         appropriate.
16093         (org-agenda-remove-tags-when-in-prefix): New option.
16094         (org-get-tags-at): New function.
16096 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16098         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16099         (thumbs-find-image): Move image name and number from buffer name
16100         to mode name.  Set thumbs-buffer.  Preserve point so that large
16101         images remain visible.
16102         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16103         order.
16104         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16105         mode name.
16106         (thumbs-next-image, thumbs-previous-image): Make them work.
16108 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16110         * cus-edit.el (custom-buffer-create-internal): State in the text above
16111         the whole buffer buttons that they do not operate on hidden items.
16112         (custom-face-menu): Use `custom-face-save' instead of
16113         `custom-face-save-command'.
16114         (custom-face-save-command): Make it an alias for `custom-face-save'
16115         and declare it obsolete.
16116         (custom-face-save): Doc fix.
16118         * dired.el (dired-no-confirm): Add quote.
16119         (dired-subdir-alist-pre-R): Add quote in
16120         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16122 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16124         * textmodes/table.el (table-mode-indicator): Typo in last change.
16126 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16128         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16129         Fixes bug reported in Nov 2005.
16131         * isearch.el (isearch-forward): Doc fix.
16133         * dired.el (dired-move-to-filename-regexp): Define as alias.
16134         (dired-no-confirm): Use defcustom.
16135         (dired-subdir-alist-pre-R): Put defvar at top level.
16137         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16139         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16140         Mark as risky.
16142         * simple.el (set-mark-command): Doc fix.
16143         (clone-indirect-buffer-other-window):
16144         Read arg like clone-indirect-buffer.
16145         (move-beginning-of-line): Skip invisible newlines.
16147 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16149         * progmodes/cpp.el (cpp-edit-load): Make the order of
16150         listed conditions in a base C code buffer and its associate
16151         CPP Edit buffer the same.
16153 2006-01-19  Kenichi Handa  <handa@m17n.org>
16155         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16156         (rmail-mime-feature): Likewise.
16157         (rmail-require-mime-maybe): Use display-warning to show a warning
16158         message.
16160         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16161         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16163 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16165         * array.el: Move defvars out of eval-when-compile.
16166         (array-make-template): Replace undeclared global var with a local one.
16167         (array-mode): Inline initialization functions.
16168         (array-init-local-variables, array-init-max-row)
16169         (array-init-max-column, array-init-columns-per-line)
16170         (array-init-field-width, array-init-rows-numbered)
16171         (array-init-line-length, array-init-lines-per-row): Remove.
16173         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16174         (doc-mode-map): Define explicitly.
16175         (doctor-txtype): Use mapc.
16177         * textmodes/table.el: Move defvars out of eval-when-compile.
16178         Remove harmful code meant to avoid byte-compiler warnings.
16179         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16180         specification that checks table-fixed-width-mode directly.
16181         (table-recognize-region, table-recognize-cell):
16182         Use restore-buffer-modified-p.
16183         (table-fixed-width-mode): Remove code that refreshes
16184         table-fixed-mode-indicator.
16185         (*table--cell-describe-bindings, *table--cell-describe-mode):
16186         Avoid obsolete name print-help-return-message.
16187         (table--test-cell-list): Don't use replace-regexp from elisp.
16188         (table--point-entered-cell-function, table--point-left-cell-function):
16189         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16191         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16192         that was after the end of file.  Use buffer-file-name variable.
16193         (org-timestamp-change): Use with-current-buffer.
16194         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16195         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16196         `file'.
16198         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16199         (fortran-break-line): Remove unused var `opoint'.
16200         (fortran-abbrev-start): Obey help-event-list.
16202 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16204         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16206 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16208         * progmodes/make-mode.el (makefile-imake-mode): New mode
16209         derived from makefile-mode.
16210         (makefile-imake-mode-syntax-table): New syntax table
16211         derived from makefile-mode-syntax-table.
16212         (makefile-mode): Write about makefile-imake-mode in doc string.
16213         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16214         (makefile-imake-font-lock-keywords): New font lock keywords.
16216         * files.el (auto-mode-alist): Add Imakefile.
16218 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16220         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16221         loading the file rather than when turning on flyspell-mode.
16223 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16225         * cus-edit.el (customize-rogue): Minor doc fix.
16227 2006-01-17  Juri Linkov  <juri@jurta.org>
16229         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16230         instead of the file at the mark as default if the file at the mark
16231         is the same as the file at point or if dired-dwim-target-directory
16232         is not the same as the current directory and the mark is not active.
16234         * log-view.el (log-view-minor-wrap): Use the same logic to get
16235         revisions as `log-view-diff'.
16237         * info.el (Info-revert-find-node): Check for Info-current-file
16238         before preserving new-history.
16240         * man.el (Man-heading-regexp): Add `/'.
16242         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16243         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16245 2006-01-16  Juri Linkov  <juri@jurta.org>
16247         * faces.el (mode-line-faces): New defgroup.
16248         (mode-line-highlight): Move definition after new defgroup.
16249         (mode-line, mode-line-inactive, mode-line-highlight):
16250         Replace :group `modeline' with `mode-line-faces'.
16251         (mode-line-buffer-id): New face.
16252         (modeline-buffer-id): New face alias.
16253         (vertical-border): Remove :group `modeline'.
16255         * bindings.el (propertized-buffer-identification): Use face
16256         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16257         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16258         (mode-line-buffer-identification-keymap): For mouse-1 replace
16259         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16260         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16261         mouse-3.
16263         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16264         Buffer-menu-buffer.  Doc fix.
16265         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16266         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16267         `Buffer-menu-buffer'.
16269         * info.el (Info-mode-line-node-keymap): New defvar.
16270         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16271         Propertize Info-current-node with `mode-line-buffer-id' and
16272         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16274         * time.el (display-time-mail-face): Replace :group `faces' with
16275         `mode-line-faces'.
16277 2006-01-16  Kenichi Handa  <handa@m17n.org>
16279         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16281         * language/european.el (cp1252): New alias for windows-1252.
16283         * international/mule.el (autoload-coding-system): Prepare for EOL
16284         variants.
16286 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
16288         * term.el (term-raw-map): Add mapping for insert.
16289         (term-send-insert): New.
16290         (term-mode): Make variables local here instead of doing it in
16291         `term-emulate-terminal'.
16292         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16293         Scroll reverse needs to take into account the scroll region.
16294         Saving and restoring the cursor should save the color attributes too.
16295         (term-reset-terminal): Reset the scroll region.
16296         (term-handle-ansi-escape): Cursor up and down should take into
16297         account the scroll region.
16298         (term-set-scroll-region): Rename from `term-scroll-region'.
16299         Move to 0,0 after setting the region.
16300         (term-handle-scroll): Handle scroll up.
16301         (term-down): Fix off by one error.
16302         (term-delete-lines): Do not delete outside the scroll region.
16303         (term-insert-lines): Take into account the scroll region.
16305 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16307         * textmodes/ispell.el (ispell-internal-change-dictionary)
16308         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16309         (start, end): Move declaration outside of eval-when-compile.
16311         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16312         (flyspell-mode-on): Use it.
16314         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16315         ispell-kill-ispell-hook.
16317 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
16319         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16320         (Custom-reset-saved): Do not ask for confirmation in single option
16321         buffers.
16323 2006-01-13  Richard M. Stallman  <rms@gnu.org>
16325         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16327 2006-01-13  Romain Francoise  <romain@orebokech.com>
16329         * add-log.el (add-change-log-entry, change-log-merge):
16330         Conditionally use `hard-newline'.
16332 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
16334         * wid-edit.el (widget-field-end): If the overlay is no longer
16335         associated with a buffer, behave as if the overlay didn't exist.
16337         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16338         Make sure the links use the `custom-link' face.
16340 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16342         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16343         (ld-script-mode): Don't set indent-line-function since we don't
16344         have one.
16346 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
16348         * textmodes/org.el (org-open-file): Use mailcap for selecting an
16349         application.
16350         (org-file-apps-defaults-gnu): Use mailcap as the default for
16351         selecting an application on a UNIX system.
16352         (org-agenda-show-tags): New command.
16353         (org-table-insert-hline): Keep cursor in current table line.
16354         (org-table-convert): Offset effect of modifying
16355         `org-table-insert-hline'.
16356         (org-format-agenda-item): New optional argument TAG.
16357         (org-compile-prefix-format): Handle %T format for the tag.
16358         (org-expand-wide-chars): New function.
16359         (org-table-insert-row, org-table-insert-hline):
16360         Use `org-expand-wide-chars'.
16361         (org-open-file): Fix bug in program launch.
16362         (org-get-time-of-day): Fix bug with times before 1am.
16363         (org-agenda-menu): Add tags commands.
16365 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
16367         * textmodes/ispell.el (ispell-init-process): Include the used
16368         dictionary in ispell process start message.
16369         (ispell-internal-change-dictionary): When flyspell-mode is active
16370         and dictionary is changed, make sure ispell process is restarted
16371         and flyspell word cache cleared out for the current buffer.
16372         (ispell-change-dictionary): Make sure flyspell word cache is
16373         cleared out in all buffers with active flyspell mode when
16374         dictionary is globally changed.
16375         Call ispell-internal-change-dictionary after dictionary change.
16377 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
16379         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16381         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16382         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16383         years.  Fix small differences wrt Makefile.in.
16384         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16385         Makefile.in does.
16387 2006-01-12  Bill Wohler  <wohler@newt.com>
16389         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16390         mh-search.el.
16392 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16394         * progmodes/ld-script.el: Update copyright year.
16396 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
16398         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16399         Don't add widget if setting undefined.
16401 2006-01-12  John Paul Wallington  <jpw@pobox.com>
16403         * help-fns.el (describe-variable): Remove newlines from void
16404         variable output.
16406 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
16408         * wdired.el (wdired-mode-map): Add help echo for
16409         wdired-abort-changes.
16411         * man.el (Man-file-name-regexp): Adjust for a list of files.
16413 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16415         * progmodes/ld-script.el (auto-mode-alist): Support
16416         suffix conventions used in netbsd and eCos.
16418 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
16420         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16421         (custom-variable-menu, custom-face-menu, custom-group-menu)
16422         (Custom-mode-menu): Change names of menu items.  (As discussed on
16423         emacs-devel.)
16424         (custom-face-menu): Add "Undo Edits" item.
16426         * startup.el (init-file-user): defcustom -> defvar.
16428         * tooltip.el (tooltip-mode): Doc fix.
16430 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16432         * reveal.el (reveal-post-command): window-buffer signals an error on
16433         dead windows rather than returning nil.
16434         (reveal-open-new-overlays): An overlay might die while we open others.
16436 2006-01-11  Bill Wohler  <wohler@newt.com>
16438         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16439         phrasing in docstring.
16441         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16442         can give some systems gas.  Add new file mh-buffers.el.
16444 2006-01-06  Masatake YAMATO  <jet@gyve.org>
16446         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16447         C preprocessor forward ported from GNU Emacs 21.2.
16449         * progmodes/asm-mode.el (asm-font-lock-keywords):
16450         Use `cpp-font-lock-keywords'.
16452         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16454         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16455         of $ for "\\.ld[s]?".
16457 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16459         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16460         (tcl-indent-line): Return `noindent' if inside a string.
16462         * progmodes/flymake.el (flymake-split-string): Remove more than one
16463         empty string at beg/end of the result.
16464         (flymake-find-buildfile, flymake-find-possible-master-files):
16465         Use expand-file-name.
16466         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16467         since expand-file-name does it for us.  Use directory-file-name.
16468         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16469         (flymake-ler-get-type, flymake-ler-get-text)
16470         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
16471         (flymake-current-line-no): Remove spurious interactive spec.
16472         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16473         (flymake-check-include): Remove arg inc-path merged into inc-name.
16474         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16475         Arg regexp-list replaced by a simple regexp.
16476         (flymake-master-make-header-init, flymake-master-tex-init):
16477         Correspondingly replace regexp-list with a regexp.  Fix regexp.
16479 2006-01-10  Simon Josefsson  <jas@extundo.com>
16481         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16482         describing AUTH PLAIN fix.
16484 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
16486         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16487         (report-emacs-bug): Don't record initial prompt text.
16488         Instead, add text properties to prompting text.
16489         (report-emacs-bug-hook): Delete prompting text.
16491 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16493         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16494         `dirs'.  Adjust callers.
16496 2006-01-09  John Paul Wallington  <jpw@gnu.org>
16498         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16500 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16502         * reveal.el (reveal-open-new-overlays): New extracted fun.
16503         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
16504         using them.  Simplify the code.
16505         (reveal-post-command): Use them.  Fix up obsolete windows in
16506         reveal-open-spots.
16508         * progmodes/flymake.el: Use `require' rather than autoload for
16509         XEmacs's overlays.
16510         (flymake-get-common-file-prefix, flymake-build-relative-filename):
16511         Delete.  Use file-relative-name instead.
16512         (flymake-get-syntax-check-program-args, flymake-perl-init):
16513         Simplify the resulting code.
16515         * log-view.el (log-view-file-re, log-view-message-re): Add support
16516         for DaRCS output.
16518 2006-01-09  Alex Schroeder  <alex@gnu.org>
16520         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16521         identifiers sometimes added in square brackets at the beginning of
16522         subject lines.
16524 2006-01-07  Richard M. Stallman  <rms@gnu.org>
16526         * cus-edit.el (Custom-set, Custom-save): Doc fix.
16527         (Custom-reset-current, Custom-reset-saved): Change question text.
16528         (Custom-reset-standard): Likewise.
16529         (custom-variable-reset-saved): Doc fix.
16531 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
16533         * startup.el (init-file-user): Doc fix.
16535 2006-01-07  Alex Schroeder  <alex@gnu.org>
16537         * mail/rmail.el (rmail-current-subject): New function.
16538         (rmail-current-subject-regexp): New function.
16539         (rmail-next-same-subject): Use it.
16541         * mail/rmailsum.el (rmail-summary-by-topic):
16542         Use rmail-current-subject and rmail-current-subject-regexp.
16543         (rmail-summary-next-same-subject): Ditto.
16545         * net/rcirc.el (rcirc-send-input): No longer check whether the
16546         process is open, since not all commands need an open process.
16547         (rcirc-send-string): Check whether the process is open before
16548         sending anything.
16549         (rcirc-ignore-list): New option.
16550         (rcirc-ignore-list-automatic): New variable.
16551         (rcirc-print): Take rcirc-ignore-list into account.
16552         (rcirc-cmd-ignore): New command.
16553         (rcirc-ignore-update-automatic): New function.
16554         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16555         list if ignored nicks.
16556         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16558 2006-01-06  David Reitter  <david.reitter@gmail.com>
16560         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16561         reflect the address to which the report will be sent.
16563 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16565         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16566         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16568 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16570         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16572         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16573         the doc string: "functoin" => "function".
16574         * ldefs-boot.el: Likewise.
16576         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16577         message text: "Duplicat" => "Duplicate".
16579 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16581         * files.el (basic-save-buffer-2): If backing-up failed, reset
16582         buffer-backed-up to nil.
16584 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16586         * progmodes/gud.el (gdb-script-skip-to-head)
16587         (gdb-script-calculate-indentation): Indent for breakpoint command
16588         lists also.
16590 2006-01-05  Bill Wohler  <wohler@newt.com>
16592         * Makefile.in (compile-always): Add mh-autoloads dependency.
16593         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16594         provides it.
16595         (updates): Remove mh-autoloads dependency, since it probably has
16596         already run recently (via recompile).
16598 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16600         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16601         argument `force' to disable the flyspell-last-buffer optimization.
16602         (flyspell-mode-on): Use it.
16604         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16605         flymake-simple-cleanup.
16606         (flymake-allowed-file-name-masks): Use this new default.
16607         All the functions are now called in the right buffer rather than
16608         passing the buffer as argument.
16609         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16610         (flymake-parse-err-lines): Remove redundant buffer arg.
16611         (flymake-get-program-dir): Comment out unused function.
16612         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16613         Remove redundant buffer argument.
16614         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16615         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16617 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16619         * info.el (Info-find-node): Don't record previous node if have none.
16620         (info): Go to directory only if history is empty.
16622         * simple.el (mark): Doc fix.
16624 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16626         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16627         already of desired type.
16628         (mac-ae-list): Coerce parameter to "list" type.
16629         (mac-dispatch-apple-event): Replace cadr part of event with a
16630         dummy position so that event-start returns it.
16632 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16634         * textmodes/org.el (org-end-of-subtree): New function.
16635         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16636         Use `org-end-of-subtree'.
16637         (org-agenda, org-agenda-convert-date): Protect calls to
16638         `fit-window-to-buffer'.
16639         (org-tags-view): Force matching of sublevels when doing a
16640         todo-only search.  Define the correct redo command, including the
16641         arguments.
16642         (org-agenda-redo): Display message.
16643         (org-check-for-org-mode): New function.
16644         (org-agenda-type): New variable.
16645         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16646         Set `org-agenda-type'.
16647         (org-agenda-check-type): New function.
16648         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16649         (org-agenda-week-view, org-agenda-day-view)
16650         (org-agenda-next-date-line, org-agenda-previous-date-line)
16651         (org-agenda-log-mode, org-agenda-toggle-diary)
16652         (org-agenda-toggle-time-grid, org-agenda-date-later)
16653         (org-agenda-date-prompt, org-agenda-diary-entry)
16654         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16655         (org-agenda-convert-date, org-agenda-menu):
16656         Use `org-agenda-check-type'.
16657         (org-make-overlay, org-delete-overlay)
16658         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16659         New compatibility functions.
16660         (org-calendar-select-mouse): New command.
16662 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16664         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16665         (Custom-reset-standard): Fix y-or-n-p messages.
16666         (custom-link): New face for links.
16667         (custom-buffer-create-internal, custom-manual): Use it.
16668         (custom-face-save): Push to theme-face before setting face spec.
16670         * wid-edit.el (widget-default-mouse-face-get): New function.
16671         (widget-specify-button): Handle mouse-face like button-face.
16673         * custom.el (load-theme): Clear old theme settings if reloading.
16675 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16677         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16678         "Erase Customization" button back to same position it occupies in
16679         the individual State menus.
16681 2006-01-04  Kim F. Storm  <storm@cua.dk>
16683         * wid-edit.el (key-sequence): Rework widget to read key binding
16684         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16685         (widget-key-sequence-default-value): Default value for empty sequence.
16686         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16687         (widget-key-sequence-read-event): New command for C-q.
16688         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16689         (widget-key-sequence-value-to-external): New functions.
16691 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16693         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16694         Use expand-file-name.
16695         (flymake-delete-temp-directory): Use expand-file-name,
16696         file-name-directory, and directory-file-name.
16697         (flymake-strrchr): Delete.
16698         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16699         to the init-f function.
16700         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16701         (flymake-init-find-buildfile-dir)
16702         (flymake-init-create-temp-source-and-master-buffer-copy)
16703         (flymake-simple-make-init-impl, flymake-simple-make-init)
16704         (flymake-master-make-init, flymake-master-make-header-init)
16705         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16706         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16707         (flymake-xml-init): Remove corresponding redundant buffer argument.
16708         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16709         the default anyway.  Clean up regexps.
16711         * progmodes/flymake.el (flymake-temp-source-file-name)
16712         (flymake-master-file-name, flymake-temp-master-file-name)
16713         (flymake-base-dir): New buffer-local vars.
16714         (flymake-buffer-data, flymake-get-buffer-value)
16715         (flymake-set-buffer-value): Replace those hash-tables by the new
16716         buffer-local vars.  Update callers.
16718         * progmodes/flymake.el (flymake-check-start-time)
16719         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16720         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16721         Move definition, so we can remove redundant earlier declaration.
16722         (flymake-replace-regexp-in-string, flymake-split-string)
16723         (flymake-get-temp-dir): Use defalias.
16724         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16725         (flymake-xemacs-window-edges): Remove unused function.
16726         (flymake-get-point-pixel-pos): Move.
16727         (flymake-pid-to-names, flymake-reg-names)
16728         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16729         Replace by a simple list flymake-processes and by process-buffer.
16730         Update callers.  Other than simplify the code, it uses buffers rather
16731         than buffer-names so it doesn't get confused by uniquify.
16732         (flymake-buffer-data): The global value should just be nil.
16734         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16735         Optimize the body of a defalias like any other code.
16737         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16738         Make sure we've setup font-lock's vars.  It may influence which
16739         function we then call.
16740         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16741         here since it's too late anyway.
16743 2006-01-03  Romain Francoise  <romain@orebokech.com>
16745         * startup.el (fancy-splash-tail, normal-splash-screen):
16746         Update copyright year.
16748 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16750         * mouse.el (mouse-drag-track): Rename, from
16751         `mouse-drag-region-1'.  Includes optional argument required to
16752         enable post-drag event processing (e.g. delete region keys).
16753         Can be used without this argument to track a mouse region and operate
16754         on it as soon as the drag completes.
16755         (mouse-drag-region): Use `mouse-drag-track'.
16757 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16759         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16760         Move to `custom-buffer' group.
16762         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16763         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16764         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16765         (custom-theme-face-menu): New variables.
16766         (custom-theme-add-variable, custom-theme-variable-action)
16767         (custom-variable-reset-theme, custom-theme-delete-variable)
16768         (custom-face-reset-theme, custom-theme-face-action)
16769         (custom-theme-delete-face, custom-theme-merge-theme)
16770         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16772 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16774         * custom.el: Move Custom Themes commentary to start of theme code.
16775         (custom-known-themes): Rename `standard' theme to `changed'.
16776         (custom-push-theme): Caller no longer specifies what theme to use
16777         when doing `reset'---the setting is simply removed from the theme.
16778         Delete MODE from `theme-value' and `theme-settings' properties.
16779         (custom-declare-theme): Ignore &rest args since we don't use them.
16781         (custom-loaded-themes): Delete variable.
16782         (custom-theme-load-themes, custom-theme-loaded-p)
16783         (custom-theme-value): Delete functions.
16785         (custom-declare-theme): Signal error on invalid theme names.
16786         (provide-theme): custom-loaded-themes was deleted.
16787         (load-theme): Load the file unconditionally.
16788         (enable-theme): Call `load-theme' if theme is undefined.
16789         (custom-enabled-themes): Only update value for successful loads.
16790         (disable-theme): Complete from enabled themes when interactive.
16791         (custom-variable-theme-value): Calculate theme value directly.
16793         (custom-theme-reset-variables, custom-reset-variables): Mark as
16794         XEmacs compatibility functions.  We don't actually use these.
16796         * cus-edit.el (custom-variable-state-set):
16797         Use custom-variable-theme-value instead of custom-theme-value.
16798         (custom-face-state-set): Rename `standard' theme to `changed'.
16799         (custom-save-variables, custom-save-faces): Delete unneeded
16800         references to custom-reset-variables.
16801         (custom-save-resets): Delete function.
16802         (custom-save-variables, custom-save-faces): MODE argument deleted.
16803         (custom-save-variables, custom-save-faces): Ignore theme values.
16805         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16806         compatibility function.
16808 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16810         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16811         (Custom-reset-current, Custom-reset-saved): Likewise.
16812         (Custom-reset-standard): Show message if aborted.
16813         (custom-mode): Doc fix, describing those commands.
16815         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16816         put on event-kind property.
16818 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16820         * custom.el (provide-theme): Ban `user' theme name.
16821         (custom-enabling-themes): New variable.
16822         (enable-theme): Don't enable user if custom-enabling-themes is t.
16823         (custom-enabled-themes): Make it a defcustom.
16824         (custom-theme-recalc-face): No-op if face is undefined.
16826         * cus-edit.el (custom-button-mouse): New variable.
16827         (custom-button-mouse): New face.
16828         (custom-raised-buttons, custom-mode): Use it.
16830         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16832 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16834         * progmodes/gud.el (gud-display-line): Support hl-line in the
16835         source buffer.
16837 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16839         * mouse.el (mouse-drag-window-above): Verify that the found window
16840         overlaps with the given window in the horizontal dimension.
16842 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16844         * Makefile.in (cvs-update): New target.
16846         * makefile.w32-in (cvs-update): Ditto.
16848 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16850         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16851         (custom-new-theme-mode-map): New variable.
16853 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16855         * custom.el (custom-load-themes): Function deleted.
16857         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16858         (custom-save-variables): Don't delete or add custom-load-themes call.
16860 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16862         * cus-start.el: Add `visible-cursor'.
16864         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16865         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16866         (flymake-process-filter): Switch to buffer before calling it instead.
16867         (flymake-post-syntax-check, flymake-highlight-err-lines)
16868         (flymake-delete-own-overlays, flymake-parse-err-lines)
16869         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16870         (flymake-count-lines, flymake-parse-residual):
16871         Remove constant buffer argument.
16872         (flymake-start-syntax-check-for-current-buffer): Remove.
16873         Update callers to use flymake-start-syntax-check instead.
16874         (flymake-display-err-menu-for-current-line):
16875         Remove unused var `mouse-pos'.
16876         (flymake-restore-formatting): Comment out unused function.
16877         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16878         argument, use current-buffer instead.  Update callers.
16880 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16882         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16883         buffer-local because choose-completion-delete-max-match requires
16884         that we set completion-ignore-case (i.e., binding via let is not
16885         sufficient).
16886         (bibtex-complete): Always set completion-ignore-case and
16887         choose-completion-string-functions.  The latter is needed because
16888         choose-completion-string-functions keeps its value if we quit the
16889         *Completions* buffer without requesting a completion.
16891 2005-12-30  Andreas Schwab  <schwab@suse.de>
16893         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16895 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16897         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16899 2005-12-30  Juri Linkov  <juri@jurta.org>
16901         * locate.el (locate-fcodes-file, locate-header-face)
16902         * progmodes/delphi.el (delphi-other-face)
16903         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16905         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16906         group `paren-showing-faces'.
16908         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16909         (goto-address): Fix docstring.
16911         * net/webjump.el (webjump-sample-sites): Update URLs.
16913         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16915         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16917 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16919         * font-lock.el (font-lock-compile-keywords): Signal an error when
16920         font-lock-set-defaults hasn't been called.
16922 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16924         * subr.el (noreturn, 1value): Doc fixes.
16926 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16928         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16929         that assoc-string returns nil.
16931 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16933         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16934         (bibtex-entry-type-str, bibtex-empty-field-re)
16935         (bibtex-search-backward-string, bibtex-preamble-prefix)
16936         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16937         (bibtex-any-valid-entry-type): New variable.
16938         (bibtex-parse-field-name): Simplify.
16939         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16940         (bibtex-preamble-prefix): Include left delimiter.
16941         (bibtex-search-forward-field, bibtex-search-backward-field):
16942         Allow unbounded search past entry boundaries (required by bibtex-pop).
16943         (bibtex-text-in-field-bounds): Use push.
16944         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16945         (bibtex-parse-preamble, bibtex-valid-entry)
16946         (bibtex-beginning-first-field): New functions.
16947         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16948         (bibtex-map-entries): Fix docstring.
16949         (bibtex-flash-head): New arg prompt.  Simplify.
16950         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16951         (bibtex-insert-kill): Simplify.  Always insert text past the
16952         current field or entry.
16953         (bibtex-format-entry): Use bibtex-parse-field.
16954         (bibtex-pop): Use bibtex-beginning-of-entry and
16955         bibtex-end-of-entry to initiate the search.  Insert empty field if
16956         we found ourselves.
16957         (bibtex-print-help-message): New args field and comma.
16958         Handle entry keys.
16959         (bibtex-make-field): Use bibtex-beginning-of-entry.
16960         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16961         invalid entry.
16962         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16963         Handle preambles.  Simplify code for thorough test.
16964         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16965         New arg comma.  Handle entry heads.
16966         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16967         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16968         New arg comma.
16969         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16970         (bibtex-fill-field): Simplify.
16971         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16972         bibtex-parse-field.
16973         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16974         (bibtex-complete): Use bibtex-parse-preamble.
16976 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16978         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16979         Display name of expression instead of convenience variable.
16980         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16982         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16983         toggle-gud-tooltip-dereference.
16984         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16985         (gud-tooltip-tips): ...here when dereferencing.
16987 2005-12-28  Bill Wohler  <wohler@newt.com>
16989         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16991 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16993         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16994         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16995         (vc-annotate-display-autoscale): Adjust call.
16996         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16997         Fix interactive spec.
16998         (vc-annotate-time-span): Remove.
16999         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17000         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17001         (vc-annotate-display-select): Use new name.
17003         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17004         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17005         Correct the construction of span entries.  Simplify.
17006         (vc-annotate-display-select): Fix the nil case.
17007         (vc-annotate): Remove obsolete (and now broken) code.
17008         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17009         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17011 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17013         * subr.el (lazy-completion-table): Correct typo in docstring.
17015         * startup.el (command-line): Use `custom-reevaluate-setting' for
17016         `send-mail-function'.
17018         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17020 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17022         * mail/smtpmail.el (smtpmail-try-auth-methods):
17023         Send credentials together with "AUTH PLAIN" command.
17025 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17027         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17028         mouse-2, go back to previously selected window, so it's selected
17029         when mouse-2 command runs.
17031 2005-12-27  Juri Linkov  <juri@jurta.org>
17033         * descr-text.el (describe-text-sexp): Use square brackets for
17034         button [Show] to distinguish it from the property value `show'.
17035         (describe-property-list): Use `insert-text-button' with
17036         `help-face' type instead of putting face in quotes, because button
17037         is not created automatically for a list of faces.
17038         (describe-text-properties-1): Put button-type value in quotes to
17039         distinguish from plain text "button".
17040         (describe-char): Display code point values in hex.  Don't use
17041         `symbol-name' for `current-input-method' because it is a string.
17042         Use `insert-text-button' with `help-face' type instead of putting
17043         hardcoded face in quotes, because button is not created automatically.
17045 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17047         * progmodes/glasses.el (glasses-face): More specific custom type.
17049         * files.el (set-visited-file-name): Doc fix.
17051         * textmodes/flyspell.el (flyspell-external-point-words):
17052         Use local var buffer-scan-pos to advance scan for next misspelling.
17053         Advance it only after we find the misspelling.
17055 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17057         * textmodes/flyspell.el (flyspell-external-point-words):
17058         New criteria for finding the misspelling in the buffer.
17060 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17062         * help-mode.el (help-insert-string): Set help-xref-stack-item
17063         rather than call help-setup-xref.
17065         * descr-text.el (describe-char): Revert previous changes for
17066         optional buffer argument.
17068 2005-12-27  Juri Linkov  <juri@jurta.org>
17070         * help-mode.el (help-insert-string): New function.  Save buffer
17071         contents in cases where it is impossible to recompute the old contents.
17073         * descr-text.el (describe-char): Set help-xref-stack-item
17074         explicitly after buffer has been generated.
17076 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17078         * cus-start.el (all): Add x-gtk-show-hidden-files.
17080 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17082         * replace.el (perform-replace): Calculate match-again
17083         before skipping read-only matches.
17085         * paren.el (paren-showing-faces): New group.
17086         (show-paren-match, show-paren-mismatch): Move to that group.
17088         * button.el (button): Put into group `basic-faces'.
17090         * progmodes/make-mode.el: Remove faces from group `faces'.
17092         * apropos.el (apropos, apropos-value): Doc fix.
17093         (apropos-documentation): Doc fix.
17095 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17097         * subr.el (lazy-completion-table): Remove argument `args'.
17099         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17100         Don't use the `args' argument of lazy-completion-table.
17102 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17104         * descr-text.el (describe-char): Add optional argument for buffer.
17105         Set buffer appropriately.  Call help-setup-xref.
17106         Suggested by Stefan Monnier.
17108 2005-12-26  Juri Linkov  <juri@jurta.org>
17110         * descr-text.el: Require `help-fns' at runtime.  Don't require
17111         `button' for byte compilation.
17112         (describe-text-widget): Add `help-echo' for first button.
17113         Use `help-info' for second.
17114         (describe-property-list): Use `help-argument-name' instead of `italic'.
17115         (describe-text-category): Add prompt to interactive spec.
17116         Call `help-setup-xref'.
17117         (describe-char): Use `help-character-set'.  Add `help-echo' for
17118         code point.  Use `help-input-method'.  Remove superfluous insert.
17120 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17122         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17123         at point, in case of narrowing.
17125         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17127         * locate.el (locate-header-face): Allow nil in type.
17129         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17131 2005-12-25  Romain Francoise  <romain@orebokech.com>
17133         * battery.el (battery-linux-proc-acpi): Also try
17134         `/proc/acpi/thermal_zone/THM0/temperature'.
17136 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17138         * custom.el (custom-push-theme): Fix docstring.
17140         * cus-edit.el (custom-variable-set, custom-variable-save)
17141         (custom-variable-save): Custom-quote widget values.
17142         (customize-save-variable): Fix custom-push-theme call.
17144 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17146         * w32-fns.el (w32-batch-update-autoloads): New function.
17148         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17149         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17150         from the command line.
17152 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17154         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17155         reset means to remove setting from theme entirely.  Don't keep
17156         expanding theme-settings list; delete old entries if necessary.
17158         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17159         customization" button one line up.
17160         (custom-themed): New face.
17161         (custom-magic-alist): New value, THEMED, for theme settings.
17162         (custom-variable-state-set, custom-face-state-set):
17163         Check theme-value instead of saved-value.
17164         (custom-variable-reset-standard, custom-face-reset-standard):
17165         Remove theme setting entirely.  Recalculate new values.
17166         (custom-variable-set, custom-variable-set)
17167         (custom-variable-reset-saved, custom-variable-reset-backup)
17168         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17169         (custom-variable-save): Fix typos.
17171 2005-12-23  Juri Linkov  <juri@jurta.org>
17173         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17174         Add autoload cookies.
17175         (edebug-outside-d-c-i-n-s-w): New variable.
17176         (edebug-display, edebug-outside-excursion): Use it to save the
17177         original value of default-cursor-in-non-selected-windows.
17178         Set default-cursor-in-non-selected-windows to t while Edebug
17179         is active.
17180         (edebug-mode, edebug-eval-mode): Doc fix.
17182         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17183         with `buffer-substring-no-properties' to remove common substring
17184         highlighting.
17186         * info.el (info-other-window, info): Rename function argument
17187         `file' to `file-or-node'.
17188         (Info-complete-menu-item): Use local variable `complete-nodes' to
17189         keep the global value of `Info-complete-nodes' unchanged for
17190         subsequent completions.
17191         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17193         * simple.el (get-next-valid-buffer, last-buffer)
17194         (next-error-buffer-p, next-error-find-buffer)
17195         (minibuffer-history-sexp-flag): Doc fix.
17197         * savehist.el (savehist-mode-hook): Add `:group'.
17199         * log-view.el: Call autoload for vc-find-version.
17200         (log-view-current-file): Adjust subgroup numbers.
17201         (log-view-current-tag): Add `length'.
17203 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17205         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17207 2005-12-23  Juri Linkov  <juri@jurta.org>
17209         * hi-lock.el (hi-lock-archaic-interface-message-used)
17210         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17211         (hi-lock-mode): Display "Hi" in the mode line only when
17212         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17213         (hi-lock-write-interactive-patterns):
17214         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17215         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17216         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17217         font-lock-add-keywords to t.
17219 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17221         * hi-lock.el (hi-lock-highlight-range): New variable.
17222         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17223         only if font-lock-fontified is non-nil.  Remove overlays.
17224         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17225         font-lock-fontified is non-nil, otherwise use overlays (instead of
17226         text properties).
17227         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17228         New variables.
17229         (hi-lock-string-serialize): New function.
17231 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17233         * menu-bar.el (menu-find-file-existing): New function.
17234         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17236         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17238 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17240         * vc.el: Remove unnecessary leading * in docstrings.
17241         (vc-annotate-mode-map): Move initialization into declaration.
17242         (vc-static-header-alist): Nitpick on the regexp.
17243         (vc-default-init-version): New fun.
17244         (vc-register): Use it.
17245         (vc-insert-headers): Use dolist.
17246         (vc-annotate-get-backend): Remove unused function.
17247         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17248         (vc-annotate-mode): Remove corresponding call.
17249         (vc-annotate-car-last-cons): Simplify.
17250         (vc-annotate-buffers): Remove var.
17251         (vc-annotate-backend): Make it buffer-local.
17252         (vc-annotate): Move the interaction to the interactive spec.
17253         Add a `buf' argument.
17254         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17255         killing&creating a vc-annotate buffer, which is very disruptive when
17256         the buffers are shown in dedicated frames.
17258 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17260         * descr-text.el: Add FSF as maintainer.
17261         (describe-text-mode, describe-text-mode-map)
17262         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17263         help-mode.
17264         (describe-text-widget, describe-text-sexp)
17265         (describe-property-list, describe-text-category)
17266         (describe-text-properties, describe-text-properties-1)
17267         (describe-char): Use help buttons instead of widgets.
17268         (describe-char-unicodedata-file): Make URL link in doc string.
17270 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17272         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17273         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17274         Don't include buttons that write a file when there's no file.
17275         (custom-variable-menu, custom-face-menu, custom-group-menu):
17276         Don't include commands that write a file when there's no file.
17277         (customize-browse): Reword the top-of-buffer help intro.
17278         (custom-buffer-create-internal): Fix previous change.
17279         (customize-changed-options-previous-release): Prev release is 21.1.
17280         (customize-changed-options): Doc fix.
17281         (customize-changed): New alias.
17282         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17283         Say "standard values".
17284         (Custom-reset-standard): Doc fix.
17285         (custom-face-reset-standard): Doc fix.
17287 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17289         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17290         even if font-lock-mode is non-nil since it may be t without having
17291         turned on font-lock-mode-internal.
17292         (font-lock-choose-keywords): Minor optimization.
17293         (font-lock-add-keywords, font-lock-remove-keywords)
17294         (font-lock-set-defaults): Don't call make-local-variable on a variable
17295         that we know to already be local.
17297 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17299         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17300         messages if in the minibuffer.
17302 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17304         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17305         (tex-mode-flyspell-verify, flyspell-get-word)
17306         (flyspell-external-point-words): Don't use point-min/max uselessly.
17308         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17309         by Kevin Rodgers.  Instead, just hide the completions buffer if we
17310         don't need to show it.
17312 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
17314         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17316 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17318         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17319         delete-windows-on with an inexistent buffer.
17321 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
17323         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17324         Delete defcustom variable :tag names.
17326 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17328         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17329         (log-view-font-lock-keywords): Ajust subgroup numbers.
17330         (log-view-current-tag): Don't hard code the number of subgroups.
17332 2005-12-20  Juri Linkov  <juri@jurta.org>
17334         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17335         (tooltip-x-offset, tooltip-y-offset): Doc fix.
17337         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17338         (menu-bar-non-minibuffer-window-p): Instead of checking
17339         display-multi-frame-p, use selected-frame when menu-updating-frame
17340         is nil.
17342 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
17344         * align.el (align-rules-list): Use [ \t] instead of \s-
17345         for column separators in text mode.
17347 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
17349         * help-mode.el (help-customize-variable, help-customize-face):
17350         Don't pop help-xref-stack as help-follow no longer pushes
17351         anything on to it.
17353 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
17355         * textmodes/org.el (org-agenda-custom-commands): New option.
17356         (org-agenda): Offer custom commands on splash screen.
17357         (org-make-tags-matcher): Parser for Boolean logic added.
17358         (org-agenda-set-tags): New command.
17359         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17360         (org-set-tags): Efficiency improvements.
17361         (org-auto-align-tags): New option.
17362         (org-todo, org-demote, org-promote): Realign tags.
17363         (org-tags-completion-function): Use also "&" and "|" as separators.
17364         (org-org-menu): Agenda commands simplified.
17366 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
17368         * cus-edit.el (customize-apropos, customize-apropos-options):
17369         Docstring changes.
17371         * font-lock.el (font-lock): Add tags to the links in the defgroup.
17373 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
17375         * longlines.el (longlines-mode): Wrap while widened.
17376         (longlines-decode-region, longlines-encode-region): Compute max
17377         just once.
17379 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17381         * cus-edit.el (mac): New group.
17383         * cus-start.el (all): Add user options in macterm.c.  Add test for
17384         Mac-related built-ins.  Fix test for GTK-related built-ins.
17386         * term/mac-win.el (mac-handle-language-change)
17387         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17388         (mac-services-open-selection, mac-services-mail-selection)
17389         (mac-services-mail-to, mac-services-insert-text)
17390         (mac-dispatch-apple-event): Add docstrings.
17391         (x-get-selection, mac-select-convert-to-string): Select coding
17392         system from `utf-16be' and `utf-16le' using `byteorder'.
17394 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17396         * subr.el (lazy-completion-table): Don't be fooled if the var holds
17397         a "list" (lambda ...) rather than a real completion list.
17399         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17400         lexical-let when encountering ((lambda (...) ...) ...).
17402 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17404         * progmodes/sh-script.el (sh-mode):
17405         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17406         * textmodes/picture.el (picture-mode): Update docstrings.
17408 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
17410         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17411         commands enclosed in $(ARGQUOTE)s should not be split between two
17412         lines, as that will break with GNU Make >3.80, when sh.exe is used
17413         and arg quoting is with '..'.
17414         (autoloads): Don't break the quoted --eval expression between
17415         several lines.
17417 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17419         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17420         Capture error from printing circular structures.
17422 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
17424         * wid-edit.el (widget-checkbox-action): Clear undo info.
17426 2005-12-16  Bill Wohler  <wohler@newt.com>
17428         * menu-bar.el (kill-this-buffer): Set a good example by using menu
17429         bar, not menubar in comment.
17431 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17433         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17434         After-change-functions should not clobber the match data.
17436 2005-12-16  Juri Linkov  <juri@jurta.org>
17438         * simple.el (choose-completion): Use `buffer-substring-no-properties'
17439         instead of `buffer-substring'.
17440         (completion-common-substring): Doc fix.
17441         (completion-setup-function): Use minibuffer-completion-contents
17442         instead of minibuffer-contents.  Don't set common-string-length
17443         initially.  Remove special handling of partial-completion-mode.
17444         Move computation of completion-base-size into one cond.
17445         Call completion-base-size-function in mainbuf.  In computation of
17446         completion-base-size for file name completion don't move point to
17447         the end of the minibuffer.  Move computation of common-string-length
17448         into one cond.  Start putting faces only when common-string-length>=0.
17449         Add condition to put completions-common-part when
17450         common-string-length>0.
17452         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17453         place point at the first different character in the minibuffer
17454         even if this position is at the beginning of the minibuffer.
17456         * info.el (Info-read-node-name-1): In completion-base-size-function's
17457         lambda return 1 if common-substring or minibuffer-completion-contents
17458         starts with (, and 0 otherwise.
17460         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17461         Use `crm-current-element' for second arg of `display-completion-list'.
17463 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
17465         * files.el (set-auto-mode): Look for an interpreter specified on
17466         the first line also if search for mode specification succeeded,
17467         but the mode is not known.
17469 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
17471         * textmodes/org.el (org-tags-match-list-sublevels): New option.
17472         (org-open-at-point): Implement tag searches as links.
17473         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17474         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17475         (org-tags-sparse-tree, org-tags-view, org-set-tags)
17476         (org-agenda-dispatch): New commands.
17477         (org-use-tag-inheritance, org-tags-column): New options.
17478         (org-tab-follows-link, org-return-follows-link): New options.
17479         (org-tags): New customize group.
17480         (org-start-icalendar-file): Get local time zone.
17481         (org-tags-completion-function): New function.
17482         (org-set-font-lock-defaults): Make sure links will also be
17483         highlighted inside headlines.
17485 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
17487         * term.el (term-emulate-terminal):
17488         Let term-handle-ansi-terminal-messages override what Bash says about
17489         its current directory.
17491 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17493         * bindings.el (last-buffer): Move to simple.el.
17494         * simple.el (last-buffer): Move here.
17495         (get-next-valid-buffer): New function.
17496         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17497         (prev-buffer): Ditto.  Rename to `previous-buffer'.
17499         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17500         * bindings.el (global-map): Ditto.
17502 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
17504         * cus-edit.el: Introductory comment change.
17505         (custom-magic-alist): Change message string for the `rogue' state.
17507 2005-12-15  Richard M. Stallman  <rms@gnu.org>
17509         * tooltip.el: Delete defcustom variable :tag names.
17511         * complete.el (partial-completion-mode): Doc fix.
17513         * textmodes/flyspell.el (flyspell-external-point-words):
17514         Use save-excursion to ensure we don't move backward in the
17515         search loop, not even one character.
17516         (flyspell-delete-all-overlays): Use remove-overlays directly.
17518         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17519         (ispell-start-process): Set that variable.
17520         Clear ispell-buffer-local-name.
17521         (ispell-internal-change-dictionary):
17522         Set ispell-current-dictionary after killing process.
17523         (ispell-buffer-local-dict):
17524         Don't set spell-personal-dictionary after killing process.
17525         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17526         (ispell-tex-skip-alists, ispell-html-skip-alists)
17527         (ispell-skip-region-alist): Mark as risky.
17529         * net/newsticker.el (newsticker--retrieval-timer-list)
17530         (newsticker--display-timer, newsticker-running-p)
17531         (newsticker-ticker-running-p): Definitions moved up.
17533 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
17535         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17537 2005-12-15  David Ponce  <david@dponce.com>
17539         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17540         (recentf-edit-list, recentf-open-files): Signal an error when
17541         there is no recent file.
17543 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17545         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17546         read-only except for texinfo-format-region evaluation.
17548 2005-12-14  Richard M. Stallman  <rms@gnu.org>
17550         * vc.el (vc-default-previous-version, vc-default-next-version)
17551         (vc-do-command): Doc fixes.
17553 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17555         * textmodes/bibtex.el (bibtex-expand-strings)
17556         (bibtex-autokey-expand-string, bibtex-name-part)
17557         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17558         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17559         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17560         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17561         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17562         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17563         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17564         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17565         (bibtex-beginning-of-last-entry): Remove.
17566         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17567         message if comma is missing but buffer is read-only.
17568         (bibtex-parse-field-text): Handle whitespaces at the end of field
17569         text.  Return 3-element list with beginning and end of field text
17570         and end of field.
17571         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17572         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17573         (bibtex-search-forward-field, bibtex-search-backward-field):
17574         Search always delimited by limits of entry.  Use more efficient
17575         search algorithms.
17576         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17577         bibtex-end-of-name-in-field.
17578         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17579         extracting the content of a field.
17580         (bibtex-text-in-field): Use search limits.
17581         (bibtex-parse-string-prefix): Handle empty string keys based on
17582         bibtex-string-empty-key.
17583         (bibtex-parse-string): Fix docstring.
17584         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17585         (bibtex-preamble-prefix, bibtex-strings): New functions.
17586         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17587         BibTeX entries (consistent with other BibTeX functions).
17588         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17589         (bibtex-search-entry): Fix docstring.  Simplify.
17590         (bibtex-flash-head, bibtex-complete-string-cleanup)
17591         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17592         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17593         (bibtex-parse-entry): New optional arg content.
17594         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17595         Use bibtex-text-in-field-bounds.
17596         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17597         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17598         bibtex-parse-string-postfix.
17599         (bibtex-find-text-internal): New function.
17600         (bibtex-remove-delimiters): Use it.
17601         (bibtex-find-text): Use it.  New optional arg help.
17602         (bibtex-complete): Handle BibTeX string and preamble entries.
17603         (bibtex-Preamble): Fix order of closing delimiters.
17605 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17607         * vc.el (vc-default-revert): New fun.
17609         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17611 2005-12-14  Romain Francoise  <romain@orebokech.com>
17613         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17614         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17615         (font-lock-remove-keywords): Likewise.
17617 2005-12-14  Juri Linkov  <juri@jurta.org>
17619         * log-view.el (log-view-diff): Doc fix.
17621         * isearch.el (isearch-query-replace): Use (mark) instead of
17622         isearch-opoint if mark is active in transient-mark-mode.
17624 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17626         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17628 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17630         * progmodes/cpp.el (cpp-face): New widget.
17631         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17633 2005-12-14  Juri Linkov  <juri@jurta.org>
17635         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17636         around `erase-buffer' and `insert'.
17638         * descr-text.el (describe-text-properties): Replace buffer name
17639         "*Help-2*" with "*Help*<2>".
17640         (describe-char): Add functions print-help-return-message,
17641         toggle-read-only.  Use help-setup-xref with nil to not store
17642         describe-char in help-xref-stack.  Use help-make-xrefs to
17643         make [back] button.
17645         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17647         * wdired.el (wdired-old-point): New internal variable.
17648         (wdired-change-to-wdired-mode): Set it buffer-locally.
17649         (wdired-abort-changes): Restore point after aborting changes.
17651 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17653         * vc.el (vc-do-command): Add a new value t for okstatus.
17655         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17656         frame in case of errors.
17658 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17660         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17661         so it comes after "On the Left" in the menu.
17663 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17665         * cus-edit.el (customize-apropos, customize-apropos-options)
17666         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17668 2005-12-12  Bill Wohler  <wohler@newt.com>
17670         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17671         non-writable Subversion-controlled files by saving window
17672         configuration before calling vc-do-command.  vc-do-command calls
17673         pop-to-buffer on error which is unexpected during registration.
17675 2005-12-12  Jay Belanger  <belanger@truman.edu>
17677         * calc/README: Update the summary of changes.
17679 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17681         * descr-text.el (describe-char): Rework last fix to solve the problem
17682         is the same way it's solved for everything else in that function
17683         (i.e. by extracting the info before setting up the *Help* buffer).
17685 2005-12-12  Kim F. Storm  <storm@cua.dk>
17687         * subr.el (version-regexp-alist): Allow space as separator before
17688         non-numeric part, e.g. "1.0 alpha".
17689         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17691 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17693         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17694         Implement Logging and the keep-modes setting.
17695         (org-get-category): Make sure a string is returned.
17696         (org-log-done): New function.
17697         (org-log-done, org-closed-string): New options.
17699 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17701         * tooltip.el (tooltip-y-offset): Change default to 20.
17703 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17705         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17707         * frame.el (display-hourglass): Doc fix.
17709         * help.el (help-for-help-internal): Simplify entry for `a'.
17711         * info.el (Info-on-current-buffer): Doc fix.
17712         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17714         * startup.el (inhibit-splash-screen): Make this the real name.
17715         (inhibit-startup-message): Make this the alias.
17716         (command-line): Find only simple.el, and use its directory
17717         to fill in other preloaded files' names.
17718         (command-line): Deactivate the mark if deactivate-mark is set.
17720         * international/mule.el (load-with-code-conversion):
17721         Bind deactivate-mark.
17723         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17725 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17727         * cus-edit.el (customize-apropos): Avoid listing an option more
17728         than once under different aliases.  No longer list user options
17729         that are not defined with defcustom (unless a prefix arg is given).
17730         Doc fix.
17731         (customize-apropos-options): Doc fix.
17733 2005-12-11  Juri Linkov  <juri@jurta.org>
17735         * frame.el (set-background-color, set-foreground-color)
17736         (set-cursor-color, set-mouse-color, set-border-color):
17737         Add explicit prompts to read colors by `facemenu-read-color'.
17738         (show-trailing-whitespace, blink-cursor-delay)
17739         (blink-cursor-interval, display-hourglass, hourglass-delay):
17740         Remove tags.
17741         (display-hourglass, hourglass-delay): Doc fix.
17742         (cursor-in-non-selected-windows): Capitalize words in tag.
17744         * faces.el (frame-background-mode): Replace `choice-item' keywords
17745         with `const' to not make [default] button.  Change default value tag
17746         from `default' to `automatic'.  Doc fix.
17747         (trailing-whitespace) <defface>: Change group `whitespace' to
17748         `whitespace-faces'.
17750 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17752         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17754 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17756         * term/mac-win.el: Create keymap for mac-apple-event-map.
17758 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17760         * tooltip.el (tooltip-mode): Move to start of file so that it
17761         appears at top of customize buffer.
17763         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17764         Add the gud groupname.
17765         (gud-tooltip-mode): Add the tooltip groupname.
17766         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17767         avoid conflict with tooltip-use-echo-area.
17769 2005-12-10  Romain Francoise  <romain@orebokech.com>
17771         * help.el (help-for-help-internal): Add `r' in doc string.
17773 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17775         * align.el (align-regexp, align-highlight-rule):
17776         Use region-beginning and region-end instead of point and mark, so that
17777         repetition (with `repeat-complex-command') recomputes the region
17778         bounds.
17780 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17782         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17783         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17784         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17785         (balance-windows): Rewrite using the above new functions.
17787 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17789         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17790         react if global-hi-lock-mode seems intended.
17791         (global-hi-lock-mode): Renamed from hi-lock-mode.
17792         (hi-lock-archaic-interface-message-used)
17793         (hi-lock-archaic-interface-deduce): New variables.
17794         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17795         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17796         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17797         Replace hi-lock-buffer-mode with hi-lock-mode.
17799 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17801         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17802         completion list, even after a partial completion has been
17803         inserted in the current buffer.  If there are more than 1
17804         completion, redisplay the *Completions* buffer; if the
17805         completion is unique, delete the *Completions* window.
17807 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17809         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17810         strings and long subject lines that were broken into multiple
17811         lines at arbitrary places.  Handle subjects that have "Re: " in
17812         the middle.
17814 2005-12-10  John W. Eaton  <jwe@octave.org>
17816         * emacs/octave-mod.el (octave-electric-space): Don't indent
17817         comments or strings if octave-auto-indent is nil.
17819 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17821         * term/mac-win.el: Require url when compiling.
17822         Call mac-process-deferred-apple-events after loading init files.
17823         (mac-apple-event-map): New defvar.  Define event handlers in it.
17824         (core-event, internet-event): New Apple event class symbols.
17825         (open-application, reopen-application, open-documents)
17826         (print-documents, open-contents, quit-application)
17827         (application-died, show-preferences, autosave-now, get-url):
17828         New Apple event ID symbols.
17829         (about): New HICommand ID symbol.
17830         (mac-event-spec, mac-event-ae): New macros.
17831         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17832         (mac-ae-selection-range, mac-ae-text-for-search)
17833         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17834         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17835         and Services menu events are now defined in mac-apple-event-map.
17836         (mac-drag-n-drop): Remove selection range handling.
17838 2005-12-10  Kenichi Handa  <handa@m17n.org>
17840         * simple.el (zap-to-char):
17841         * isearch.el (isearch-process-search-char): Translate CHAR by
17842         translation-table-for-input.
17844 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17846         * foldout.el (foldout-exit-fold): Properly hide subtree.
17848 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17850         * files.el (save-buffer):
17851         * international/ucs-tables.el (ucs-set-table-for-input):
17852         * mail/mail-extr.el (mail-extract-address-components):
17853         * mail/sendmail.el (mail-mode): Reformat doc string.
17855 2005-12-09  Juri Linkov  <juri@jurta.org>
17857         * isearch.el (isearch-highlight): Change main overlay priority
17858         from 1 to 1001.  Simplify.
17859         (isearch-lazy-highlight-update): Change lazy overlay priority
17860         from 0 to 1000.
17862         * replace.el (replace-highlight): Change overlay priority from
17863         1 to 1001.
17865         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17866         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17868         * compare-w.el (compare-windows-highlight): Change overlay
17869         priority from 1 to 1000.
17871         * menu-bar.el (menu-bar-edit-menu): Add listp around
17872         pending-undo-list to disable menu item "undo" when pending
17873         undo list is empty.
17875         * locate.el (locate): Disable undo in *Locate* buffer.
17877 2005-12-09  Kim F. Storm  <storm@cua.dk>
17879         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17881 2005-12-09  David Ponce  <david@dponce.com>
17883         * recentf.el: Improvement of the menu code.
17884         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17885         instead of menu hook.
17886         (recentf-show-menu, recentf-hide-menu): New functions.
17887         (recentf-menu-customization-changed, recentf-mode): Use them.
17888         (recentf-menu-action, recentf-max-menu-items)
17889         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17890         (recentf-arrange-by-rule-others)
17891         (recentf-arrange-by-rules-min-items)
17892         (recentf-arrange-by-rule-subfilter): Don't use
17893         `recentf-menu-customization-changed'.
17894         (recentf-arrange-rules): Likewise.  Accept functions to compute
17895         sub-menu titles.
17896         (recentf-menu-filter): Likewise.  Doc fix.
17897         (recentf-menu-value-shortcut): Doc fix.
17898         (recentf-dump-variable): Quote atom value.
17899         (recentf-make-menu-items): Update to use it as a menu filter.
17900         (recentf-match-rule): New function.
17901         (recentf-arrange-by-rule): Use it.
17902         (recentf-indirect-mode-rule): New function.
17903         (recentf-build-mode-rules): Use it.
17904         (recentf-dir-rule): New function.
17905         (recentf-arrange-by-dir): Use it.
17906         (recentf-filter-changer-current): Rename from
17907         `recentf-filter-changer-state'.  All references updated.
17908         (recentf-filter-changer-alist): Update filter names.
17909         (recentf-filter-changer-select): New function.
17910         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17911         available in `recentf-filter-changer-alist'.
17912         (recentf-data-cache, recentf-clear-data)
17913         (recentf-update-menu): Remove.  All references updated.
17914         (recentf-match-rule-p, recentf-build-dir-rules)
17915         (recentf-filter-changer-goto-next)
17916         (recentf-filter-changer-get-current)
17917         (recentf-filter-changer-get-next): Remove.
17919 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17921         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17922         buffer "Reset" button to "Reset to Current" for consistency with
17923         the State buttons.
17925 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17927         * ibuf-ext.el (define-ibuffer-filter filename):
17928         If `dired-directory' is a list then really use its car.
17930 2005-12-08  Kim F. Storm  <storm@cua.dk>
17932         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17933         Fix indention of text on right side of replaced rectangle.
17935 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17937         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17938         No need to check gud-comint-buffer is bound.
17939         (gdb): Prevent multiple debugging when first session uses gdba.
17941 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17943         CC Mode update to 5.31.
17945         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17946         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17947         We might do this function properly in the future).
17949         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17950         New macros c-sentence-end and c-default-value-sentence end, to cope
17951         with Emacs 22's new function `sentence-end'.
17953 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17955         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17956         compat issue using `c-put-overlay' and `c-delete-overlay'.
17958         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17959         New compat macros to handle overlays/extents.
17961 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17963         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17964         (for GNU Emacs 20.4).
17966         * progmodes/cc-defs.el:
17967         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17969         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17970         highlighting mechanism so it will work in XEmacs too.
17972         * progmodes/cc-defs.el: Insert c-int-to-char.
17974         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17975         call to the new macro c-int-to-char.  This solves XEmacs's
17976         regarding characters as different from integers.
17978 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17980         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17981         New internal helper.
17983         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17984         construct to make the indirect face lookup work in XEmacs.
17986         (c-cpp-matchers): Append the negation char face to the existing
17987         fontification, so that the cpp face doesn't disappear.
17988         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17989         and strings.
17991         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17992         to map to `font-lock-negation-char-face' in emacsen where it exists.
17994 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17996         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17998         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17999         Rename "c-subword-move-mode" as "c-subword-mode".
18001         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18002         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18004 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18006         * progmodes/cc-mode.el: Added autoload directive for
18007         `c-subword-move-mode' for use in older emacsen.
18009 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18011         * progmodes/cc-mode.el:
18012         (i): Insert a binding for C-c C-backspace into
18013         c-bind-special-erase-keys which works in TTYs.
18014         (ii): Make sure that when file styles are used, any explicitly
18015         given style variables take priority over those in the style.
18016         Do this by calling `hack-local-variables' a second time.
18018         * progmodes/cc-vars.el: Add language specific customization
18019         widgets for AWK to c-doc-comment-style, c-require-final-newline
18020         and c-default-style.  Add a defcustom for awk-mode-hook.
18021         Give c-syntactic-element and c-syntactic-context doc-strings by
18022         directly setting their `variable-documentation' propery.
18023         This allows Emacs 22.1 to read these with C-h v.
18025         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18027 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18029         * progmodes/cc-fonts.el, cc-vars.el
18030         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18031         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18032         Masatake YAMATO.
18034         (c-doc-comment-style): Made GtkDoc default in C mode.
18036         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18037         and C-c C-<delete>.
18039         (c-bind-special-erase-keys): New function for use on
18040         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18042         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18043         <delete> key behavior in XEmacs according to `delete-forward-p'.
18044         C.f. `c-electric-delete'.
18046 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18048         * progmodes/cc-mode.el: Give c-hungry-backspace and
18049         c-hungry-delete-forward permanent key bindings.
18051         * progmodes/cc-cmds.el (c-electric-semi&comma):
18052         Bind c-syntactic-context for calls to "criteria functions", for
18053         consistency with other calls to user functions.
18055         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18056         `current-prefix-arg', since this might be the prefix arg to a
18057         command which calls c-indent-command as a function.  Change the
18058         interactive spec from "p" to "P".
18060         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18061         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18062         was difficult to understand.
18064 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18066         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18067         first char of an identifier.
18069         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18070         +" syntax in C++.
18072 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18074         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18075         auto-fill doesn't split a c-comment's last word from a hanging
18076         "*/" when a space is typed between them after fill-column.
18078         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18080         * progmodes/cc-styles.el (c-set-style)
18081         (c-setup-paragraph-variables): Abort the command if we're not in a
18082         CC Mode buffer.
18084         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18085         with blank comment-prefix, and a blank line as the comment's
18086         second line.
18088 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18090         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18091         Incorporate the patterns added in the Emacs development branch
18092         for the new Emacs 22 face `font-lock-negation-char-face'.
18094         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18095         of "red" since it stands out better in xterms and DOS terminals.
18097         * progmodes/cc-engine.el (c-literal-faces):
18098         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18100 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18102         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18103         forcibly enable c-electric-flag.
18105         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18106         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18107         after the comment-prefix of a C-style comment will close that comment.
18109 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18111         * progmodes/cc-fonts.el (c-basic-matchers-before)
18112         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18113         in Pike.
18115         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18116         digraphs.
18118         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18119         (c-cpp-message-directives, c-cpp-include-directives)
18120         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18121         (c-cpp-expr-directives): Introduce new language constants to
18122         control cpp syntax in a cleaner way.
18124         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18126         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18128         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18129         (c-multiline-string-start-char): New language constants and
18130         variables to specify how newlines in string literals work.
18132         (c-font-lock-invalid-string): Use them.
18134         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18135         unbalanced close brace is entered.  Optimization by avoiding going
18136         back over arbitrarily large blocks.  Removed hints that this
18137         function only would be relevant/useful in AWK.
18139         (c-electric-brace): Indent syntactically after the cleanups since
18140         lineup functions might do it differently then.
18142         * progmodes/cc-engine.el, cc-langs.el
18143         (c-opt-op-identifier-prefix): New language constant and variable.
18145         (c-just-after-func-arglist-p, c-after-special-operator-id)
18146         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18148         * progmodes/cc-align.el, cc-engine.el
18149         (c-after-special-operator-id): New helper to handle C++ operator
18150         identifiers.
18152         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18153         (c-guess-basic-syntax): Handle C++ operator identifiers in
18154         declarations.
18156         * progmodes/cc-langs.el (c-assignment-operators): Add the
18157         trigraph version of ^= too.
18159         * progmodes/cc-langs.el (c-assignment-operators): Add the
18160         trigraph version of |= in C++.
18162         * progmodes/cc-fonts.el (c-font-lock-declarators):
18163         Handle `c-decl-hangon-kwds' after the identifier name.
18165         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18166         whether an arglist is "nonempty", ignore a comment after the open
18167         paren if it isn't followed by a non-comment token on the same line.
18169         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18170         Enable heuristics below the point to cope with classes inside special
18171         brace lists in Pike.
18173 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18175         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18177 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18179         * progmodes/cc-guess.el (cc-guess-install): New function to
18180         install an already guessed style in another buffer.
18182         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18183         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18184         anyway if the change always is undone.
18186 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18188         Implement togglable electricity:
18190         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18191         saying when it should be used.
18193         * progmodes/cc-engine.el: Add the new buffer-local variable,
18194         c-electric-flag.
18196         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18197         c-toggle-auto-newline.
18199         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18200         c-toggle-auto-newline.  Remove the binding for
18201         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18202         c-toggle-electric-state.
18204         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18206         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18207         c-\(forward\|backward\)-subword.
18208         (c-update-modeline): Add the new modeline flag `l' for
18209         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18210         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18211         Make the old name an alias of the new name.
18212         (c-toggle-electric-state): New function.
18213         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18214         Adapt these functions to do electric things only when
18215         c-electric-flag is non-nil.
18216         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18217         new functions from c-electric-brace.
18218         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18219         mode, so that the tentative extra newline doesn't change the
18220         syntax of the following brace.
18221         (c-electric-brace): Restructure by extracting the above functions.
18222         Tidy up the coding somewhat.
18223         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18224         restructure a bit.
18226 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18228         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18229         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18231         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18232         (c-submode-indicators): Change name from `c-auto-hungry-string'
18233         since it's now used to track another submode.
18235         (c-update-modeline): Convert to function and extended to check
18236         `c-subword-move-mode'.
18238         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18239         Convert to compat aliases for `c-forward-subword' and
18240         `c-backward-subword'.
18242         * progmodes/cc-subword.el: New functions and minor mode to handle
18243         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18245         (c-forward-subword, c-backward-subword, c-mark-subword)
18246         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18247         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18248         Functions corresponding to the standard word handling functions.
18250         (c-subword-move-mode): Minor mode that replaces all the standard
18251         word handling functions with their subword equivalences.
18253 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18255         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18256         entry for one-liner-defun.
18258         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18259         name in its def-edebug-spec.
18261         * progmodes/cc-cmds.el (c-electric-brace): Make the
18262         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18263         compacts space before a comment, if this will make things fit on
18264         one line.
18266         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18268         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18270         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18271         clean-up one-liner-defun.
18273         * progmodes/cc-styles.el: Add the new "awk" style.
18275         * progmodes/cc-vars.el: Add description of one-liner-defun to
18276         c-cleanup-list's doc-string.  New user options,
18277         c-max-one-liner-length.  In c-default-style, set the default style
18278         for AWK to "awk".
18280 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18282         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18283         macros inside labels.
18285         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18286         `c-at-statement-start-p' and `c-at-expression-start-p'.
18288         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18289         error if the mark isn't set.
18291         * progmodes/cc-engine.el (c-guess-continued-construct)
18292         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18293         accurately detect functions inside functions.
18295         * progmodes/cc-engine.el (c-at-expression-start-p): New function
18296         like `c-at-statement-start-p' that additionally recognizes commas
18297         and expression parentheses as delimiters.
18299         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18300         to avoid heuristics that doesn't work for unclosed blocks.
18301         (c-at-statement-start-p): New function.
18303         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18304         Objective-C directives, e.g. directives spanning lines should work
18305         reasonably well now.
18307         (c-put-c-type-property, c-clear-c-type-property): New helpers.
18309         (c-forward-objc-directive): New function to move over any ObjC
18310         directive.
18312         (c-just-after-func-arglist-p, c-guess-basic-syntax)
18313         (c-basic-matchers-before): Use it.
18315         (c-font-lock-objc-iip-decl): Remove.
18317         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18318         in the template arglist recognition.
18320         * progmodes/cc-styles.el (c-style-alist): Fix several
18321         inconsistencies in the Whitesmith style.
18323         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18324         New lineup function to get lines after Whitesmith style blocks
18325         correctly indented.
18327         (c-lineup-whitesmith-in-block): Back out the compensation for
18328         opening parens since it's done using `add' lists in the style
18329         definition instead.  Don't use the anchor position since it varies
18330         too much between the syntactic symbols. :P
18332         * progmodes/cc-vars.el (c-valid-offset): Update.
18334         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18335         lists where the offsets are combined according to several
18336         different methods: `first', `min', `max', and `add'.
18337         Report offset evaluation errors with `c-benign-error' so that some kind
18338         of reindentation still is done.
18340         * progmodes/cc-engine.el (c-guess-basic-syntax):
18341         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18342         `arglist-close'.
18344         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18345         situations for `arglist-cont-nonempty' and `arglist-close'.
18347         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18349         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18350         cc-bytecomp-boundp' in a number of places.
18352         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18353         macro related issue.
18355 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18357         * progmodes/cc-awk.el: Change the terminology of regexps: A char
18358         list is now [asdf], a char class [:alpha:].
18359         Include code for char classes.
18360         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
18361         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18363         Remove (nearly all of) the cruft associated with AWK Mode's former
18364         concept of "virtual semicolons":
18366         Adapt c-beginning-of-statement, c-end-of-statement (together with
18367         subfunctions) to use the new notion of "virtual semicolon" in
18368         place of the old awkward special handling for AWK.  There remains
18369         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18370         * progmodes/cc-cmds.el:
18371         (c-ascertain-adjacent-literal): In the backwards direction, now
18372         recognises AWK regexp delimiters as string delimiters.
18373         (c-after-statement-terminator-p): Adapt for virtual semicolons;
18374         check more rigorously for "end of macro".
18375         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18376         virtual semicolons;
18377         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18378         out the code for forward movement into ...
18379         (c-end-of-statement): Now contains the code for forward movement,
18380         adapted for virtual semicolons.
18382         * progmodes/cc-engine.el:
18383         (c-ws*-string-limit-regexp): New regexp.
18384         (c-forward-single-comment, c-backward-single-comment): Comment out
18385         the (now redundant) "special" AWK stuff.
18387         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18388         c-string-par-start, c-string-par-separate to be more like Text
18389         Mode than Fundamental Mode.
18391 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18393         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18394         to the fontified region so that fontification doesn't occur
18395         outside it (could happen e.g. when fontifying a line with an
18396         unfinished declaration).
18398 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18400         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18401         start of the file.  ^L now separate sections of the file.
18402         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18403         (c-awk-one-line-possibly-open-string-re)
18404         (c-awk-regexp-one-line-possibly-open-char-class-re)
18405         (c-awk-one-line-possibly-open-regexp-re)
18406         (c-awk-one-line-non-syn-ws*-re): New defonsts.
18407         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18409         Amend the concept of "virtual semicolons" (in the indentation
18410         engine) for languages like AWK, such that they are now
18411         conceptually attached to end of the last token of a statement, not
18412         the end of the line.  (In AWK Mode, however, the pertinent text
18413         property is still physically set on the EOL.)  Remove the specific
18414         tests for awk-mode, thus facilitating the introduction of other
18415         language modes where EOLs can end statements.
18416         (Note: The funtionality in cc-cmds.el, specifically
18417         c-beginning/end-of-statement has yet to be amended.)
18419         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18420         New macros.
18422         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18423         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
18424         c-vsemi-status-unknown-p-fn (in a new page).
18426         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18427         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18428         numerous awkward forms like
18429         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18430         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
18431         variable before-ws-ip, the place just after char-before-ip appears.
18433         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18434         a comment.
18436 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18438         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18439         `c-tentative-buffer-changes'.
18441         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18442         convert to macro to choose between Emacs and XEmacs at compile time.
18444         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18446         (c-tentative-buffer-changes): New macro to handle temporary buffer
18447         changes in a convenient way.
18449         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18450         for `c-tentative-buffer-changes'.
18452         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18453         the checks for paren sexps between the point and the keyword, to
18454         avoid some false alarms.
18456         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18457         Fixed a situation where an error could be thrown for unbalanced
18458         parens.  Changed to make use of c-keyword-member' to avoid some
18459         repeated regexp matches.
18461         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18462         These language variable are no longer necessary.
18464         (c-block-stmt-kwds): New language constant used by
18465         c-looking-at-inexpr-block'.
18467         (c-guess-basic-syntax): Remove an optional check that looked at
18468         the existence of the now removed language variables.
18470         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18471         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18472         object instantiation expressions as declarations in some contexts.
18473         This bug only affected languages where the declarator can't be
18474         enclosed in parentheses.
18476         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18477         insert newlines before and after substatement braces.
18479         * progmodes/cc-engine.el: Improved the heuristics for recognizing
18480         function declaration headers and the handling of C++ style member
18481         init lists.
18483         (c-just-after-func-arglist-p): Rewritten to use
18484         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
18486         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18488         (c-guess-basic-syntax): Adapt case 5B for the new
18489         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
18490         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18491         covers all cases now).
18493         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18495 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18497         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18498         c-string-par-start/separate c-sentence-end-with-esc-eol,
18499         initialised in c-setup-paragraph-variables, used in string
18500         scanning subroutines of c-beginning-of-statement.
18502         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18503         which precedes the newly inserted `{'.
18505 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18507         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18508         function for declaration level blocks.  It should now cope with
18509         templates better and also be a lot more comprehensible.
18511         (c-looking-at-decl-block): The new function.
18513         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
18514         for compatibility.
18516         (c-add-class-syntax, c-guess-continued-construct)
18517         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18519         (c-decl-block-key): Change to tell apart ambiguous and
18520         unambiguous keywords.  Pike specials are now handled directly in
18521         the code instead.
18523         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18524         New language constants and variables to make the backward skip in
18525         `c-looking-at-decl-block' as tight as possible.
18527         (c-nonsymbol-token-char-list): New language constant.
18529         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18530         find balanced template arglists backwards.
18532         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18533         making char classes for `c-syntactic-skip-backward'.
18535         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18536         16D - can't be a class-close at that point.
18538         * progmodes/cc-engine.el (c-guess-basic-syntax)
18539         (c-add-class-syntax): Don't narrow out the enclosing declaration
18540         level.  This makes everything a lot easier, and it was actually
18541         only four small places that needed it to work.  Some places that
18542         previously did `widen' are removed now, which has the effect that
18543         `c-guess-basic-syntax' never will look at things outside the
18544         current narrowment now.  The anchor position for `topmost-intro'
18545         is affected by this, but it was so bogus it was basically useless
18546         before, and now it's equally bogus but in a slightly different way.
18548         (c-narrow-out-enclosing-class): Gone.
18550         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18551         the narrowed region.
18553         (c-least-enclosing-brace): Remove silly optional argument.
18555         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18556         the point could be left directly after an open paren when finding
18557         the beginning of the first decl in the block.
18559         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18560         Specify which submatch to use.
18562         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18564         (c-decl-start-re): No longer any need for special treatment of
18565         ObjC due to the above.
18567         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18568         presumably follows C in that regard.
18570         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18571         New language constants to specify operator tokens inside
18572         identifiers in a more high level way.
18574         (c-opt-identifier-prefix-key): New internal language constant.
18576         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18577         (c-identifier-start, c-identifier-key): Now completely calculated
18578         from other constants.
18580         (c-identifier-last-sym-match): Decommission since it's no longer used.
18582         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18584         * progmodes/cc-engine.el (c-forward-name): Remove the
18585         optimization when c-identifier-key is equal to c-symbol-key since
18586         it doesn't work in byte compiled files.  Don't record empty
18587         regions as identifiers.
18589         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18590         simplify access to `c-operators' and its likes.
18592         (c-operator-list, c-all-op-syntax-tokens)
18593         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18594         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18595         (c-primary-expr-regexp, c-cast-parens): Use it.
18597         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18598         an explicit language in functions.
18600         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18601         variant of adornment.
18603         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18604         variable.
18606         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18607         the Pike value.
18609         * progmodes/cc-engine.el (c-on-identifier)
18610         (c-simple-skip-symbol-backward): Small fix for handling "-"
18611         correctly in `skip-chars-backward'.  Affected the operator lfun
18612         syntax in Pike.
18614         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18615         diagnostic message about precompiled language vars not being used.
18617         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18618         "__attribute__" is followed by a parenthesis.
18620         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18621         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18622         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18624         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18625         Internal cleanups to properly detect the declared identifiers in
18626         various declarations.
18628         (c-decl-start-kwds): New language constant to recognize
18629         declarations that can start anywhere.  Used for class declarations
18630         in Pike.
18632         (c-specifier-key, c-not-decl-init-keywords)
18633         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18634         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18636         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18637         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18638         handling of the compiler specific extension keywords into a new
18639         language constant `c-decl-hangon-kwds' that defines keyword
18640         clauses to be ignored in declarations.
18642         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18643         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18644         Necessary to stop at the declared identifier in e.g. IDL valuetype
18645         declarations.
18647         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18648         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18649         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18650         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18651         class and enum declarations as such and not as part of the type.
18653         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18654         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18656         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18657         declarations when there's some syntax error later on.
18659         (c-complex-decl-matchers): Did away with a reference to
18660         `c-specifier-key'.
18662         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18663         value - this variable is always dynamically bound.
18665         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18666         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18667         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18668         functions that might do hidden buffer changes: All such internal
18669         functions are now marked instead of those that don't.
18671         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18672         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18673         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18674         (c-literal-type): Allow these functions to make hidden buffer changes,
18675         so that they are free to use text property caching later on.
18677         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18678         (c-electric-brace, c-electric-slash, c-electric-star)
18679         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18680         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18681         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18682         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18683         with the changed semantics of the functions above.
18685         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18686         when macros occur in obscure places.  Optimized the sexp movement
18687         a bit.
18689 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18691         Enhancements for c-beginning-of-statement to work in AWK Mode:
18693         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18694         (completed statement) with `}' (statement completed by closing
18695         brace or semicolon) and `$' (statement completed by EOL).
18697         (c-awk-virtual-semicolon-ends-prev-line-p)
18698         (c-awk-virtual-semicolon-ends-line-p)
18699         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18700         (c-awk-at-statement-end-p): New functions.
18702         * progmodes/cc-cmds.el: Simplify the structure of functions
18703         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18704         two functions and c-beginning-of-statement to handle AWK Mode.
18706         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18707         c-backward-single-comment for AWK mode.  Attempt to clarify their
18708         doc-strings.
18710         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18712 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18714         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18715         label handling.  Labels are now recognized in a uniform and more
18716         robust way, regardless of context.  Text properties are put on all
18717         labels to recognize the following declarations better.
18718         Multiword labels are handled both in indentation and fontification for
18719         the benefit of language extensions like Qt.  For consistency, keywords
18720         in labels are now fontified with the label face instead.
18721         That also applies to "case" and "default".
18723         (c-beginning-of-statement-1): Fix some bugs in the label
18724         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18725         with `c-label-kwds'.
18727         (c-find-decl-spots): Support that the callback adds more
18728         `c-decl-end' spots to find.
18730         (c-forward-decl-or-cast-1): Don't treat a list of plain
18731         identifiers followed by a colon as a declaration.
18733         (c-forward-label): New function to recognize labels.
18735         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18736         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18737         earlier since they aren't so context sensitive now.  Handle labels
18738         on the top level gracefully.  Moved access label recognition to
18739         the generic label case (CASE 15) - removed CASE 5E.
18741         (c-font-lock-declarations): Add recognition of labels in the
18742         same round since we need to handle labels in parallell with other
18743         declarations to recognize both accurately.  It should also improve
18744         speed.
18746         (c-simple-decl-matchers, c-basic-matchers-after):
18747         Move `c-font-lock-labels' so that it only is used on decoration level 2
18748         since `c-font-lock-declarations' handles it otherwise.
18750         (c-complex-decl-matchers): Remove the simplistic recognition of
18751         access labels.
18753         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18754         with labels earlier.
18756         (c-decl-start-re): New language variable to make
18757         `c-font-lock-declarations' stop for the special protection labels
18758         in Objective-C that start with `@'.
18760         (c-label-key): Remove since it's no longer used.
18762         (c-recognize-colon-labels, c-label-prefix-re): New language
18763         constants to support recognition of generic colon-terminated labels.
18765         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18766         are colon terminated labels.
18768         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18769         first argument starts with a special brace list.
18771         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18772         (c-font-lock-declarations): Break out the declaration and cast
18773         recognition from `c-font-lock-declarations' to a new function, so
18774         that it can be used in the indentation engine.
18776         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18777         up to the start of the literal.  Fixed bug with the point on the
18778         wrong side of the search limit that could happen when the start
18779         position is inside a literal.
18781         * progmodes/cc-engine.el (c-parse-state)
18782         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18783         so that it's kept a little bit back to increase the hit rate.
18785         (c-parse-state): Change the macro handling and fixed some
18786         glitches.  Macro context is checked more often than necessary now,
18787         but otoh less garbage conses are generated.
18789         * progmodes/cc-engine.el (c-parse-state)
18790         (c-invalidate-state-cache): Cache the last position where
18791         `c-state-cache' applies.  This can speed up refontification quite
18792         a bit in blocks where there are many non-brace parens before the point.
18794         (c-state-cache-end): New variable for this.
18796         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18797         cache variable.
18799         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18800         get close initial continue positions when the start position is
18801         inside a literal or macro.  Do not call the callback for spots
18802         before the start position (which can happen e.g. for `c-decl-end'
18803         spots inside comments).  Optimize better in special cases when the
18804         region is a single line inside a literal or macro (typically when
18805         the current line is refontified).
18807         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18808         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18809         entries from the paren state.
18811         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18812         special case for "else if" clauses.
18814         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18815         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18817         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18818         New language variable to recognize the gcc extension with statement
18819         blocks inside expressions.
18821         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18822         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18823         no longer used and hence removed.
18825         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18826         to `c-add-stmt-syntax'.
18828         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18829         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18830         This fixes bogus label recognition.
18832         * progmodes/cc-engine.el (c-add-type, c-check-type)
18833         (c-forward-name, c-forward-type): Improve storage of template
18834         types in `c-found-types' so that they can be recognized better.
18836         (c-syntactic-content): Add option to skip past nested parens.
18838         * progmodes/cc-engine.el (c-forward-name):
18839         Set `c-last-identifier-range' all the time.  It's less work that way.
18840         Handle that there might not be an identifier to store in
18841         `c-last-identifier-range'.
18843         (c-forward-type): Handle that `c-last-identifier-range' might be
18844         nil from `c-forward-name'.
18846         * progmodes/cc-defs.el (c-safe-scan-lists)
18847         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18849         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18850         to work even if the form fails.
18852         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18853         down in a large file in one go.
18855         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18857         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18858         function which is like `c-lineup-math' but returns nil instead of
18859         `c-basic-offset' when it doesn't match.
18861         (c-lineup-math): Change to use `c-lineup-assignments'.
18863 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18865         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18866         c-beginning-of-statement.  New subfunctions
18867         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18869 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18871         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18872         hardcoded char classes whereever possible.  Changed a couple of
18873         places to use skip by syntax instead of skip by char class.
18875         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18876         Fix a bug in the regexp that caused extreme backtracking.
18878         * progmodes/cc-langs.el (c-block-comment-starter)
18879         (c-block-comment-ender): New language constants to specify in a
18880         single place how block comments look.
18882         (c-comment-start-regexp, c-block-comment-start-regexp)
18883         (comment-start, comment-end, comment-start-skip)
18884         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18885         (c-syntactic-ws, c-nonempty-syntactic-ws)
18886         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18887         `c-line-comment-starter', `c-block-comment-starter' and
18888         `c-block-comment-ender'.
18890         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18891         New language constants to break up things a bit.
18893         (c-simple-ws): New language constant for simple whitespace.
18895         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18897         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18898         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18899         newlines.  Allow and ignore nil elements in the list.
18901 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18903         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18904         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18906         * progmodes/cc-cmds.el: Tidy up the comments in
18907         c-beginning-of-statement and subfunctions.
18909         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18910         more flexible c-put-char-property and c-clear-char-properties.
18911         Add the author's email address.
18913         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18915         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18916         closing "*/" of a block comment.
18918         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18919         subfunctions) so that it works at BOB and EOB.
18921         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18922         c-beginning-of-statement, including new variable
18923         c-block-comment-start-regexp.
18925 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18927         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18928         symbols from `*-font-lock-extra-types' so that there's no need to
18929         use `regexp-opt' on those lists.
18931         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18932         `c-type-modifier-kwds' is empty.
18934         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18935         there are several strings on the same line.
18937         * progmodes/cc-engine.el (c-literal-limits): Remove the
18938         compatibility function for older emacsen.  `c-literal-limits-fast'
18939         has now taken the place of this function.
18941         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18942         with older emacsen: We now require `pps-extended-state'.
18944 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18946         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18947         which obviates the need to hack sentence-end.  This now handles
18948         escaped newlines in strings correctly.  Correct minor bugs in
18949         c-move-over-sentence and in c-beginning-of-statement.
18951         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18952         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18953         that movement over macros and code are rigorously separated from
18954         eachother.  Correct a few incidental bugs.
18956         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18957         Improve its doc-string.  Improve the handling of certain specific cases.
18959 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18961         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18962         (c-guess-basic-syntax): Change the way class-level labels are
18963         recognized; they can now contain essentially any symbols.
18965         (c-opt-extra-label-key): New language variable to cope with the
18966         special protection label syntax in Objective-C.
18968         (c-opt-access-key): Remove; this is now handled better by
18969         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18971         (c-complex-decl-matchers): Update to handle that
18972         `c-opt-access-key' no longer exists.
18974         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18975         improved label recognition in `c-beginning-of-statement-1'.
18977         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18978         Recognize bitfields better.
18980         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18981         Remove some cruft and fixed a bug that could cause it to go to a
18982         position further down.
18984         * progmodes/cc-langs.el, cc-engine.el
18985         (c-beginning-of-statement-1): Improve detection of labels in
18986         declaration contexts.
18988         (c-beginning-of-decl-1): Use it.
18990         (c-nonlabel-token-key): New language constant and variable needed
18991         by `c-beginning-of-statement-1'.
18993         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18994         manifested itself due to the correction in `c-forward-sexp'.
18996         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18997         Make these behave as documented when used at the buffer limits.
18999         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19000         (c-type-decl-end-used): Made this a language variable.
19002         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19003         correctly when `combine-after-change-calls' is used together with
19004         temporary narrowings.
19006         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19007         Report labels correctly when the start point is immediately after the
19008         colon.
19010         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19011         Remove since it isn't used anymore.
19013         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19014         bracket arglists such as template parens in C++.
19016         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19017         in the last check-in.  Some optimization.
19019         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19020         where it could stop at the same level in a preceding sexp when
19021         PAREN-LEVEL is set.
19023         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19024         text property lookup only when it's needed.
19026         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19027         Change the policy for paren marked angle brackets to be more
19028         persistent; once marked they remain marked even when they're found
19029         to be unbalanced in the searched region.  This should keep the
19030         paren syntax around even when individual lines are refontified in
19031         multiline template arglists.
19033         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19034         to control markup so that incorrect angle bracket arglists aren't
19035         marked in contexts where the correct value for
19036         `c-disallow-comma-in-<>-arglists' isn't known.
19038         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19039         argument has become `c-parse-and-markup-<>-arglists'.
19041         (c-remove-<>-arglist-properties): Remove - no longer used.
19043         (c-after-change-check-<>-operators): New function used on
19044         `after-change-functions' to avoid that "<" and ">" characters that
19045         are part of longer operators have paren syntax.
19047         (c-<>-multichar-token-regexp): New language variable used by
19048         `c-after-change-check-<>-operators'.
19050         (c-after-change): Call `c-after-change-check-<>-operators'.
19052         (c-font-lock-<>-arglists): Use the context properties set by
19053         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19054         correctly to avoid doing invalid markup.
19056         (c-font-lock-declarations): Remove code that undoes the invalid
19057         markup done by `c-font-lock-<>-arglists'.
19059         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19060         after `c-font-lock-declarations'.
19062         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19063         Add paren-level feature.
19065         (c-guess-basic-syntax): Improve the anchor position for
19066         `template-args-cont' in nested template arglists.  There's still
19067         much to be desired in this area, though.
19069 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19071         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19072         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19074 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19076         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19077         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19079         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19080         it doesn't work no longer are supported.
19082         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19083         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19084         requires support for the syntax-table' text property, which rules
19085         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19086         cruft associated with those versions.
19088         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19089         for the `syntax-table' text property, which rules out Emacs 19 and
19090         XEmacs < 21.4.  Removed various compatibility cruft associated
19091         with those versions.
19093         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19094         support for the `syntax-table' text property.
19096         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19097         variable and use an extra quoted face name instead.  All the
19098         emacsen flavors handle that correctly.
19100         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19101         (c-font-lock-declarators, c-font-lock-declarations)
19102         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19103         property to mark the items in in declarator lists to handle
19104         refontification inside multiline declarations better.
19106         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19107         construct like "a * b = c;" as a declaration.
19109 2005-12-08  Kim F. Storm  <storm@cua.dk>
19111         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19112         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19113         select either meta, hyper, or super modifier for rectangle commands.
19114         (cua--rectangle-modifier-key): New defvar.
19115         (cua--M/H-key): Use it.  Remove special case for `space'.
19116         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19117         on X, to meta otherwise.  Always bind C-return to toggle
19118         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19120         * emulation/cua-rect.el (cua-help-for-rectangle):
19121         Use cua--rectangle-modifier-key.  Handle super modifier too.
19122         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19123         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19125         * ido.el: Move Acknowledgements and History after Commentary.
19126         Minor changes to Commentary.
19128         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19129         keymap if cua--prefix-override-timer is `shift'.
19130         (cua--shift-control-prefix): New function; emulate "type prefix
19131         key twice" functionality to handle shifted prefix key override.
19132         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19133         New commands.
19134         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19136 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19138         * textmodes/org.el (org-insert-heading): Try to do items before
19139         headings.
19140         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19141         (org-insert-item): New function.
19142         (org-renumber-ordered-list): Don't skip to higher level lists.
19144 2005-12-08  Juri Linkov  <juri@jurta.org>
19146         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19148         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19150         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19152         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19153         the constructed function name fun-1.
19155         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19156         because such links don't lead to parent documentation.
19158 2005-12-08  Kenichi Handa  <handa@m17n.org>
19160         * descr-text.el (describe-char): Use *Help-2* buffer if the
19161         current buffer is *Help*.  Call describe-text-properties while
19162         setting the original buffer.
19164 2005-12-07  Bill Wohler  <wohler@newt.com>
19166         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19167         and causes problems with non-MH users (such as Gnus users).
19169 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19171         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19172         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19173         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19174         command "info sources".  Move calls to GDB command "list".
19175         (gdb-find-file-hook): Just use gdb-source-file-list.
19176         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19177         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19178         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19179         (gdb-data-list-register-values-handler): Use correct trigger name.
19181 2005-12-07  Kim F. Storm  <storm@cua.dk>
19183         * ido.el (ido-completion-map): Rename from ido-mode-map.
19184         (ido-common-completion-map, ido-file-completion-map)
19185         (ido-file-dir-completion-map, ido-buffer-completion-map):
19186         Rename from ido-mode-....-map.
19187         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19188         (ido-setup-completion-map): Rename from ido-define-mode-map.
19189         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19190         to ido-completion-map.
19192 2005-12-07  Kenichi Handa  <handa@m17n.org>
19194         * international/mule-cmds.el
19195         (set-display-table-and-terminal-coding-system): If the coding
19196         system specified in `unibyte-display' property is different from
19197         the arg coding-system, don't setup standard-display-table.
19199 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19201         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19202         that comments end at \n, regardless of selective-display.
19204 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19206         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19207         (gdb-version): New variables.
19208         (gdb-source-file-list, gdb-register-names)
19209         (gdb-changed-registers): New variables for use with GDB 6.4+.
19210         (gdb-ann3): Replace with...
19211         (gdb-init-1, gdb-init-2): ...two new functions.
19212         (gdba, gdb-prompt): Call gdb-init-1.
19213         (gdb-get-version): New function.  Call gdb-init-2 from here.
19214         (gud-watch): Make it work with mouse events too.
19215         (gdb-post-prompt): Don't add to queue until GDB version is known.
19216         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19217         (gdb-locals-mode): Use gdb-version.
19218         (gdb-memory-format-map, gdb-memory-unit-map)
19219         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19220         (gdb-locals-font-lock-keywords-1)
19221         (gdb-locals-font-lock-keywords-2): New variables.
19222         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19223         (gdb-set-gud-minor-mode-existing-buffers-1)
19224         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19225         (gdb-var-update-1, gdb-var-update-handler-1)
19226         (gdb-data-list-register-values-handler)
19227         (gdb-data-list-register-values-custom)
19228         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19229         (gdb-stack-list-locals-handler, gdb-get-register-names):
19230         New functions for use with GDB 6.4+.
19231         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19232         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19233         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19234         (gdb-stack-list-locals-regexp)
19235         (gdb-data-list-register-names-regexp): New regexps for use with
19236         GDB 6.4+.
19238 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19240         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19242 2005-12-06  Nozomu Ando  <nand@mac.com>
19244         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19245         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19246         <seallan@verizon.net>.
19248 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19250         * frame.el (set-frame-parameter): Add doc string.
19252 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19254         * textmodes/org.el (org-occur-highlights): New variable.
19255         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19256         (org-highlight-sparse-tree-matches): New option.
19257         (org-do-occur): New function.
19258         (org-get-heading): Make it work also at beginning of line.
19259         (org-category-table): New variable.
19260         (org-get-category-table, org-get-category)
19261         (org-camel-to-words, org-link-search): New functions.
19262         (org-select-this-todo-keyword): New variable.
19263         (org-todo-list): New command.
19264         (org-shiftright, org-shiftleft): New commands.
19265         (org-agenda-todo): Add prefix argument.
19266         (org-show-hierarchy-above): New option.
19267         (org-show-todo-tree): Numerical prefix creates tree for specific
19268         TODO keyword.
19269         (org-outline-level): New function, to assign a level to plain
19270         lists items.
19271         (org-cycle-include-plain-lists): New option.
19272         (org-mode): Use `org-outline-level' as value of `outline-level'.
19273         (org-cycle): Temporarily switch `outline-regexp' if
19274         `org-cycle-include-plain-lists' is non-nil.
19275         (org-start-icalendar-file): Fix format bug.
19276         (org-agenda-get-day-entries): Create category table.
19277         (org-agenda-get-todos, org-agenda-get-timestamps)
19278         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19279         (org-agenda-get-blocks): Use `org-get-category'.
19280         (org-context-in-file-links): Rename from
19281         `org-line-numbers-in-file-links'.
19283 2005-12-06  Romain Francoise  <romain@orebokech.com>
19285         * window.el (balance-windows): Delete extraneous third arg in call
19286         to `enlarge-window'.
19288 2005-12-06  Kenichi Handa  <handa@m17n.org>
19290         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19292 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
19294         * progmodes/gdb-ui.el (gdb-var-create-handler)
19295         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19296         (gdb-var-list-children-handler, gdb-var-update-handler):
19297         Current buffer is already gdb-partial-output-buffer, don't
19298         make it current again.
19300 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
19302         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19303         (list-buffers-noselect): Use it.
19305 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19307         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19308         (mail-yank-ignored-headers): Use regexp-opt.
19309         (mail-mode-map): Move initialization into declaration.
19310         (mail-sent-via): Remove unused shadowed var `to-line'.
19311         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19312         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19313         (mail-do-fcc): Use dolist and push.
19314         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19315         (mail-yank-ignored-headers): Don't autoload.
19317 2005-12-05  Kenichi Handa  <handa@m17n.org>
19319         * international/mule-cmds.el (set-language-info-internal): New fun.
19320         (set-language-info): Call set-language-info-internal to update
19321         language-info-alist.  If LANG-ENV is the current one, call
19322         set-language-environment to make INFO effective now.
19323         (set-language-info-alist): Likewise.
19324         (locale-language-names): With locale "en", use English
19325         lang. env. but set the default codings to iso-8859-1.
19327 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
19329         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19330         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19331         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19332         for plain strings.
19333         (gdb-frames-mode): Remove redundant call to font-lock-mode.
19334         (gdb-all-registers): Rename from toggle-gdb-all-registers.
19335         Create registers buffer if necessary.  Echo new state in minibuffer.
19336         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19338 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
19340         * info.el (Info-fontify-node): Match external links using
19341         non-directory part of filename.
19343 2005-12-04  Juri Linkov  <juri@jurta.org>
19345         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19346         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
19347         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19348         because there is no customization option for it.
19350         * font-lock.el (lisp-font-lock-keywords-1):
19351         Add define-global-minor-mode.
19353         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19355         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19356         properties on the constructed variable names.
19358         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19359         Put `definition-name' properties on the constructed function names
19360         next-sym and prev-sym.
19362         * emacs-lisp/find-func.el (find-function-regexp):
19363         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
19364         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
19365         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19366         and easy-menu-define.
19368         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19369         easy-mmode-define-global-mode and define-global-minor-mode.
19370         (lisp-imenu-generic-expression): Add define-global-minor-mode.
19372         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19373         instead of easy-mmode-define-global-mode.
19375         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19376         Use define-minor-mode instead of easy-mmode-define-minor-mode.
19378         * cus-edit.el (customize-group, customize-group-other-window):
19379         Filter out autoloaded options from the group completion list by
19380         using heuristics that autoloaded groups don't have `custom-autoload'
19381         property on their symbols (they have only `custom-loads').
19383         * simple.el (completion-setup-function): Put completions-common-part
19384         face on complete completion string too (i.e. completion string
19385         without completions-first-difference face).
19387         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19389 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
19391         * view.el (view-mode): Doc fix.
19393         * disp-table.el (standard-display-european): Add to the warning
19394         message a reference to the doc string.
19396         * play/yow.el (apropos-zippy): Call print-help-return-message,
19397         similar to other Help and Apropos commands.
19399         * help.el (print-help-return-message): If pop-up-frames is
19400         non-nil, set up help-return-method to delete the help window and,
19401         possibly, its frame as well, and don't display message about
19402         scrolling the help window.  Doc fix.
19403         (help-return-method): Doc fix.
19405 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
19407         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19408         whereby names of length one or names starting with a
19409         symbol-constituent character would not be returned.
19411 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19413         * subr.el (atomic-change-group): Add edebug and indentation spec.
19415 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19417         * completion.el (save-completions-file-name): Fix typo in last change.
19419 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19421         * info.el: Move back/forward history to the beginning of the tool bar.
19423 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
19425         * allout.el (eval-when-compile): Remove unnecessary load of cl.
19426         Add fset of allout-real-isearch-abort during compile to fix
19427         byte-compilation warnings.
19428         (allout-mode-p): Move definition of this macro above all uses, or
19429         byte compilation in barren Emacs (eg, during Emacs build) will
19430         lack the definition.
19431         (allout-mode): Move this variable above any uses, or byte
19432         compilation will fail.
19433         (allout-resolve-xref): Remove use of personal file-reference function.
19434         (allout-toggle-current-subtree-encryption): Do the current (ie,
19435         visible containing) topic, rather than nearest around point.  Doc fix.
19436         (allout-toggle-subtree-encryption): New function, workhorse that
19437         works on nearest topic containing point.
19438         (allout-encrypt-string): Signal requirement for newer version of pgg.
19439         (allout-resumptions): Doc fix.
19441 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
19443         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19445 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
19447         * textmodes/flyspell.el (flyspell-external-point-words):
19448         Consider a misspelling as found in the string search if: (a) misspelling
19449         and found string lengths match, or (b) misspelling is found as
19450         element in a boundary-chars separated longer string, or (c)
19451         ispell-program-name is really ispell and misspelling is found as
19452         part of a TeX string.  After successful match move beginning of
19453         search region to end of match.  Warn about not found misspellings
19454         once the process is done.
19455         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19457 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
19459         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19460         tool bar (removed inadvertently).
19462 2005-12-02  Juri Linkov  <juri@jurta.org>
19464         * log-view.el (log-view-diff): Clarify doc string.
19466 2005-12-01  Bill Wohler  <wohler@newt.com>
19468         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19469         triggers lm-verify errors.
19471 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
19473         * simple.el (transient-mark-mode, line-number-mode)
19474         (column-number-mode, size-indication-mode): Remove `:require nil'.
19476 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
19478         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19479         in the margin also.
19480         (gdb-breakpoints-mode-map): Use D instead of d for
19481         gdb-delete-breakpoint.
19482         (gdb-get-frame-number): Require a number to match on.
19483         (gdb-threads-mode-map): Add follow-link binding.
19485 2005-11-30  Jason Rumney  <jasonr@gnu.org>
19487         * isearch.el (isearch-mode-map): Avoid exiting search on
19488         language-change event.
19490 2005-11-30  Romain Francoise  <romain@orebokech.com>
19492         * speedbar.el (speedbar-default-position): New defcustom.
19493         (speedbar-frame-reposition-smartly): Use it.
19495         * dframe.el (dframe-reposition-frame-emacs): Fix position
19496         computation for `left' location.
19497         Update copyright year.
19499 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19501         * help.el (help-map): Move initialization into declaration.
19503         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19505         * help-fns.el (help-argument-name): Don't autoload.
19506         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19507         to be re-loaded when customizing the `help' group.
19509 2005-11-30  John Paul Wallington  <jpw@gnu.org>
19511         * help-fns.el (describe-function-1): Fill arglist output.
19513 2005-11-30  Kim F. Storm  <storm@cua.dk>
19515         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19516         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19517         after revert-buffer (or anything else which kills all local variables).
19519         * apropos.el (apropos-parse-pattern): Doc fix.
19520         Set apropos-regexp directly, rather than expecting callers to do so.
19521         (apropos-command, apropos, apropos-value, apropos-documentation):
19522         Simplify calls to apropos-parse-pattern.
19524 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19526         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19527         (hi-lock-face-phrase-buffer): Use hi-yellow face.
19528         (hi-lock-write-interactive-patterns): Use comment-region.
19530         * longlines.el (longlines-mode): Add mail-setup-hook.
19532         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19534         * simple.el (sendmail-user-agent-compose, next-line):
19535         Conditionally use hard-newline.
19537 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19539         * international/latexenc.el (latex-inputenc-coding-alist):
19540         Reword doc string.
19542 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19544         * help.el (describe-key-briefly, describe-key): Recognize default
19545         bindings.
19547 2005-11-29  Romain Francoise  <romain@orebokech.com>
19549         * view.el (view-inhibit-help-message): New defcustom.
19550         (view-mode-enter): Use it.
19552 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
19554         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19555         Preserve user position.
19557 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19559         * font-lock.el: Throw error if facemenu is not loaded to prevent
19560         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19562         * loadup.el: Add comment explaining why facemenu must be loaded
19563         before font-lock.
19565 2005-11-28  Jay Belanger  <belanger@truman.edu>
19567         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19568         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19570         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19572         * calc/calc-embed.el (calc-do-embedded): Update help message.
19574         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19576 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19578         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19580         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19581         called-interactively-p.
19582         (elp-profilable-p): Rename from elp-not-profilable-p.
19583         Invert result and take into account macros and autoloaded functions.
19584         (elp-instrument-function): Update call.
19585         (elp-instrument-package): Update call.  Add completion.
19586         (elp-pack-number): Use match-string.
19587         (elp-results-jump-to-definition-by-mouse): Merge into
19588         elp-results-jump-to-definition and then remove.
19589         (elp-output-insert-symname): Make help echo text single-line.
19591         * replace.el (query-replace-map): Move initialization into declaration.
19592         (occur-engine): Use with-current-buffer.
19593         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19594         (occur-mode-mouse-goto): Replace with an alias.
19596 2005-11-28  Juri Linkov  <juri@jurta.org>
19598         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19600         * term/w32-win.el: Bind [S-tab] to [backtab].
19602         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19603         `Info-find-file' to t.
19605         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19606         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19607         and same-window-regexps.
19608         (occur-next-error): Don't move point for arg 0.
19610 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19612         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19614 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19616         * log-edit.el (log-edit-changelog-use-first): New var.
19617         (log-edit-changelog-ours-p): Use it.
19618         (log-edit-insert-changelog): Set it with new arg `use-first'.
19619         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19620         (log-edit-hook): Add them to the list of suggested options.
19622         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19623         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19624         redundant work.
19625         (flyspell-mode-on): Use add-hook for after-change-functions.
19626         (flyspell-mode-off): Use remove-hook for after-change-functions.
19627         (flyspell-changes): Make it buffer-local.
19628         (flyspell-after-change-function): Make it non-interactive.  Use push.
19629         (flyspell-post-command-hook): Check input-pending-p while processing
19630         the potentially long list of buffer changes.
19632 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19634         * buff-menu.el (list-buffers-noselect): Display the selected
19635         frame's buffer list, not the global one.
19637 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19639         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19640         that (list last-input-event) works as in interactive spec.
19642 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19644         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19645         `facemenu-keymap' needs to be defined when font-lock is loaded.
19646         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19648 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19650         * completion.el: Remove useless leading * in defcustom docstrings.
19651         (save-completions-file-name): Use ~/.emacs.d if available.
19652         (completion-standard-syntax-table): Rename from
19653         cmpl-standard-syntax-table and fold initialization into declaration,
19654         thus removing cmpl-make-standard-completion-syntax-table.
19655         (completion-lisp-syntax-table, completion-c-syntax-table)
19656         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19657         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19658         (symbol-under-point, symbol-before-point)
19659         (symbol-under-or-before-point, symbol-before-point-for-complete)
19660         (add-completions-from-c-buffer): Use with-syntax-table.
19661         (make-completion): Don't return a list of completion entries.
19662         Update callers.
19663         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19664         (completion-initialize): Rename from initialize-completions.
19665         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19666         (kill-emacs-save-completions): Collect stats here.
19667         (save-completions-to-file, load-completions-from-file):
19668         Use with-current-buffer.
19669         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19670         into a function.  Move all calls to toplevel.
19671         (completion-lisp-mode-hook): New fun.
19672         (completion-c-mode-hook, completion-setup-fortran-mode):
19673         Set the syntax-table here.  Use local-set-key.
19674         (completion-saved-bindings): New var.
19675         (dynamic-completion-mode): Make it into a proper minor mode.
19676         (load-completions-from-file): Remove unused var `num-uses'.
19678         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19679         constructor if it is explicitly overridden.
19681         * complete.el (PC-completion-as-file-name-predicate):
19682         Use minibuffer-completing-file-name.
19683         (partial-completion-mode): Use find-file-not-found-functions.
19684         (PC-lisp-complete-symbol): Use with-syntax-table.
19685         (PC-look-for-include-file): Remove dead setq.
19686         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19687         (PC-complete): Use with-current-buffer.
19689         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19690         escape single quotes.
19692 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19694         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19695         of `if' whose condition always returned nil.  Doc fix.
19697         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19698         window's buffer the current buffer around the call to
19699         `list-buffers-noselect'.  This is necessary to mark that buffer
19700         with a `.' in the Buffer Menu when called from Lisp, for instance
19701         by Auto Revert Mode.
19703 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19705         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19706         attaching to it.
19707         (gdb-pre-prompt): Make sure gdb-error is reset.
19709         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19710         with a child process, detect it.
19711         (gud-speedbar-buttons): Match regexp more carefully.
19713 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19715         * mouse.el (mouse-drag-move-window-bottom):
19716         Use adjust-window-trailing-edge.
19718 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19720         * simple.el (blink-matching-open): Ignore
19721         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19722         (blink-matching-paren-on-screen): Update docstring.
19724         * paren.el (show-paren-mode): No longer change
19725         `blink-matching-paren-on-screen'.
19727 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19729         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19730         (gdb-threads-select, gdb-edit-register-value):
19731         Use `posn-set-point' instead of `mouse-set-point' because the
19732         latter is not fbound when configured without X.
19734 2005-11-27  Kim F. Storm  <storm@cua.dk>
19736         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19737         existing face when partially highlighting a TAB in a rectangle.
19739 2005-11-26  Kim F. Storm  <storm@cua.dk>
19741         * ido.el (ido-mode-map): Doc fix.
19742         (ido-mode-common-map, ido-mode-file-map)
19743         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19744         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19745         parent for ido-mode-map instead of building from scratch.
19746         (ido-init-mode-maps): New defun to initialize new maps.
19747         (ido-mode): Call it.
19748         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19749         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19751 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19753         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19754         `mouse-set-point' because the latter is not fbound when configured
19755         without X.
19757 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19759         * files.el (file-relative-name): Doc fix.
19761 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19763         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19764         non-empty string for secondary prompt PS2.
19766 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19768         * progmodes/compile.el (compilation-setup): Fix last change.
19770 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19772         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19773         (gdb-mouse-toggle-breakpoint-margin)
19774         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19775         Add gdb-server-prefix to keep out of command history.
19776         (gdb-edit-register-value): New function.
19777         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19778         (gdb-info-registers-custom): Use above map.
19780 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19782         * custom.el (enable-theme): Signal error if argument is not a
19783         theme.  Don't recalculate a face if it's not loaded yet.
19785         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19786         the `user' theme is in effect.
19788         * info.el (Info-on-current-buffer): Record actual filename in
19789         Info-current-file, instead of t, or a fake filename if a non-file
19790         buffer.  Make autoload.
19791         (Info-find-node, Info-revert-find-node): No need to check for
19792         Info-current-file nil.
19793         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19794         Info-current-file is now never `t'.
19795         (Info-fontify-node): Many simplifications due to Info-current-file
19796         always being valid.  Use Info-find-file to find node filename.
19798 2005-11-25  David Kastrup  <dak@gnu.org>
19800         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19801         new character, then delete" in order to preserve markers.
19803 2005-11-25  David Ponce  <david@dponce.com>
19805         * recentf.el (recentf-arrange-by-rule): Handle a special
19806         `auto-mode-alist'-like "strip suffix" rule.
19807         (recentf-build-mode-rules): Handle second level auto-mode entries.
19809 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19811         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19812         window modes.
19814         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19815         jde-javadoc-checker-report-mode.
19817         * ediff-wind (ediff-make-wide-display): Slight simplification.
19819         * ediff.el (ediff-date): Change the date of last update.
19821 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19823         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19824         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19825         (hi-lock-mode): New global minor mode.
19826         (turn-on-hi-lock-if-enabled): New function.
19827         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19828         Change arguments to regexp and face instead of a font-lock pattern.
19829         Directly set face property, instead of refontifying.
19830         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19831         (hi-lock-find-patterns): Use line-number-at-pos.
19833         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19834         arguments for hi-lock-set-pattern.
19835         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19836         Call font-lock-fontify-buffer.
19837         (hi-lock-find-file-hook, hi-lock-current-line)
19838         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19840         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19841         turned off.
19843         * progmodes/compile.el (compilation-setup): Don't fiddle with
19844         font-lock-defaults.
19846 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19848         * progmodes/gdb-ui.el (gdb-var-create-handler)
19849         (gdb-var-list-children-handler): Find values for all variable
19850         objects.  gud-speedbar-buttons decides whether to display them.
19852 2005-11-24  Romain Francoise  <romain@orebokech.com>
19854         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19855         buffer name with a space.
19857 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19859         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19860         `org-export-local-list-max-depth'.  Change default value to 3.
19861         (org-auto-renumber-ordered-lists)
19862         (org-plain-list-ordered-item-terminator): New options.
19863         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19864         (org-get-indentation, org-get-string-indentation)
19865         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19866         New functions.
19867         (org-move-item-down, org-move-item-up): New commands.
19868         (org-export-as-html): New classes for CSS support.  Bug fix in
19869         regular expression detecting fixed-width regions.  Respect
19870         `org-local-list-ordered-item-terminator'.
19871         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19872         also a list item.
19873         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19874         New item moving functions.
19876 2005-11-24  Juri Linkov  <juri@jurta.org>
19878         * isearch.el (isearch-repeat): With empty search ring set
19879         `isearch-error' to the error string instead of signaling error
19880         with the function `error'.
19882 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19884         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19886 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19888         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19889         and variable.
19890         (gdb-var-create-handler, gdb-var-list-children-handler):
19891         Don't match on "char **...".
19892         (gdb-var-update-handler): Find values for all variable objects.
19893         (gdb-info-frames-custom): Identify frames by leading "#".
19895         * progmodes/gud.el (gud-speedbar-menu-items): Add
19896         gdb-speedbar-auto-raise as radio button.
19897         (gud-speedbar-buttons): Raise speedbar if requested.
19898         Don't match on "char **...".
19899         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19900         Make it editable.
19902 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19904         * info.el (Info-fontify-node): Handle the case where
19905         Info-current-file is t.
19907 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19909         * simple.el (blink-matching-open): Fix off-by-one in last change.
19911 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19913         * term/mac-win.el: Don't change default directory.
19915 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19917         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19918         buffers correctly.  (It used to throw an error in such buffers.)
19919         Make it ask for confirmation in group buffers and other Custom
19920         buffers containing more than one customization item.
19922 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19924         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19925         property on mail and url overlays.
19926         (goto-address-at-point): Use `posn-set-point' instead of
19927         `mouse-set-point' because the latter is not fbound when configured
19928         without X.
19930 2005-11-22  Lars Hansen  <larsh@soem.dk>
19932         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19933         (ls-lisp-classify, ls-lisp-format): Delete call to
19934         ls-lisp-parse-symlink.
19935         (ls-lisp-handle-switches): Handle symlinks to directories as
19936         directories when ls-lisp-dirs-first in non-nil.
19938 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19940         * startup.el (command-line): Make sure that loaddefs.el is handled
19941         correctly in load-history.
19943 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19945         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19946         (gdb-struct-string, gdb-array-string): New constants.
19947         (gdb-info-locals-handler): Use them.
19948         (gdb-reset): Reset gdb-var-list to nil.
19950 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19952         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19953         in patterns.
19955 2005-11-21  Juri Linkov  <juri@jurta.org>
19957         * custom.el (defcustom): Update link types in docstring.
19959 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19961         * custom.el (defgroup): Add doc-string-elt info.
19963         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19965 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19967         * newcomment.el (comment-enter-backward): Fix last fix.
19969         * simple.el (blink-matching-open):
19970         * paren.el (show-paren-function): Allow new paren-class info.
19972 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19974         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19975         handled automagically.
19977 2005-11-20  Andreas Schwab  <schwab@suse.de>
19979         * descr-text.el (describe-char): When copying overlays put them
19980         over the full char description instead of just the first character
19981         of it.
19983 2005-11-20  Juri Linkov  <juri@jurta.org>
19985         * simple.el (what-cursor-position):
19986         * descr-text.el (describe-char): Use Lisp-readable syntax
19987         for octal and hex.  Reorder decimal, octal and hex values.
19988         Remove excess whitespace in the output.  Use `=' in `column='
19989         like in `point=' and `Hscroll='.
19991         * international/mule-cmds.el (encoded-string-description):
19992         Use Lisp-readable syntax for hex.
19994 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19996         * newcomment.el (comment-enter-backward): Handle the case where the
19997         comment is closed by EOB.
19999 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20001         * longlines.el (longlines-before-revert-hook)
20002         (longlines-after-revert-hook): New functions.
20003         (longlines-mode): Turn off longlines temporarily when reverting.
20004         Add a message-setup-hook.
20005         (longlines-decode-buffer): New function.
20006         (longlines-wrap-line): Preserve marker positions.
20008 2005-11-19  Andreas Schwab  <schwab@suse.de>
20010         * emacs-lisp/shadow.el: Handle compressed files.
20012 2005-11-19  Romain Francoise  <romain@orebokech.com>
20014         * net/browse-url.el (browse-url-default-browser): Signal an error
20015         if no usable browser can be found, rather than try to load w3.
20017 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20019         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20020         replacing existing properties.
20021         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20022         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20023         tty specs.
20024         (rcirc-server-prefix, rcirc-server): New faces.
20025         (rcirc-url-regexp): Generate with rx macro.
20026         (rcirc-last-server-message-time): New variable.
20027         (rcirc-filter): Record time of last message.
20028         (rcirc-keepalive): Kill processes that did not send a message
20029         since the last ping.
20030         (rcirc-mode): Give rcirc-topic a local binding here.
20032 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20034         * subr.el (read-passwd): Fontify the prompt as we do with other
20035         prompts.
20037 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20039         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20040         binding buffer-read-only to nil.
20042 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20044         * complete.el (partial-completion-mode):
20045         Mention completion-auto-help in the doc string.
20047         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20048         more Lisp-ish way.
20050 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20052         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20053         digits, not 8, to avoid misalignment for files larger than 100MB.
20055 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20057         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20058         Mention "keyboard shortcuts" in the help text.
20060 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20062         * startup.el (fancy-splash-default-action): Discard only
20063         mouse-down and succeeding mouse-up events in the splash screen
20064         window so that drag-n-drop event can be processed.
20066 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20068         * longlines.el (longlines-mode): Add hacks for mail-mode and
20069         message-mode.
20071 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20073         * textmodes/org.el (org-table-sort-lines): New command.
20074         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20075         (org-add-file): Command removed, use `org-agenda-file-to-front'
20076         instead.
20077         (org-export-icalendar): Use `org-icalendar-combined-name'.
20078         (org-cycle-agenda-files, org-agenda-file-to-end)
20079         (org-agenda-file-to-front): New commands.
20080         (org-table-tab-jumps-over-hlines, org-export-html-style):
20081         New options.
20082         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20083         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20084         New functions.
20085         (org-fill-paragraph): Call `org-table-align' in tables.
20086         (org-mode): Call `org-set-autofill-regexps'.
20087         (org-export-as-html): Support for local handformatted lists.
20088         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20089         (org-export-local-list-max-depth): New option.
20090         (org-html-expand): Use `org-html-protect'.
20092 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20094         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20095         to "p".
20096         (gdb): Move definition of gud-pp to...
20098         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20099         speedbar.
20100         (gdb-find-watch-expression): New function.
20102 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20104         * faces.el (face-attribute, set-face-attribute): Mention existence
20105         of `:ignore-defface' setting in docstring.
20107 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20109         * simple.el (completion-setup-function): Fix last change.
20111 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20113         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20114         Use `posn-set-point' instead of `mouse-set-point' because the
20115         latter is not fbound when configured without X.
20117         * comint.el (comint-insert-input): Likewise.
20119 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20121         * simple.el (hard-newline): New variable.
20122         (sendmail-user-agent-compose, next-line): Use it.
20124         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20125         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20126         (mail-mail-reply-to, mail-mail-followup-to)
20127         (mail-position-on-field, mail-signature, mail-yank-original)
20128         (mail-attach-file): Likewise.
20130         * mail/mailheader.el (mail-header-format)
20131         (mail-header-format-function): Likewise.
20133         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20135 2005-11-17  Juri Linkov  <juri@jurta.org>
20137         * font-lock.el (font-lock-faces): Rename this defgroup from
20138         `font-lock-highlighting-faces'.
20139         (font-lock-comment-face, font-lock-comment-delimiter-face)
20140         (font-lock-string-face, font-lock-doc-face)
20141         (font-lock-keyword-face, font-lock-builtin-face)
20142         (font-lock-function-name-face, font-lock-variable-name-face)
20143         (font-lock-type-face, font-lock-constant-face)
20144         (font-lock-warning-face, font-lock-negation-char-face)
20145         (font-lock-preprocessor-face)
20146         (font-lock-regexp-grouping-backslash)
20147         (font-lock-regexp-grouping-construct): Rename :group from
20148         `font-lock-highlighting-faces' to `font-lock-faces'.
20150         * cus-edit.el (lisp, c, tex):
20151         * progmodes/ada-mode.el (ada):
20152         * progmodes/asm-mode.el (asm):
20153         * progmodes/cperl-mode.el (cperl-faces):
20154         * progmodes/cpp.el (cpp):
20155         * progmodes/dcl-mode.el (dcl):
20156         * progmodes/f90.el (f90):
20157         * progmodes/fortran.el (fortran):
20158         * progmodes/icon.el (icon):
20159         * progmodes/idlwave.el (idlwave-misc):
20160         * progmodes/m4-mode.el (m4):
20161         * progmodes/make-mode.el (makefile):
20162         * progmodes/meta-mode.el (meta-font):
20163         * progmodes/modula2.el (modula2):
20164         * progmodes/octave-mod.el (octave):
20165         * progmodes/pascal.el (pascal):
20166         * progmodes/perl-mode.el (perl):
20167         * progmodes/prolog.el (prolog):
20168         * progmodes/ps-mode.el (PostScript-edit):
20169         * progmodes/scheme.el (scheme):
20170         * progmodes/sh-script.el (sh-script):
20171         * progmodes/simula.el (simula):
20172         * progmodes/tcl.el (tcl):
20173         * textmodes/nroff-mode.el (nroff):
20174         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20175         * textmodes/sgml-mode.el (sgml):
20176         * textmodes/texinfo.el (texinfo):
20177         Add :link (custom-group-link font-lock-faces) to defgroup.
20179         * hi-lock.el (hi-lock): Rename this defgroup from
20180         `hi-lock-interactive-text-highlighting'.  Change parent group from
20181         `faces' to `font-lock'.  Add link to the manual.
20182         (hi-lock-mode, hi-lock-file-patterns-range)
20183         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20184         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20185         (hi-lock-faces): Add :group `faces'.
20187         * cus-edit.el (custom-variable-prompt): Clarify the code.
20189         * faces.el (face-read-string): Set the default value arg of
20190         completing-read.
20192 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20194         * rfn-eshadow.el (file-name-shadow-properties)
20195         (file-name-shadow-tty-properties, file-name-shadow-mode):
20196         Remove autoloads, because the file is now preloaded.
20198 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20200         * printing.el (easy-menu-intern): Don't define.
20201         (pr-get-symbol): Use easy-menu-intern only if defined.
20203         * simple.el (blink-matching-open): Simplify a bit.
20204         (completion-setup-function): Fix the case of partial-completion-mode
20205         when the minibuffer's contents start with "-".
20206         Obey completion-base-size-function even when
20207         minibuffer-completing-file-name is non-nil.
20209 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20211         * net/eudcb-ph.el (eudc-ph-open-session):
20212         Use set-process-query-on-exit-flag.
20214         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20216         * international/ucs-tables.el (ucs-set-table-for-input):
20217         Use make-local-variable, not make-variable-buffer-local.
20219         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20220         Improve warning message text.
20222         * savehist.el (savehist-save-hook): Add :group.
20224         * menu-bar.el (menu-bar-help-menu):
20225         Rename Find Extra Packages to External Packages.
20227         * cus-edit.el (Custom-reset-standard): Verify that
20228         :custom-standard-value prop exists before calling it.
20230         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20232 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20234         * wid-edit.el (color): Enclose %t in %{...%}.
20236         * cus-edit.el (face): Enclose %t in %{...%}.
20238 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20240         * savehist.el (savehist-mode-hook): Re-add the var.
20241         (savehist-mode): Use it.
20243 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20245         * textmodes/flyspell.el: Fix commenting convention.
20246         Remove unnecessary leading * in custom docstrings.
20247         (flyspell-emacs): Remove unused var.
20248         (flyspell-delete-region-overlays): Use remove-overlays.
20249         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20250         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20251         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20252         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20253         (make-flyspell-overlay): Don't locally reuse a global name.
20254         (flyspell-highlight-incorrect-region)
20255         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20256         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20257         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20258         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20259         Wrap calls to accept-process-output inside with-local-quit since it's
20260         often called from a post-command-hook.
20261         (flyspell-correct-word, flyspell-auto-correct-word):
20262         Use ispell-send-string.
20263         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20265         * calendar/diary-lib.el (diary-list-entries): Also hide the
20266         terminating newline.
20268 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20270         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20271         window-system, to allow fonts on tty.
20273 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20275         * progmodes/gud.el (gud-speedbar-item-info): New function.
20276         (gud-install-speedbar-variables): Use it to display data type
20277         of watch expression as a tooltip in speedbar.
20279 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20281         * font-core.el (global-font-lock-mode): Add :version keyword,
20282         because default was changed.
20284         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20286         * startup.el (command-line): Use `custom-reevaluate-setting' for
20287         `file-name-shadow-mode'.
20289         * loadup.el: Preload rfn-eshadow.
20291         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20292         Add :version keyword.
20293         (file-name-shadow-properties, file-name-shadow-tty-properties)
20294         (file-name-shadow): Add :version keyword.
20296         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20297         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20298         in the custom-group property of the symbol frames and the fringe
20299         group got no link to its parent group frames.
20300         Doc fix.
20302 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20304         * progmodes/gud.el (gud-stop-subjob): New function.
20305         (gud-menu-map, gud-tool-bar-map): Use it.
20307 2005-11-16  Kim F. Storm  <storm@cua.dk>
20309         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20310         than kill it.
20311         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
20312         to a more useful/logical place.
20314 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20316         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20317         go buttons complementary.
20319 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20321         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20322         (rfn-eshadow-sifn-equal): New function.
20323         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20325 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20327         * viper-utils.el (viper-non-word-characters-reformed-vi):
20328         Quote `-' in string.
20330         * viper.el (viper-emacs-state-mode-list): Ensure that
20331         rcirc-mode buffers come up in Emacs state.
20333         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20334         operation.
20336 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
20338         * term.el (term-termcap-format): Fix typos.
20339         (term-down): Fix the negative argument case.
20341 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20343         * progmodes/gdb-ui.el: Remove face-alias left over from change on
20344         2005-08-15.
20345         (gdb-ann3): New command gud-go.
20346         (menu): Accomodate gdb-mi.el.
20347         (gdb-assembler-custom): Make buffer of selected window current
20348         so that set-window-point works.
20350         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20351         buttons and include new ones.
20353 2005-11-16  Kim F. Storm  <storm@cua.dk>
20355         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20356         (gud-menu-map): Use it.
20358 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
20360         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20361         that works correctly for Custom and that does not override a user
20362         who disables it.
20364         * help-mode.el (help-make-xrefs, help-xref-on-pp)
20365         (help-xref-interned, help-follow): Make hyperlinks for variables
20366         that are unbound, but have a non-nil variable-documentation property.
20368         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20369         mode hook.  (It conflicted with defcustoms for some mode hooks.)
20370         Use the `variable-documentation' property to give the mode hook a
20371         docstring and expand that docstring.
20373 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
20375         * savehist.el (savehist-mode): Don't bother with
20376         `custom-set-minor-mode'.
20377         (savehist-coding-system): Check XEmacs version.
20378         (history-length): Declare also at run time.
20379         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
20380         Don't set the customize state.
20381         (savehist-minibuffer-hook): Special case for when
20382         minibuffer-history-variable is equal to t.
20384 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20386         * files.el (write-file): Refresh VC status.
20388         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20389         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20390         than fundamental-mode to see if the mode was set.
20392 2005-11-14  Romain Francoise  <romain@orebokech.com>
20394         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20395         dummy function in `eval-when-compile' to avoid compiler warning.
20396         Require `man' at compile time.
20398 2005-11-14  Jay Belanger  <belanger@truman.edu>
20400         * calc-alg.el (calcFunc-write-out-power): Rename it to
20401         calcFunc-powerexpand.
20402         (math-write-out-power): Rename it to math-powerexpand; have it
20403         handle negative exponents.
20404         (calc-writeoutpower): Rename it to calc-powerexpand.
20406         * calc-ext.el: Change calcFunc-writeoutpower and
20407         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20408         autoloads.
20409         Add calcFunc-ldiv to autoloads.
20411         * calc-arith.el (calcFunc-ldiv): New function.
20413         * calc.el (calc-left-divide): New function.
20415 2005-11-14  Juri Linkov  <juri@jurta.org>
20417         * cus-edit.el (custom-variable-prompt): Set the default value arg
20418         of completing-read.
20420         * cus-dep.el (custom-make-dependencies): Reverse the list of
20421         found dependencies.
20423 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
20425         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20426         Highlighting" entry, it is on by default now.
20427         (menu-bar-options-save): Do not save global-font-lock-mode.
20429 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20431         * textmodes/flyspell.el (flyspell-large-region):
20432         Call flyspell-accept-buffer-local-defs.
20434 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
20436         * textmodes/flyspell.el (flyspell-notify-misspell):
20437         Fix misspelling of "Misspelling".
20438         (flyspell-process-localwords): New function.
20439         (flyspell-large-region): Call flyspell-process-localwords and
20440         flyspell-delete-region-overlays.
20441         (flyspell-delete-region-overlays): New function.
20442         (flyspell-delete-all-overlays): Call that.
20444 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20446         * help.el (help-for-help-internal): Improve doc of C-h a.
20447         (describe-key): Improve prompt; doc fix.
20449 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20451         * vc-svn.el (vc-svn-registered): Catch all errors.
20453         * cus-dep.el (custom-make-dependencies): Typo.
20455 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
20457         * net/tramp-util.el (top): Fix compilation warning.
20459 2005-11-13  Kim F. Storm  <storm@cua.dk>
20461         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
20463 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20465         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20466         (gud-speedbar-buttons): Match on "const char *" too.
20468         * progmodes/gdb-ui.el (gdb-var-create-handler)
20469         (gdb-var-list-children-handler): Match on "const char *" too.
20470         (gdb-var-evaluate-expression-handler): Match on empty string.
20471         (gdb-var-update-handler): Only call
20472         gdb-var-evaluate-expression-handler when required.
20474 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20476         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20477         selected window.  This still doesn't work for speedbar.
20478         (gud-speedbar-buttons): Handle string expressions properly.
20480         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20481         (gdb-var-create-handler): Handle string expressions properly.
20482         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20483         Handle string expressions properly.  Move "type" field into regexp.
20485 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20487         * bookmark.el (bookmark-maybe-message): New function to reduce
20488         code duplication: invokes `message' iff baud-rate is high enough.
20489         (bookmark-write-file): Use above instead of an inline conditional.
20490         (bookmark-load): Same.
20492 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20494         * bookmark.el (bookmark-write-file): Don't visit the destination
20495         file, just write the data to it using write-region.  This is
20496         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20497         change to avoid visiting the file in the first place.
20499 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
20501         * hi-lock.el (hi-lock-mode): Set the default value of
20502         font-lock-defaults.
20504 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
20506         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20507         arg to `file-attributes'.
20508         (find-lisp-format): The UID and GID can now be strings.
20510 2005-11-12  Kim F. Storm  <storm@cua.dk>
20512         * help.el (help-map): Bind C-h d to apropos-documentation.
20514         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20515         when point is at end-of-buffer.
20517         * apropos.el (apropos-match-face): Doc fix.
20518         (apropos-sort-by-scores): Add new choice `verbose'.
20519         (apropos-documentation-sort-by-scores): New defcustom.
20520         (apropos-pattern): Now contains the pattern entered by the user.
20521         (apropos-pattern-quoted): New defvar.
20522         (apropos-regexp): New defvar, containing the regexp corresponding
20523         to apropos-pattern.
20524         (apropos-all-words-regexp): Rename from apropos-all-regexp.
20525         (apropos-read-pattern): New defun.  Use it to read pattern arg in
20526         interactive calls; returns list of words for a word list, and
20527         string for a regexp.
20528         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
20529         parses a list of words or regexp as returned by apropos-read-pattern.
20530         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20531         (apropos-score-doc): Return a very high score if the string
20532         entered by the user matches literally.
20533         (apropos-variable): Doc fix.  Use apropos-read-pattern.
20534         (apropos-command): Doc fix.  Use apropos-read-pattern and
20535         apropos-parse-pattern.  Call apropos-print with nosubst=t.
20536         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
20537         apropos-parse-pattern.
20538         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
20539         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
20540         apropos-documentation-sort-by-scores.  Call apropos-print with
20541         nosubst=t.
20542         (apropos-documentation-internal): Pass doc string through
20543         substitute-key-definition before adding text properties.
20544         Highlight substring matching literal user input if possible.
20545         (apropos-documentation-check-doc-file): Remove locals beg and end.
20546         Fix calculation of score (as added twice).  Pass doc string through
20547         substitute-key-definition before adding text properties.
20548         (apropos-documentation-check-elc-file): Pass doc string through
20549         substitute-key-definition before adding text properties.
20550         Highlight substring matching literal user input if possible.
20551         (apropos-print): Add new arg NOSUBST; if set, command and variable
20552         doc strings have already been passed through substitute-key-definition.
20553         Add code to handle apropos-accumulator items without score element
20554         for backwards compatibility (e.g. with woman package).
20555         Only show scores if apropos-sort-by-scores is `verbose'.
20557 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20559         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20560         Add jka-compr-load-suffixes to load-suffixes.
20562         * jka-compr.el: Require jka-cmpr-hook.
20563         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20564         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20565         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20566         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20567         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20568         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20569         (jka-compr-uninstall): Remove entries from
20570         jka-compr-added-to-file-coding-system-alist after they are used.
20571         (jka-compr-error): Remove unused var `curbuf'.
20572         (jka-compr-file-local-copy): Remove unused var `notfound'.
20574 2005-11-10  Romain Francoise  <romain@orebokech.com>
20576         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20578 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20580         * progmodes/gud.el (gud-menu-map): Move parentheses.
20581         (gdb): New command gud-pv.
20583 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20585         * tar-mode.el: Remove spurious or unnecessary leading stars
20586         in docstrings.
20587         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20588         (tar-parse-octal-integer-safe): Use mapc.
20589         (tar-header-block-summarize): Remove unused var `ck'.
20590         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20591         cleared before.  Obey default-enable-multibyte-characters.
20592         Use mapconcat.  Simplify setting of tar-header-offset.
20593         (tar-mode-map): Move initialization inside delcaration.
20594         (tar-flag-deleted): Use `abs'.
20595         (tar-expunge-internal): Remove unused var `line'.
20596         (tar-expunge-internal): Don't hardcode point-min==1.
20597         (tar-expunge): Widen while doing set-buffer-multibyte.
20598         (tar-rename-entry): Use file-name-coding-system.
20599         (tar-alter-one-field): Don't hardcode point-min==1.
20600         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20601         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20603 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20605         * add-log.el (add-log-current-defun): Handle class::method
20606         notation of c++.  Fix incorrect comment.
20608 2005-11-10  Alan Mackenzie  <acm@muc.de>
20610         * help-fns.el (describe-variable): Make C-h v work when a variable
20611         has variable documentation yet is unbound.
20613 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20615         * man.el (Man-highlight-references): Set an empty
20616         string to `Man-arguments' if it is nil.
20617         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20619 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20621         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20622         commenting conventions.
20624         * cus-dep.el (custom-make-dependencies): Simplify.
20625         Better follow the commenting conventions.
20627 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20629         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20630         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20631         All uses changed.
20632         (apropos-rewrite-regexp): Doc fix.
20633         (apropos-variable, apropos-command, apropos, apropos-value):
20634         Change prompt; carry through the argument renaming.
20636 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20638         * find-lisp.el: Require dired.
20639         (find-lisp-find-dired-internal): Do not call
20640         `abbreviate-file-name' on DIR.
20642 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20644         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20646 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20648         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20649         when using the speedbar.
20650         (gdb): New command gud-pp.
20651         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20653 2005-11-09  Juri Linkov  <juri@jurta.org>
20655         * replace.el (occur-excluded-properties): New defcustom.
20656         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20658 2005-11-08  Jay Belanger  <belanger@truman.edu>
20660         * calc/calc-units.el (math-convert-units): Replace any composite
20661         unit by its definition.
20663 2005-11-08  Lars Hansen  <larsh@soem.dk>
20665         * emacs-lisp/autoload.el (update-directory-autoloads):
20666         Add obsolete function alias.
20668 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20670         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20671         comment-indent-function.
20672         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20674         * reveal.el (reveal-post-command): Rework the handling of
20675         reveal-open-spots, so as to be more reliable.  There were several
20676         tricky corner cases where an open spot might be lost, or where
20677         a closed spot might end up on the list of open spots.
20678         Only reveal text that's ellipsised.
20680 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20682         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20684 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20686         * ibuffer.el (ibuffer): Search iconified frames too when
20687         getting Ibuffer buffer's window.
20689 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20691         * progmodes/compile.el (compilation-internal-error-properties):
20692         save-excursion around the computation of MARKER.
20694 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20696         * textmodes/flyspell.el (flyspell-external-point-words):
20697         flyspell-get-word returns a list, not just a string.
20699 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20701         * ibuffer.el (ibuffer): Search all visible frames when getting
20702         Ibuffer buffer's window.
20704 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20706         * man.el (Man-reference-regexp): Accept spaces between
20707         `Man-name-regexp' and `Man-section-regexp'.
20708         (Man-apropos-regexp): New variable.
20709         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20710         if available.
20711         (Man-highlight-references, Man-highlight-references0):
20712         Handle the case when `Man-arguments' includes "-k".
20713         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20714         `TARGET'. `TARGET' can be a number, function or nil.
20716 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20718         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20719         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20720         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20721         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20722         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20723         (gdb-send-item): Use buffer-local-value and simplify.
20725 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20727         * startup.el (command-line): Use `custom-reevaluate-setting' for
20728         `global-font-lock-mode'.
20730         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20731         by default, except in batch mode or when the -D option is given.
20733         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20734         specified keyword args on to `define-minor-mode'.  Update docstring.
20736 2005-11-05  Romain Francoise  <romain@orebokech.com>
20738         * replace.el (occur-engine): Add marker at end of line, too.
20740 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20742         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20743         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20744         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20745         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20746         argument to all these routines, so the passphrase can be managed
20747         externally and passed in to the system.
20748         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20749         pgg-add-passphrase-to-cache function.
20751         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20752         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20753         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20754         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20755         argument to all these routines, so the passphrase can be managed
20756         externally and passed in to the system.
20757         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20758         function.
20760 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20762         * font-lock.el: Don't deal with font-lock-face-attributes here,
20763         move the code ...
20765         * startup.el (command-line): ... here.  Use face-spec-set instead
20766         of custom-declare-face.
20768         * faces.el (face-spec-set): Reset the face if spec is not nil.
20770 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20772         * newcomment.el (comment-region-internal): Box more tightly in the
20773         common case where there's no TAB in the boxed text.
20775 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20777         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20778         up-node.
20780 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20782         * newsticker.el: Commentary updated.  Code formatting changed.
20783         (newsticker-version): Change to "1.9".
20784         (newsticker, newsticker-feed): Doc fix.
20785         (newsticker-url-list): Doc fix.  Add option "Weekly".
20786         (newsticker-retrieval-interval): Add option "Weekly".
20787         (newsticker-headline-processing): Doc fix.
20788         (newsticker-auto-mark-filter): Remove.
20789         (newsticker-auto-mark-filter-list): New.
20790         (newsticker-layout, newsticker-sort-method): Doc fix.
20791         (newsticker-hide-old-items-in-newsticker-buffer)
20792         (newsticker-heading-format, newsticker-item-format)
20793         (newsticker-desc-format): Doc fix.
20794         (newsticker-show-all-rss-elements): Remove.
20795         (newsticker-show-all-news-elements): New.
20796         (newsticker-faces, newsticker-ticker): Doc fix.
20797         (remove-from-invisibility-spec): Code formatting.
20798         (newsticker--process-ids): New.
20799         (newsticker-mode): Doc fix.
20800         (newsticker-mode): Change mode-line-format.
20801         (newsticker-start): Remove debug output.
20802         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20803         (newsticker-w3m-show-inline-images): Code formatting.
20804         (newsticker-next-item): Call `force-mode-line-update'.
20805         (newsticker-previous-item): Call `force-mode-line-update'.
20806         (newsticker-next-feed): Call `force-mode-line-update'.
20807         (newsticker-previous-feed): Call `force-mode-line-update'.
20808         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20809         (newsticker-show-old-items): Do not show descs.
20810         (newsticker-hide-entry): Hide too much.
20811         (newsticker-hide-entry, newsticker-show-entry)
20812         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20813         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20814         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20815         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20816         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20817         (newsticker-get-news): Call `force-mode-line-update'.
20818         Collect process ids.
20819         (newsticker--sentinel): Change coding system handling.
20820         Move image retrieval to new functions newsticker--get-logo-url-*.
20821         Move feed parsing to new functions newsticker--parse-*.
20822         Update list of process ids.
20823         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20824         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20825         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20826         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20827         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20828         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20829         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20830         (newsticker--decode-coding-string): Remove.
20831         (newsticker--decode-numeric-entities): Check input.  Format code.
20832         (newsticker--remove-whitespace): Check input.
20833         (newsticker--do-forget-preformatted): Doc fix.
20834         (newsticker--decode-rfc822-date): Allow for missing time.
20835         (newsticker--update-process-ids): New.
20836         (newsticker--image-sentinel): Change comment.
20837         (newsticker--image-read): Change error message.
20838         (newsticker--imenu-goto): Doc fix.  Show headline title.
20839         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20840         (newsticker--buffer-do-insert-text): Clean whitespace in
20841         html-rendered headline title.  Code formatting.
20842         Call `newsticker--buffer-print-extra-elements'.
20843         (newsticker--buffer-print-extra-element): Remove.
20844         (newsticker--buffer-print-extra-elements): New.
20845         (newsticker--buffer-do-print-extra-element): New.
20846         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20847         large sizes.
20848         (newsticker--run-auto-mark-filter)
20849         (newsticker--do-run-auto-mark-filter):
20850         Use `newsticker-auto-mark-filter-list'.
20852 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20854         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20855         (rcirc-print): Force redisplay before running hooks.  Do long
20856         buffer truncation after making new text read-only.  Deal with nil
20857         text when decoding strings.  If TARGET is nil, use either the
20858         currently selected buffer, if it is an rcirc buffer and of the
20859         same process or the process buffer.
20860         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20861         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20862         (rcirc-short-buffer-name): Add variable.
20863         (rcirc-kill-buffer-hook): Recompute short buffer names.
20864         Remove nick from private channel.
20865         (rcirc-send-input): Send command text to current-buffer.
20866         Don't clear overlay arrow here.
20867         (rcirc-short-buffer-name): Return a short buffer name.
20868         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20869         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20870         buffer-name abbreviations.
20871         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20872         Do not touch nick-table when killing a parted channel.
20873         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20874         Clear arrow from current buffer if it is now hidden.
20875         (rcirc-current-buffer): Add variable.
20876         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20877         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20878         Remove -face from names.
20879         (rcirc-update-activity-string): Print "DND" when globally ignoring
20880         activity.
20881         (rcirc-ignore-buffer-activity-flag): Rename from
20882         rcirc-ignore-channel-activity.
20883         (rcirc-ignore-all-activity-flag): Doc fix.
20884         (rcirc-channels): Remove variable.
20885         (rcirc-kill-buffer-hook):
20886         (rcirc-get-buffer-create): Add nick to private channel.
20887         (rcirc-multiline-edit-submit): Remove tabs.
20888         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20889         folded.
20890         (rcirc-remove-nick-channel): Bug fix.
20891         (rcirc-toggle-ignore-buffer-activity): Rename from
20892         rcirc-toggle-ignore-channel-activity.
20893         (rcirc-record-activity): Add buffers to the front of the list.
20894         (rcirc-update-activity): Remove killed buffers from list.
20895         (rcirc-process-server-response-1): Remove last argument if it is
20896         null before calling handler.
20897         (rcirc): Add "rcirc" defcustom prefix.
20898         (rcirc-prompt): Simplify default prompt.
20899         Use custom-initialize-default.
20900         (rcirc-private-chats): Remove variable.
20901         (rcirc-prompt): Change initialization.
20902         (rcirc-version): Remove function.
20903         (rcirc-id-string): Add constant.
20904         (rcirc-last-buffer): Remove variable.
20905         (rcirc-buffer-alist): Add variable.
20906         (rcirc-connect): Update variable setup.
20907         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20908         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20909         default.
20910         (rcirc-handler-generic): Trigger activity.
20911         (rcirc-send-message): Create the buffor of the target.
20912         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20913         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20914         (rcirc-multiline-edit-cancel): Remove function.
20915         (rcirc-set-last-buffer): Remove function.
20916         (rcirc-get-any-buffer): Add function.
20917         (rcirc-join-channels): Don't print /join text.
20918         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20919         messages.
20920         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20921         (rcirc-handler-NOTICE): Recognize CTCP responses.
20922         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20923         constructing TOPIC string for buffers we are not JOINed.
20924         (rcirc-handler-CTCP-response): Add handler.
20925         (rcirc-multiline-edit-submit): Restore the window-configuration
20926         before adjusting point.
20927         (rcirc): Add customization group.
20928         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20929         (rcirc-user-full-name, rcirc-startup-channels-alist)
20930         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20931         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20932         (rcirc-input-ring-size, rcirc-read-only-flag)
20933         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20934         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20935         Change defvar to defcustom.
20936         (rcirc-update-prompt): Add optional ALL arg, which will update
20937         prompts in all rcirc buffers.  Regexp quote replacement text.
20938         (rcirc-fill-column): Accept frame-width as a value.
20939         (rcirc-set-changed): Add function.
20940         (rcirc-next-active-buffer): Write more meaningful messages.
20941         (rcirc-faces): Add customization group.
20942         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20943         (rcirc-nick-in-message-face, rcirc-prompt-face)
20944         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20945         (with-rcirc-process-buffer): Move before first usage.
20946         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20947         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20948         (rcirc-debug): Rename from `rcirc-log'.
20949         (rcirc-format-response-string): Do not print `-' chars for a
20950         NOTICE with no sender.  Simplify output of server responses.
20952 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20954         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20955         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20956         Make urls mouse and RET clickable.
20958 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20960         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20962 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20964         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20965         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20966         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20967         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20968         argument to all these routines, so the passphrase can be managed
20969         externally and passed in to the system.
20970         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20971         pgg-add-passphrase-to-cache function.
20973         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20974         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20975         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20976         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20977         argument to all these routines, so the passphrase can be managed
20978         externally and passed in to the system.
20979         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20980         function.
20982 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20984         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20985         from goto-address-url-regexp.
20987 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20989         * textmodes/org.el (org-read-date, org-goto-calendar)
20990         (org-recenter-calendar, org-agenda-goto-calendar):
20991         Temporarily clear `calendar-move-hook'.
20993 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20995         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20996         merging.
20998         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20999         have merge clashes.
21001 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21003         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21004         Undo previous change.
21006         * startup.el (command-line): Use `custom-reevaluate-setting' for
21007         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21008         tty-register-default-colors on Mac.
21010 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21012         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21013         (gdb-buffer-type): Make it automatically buffer local...
21014         (gdb-get-create-buffer): ...and set it accordingly.
21015         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21016         actually work.
21018 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21020         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21021         not red.
21023 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21025         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21026         case GUD buffer is not visible.
21027         (gdb-goto-breakpoint): Try to force display in source buffer.
21028         (gdb-frame-gdb-buffer): Copy other similar functions.
21029         (gdb-restore-windows): Don't display source if not asked for.
21030         (gdb-assembler-buffer-name): Don't capitalise.
21032 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21034         * wid-edit.el (key-sequence): New widget type.
21036         * simple.el (set-mark-command-repeat-pop): New variable.
21037         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21038         if set-mark-command-repeat-pop is true.
21040         * info.el (Info-fontify-node): Don't display extra "see" if there
21041         already is one here.
21043         * mouse.el: Fix special handling of DEL after dragging a region:
21044         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21045         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21047         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21049         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21050         not to assume it pertains to an affix.
21052         * textmodes/flyspell.el (flyspell-post-command-hook):
21053         Bind deactivate-mark to prevent deactivation.
21055 2005-11-03  Lars Hansen  <larsh@soem.dk>
21057         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21058         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21059         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21061 2005-11-03  Romain Francoise  <romain@orebokech.com>
21063         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21064         Update copyright years.
21066 2005-11-03  Sam Steingold  <sds@gnu.org>
21068         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21069         Use system-type instead of window-system because window-system is not
21070         correctly defined during loadup.
21072 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21074         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21075         (xml-parse-tag): Join strings separated by a comment properly.
21077 2005-11-02  Andreas Schwab  <schwab@suse.de>
21079         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21081 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21083         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21084         (byte-optimize-pure-func): Quote the eval'd value.
21086         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21087         Rename from perl-font-lock-syntactic-face-function.
21088         Change the calling convention so it can be used as a font-lock MATCHER.
21089         Do the parse-partial-sexp loop outselves.
21090         (perl-font-lock-syntactic-keywords): Use it.
21091         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21093 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21095         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21096         disassembly buffer too.
21097         (gdb-exited): Remove overlay arrows when execution has finished.
21098         (gdb-info-frames-custom, gdb-info-threads-custom)
21099         (gdb-info-registers-custom): Don't add inappropriate text
21100         properties if inferior is not active.
21102 2005-11-02  Glenn Morris  <rgm@gnu.org>
21104         * progmodes/fortran.el (fortran-blink-match):
21105         Use `blink-matching-delay'.
21107 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21109         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21111 2005-11-02  Lars Hansen  <larsh@soem.dk>
21113         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21114         "Permission denied".
21116 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21118         * textmodes/flyspell.el (flyspell-external-point-words):
21119         Pass nil to flyspell-get-word.
21121 2005-11-02  Kim F. Storm  <storm@cua.dk>
21123         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21124         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21126 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21128         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21129         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21130         (calendar-mouse-print-dates): Add optional `event' argument.
21131         Update interactive-spec.
21132         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21133         Use `calendar-event-to-date' instead of `event'.
21135 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21137         * progmodes/ld-script.el (ld-script-builtins):
21138         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21139         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21140         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21142 2005-11-01  Romain Francoise  <romain@orebokech.com>
21144         * vc-sccs.el: Update copyright year.
21145         * ezimage.el: Likewise.
21147 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21149         * info.el (Info-fontify-node): Use `string-width' for fontifying
21150         underlined titles.
21152 2005-11-01  Juri Linkov  <juri@jurta.org>
21154         * info.el (Info-fontify-node): Downcase node header keywords Node,
21155         Prev, Next, Up before comparison.
21156         (Info-history): Insert absolute directory name, and put invisible
21157         property on it.
21159 2005-11-01  Juri Linkov  <juri@jurta.org>
21161         * info.el (Info-file-supports-index-cookies): New variable.
21162         (Info-find-node-2): Check makeinfo version for index cookie support.
21163         (Info-index-nodes): Search for nodes with index cookies only when
21164         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21165         with "Index" in the node name.
21166         (Info-index-node): Search index cookie in the current node only when
21167         Info-file-supports-index-cookies is t.  Otherwise, check the word
21168         "Index" in the node name.
21169         (Info-find-emacs-command-nodes): Remove code that searches nodes
21170         with "Index" node name in the top menu.
21172 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21174         * progmodes/scheme.el (scheme-mode-variables): Use the default
21175         comment-indent-function.
21177         * faces.el (face-attribute): Handle the case where a face inherits from
21178         a non-existent face.
21180         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21181         for octal and hexa output, and merge the char into the paren.
21182         (kill-new): Use push.
21183         (copy-to-buffer): Use with-current-buffer.
21184         (completion-setup-function): Move code in loop to remove redundancy.
21185         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21186         those inherited from minibuffer-local-completion-map.
21188         * savehist.el (savehist-mode) <defcustom>:
21189         Use custom-set-minor-mode if available.
21190         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21191         and emit a message if applicable.
21193 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21195         * savehist.el: Sync up to version 19.
21196         (savehist-mode): New minor mode.
21197         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21198         (savehist-length): Remove (use history-length instead).
21199         (savehist-file-modes): Rename from savehist-modes.
21200         (savehist-save-hook, savehist-loaded): New vars.
21201         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21202         old format to new format.
21203         (savehist-install): Allow savehist-autosave-interval to be nil.
21204         (savehist-save): Run the new hook.  Be more careful to only trim the
21205         history variables.
21206         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21207         (savehist-printable): Print into a buffer rather than char-by-char.
21209 2005-11-01  John Wiegley  <johnw@newartisans.com>
21211         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21212         toggle-ignore keybinding (C-a).  The author said it had been
21213         disabled much earlier due to a possible incompatibility, but after
21214         many months of usage I have encountered no problems (and it is a
21215         rather useful option, especially for switching to " *temp*").
21217         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21218         support for OS/X's AddressBook, by calling out to the open source
21219         program "contacts" (installable through Fink).
21221         * net/eudc.el (eudc-expand-inline): If the
21222         `eudc-multiple-match-handling-method' is set to `all', delete the
21223         query string before inserting the query result.
21225         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21226         flag, to prevent Eshell from using the system ls when
21227         `eshell-ls-insert-directory' is in used.
21228         (eshell-ls-insert-directory): Disable font-lock in directory
21229         buffer so that Eshell's own fontification is seen.  This broke
21230         recently due to changes in font-lock, so this goes back to version
21231         21 behavior.
21233 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21235         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21236         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21237         (gdb-many-windows): Doc fix.
21239 2005-10-31  Romain Francoise  <romain@orebokech.com>
21241         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21243 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21245         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21246         that global-font-lock-mode can be enabled by default.
21248         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21249         (font-lock-add-keywords, font-lock-remove-keywords)
21250         (font-lock-fontify-buffer): Remove autoload cookies.
21252         * jit-lock.el (jit-lock-register): Likewise.
21254         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21256 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21258         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21259         intact if there is no gud-comint-buffer.
21261 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21263         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21264         old prompt comint-prompt-read-only is t and GDB commands are
21265         issued from tool bar etc.
21267 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21269         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21271 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21273         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21274         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21276 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21278         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21279         starting at beginning of line.  Fontification is messed up when
21280         `open-paren-in-column-0-is-defun-start' set to t.
21281         Reported by John Paul Wallington <jpw@pobox.com>.
21283 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
21285         * comint.el (comint-send-input): Call `comint-update-fence' when
21286         `comint-process-echoes' and `comint-prompt-read-only' are both
21287         non-nil, to avoid leftover read-only newline.
21289 2005-10-30  Richard M. Stallman  <rms@gnu.org>
21291         * textmodes/flyspell.el (flyspell-external-point-words):
21292         Detect when WORD can't be checked properly because
21293         flyspell-get-word finds just part of it, and move on.
21295         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21296         boundarychar for Polish.
21297         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21298         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21300 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21302         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21303         (gdb-registers-font-lock-keywords): Delete.
21304         (gdb-registers-mode): Don't fontify.
21305         (gdb-info-registers-custom): Use text properties instead as, in
21306         future, changed register values will use font-lock-warning-face.
21307         (gdb-local-font-lock-keywords): Rename to...
21308         (gdb-locals-font-lock-keywords): ...for consistency.
21310 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
21312         * vc.el (vc-switch-backend): Better error message if the buffer is
21313         not visiting a file under version control.
21315         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21317 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
21319         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21320         ~/.emacs.d/.emacs.
21322 2005-10-29  Richard M. Stallman  <rms@gnu.org>
21324         * replace.el (occur-mode-mouse-goto): Always go to other window.
21325         (occur-mode-goto-occurrence): Always switch in same window.
21327         * simple.el (undo): Display message at end, not at start.
21329         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21330         New arg REUSE-CELL.
21331         (cancel-timer-internal): New function.
21332         (timer-event-handler): Use cancel-timer-internal,
21333         and pass the cell it returns to timer-activate...
21335         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21336         (jit-lock-deferred-fontify, jit-lock-context-fontify)
21337         (jit-lock-after-change): Test memory-full.
21339 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21341         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21342         part of the decoded armor to find the key-identifier.
21343         (pgg-gpg-lookup-key-owner): New function to return the
21344         human-readable identifier of a key owner.
21345         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21346         key itself.
21347         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21348         the key value) if we have a key and can match it against a secret
21349         key.  Also, added a note pointing out fact that the prompt only
21350         indicates the first matching key.
21352         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21353         pgg-decrypt-region.
21354         (pgg-pending-timers): A new hash for tracking the passphrase cache
21355         timers, so that new ones supercede old ones.
21356         (pgg-add-passphrase-to-cache): Rename from
21357         `pgg-add-passphrase-cache' to reduce confusion (all callers
21358         changed).  Modified to cancel old timers when new ones are added.
21359         (pgg-remove-passphrase-from-cache): Rename from
21360         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21361         changed).  Modified to cancel old timers when their keys are
21362         removed from the cache.
21363         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21364         XEmacs, an indirection to delete-itimer.
21365         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21366         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21367         users can only check cache without risk of prompting.  Correct bug in
21368         notruncate behavior.
21369         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21370         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21371         Add informative docstrings.
21372         (pgg-decrypt): Convey provided passphrase in subordinate call to
21373         pgg-decrypt-region.
21375         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21376         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21377         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21378         `passphrase' argument, so the passphrase can be managed externally
21379         and then passed in to the system.
21381         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21382         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21383         so the passphrase cache can be used reliably with identifiers
21384         besides a pgp packet's key id.
21386         * pgg-gpg.el (pgg-pgp-encrypt-region)
21387         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21388         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21389         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21390         argument to all these routines, so the passphrase can be managed
21391         externally and passed in to the system.
21393         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21394         `notruncate' argument, so the passphrase cache can be used
21395         reliably with identifiers besides a pgp packet's key id.
21397 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21399         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21400         symmetric encryption.
21401         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21402         encrypted session key.
21403         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21404         message ask for the passphrase in a proper way.
21406         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21407         New user commands for symmetric encryption.
21409 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
21411         * textmodes/conf-mode.el (conf-assignment-sign)
21412         (conf-assignment-regexp): Fix docstrings.
21413         (conf-mode-initialize): New function.
21414         (conf-mode): Remove optional args.  Use delay-mode-hooks to
21415         recognize recursive calls.
21416         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21417         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21418         (conf-xdefaults-mode): Use define-derived-mode and
21419         conf-mode-initialize.
21421 2005-10-29  Romain Francoise  <romain@orebokech.com>
21423         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21425 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21427         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21428         part of the decoded armor to find the key-identifier.
21429         (pgg-gpg-lookup-key-owner): New function to return the
21430         human-readable identifier of a key owner.
21431         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21432         key itself.
21433         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21434         the key value) if we have a key and can match it against a secret
21435         key.  Also, added a note pointing out fact that the prompt only
21436         indicates the first matching key.
21438         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21439         pgg-decrypt-region.
21440         (pgg-pending-timers): A new hash for tracking the passphrase cache
21441         timers, so that new ones supercede old ones.
21442         (pgg-add-passphrase-to-cache): Rename from
21443         `pgg-add-passphrase-cache' to reduce confusion (all callers
21444         changed).  Modified to cancel old timers when new ones are added.
21445         (pgg-remove-passphrase-from-cache): Rename from
21446         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21447         changed).  Modified to cancel old timers when their keys are
21448         removed from the cache.
21449         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21450         XEmacs, an indirection to delete-itimer.
21451         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21452         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21453         users can only check cache without risk of prompting.  Correct bug in
21454         notruncate behavior.
21455         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21456         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21457         Add informative docstrings.
21458         (pgg-decrypt): Convey provided passphrase in subordinate call to
21459         pgg-decrypt-region.
21461 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21463         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21464         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21465         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21466         `passphrase' argument, so the passphrase can be managed externally
21467         and then passed in to the system.
21469         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21470         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21471         so the passphrase cache can be used reliably with identifiers
21472         besides a pgp packet's key id.
21474         * pgg-gpg.el (pgg-pgp-encrypt-region)
21475         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21476         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21477         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21478         argument to all these routines, so the passphrase can be managed
21479         externally and passed in to the system.
21481         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21482         `notruncate' argument, so the passphrase cache can be used
21483         reliably with identifiers besides a pgp packet's key id.
21485 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21487         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21488         symmetric encryption.
21489         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21490         encrypted session key.
21491         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21492         message ask for the passphrase in a proper way.
21494         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21495         New user commands for symmetric encryption.
21497 2005-10-28  Bill Wohler  <wohler@newt.com>
21499         * help-mode.el (help-url): New button type.  Calls browse-url.
21500         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21501         Similar to Info nodes: URL `url'.
21502         (help-make-xrefs): Create help-url buttons for
21503         help-xref-url-regexp matches.
21505 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
21507         * tool-bar.el (tool-bar-add-item-from-menu)
21508         (tool-bar-local-item-from-menu): Fix doc strings.
21510 2005-10-28  Romain Francoise  <romain@orebokech.com>
21512         * ldefs-boot.el: Update.
21514         * subr.el (locate-library): Move from help-fns.el.
21515         * help-fns.el (locate-library): Move to subr.el.
21517 2005-10-28  Richard M. Stallman  <rms@gnu.org>
21519         * net/tramp.el (tramp-completion-mode): defvar moved up.
21521         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21523         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21525         * files.el (find-file-noselect): Use %d to format large file size.
21527         * bindings.el (mode-line-format): Add %e.
21529         * loadup.el ("facemenu"): Load unconditionally.
21530         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21531         ("x-dnd"): Load, when appropriate.
21533         * startup.el (command-line): Call before-init-hook earlier.
21534         Warn about some bad characters in -u user name.
21536         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21537         (flyspell-external-point-words): Error if misspelled word is not found.
21538         Set flyspell-large-region-beg at end of word.
21540 2005-10-28  Andreas Schwab  <schwab@suse.de>
21542         * view.el (View-revert-buffer-scroll-page-forward):
21543         Use view-page-size-default.
21545 2005-10-28  Juri Linkov  <juri@jurta.org>
21547         * international/quail.el (quail-get-current-str): Translate last
21548         raw character for deterministic input methods.
21550 2005-10-27  Jay Belanger  <belanger@truman.edu>
21552         * calc/calc-ext.el: Add functions to autoloads.
21553         (math-identity-matrix-p, math-ident-row-p): New functions.
21555         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21556         multiplication by an identity matrix; don't turn multiplication by
21557         an inverse matrix into division.
21558         (math-div-symbol-fancy): Replace division by matrices with
21559         multiplication by inverse.
21561         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21563         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21564         (calc-writeoutpower): New functions.
21566 2005-10-27  Romain Francoise  <romain@orebokech.com>
21568         * replace.el (occur-engine): Include colon in mouse-face highlight.
21570         * dired-x.el: Change Maintainer field.
21572 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21574         * longlines.el (longlines-mode): Bind after-change-functions to
21575         nil during initial decoding and final encoding.
21577 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21579         * term.el (term-emulate-terminal, term-handle-colors-array)
21580         (term-handle-ansi-escape): Specify the terminfo capabilities
21581         implemented.
21583 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21585         * info.el (Info-fontify-node): Fix detection of sentence-break
21586         before *Note.
21588 2005-10-26  Romain Francoise  <romain@orebokech.com>
21590         * smerge-mode.el: Add `tools' to file keywords.
21592 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21594         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21595         when the fringe is not available.
21597         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21598         (def-gdb-auto-update-trigger): Simplify construction.
21599         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21600         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21601         defined explicitly.
21602         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21603         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21604         defined explicitly.
21605         (gdb-info-locals-custom): Remove as it's a no-op.
21607 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21609         * longlines.el (longlines-mode): Remove narrowing before
21610         performing the initial decoding or final encoding.
21612 2005-10-25  Romain Francoise  <romain@orebokech.com>
21614         * emacs-lisp/find-func.el (find-library-name): Also strip
21615         extension if library name ends in .el, to take advantage of
21616         `find-library-suffixes'.
21618 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21620         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21622 2005-10-25  Juri Linkov  <juri@jurta.org>
21624         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21625         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21627 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21629         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21630         (blackbox-redefine-key): Add argument `map'.
21632         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21633         regions when moving the jit-lock-context-unfontify-pos boundary.
21635 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21637         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21639 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21641         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21643 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21645         * play/blackbox.el (blackbox-redefine-key): New function.
21646         (blackbox-mode-map): Use it to remap existing bindings for cursor
21647         motion instead of binding literal keys.
21649 2005-10-25  Glenn Morris  <rgm@gnu.org>
21651         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21652         diary does not end in a newline.  Do not assume a blank line at
21653         the start of the diary file.
21655 2005-10-25  Kenichi Handa  <handa@m17n.org>
21657         * international/quail.el (quail-translate-key): If the input
21658         method is deterministic and failed to handle the last key, restart
21659         the key handling loop from an appropriate key.
21661 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21663         * vc.el (vc-dired-mode): Extend comment for binding of
21664         `directory-listing-before-filename-regexp'.
21666 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21668         * textmodes/texinfo.el (texinfo-mode):
21669         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21670         not to unnecessarily expose emacs-mule's internal char codes.
21672 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21674         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21675         Display hand pointer and help-echo on disabled icon too.
21676         (gdb-mouse-until): New function.
21677         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21679 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21681         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21682         with 2005-10-23 change to doctor.el.
21684         * finder.el (finder-mode-map): Add follow-link binding.
21686 2005-10-25  Kim F. Storm  <storm@cua.dk>
21688         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21689         to gdb-mouse-toggle-breakpoint-fringe.
21690         (gdb-mouse-toggle-breakpoint-margin): Rename from
21691         gdb-mouse-toggle-breakpoint.  Fix doc.
21692         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21693         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21694         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21695         string properties also for fringe breakpoint bitmaps.
21697 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21699         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21701 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21703         * simple.el (completion-common-substring):
21704         Use `completion-common-substring' prior to `completion-base-size'.
21706 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21708         * savehist.el: Require CL while compiling.
21709         (savehist-history-variables): Remove.
21710         (savehist-save-minibuffer-history, savehist-additional-variables)
21711         (savehist-minibuffer-history-variables): New vars.
21712         (savehist-save): Use them.
21713         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21714         (savehist-install): New fun, extracted from savehist-load.
21715         (savehist-load): Use them.
21717 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21719         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21720         a dummy doc-string-elt property.
21721         (defalias, defvaralias, define-category): Add a docstring property.
21723         * image.el (defimage):
21724         * widget.el (define-widget):
21725         * custom.el (defface, defcustom): Add `doc-string' declaration.
21727         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21728         (defadvice): Add `doc-string' declaration.
21730         * emacs-lisp/byte-run.el (macro-declaration-function):
21731         Handle `doc-string' declarations.
21732         (define-obsolete-function-alias, define-obsolete-variable-alias):
21733         Add `doc-string' declaration.
21735 2005-10-24  Kenichi Handa  <handa@m17n.org>
21737         * international/utf-7.el (utf-7): Add autoload cookie.
21739         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21741 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21743         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21744         list of directories passed to batch-update-autoloads.  Add "." to
21745         the list of the echoed directories.
21747         * pgg-def.el:
21748         * pgg-gpg.el:
21749         * pgg-parse.el:
21750         * pgg-pgp.el:
21751         * pgg-pgp5.el:
21752         * pgg.el: Moved here from the gnus subdirectory.
21754 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21756         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21757         in case comint-prompt-read-only is set to t.
21759         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21760         in case comint-prompt-read-only is set to t.
21762 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21764         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21765         Now a string.
21766         (icalendar-import-format): Handle CLASS, STATUS, URL.
21767         Rename `subject' to `summary'.
21768         (icalendar-import-format-summary): Rename from
21769         `icalendar-import-format-subject'.
21770         (icalendar-import-format-url, icalendar-import-format-status)
21771         (icalendar-import-format-class): New variables.
21772         (icalendar--rris): Take variable argument list.
21773         (icalendar--datestring-to-isodate): Remove unnecessary
21774         calendar-style check when converting dates with explicit month names.
21775         (icalendar-export-region): Change return type of conversion
21776         subroutines.  Bury current buffer unless error occurred.
21777         (icalendar--convert-to-ical)
21778         (icalendar--parse-summary-and-rest): New functions.
21779         (icalendar--convert-ordinary-to-ical)
21780         (icalendar--convert-weekly-to-ical)
21781         (icalendar--convert-yearly-to-ical)
21782         (icalendar--convert-block-to-ical)
21783         (icalendar--convert-cyclic-to-ical)
21784         (icalendar--convert-anniversary-to-ical): Change return type.
21785         Strip trailing blanks from subject.
21786         (icalendar--convert-sexp-to-ical): Change return type.
21787         Strip trailing blanks from subject.  Handle simple sexp
21788         entries as generated by icalendar.el.
21789         (icalendar--convert-float-to-ical)
21790         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21791         (icalendar-import-file): Doc fix.
21792         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21793         Correct call to icalendar--rris.
21794         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21795         `summary'.
21796         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21798 2005-10-24  Romain Francoise  <romain@orebokech.com>
21800         * server.el (server-sentinel): Set query-on-exit flag to nil on
21801         new client processes (it isn't inherited from the server process).
21803         * replace.el (occur-engine): Rearrange text properties.
21805 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21807         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21808         case-fold-search is nil.
21809         (debug-help-follow): Use help-xref-interned directly.
21811 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21813         * thumbs.el (thumbs-image-type): Add .pbm.
21815 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21817         * faces.el (inhibit-face-set-after-frame-default): New variable.
21818         (set-face-attribute): Bind it.
21819         (face-set-after-frame-default): Test it.
21821         * help-fns.el (describe-simplify-lib-file-name): New function.
21822         (describe-function-1, describe-variable): Use it.
21824         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21826         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21827         Eliminate nil as possible value.
21828         (tooltip-hide-delay): Reduce internal-border-width.
21830         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21831         (menu-bar-file-menu) <new-file>: Likewise.
21833         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21835         * international/mule.el (load-with-code-conversion):
21836         Pass full file name to `eval-buffer' unless preloading.
21838         * textmodes/flyspell.el (flyspell-large-region):
21839         Call ispell-check-version.
21841         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21842         Fix the make-variable-buffer-local call that was supposed
21843         to be for this variable.
21844         (ispell-aspell-supports-utf8): Doc fix.
21845         (ispell-find-aspell-dictionaries): Preserve elements of
21846         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21847         (ispell-aspell-find-dictionary): Return nil on error.
21849         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21850         (doctor-symptoms): Likewise.
21852         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21854 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21856         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21857         (custom-raised-buttons): Add :set spec.
21858         (custom-button-unraised, custom-button-pressed-unraised):
21859         New faces, so that custom-raised-buttons actually does something.
21860         (custom-mode): Use custom-button and custom-button-pressed.
21862         * wid-edit.el (widget-specify-button): Don't ignore
21863         widget-mouse-face on graphic terminals.
21864         (widget-move-and-invoke): Cleanup.
21866 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21868         * whitespace.el (whitespace-cleanup): Doc fix.
21870 2005-10-23  Romain Francoise  <romain@orebokech.com>
21872         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21873         `eval-after-load' to avoid evaluating their result.
21875 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21877         * files.el (directory-listing-before-filename-regexp):
21878         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21880         * dired.el (dired-move-to-filename-regexp): Remove.
21881         All occurrences replaced by `directory-listing-before-filename-regexp'.
21883         * dired-x.el, locate.el, vc.el:
21884         Replace `dired-move-to-filename-regexp' by
21885         `directory-listing-before-filename-regexp'.  In vc.el it is
21886         overwritten locally; maybe this can be handled in files.el too.
21888         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21889         replaced by `directory-listing-before-filename-regexp'.
21891 2005-10-23  Andreas Schwab  <schwab@suse.de>
21893         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21894         and eval-next-after-load.
21896 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21898         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21899         exist, create it.
21901 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21903         * allout.el: Remove autoloads for mailcrypt and crypt++.
21904         Require pgg, pgg-gpg during compilation.
21905         (allout-version): Increment version number to 2.1, and use a literal
21906         rather than RCS Id.
21907         (allout-default-encryption-scheme): Remove.
21908         (allout-passphrase-verifier-handling)
21909         (allout-passphrase-verifier-string)
21910         (allout-file-passphrase-verifier-string)
21911         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21912         (allout-passphrase-hint-handling): Rename and simplify.
21913         (allout-init): Use `find-file-hook' if available, otherwise
21914         `find-file-hooks'.
21915         (allout-mode): Use `write-file-functions' if available, otherwise
21916         `local-write-file-hooks' and, instead of making auto-save-hook
21917         buffer local, make the write-file-hook activity contingent to
21918         allout-mode.
21919         (allout-mode): Use key-binding substitution in the docstring.
21920         (allout-kill-line): Spell-out kill ring data structure mutation
21921         instead of using byte-compiler-complaint-provoking `pop'.
21922         (allout-insert-listified): Use `insert' rather than `insert-string'
21923         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21924         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21925         (allout-encrypt-string): Totally revamped vis new underlying
21926         encryption facilities.
21927         (allout-mc-activate-passwd): Remove.
21928         (allout-obtain-passphrase): New, more or less replaces
21929         allout-mc-activate-passwd.
21930         (allout-encrypted-key-info): More or less replaces
21931         allout-encrypted-text-type.
21932         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21933         (my-mark-marker): Use `(featurep 'xemacs)'.
21935 2005-10-23  Lars Hansen  <larsh@soem.dk>
21937         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21938         (byte-compile-file-form-defmumble, byte-compile-defun)
21939         (byte-compile-defmacro): Use it.
21940         (byte-compile-form): Don't call byte-compile-set-symbol-position
21941         when a byte-compile handler is called.
21943 2005-10-22  Romain Francoise  <romain@orebokech.com>
21945         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21947         * subr.el (eval-after-load): Convert library name to an absolute
21948         file name using locate-library, since load-history no longer has
21949         library names in it.
21951 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21953         * files.el (make-temp-file): Move from subr.el.
21954         * subr.el (make-temp-file): Move to files.el.
21956         * window.el (get-buffer-window-list): Move from subr.el.
21957         * subr.el (get-buffer-window-list): Move to window.el.
21959         * image.el (image-load-path): Use eval-at-startup to initialize.
21961         * subr.el (eval-at-startup): New macro.
21963         * subr.el: Much rearrangement of functions and division
21964         into pages.  No code changes.
21966 2005-10-22  Kenichi Handa  <handa@m17n.org>
21968         * tar-mode.el (tar-extract): Be sure to call
21969         find-operation-coding-system if set-auto-coding doesn't find a
21970         coding system.
21972 2005-10-22  Kim F. Storm  <storm@cua.dk>
21974         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21975         Change users.
21976         (image-type-file-name-regexps): New defconst.
21977         (image-type-from-data): Simplify loop.
21978         (image-type-from-buffer): New defun.
21979         (image-type-from-file-header): Use it instead of image-type-from-data.
21980         Use image-search-load-path instead of only looking in data-directory.
21981         (image-type-from-file-name): New defun.
21982         (image-search-load-path): Change `pathname' to `filename'.
21983         Make PATH arg optional, default to image-load-path.
21985 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21987         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21989         * textmodes/paragraphs.el (sentence-end-base): New variable.
21990         (sentence-end): Use sentence-end-base.
21992 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21994         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21995         property independently from the font-lock-multiline variable.
21997 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21999         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22001         * startup.el (command-line): Convert library names
22002         in `load-history' to absolute file names.
22004         * subr.el (symbol-file): Doc fix.
22006         * loadhist.el (file-loadhist-lookup): Call locate-library
22007         instead of find-library-name.  Don't try converting
22008         abs file names to library names, since load-history no longer
22009         has library names in it.
22010         (file-dependents, file-provides, file-requires): Doc fixes.
22012 2005-10-21  Juri Linkov  <juri@jurta.org>
22014         * progmodes/etags.el (tags-table-mode): New function.
22015         (tags-verify-table): Replace initialize-new-tags-table with
22016         tags-table-mode.
22018         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22019         default value.
22020         (desktop-modes-not-to-save): Add tags-table-mode to the
22021         default value.
22023         * info.el (Info-index-next): Add total number of index
22024         alternatives to the message.
22026         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22027         backward only space (instead of space and period) before looking
22028         at sentence end.
22030         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22031         Add the old variable value as 4th default-value arg of read-string.
22033 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22035         * cus-face.el (custom-declare-face): Make face from X resources
22036         also on Mac.
22038         * disp-table.el (standard-display-g1, standard-display-graphic):
22039         Refuse to use string glyphs also on Mac.
22040         (standard-display-european): Don't set terminal coding system also
22041         on Mac.
22043         * frame.el (display-screens): Use x-display-screens also on Mac.
22045 2005-10-21  Romain Francoise  <romain@orebokech.com>
22047         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22049 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22051         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22052         and $? into sexps.
22054         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22055         warning face on open-paren-in-column-0.
22057         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22058         boundary case.  Fix typo.
22059         Suggested by Martin Rudalics <rudalics@gmx.at>.
22061 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22063         * textmodes/org.el (org-combined-agenda-icalendar-file)
22064         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22065         (org-export-icalendar-this-file)
22066         (org-export-icalendar-all-agenda-files)
22067         (org-export-icalendar-combine-agenda-files): New commands.
22068         (org-export-icalendar, org-print-icalendar-entries)
22069         (org-start-icalendar-file, org-finish-icalendar-file)
22070         (org-ical-ts-to-string): New functions.
22071         (org-read-date, org-goto-calendar)
22072         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22073         call to `calendar'.
22074         (orgtbl-setup): Remove the :keys arguments from the menu description.
22075         (org-after-save-iCalendar-file-hook): New variable.
22077 2005-10-21  Kenichi Handa  <handa@m17n.org>
22079         * language/vietnamese.el (tcvn-5712): Make it an alias of
22080         vietnamese-tcvn coding-system.
22082 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22084         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22085         group id is given.
22087 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22089         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22090         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22091         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22092         whose line is either continued or ends with a comment.
22094 2005-10-20  Romain Francoise  <romain@orebokech.com>
22096         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22098         * replace.el (occur-engine): Add follow-link property.
22100         * font-core.el (font-lock-mode): Doc fix.
22102 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22104         * net/rcirc.el: New file.
22106 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22108         * term.el (term-term-name): Initialize to "eterm-color".
22110 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22112         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22113         for encryption functionality.
22114         Move allout customization subgroup from `editing' to `outlines' group.
22115         Fix commentary keywords to legitimate ones.
22116         Update author info (using my current email address, obscurified).
22117         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22118         (allout-encrypted-topic-p, allout-encrypted-text-type)
22119         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22120         (allout-situate-encryption-key-verifier)
22121         (allout-get-encryption-key-verifier, allout-verify-key)
22122         (allout-next-topic-pending-encryption)
22123         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22124         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22125         (outline-key-verifier-handling, outline-key-hint-handling)
22126         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22127         (allout-file-key-verifier-string, allout-encryption-scheme)
22128         (allout-key-verifier-string, allout-key-hint-string)
22129         (allout-after-save-decrypt): New variables.
22130         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22131         (allout-after-saves-handler): New hook functions.
22132         (allout-post-command-business): Do allout-after-save-decrypt.
22133         (allout-enable-file-variable-adjustment): Custom var to enable
22134         mechanism for adding and adjusting settings of Emacs file variables.
22135         (allout-adjust-file-variable, allout-file-vars-section-data):
22136         New functions, implement the mechanism.
22137         (outlineify-sticky): Use the file vars mechanism.
22138         (allout-inhibit-protection, allout-during-write-cue)
22139         (allout-override-protect, allout-before-change-protect): Remove.
22140         (allout-flag-region, allout-open-topic): Adjust read-only text.
22141         (allout-open-line-not-read-only): Add to facilitate read-only
22142         text based protection.
22143         (allout-kill-line): Revise to adjust read-only text, clue the
22144         user about the inhibition.
22145         (allout-unprotected): Use unwind-protect.
22146         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22147         topic deeper than the offspring depth of the previous topic -
22148         avoiding confusing "containment discontinuities".
22149         (allout-reindent-bodies): Fix retention of body relative hanging
22150         indent during promotion of collapsed bodies.
22151         (allout-open-topic): Make it easy to open new topic with same
22152         bullet as current topic - topic creation functions provided with
22153         any universal argument provokes now prompt for bullet, defaulting
22154         to the bullet of the previous topic.
22155         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22156         Plain bullet alternates `.' period and `,' comma only.  All other
22157         bullets are relegated to special status (but customizable).
22158         (allout-end-of-entry): Rename from allout-end-of-current-entry
22159         since it actually operates w.r.t. most immediately containing
22160         entry, visible or not.
22161         (allout-hide-current-entry, allout-show-current-entry): Use the
22162         revised version.
22163         (allout-old-expose-topic): Solidify deprecation.
22164         (allout-end-of-subtree): Add so we can span concealed as well
22165         as visible topics.
22166         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22167         (allout-end-of-current-heading): Tweak to just respect the first line.
22168         (allout-get-body-text): Add.
22169         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22170         when invoked interactively.
22171         (allout-up-current-level): Use `interactive-p'.
22172         (allout-mode, allout-init): Miscellaneous docstring and
22173         operational refinements, as well as hookups of new encryption stuff.
22174         (allout-beginning-of-current-entry): Now works as advertised.
22175         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22176         (allout-isearch-rectification): Refine condition for isearching.
22177         (allout-isearch-abort, allout-enwrap-isearch)
22178         (allout-flag-region, my-region-active-p): Relocate some macros.
22179         (allout-title): Fallback title is (buffer-name), not
22180         non-existing (current-buffer-name).
22181         (subst-char-in-string): Define if absent (for some XEmacs versions).
22183 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22185         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22186         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22187         (mail-citation-prefix-regexp, mail-signature-file)
22188         (mail-default-headers, mail-bury-selects-summary)
22189         (mail-send-nonascii): Add autoload cookies.
22191 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22193         * frame.el (blink-cursor-mode): Add `mac' to the list of
22194         window-system's that support blinking cursor.
22196 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22198         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22200 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22202         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22203         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22204         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22206 2005-10-20  Kim F. Storm  <storm@cua.dk>
22208         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22209         (ido-set-current-directory): Don't add / after final @.
22210         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22211         Explicitly handle ange-ftp completion oddities.
22212         (ido-make-file-list): Don't rotate list at tramp root to avoid
22213         triggering tramp file handler for expand-file-name via get-file-buffer.
22215 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22217         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22219 2005-10-19  Jay Belanger  <belanger@truman.edu>
22221         * calc/calc-units.el (math-standard-units): Add units, adjust
22222         symbols and update values.
22223         (math-unit-prefixes): Add more prefixes.
22225 2005-10-19  Romain Francoise  <romain@orebokech.com>
22227         * bookmark.el (bookmark-menu-heading): New face.
22228         (bookmark-bmenu-list): Use it.
22229         Don't fiddle with `baud-rate' at top-level.
22231 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22233         * image.el (create-image, find-image): Mention max-image-size in
22234         docstring.
22236 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22238         * savehist.el (savehist-load): Revert to checking XEmacs.
22240         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22241         Various docstring and line-width fixups.
22242         (conf-mode): Use cond.
22243         Set font-lock-defaults.  Don't set comment-use-syntax.
22245 2005-10-18  David Ponce  <david@dponce.com>
22247         * tree-widget.el (tree-widget-button-click): New function.
22248         (tree-widget-button-keymap): Use it.
22250 2005-10-18  Romain Francoise  <romain@orebokech.com>
22252         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22253         (bookmark-bmenu-hide-filenames): Add follow-link property.
22254         Improve help-echo text.
22256         * ffap.el (find-file-at-point): Doc fix.
22258 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22260         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22262 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22264         Install to the CVS repository what I forgot to install in my
22265         2005-10-16 changes.
22267         * progmodes/python.el (python-complete-symbol): Pass the common
22268         prefix substring of completion to `display-completion-list'.
22270         * textmodes/org.el (org-complete): Ditto.
22272 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22274         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22276         * woman.el (WoMan-xref-man-page): New button type derived
22277         from `Man-abstract-xref-man-page'.
22278         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22280         * man.el (Man-abstract-xref-man-page): New button type.
22281         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22282         (Man-highlight-references): Add new optional argument `xref-man-type'.
22284 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22286         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22288 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22290         * cus-edit.el (Custom-move-and-invoke): Delete.
22291         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22293         * wid-edit.el (widget-move-and-invoke): New function, from
22294         Custom-move-and-invoke.
22296 2005-10-17  Bill Wohler  <wohler@newt.com>
22298         Move all remaining images from lisp/toolbar to etc/images, move
22299         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
22300         the low resolution images in their own directory (low-color).
22302         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22303         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22304         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22305         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22306         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22307         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22308         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22310         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22311         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22312         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22313         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22314         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22315         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22316         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22317         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22318         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22319         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22320         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22321         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22322         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22323         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22324         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22326         To conform with convention, replace the underscore (_) in the
22327         following image names with dash (-) or (/) as appropriate.
22329         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22330         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22331         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22332         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22333         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22334         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22335         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22336         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22337         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22338         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22339         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22340         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22341         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22342         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22343         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22345         * info.el (info-tool-bar-map): Replace underscores in image names
22346         with dashes.
22348         * makefile.w32-in (WINS): Remove toolbar.
22350         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22352         * tool-bar.el: Move to lisp from toolbar.  Now that
22353         toolbar is empty, it should be deleted when folks run "cvs up -P".
22355 2005-10-18  Jay Belanger  <belanger@truman.edu>
22357         * calc/calc-store.el (calc-store-into): Get the proper variable name
22358         to display in message.
22360 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22362         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22363         expressions display in speedbar for all buffers when debugging.
22364         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22366         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22367         (speedbar-insert-button, speedbar-make-button):
22368         Use add-text-properties.
22369         (speedbar-update-localized-contents)
22370         (speedbar-update-directory-contents)
22371         (speedbar-update-special-contents): Use dolist.
22372         (speedbar-buffer-easymenu-definition): Add a menu separator.
22374 2005-10-17  Jason Rumney  <jasonr@gnu.org>
22376         * makefile.w32-in: Use $(lisp) consistently.
22377         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22378         for shell specific generation of mh-autoloads.
22380 2005-10-17  Richard M. Stallman  <rms@gnu.org>
22382         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22384 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22386         * jit-lock.el (jit-lock-fontify-now):
22387         Move jit-lock-context-unfontify-pos to avoid wasted work.
22389 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
22391         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
22392         `tramp-completion-mode' for checking if we are in completion mode.
22393         (tramp-completion-handle-file-name-all-completions): Reorder code
22394         in order to complete for file names only in case there are no
22395         method/user/host completions.  This is necessary for cooperation
22396         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
22398 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
22400         * longlines.el (longlines-search-forward)
22401         (longlines-search-backward): Match any number of spaces.
22403 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
22405         * diff-mode.el (diff-mode): Doc fix.
22407 2005-10-16  David Reitter  <david.reitter@gmail.com>
22409         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22410         as default on darwin and windows systems.
22412 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22414         * arc-mode.el (archive-zip-extract): Doc fix.
22416 2005-10-16  Romain Francoise  <romain@orebokech.com>
22418         * mouse.el (mouse-1-click-follows-link): Doc fix.
22420 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22422         * savehist.el: Don't require CL at runtime.
22423         (savehist-xemacs): Remove.
22424         (savehist-coding-system): Use utf-8 if present, regardless of religion.
22425         (savehist-no-conversion): Use (featurep 'xemacs).
22426         (savehist-load): Check existence of start-itimer rather than XEmacs.
22427         Use an idle timer.
22428         (savehist-process-for-saving): Replace use of CL funs `subseq' and
22429         `delete-if-not'.
22431 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
22433         * savehist.el: Newer version.
22434         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22435         (savehist-last-checksum, savehist-no-conversion): New vars.
22436         (savehist-autosave, savehist-process-for-saving, savehist-printable):
22437         New functions.
22438         (savehist-load, savehist-save): Use them.
22439         (savehist-delimit): Remove.
22441 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22443         * progmodes/compile.el (compilation-goto-locus): Display the
22444         compilation buffer first and the source buffer second, in case they're
22445         in overlapping frames.  Don't raise the compilation frame if it was the
22446         selected window upon entry.  Pass the `other-window' arg to
22447         pop-to-buffer.
22449         * info.el (Info-fontify-node): Use dolist.
22450         Change add-text-properties to put-text-property.
22452 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22454         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22455         bound of search.
22457 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22459         * dabbrev.el (dabbrev-completion): Pass the common
22460         prefix substring of completion to `display-completion-list'.
22462         * filecache.el (file-cache-minibuffer-complete)
22463         (file-cache-complete): Ditto.
22465         * tempo.el (tempo-display-completions): Ditto.
22467         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22469         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22471         * eshell/em-hist.el (eshell-list-history): Ditto.
22473         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22475         * mail/mailalias.el (mail-complete): Ditto.
22477         * progmodes/etags.el (complete-tag): Ditto.
22479         * progmodes/make-mode.el (makefile-complete): Ditto.
22481         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22483         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22485         * progmodes/pascal.el (pascal-complete-word)
22486         (pascal-show-completions): Ditto.
22488         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22490         * simple.el (completion-common-substring): New variable.
22491         (completion-setup-function): Use `completion-common-substring'
22492         to put faces.
22494 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22496         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22497         (x-get-selection, mac-select-convert-to-string): Convert from/to
22498         UTF-16 clipboard data as in native byte order, no BOM.
22500 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
22502         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22503         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22504         (gud-sentinel): Use speedbar-frame to check for speedbar.
22506 2005-10-15  Richard M. Stallman  <rms@gnu.org>
22508         * savehist.el: New file.
22510 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
22512         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22513         Fix bug in \bf fontification.
22515 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22517         * pcvs.el (cvs-edit-log-files): New var.
22518         (cvs-mode-edit-log): New arg `file'.
22519         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22520         Instead force the use of the original file and nothing else.
22521         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22522         the cvs-minor-wrap-function is set.
22523         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22525 2005-10-14  Bill Wohler  <wohler@newt.com>
22527         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22528         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22529         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22530         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22531         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22532         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22533         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22534         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22535         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22536         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22537         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22538         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22539         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22540         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22541         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22543         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22544         appropriately (for example, gud-break to gud/break).
22546 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
22548         * longlines.el (longlinges-search-function)
22549         (longlines-search-forward, longlines-search-backward): New functions.
22550         (longlines-mode): Set isearch-search-fun-function to
22551         longlinges-search-function.
22553         * mouse.el (mouse-drag-region-1): Handle the case where a
22554         double-click event is bound to an arbitrary function.
22556 2005-10-14  David Ponce  <david@dponce.com>
22558         * recentf.el (recentf-track-opened-file)
22559         (recentf-track-closed-file, recentf-update-menu)
22560         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22561         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22562         mouse-1-click-follows-link.
22564 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22566         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22567         Gnome file-manager.png.  Suggested by
22568         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22570         * toolbar/README: Add diropen.xpm.
22572 2005-10-13  Bill Wohler  <wohler@newt.com>
22574         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22575         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22577 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22579         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22580         Don't waste the byte-compiler's time on constant data.
22582 2005-10-13  Kenichi Handa  <handa@m17n.org>
22584         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22585         byte with `escape-glyph' face.
22587         * international/fontset.el (ccl-encode-unicode-font):
22588         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22589         Handle the case that ucs-mule-to-mule-unicode translates a character to
22590         ASCII (usually for IPA characters).
22592 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22594         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22595         Don't hide the underline of titles if font-lock-mode is disabled.
22597 2005-10-12  Bill Wohler  <wohler@newt.com>
22599         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22600         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22601         files in MH-E-SRC have been updated.
22602         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22604 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22606         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22607         (mixal-mode-syntax-table): Add \n as end-comment.
22608         (mixal-operation-codes-alist): Immediately initialize to full value.
22609         (mixal-add-operation-code): Remove.
22610         (mixal-describe-operation-code): Make the arg non-optional.
22611         Use the interactive spec instead.
22612         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22613         (mixal-font-lock-keywords): Don't highlight comments here any more.
22614         (mixal-font-lock-syntactic-keywords): New var.
22615         (mixal-mode): Use it.  Fix comment-start-skip.
22617 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22619         * startup.el (command-line-x-option-alist): -nb => -nbi.
22621 2005-10-12  Kim F. Storm  <storm@cua.dk>
22623         * startup.el (fancy-splash-default-action): Discard mouse click in
22624         the splash screen window, as it has no sensible meaning in the
22625         next window to be selected.  Fixes error reported by Jan D.
22627 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22629         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22631 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22633         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22634         Try to fix up minor layout issues like indentation, line break, etc...
22635         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22636         because it doesn't work.
22637         (mixal-operation-codes): Add some more codes.
22638         (mixal-font-lock-keywords): Process comments here.
22639         (mixal-mode): mixasm no longer needs -g option.
22641 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22643         * progmodes/sh-script.el (sh-tmp-file):
22644         Use mktemp -t.  Finish support for es and rc shells.
22646 2005-10-11  Jay Belanger  <belanger@truman.edu>
22648         * calc/calcalg2.el (calc-integral): With an argument, compute the
22649         definite integral.
22651 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22653         * mouse.el (mouse-drag-region-1): Don't try to catch a
22654         double-click when doing follow-link (it's overridden anyway).
22656 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22658         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22659         (autoload-print-form-outbuf): Add docstring.
22661 2005-10-11  Juri Linkov  <juri@jurta.org>
22663         * info.el (Info-mode-menu): Delete menu item "Edit".
22664         (Info-mode): Delete description of Info-edit from docstring,
22665         and rearrange descriptions of Info commands in the order
22666         they are documented in the Info manual.
22668 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22670         * calendar/appt.el (appt-check): Use diary-selective-display var.
22672 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22674         * net/newsticker.el (newsticker-start, newsticker-show-news):
22675         Add autoload cookies.
22677 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22679         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22681 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22683         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22685 2005-10-10  Jay Belanger  <belanger@truman.edu>
22687         * calc/calc-arith.el (math-check-known-scalarp)
22688         (math-check-known-matrixp): Check the values of arguments that are
22689         variables.
22690         (math-check-known-square-matrixp): New function.
22691         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22692         (math-super-types): Add sqmatrix type.
22694         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22695         mode name `square' to `sqmatrix'.
22697         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22698         mode name `square' to `sqmatrix'.
22700 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22702         * progmodes/etags.el (select-tags-table-mode): Don't use
22703         selective-display.
22704         (tags-select-tags-table): Pass `button' to the action function.
22705         (select-tags-table): Place the side-info on button properties rather
22706         than in hidden text.  Abbreviate file names.
22707         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22708         (select-tags-table-select): Add `button' argument.
22709         Get side-info from the button property rather than from hidden text.
22711 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22713         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22714         (gud-speedbar-buttons): Preserve point if possible.
22715         (gud-sentinel): Restore previous speedbar display type.
22717         * progmodes/gdb-ui.el (gdba): Improve diagram.
22718         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22719         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22720         Call get-buffer-window once.
22722 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22724         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22725         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22726         (pascal-indent-command): Remove unused var `ind'.
22727         (pascal-indent-case): Remove unused var `oldpos'.
22728         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22729         since it's now used as a proper minor mode map.
22730         (pascal-outline): Rename to pascal-outline-mode.
22731         (pascal-outline-mode): Use define-minor-mode.
22732         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22733         selective-display.
22735 2005-10-10  Andreas Schwab  <schwab@suse.de>
22737         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22738         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22740         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22741         outside source directory.
22743 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22745         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22746         C-x' as a prefix.
22747         (orgtbl-mode-map): Full keymap instead of sparse, because all
22748         `self-insert-command' keys are redefined in this map.
22749         (org-export-as-html): Specify charset for HTML file, by taking it
22750         from the coding system.
22752 2005-10-10  Kenichi Handa  <handa@m17n.org>
22754         * textmodes/flyspell.el (flyspell-check-word-p):
22755         If unread-command-events is non-empty, don't call sit-for.
22757 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22759         * font-lock.el (font-lock-syntactic-keywords)
22760         (font-lock-keywords): Doc fixes.
22762         * textmodes/flyspell.el (flyspell-external-point-words):
22763         Simplify logic, and don't try to check for consecutive appearances
22764         of one incorrect word.
22766 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22768         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22769         separator.
22771         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22772         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22773         (gud-expansion-speedbar-buttons): New function.
22774         (gud-speedbar-buttons): Check for gud-comint-buffer.
22776 2005-10-09  Bill Wohler  <wohler@newt.com>
22778         * Makefile.in (updates): Add mh-loaddefs dependency.
22780 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22782         * speedbar.el (speedbar-file-key-map): Fix typo.
22784 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22786         * cus-start.el (line-spacing): Add custom spec.
22788 2005-10-09  Romain Francoise  <romain@orebokech.com>
22790         * textmodes/ispell.el (ispell-check-version): Fix last change.
22792 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22794         * term/x-win.el: Remove -i, --icon-type from comment.
22796         * startup.el (command-line-x-option-alist): Remove options -i,
22797         -itype, --icon-type, added -nb, --no-bitmap-icon.
22799 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22801         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22802         instead of :active.
22804 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22806         * textmodes/ispell.el (ispell-check-version):
22807         Ignore hyphen, and all that follows, in aspell's version text.
22809 2005-10-08  Jay Belanger  <belanger@truman.edu>
22811         * calc/calc-arith.el (math-known-square-matrixp): New function.
22812         (math-pow-fancy): Check for matrices before distributing exponent
22813         across products.
22815         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22816         fullscreen keypad.  Suggested by Luc Teirlinck.
22817         (calc-keypad-show-input): Add space for formatting.
22819         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22820         Add square matrix option.
22822         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22823         of checking calc-matrix-mode when deciding how to expand.
22825         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22827 2005-10-08  Lars Hansen  <larsh@soem.dk>
22829         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22830         Add error handling.
22831         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22833 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22835         Sync with Tramp 2.0.51.
22837         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22838         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22839         Insert special handling for `last-coding-system-used', again
22840         it still seems to be necessary (unlike stated before).
22841         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22842         (tramp-password-prompt-regexp): There might be other words before
22843         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22844         (tramp-chunksize): Improve docstring.
22845         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22846         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22847         Christian Joergensen <bugs@razor.dk>.
22849 2005-10-07  Glenn Morris  <rgm@gnu.org>
22851         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22852         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22853         precision'.
22855 2005-10-07  Romain Francoise  <romain@orebokech.com>
22857         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22858         (ibuffer-do-shell-command-pipe-replace)
22859         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22860         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22861         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22862         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22863         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22864         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22865         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22866         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22867         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22868         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22869         Autoload file sans suffix.
22871         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22873 2005-10-07  David Ponce  <david@dponce.com>
22875         * recentf.el (recentf-menu-open-all-flag): New option.
22876         (recentf-digit-shortcut-command-name): New function.
22877         (recentf--shortcuts-keymap): New variable.
22878         (recentf-menu-shortcuts): New variable.
22879         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22880         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22881         (recentf-menu-value-shortcut): New function.
22882         (recentf-make-menu-item): Use it.  No more in-lined.
22883         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22884         (recentf-open-most-recent-file): Rename from
22885         `recentf-open-file-with-key'.  Don't depend on key binding.
22886         (recentf-mode-map): New variable.
22887         (recentf-mode): Use it.
22889 2005-10-06  Bill Wohler  <wohler@newt.com>
22891         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22893         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22894         (MH-E-SRC): New.  Used by mh-autoloads.
22895         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22896         files in MH-E-SRC have been updated.
22897         (compile, recompile, bootstrap): Depend on mh-autoloads.
22899 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22901         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22902         gud-break and gud-remove icons when the fringe is not available.
22904         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22905         Typo.
22907 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22909         * play/zone.el (zone): Wrap body with save-window-excursion.
22911 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22913         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22914         Use the new `list-only' arg to diary-list-entries.
22916         * calendar/diary-lib.el: Use overlays rather than selective-display.
22917         (diary-selective-display): New var.
22918         (diary-header-line-format): Use it.
22919         (diary-list-entries): Add argument `list-only'.
22920         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22921         Replace \^M by invisible overlays.
22922         (diary-unhide-everything): Replace \^M by invisible overlays.
22923         (print-diary-entries): Look for overlays rather than \^M.
22924         Add a space to the temp buffer name.
22925         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22926         Put the buffer in diary-mode.
22927         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22928         (diary-anniversary): Make the year arg optional.
22929         (diary-time-regexp): New const.
22930         (diary-font-lock-keywords): Use it to accept a few more time formats.
22932         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22934 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22936         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22937         Fix bug introduced 2005-07-03: Use (car (last ...))
22938         to faithfully reproduce replaced artist-last.
22939         (artist-set-arrow-points-for-poly): Likewise.
22940         Suggested by Johan Bockg\e,Ae\e(Brd.
22942 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22944         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22945         * wid-edit.el (widget):
22946         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22947         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22949 2005-10-06  Kenichi Handa  <handa@m17n.org>
22951         * international/mule-cmds.el (set-language-environment):
22952         Fix setting up of case-table for unibyte mode.
22954         * simple.el (what-cursor-position): If the character is displayed
22955         by some `display' text property, show that.  Don't use
22956         single-key-description for eight-bit characters in multibyte mode.
22958 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22960         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22961         (gdb-ann3): Set it.
22962         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22963         (gdb-info-frames-custom): Use inverse-video for first five
22964         characters of selected frame only.
22965         (gdb-get-frame-number): Select frame even when point is on frame
22966         number.
22968 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22970         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22971         Put `font-lock-function-name-face'.
22972         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22973         and `font-lock-variable-name-face'
22974         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22975         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22976         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22977         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22978         (gdb-local-font-lock-keywords): New font lock keywords definition.
22979         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22980         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22981         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22983 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22985         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22986         (ediff-merge-region-is-non-clash-to-skip): Previously called
22987         ediff-merge-region-is-non-clash.
22989         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22990         Use insert-buffer-substring.
22992         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22993         selecting files to patch.  Also bug fixes.
22995         * ediff-util.el (ediff-setup): Bug fix.
22996         (ediff-next-difference): Never skip clashes that differ in white
22997         space only.
22999         * ediff-wind.el (ediff-setup-control-frame)
23000         (ediff-destroy-control-frame): Check the menubar feature.
23002         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
23003         (viper-refresh-mode-line): Use make-local-variable to localize
23004         some vars instead of make-variable-buffer-local.  Suggested by
23005         Stefan Monnier.
23007         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
23008         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23009         Use make-local-variable instead of make-variable-buffer-local.
23010         Suggested by Stefan Monnier.
23012         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
23013         (viper-comint-mode-hook): Use make-local-variable on
23014         require-final-newline.
23015         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23017 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23019         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23020         also the second char of a comment-start sequence.
23021         (scheme-sexp-comment-syntax-table): New var.
23022         (lambda, define): Set their scheme-doc-string-elt property.
23023         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23024         Use lisp-font-lock-syntactic-face-function now that it properly
23025         handles |...| symbols.
23026         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23027         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23029         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23030         bit from # to |.
23031         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23033         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23034         (lisp-doc-string-elt-property): New var.
23035         (lisp-font-lock-syntactic-face-function): Use it.
23036         Rewrite to recognize docstrings even for forms not at toplevel.
23038         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23039         annotation on the | part of #| rather than on the # part.
23040         (scheme-font-lock-syntactic-face-function): New function, to
23041         distinguish strings from |...| symbols.
23042         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23043         syntax-table so that #|...|# is properly highlighted.
23045         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23046         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23048 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23050         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23051         and C-e.
23053         * emacs-lisp/eldoc.el: Move comments into docstrings.
23054         (eldoc-message-commands): Initialize in its declaration.
23055         Add move-beginning-of-line and move-end-of-line.
23056         (eldoc-add-command, eldoc-add-command-completions)
23057         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23059         * outline.el (outline-mark-subtree): Activate the mark.
23061         * calendar/appt.el (appt-time-regexp): New var.
23062         (appt-add, appt-make-list): Use it.
23063         (appt-convert-time): Clean up.
23065         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23066         Don't set any syntax-table property here.
23067         (tex-font-lock-verb): New function.  Do it here.
23068         (tex-font-lock-syntactic-keywords): Use it.
23070 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23072         * wid-edit.el (widget-file-complete): Get the widget start point
23073         the right way.  Default directory to `/' if file has none.
23075         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23077         * textmodes/flyspell.el (flyspell-mode-on):
23078         Call ispell-maybe-find-aspell-dictionaries.
23080         * textmodes/ispell.el (ispell-word, ispell-region):
23081         Call ispell-maybe-find-aspell-dictionaries.
23082         (ispell-accept-buffer-local-defs):
23083         Don't call ispell-maybe-find-aspell-dictionaries.
23085 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23087         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23089 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23091         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23092         instead of `fboundp' in order to allow for anonymous functions.
23094 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23096         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23097         case the user clicks on the link while another window is selected.
23098         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23100         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23101         functionality.
23102         (dframe-help-echo): Save point in case mouse tracking is off.
23104 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23106         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23108 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23110         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23111         not change the global value of those vars.
23113         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23114         make-local-variable which we do not need any more.
23116 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23118         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23119         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23120         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23121         (speedbar-path-line): Define obsolete aliases.
23122         (speedbar-line-directory): Doc fix.
23124         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23125         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23126         instead of speedbar-line-path.
23128 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23130         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23131         to nil if dropping on a window.  Handle dropping on a minibuffer window
23132         like dropping on a non-window part of Emacs.
23134 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23136         * net/ange-ftp.el: Use with-current-buffer.
23137         (ange-ftp-insert-directory): Do not follow symlinks any more.
23139         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23140         Remove interactive spec.
23142 2005-10-03  Kim F. Storm  <storm@cua.dk>
23144         * ido.el (ido-mode): Use custom-initialize-set.
23146 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23148         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23149         Use insert-buffer-substring.
23151         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23152         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23154 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23156         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23157         in last change.
23158         (ange-ftp-insert-directory): Fix up the search for the case where
23159         `file' is absolute.
23161 2005-10-02  Romain Francoise  <romain@orebokech.com>
23163         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23165 2005-10-02  Andreas Schwab  <schwab@suse.de>
23167         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23168         directory component in the session info.
23170 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23172         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23174         * simple.el (next-error-internal): New function.
23176         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23177         (compilation-start): Pass new arg to compilation-buffer-name.
23178         (compile-goto-error): Use next-error-internal.
23180 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23182         * speedbar.el: Remove RCS tag.
23183         (speedbar-check-read-only): Handle non-existent files.
23185         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23187         * info.el (Info-speedbar-hierarchy-buttons)
23188         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23190 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23192         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23193         Do not match newline.
23194         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23195         (bibtex-summary): Remove unnecessary save-excursion.
23196         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23198 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23200         * term/mac-win.el: Add charset info for "iso10646-1".
23201         Modify default fontset to use ATSUI-compatible fonts for some charsets
23202         if available.
23204 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23206         * speedbar.el: Re-apply arch tag.
23207         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23208         M. Ludlam.
23209         Reapply two changes from Emacs CVS' version of speedbar lost
23210         during the merge:
23211         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23212         (speedbar-frame-parameters): Improve customize type.
23214 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23216         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23217         (ange-ftp-file-directory-p): Fix the symlink case.
23218         (ange-ftp-insert-directory): When listing a single file, get a list of
23219         the parent buffer and extract the relevant line.  Inspired from a patch
23220         by Katsumi Yamaoka <yamaoka@jpl.org>.
23221         (ange-ftp-file-name-sans-versions): Simplify.
23223 2005-09-30  Bill Wohler  <wohler@newt.com>
23225         Move MH-E image files from toolbar and mail directories into
23226         etc/images.
23228         * mail/reply2.*: Move to etc/images/mail/reply*.
23230         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23231         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23232         etc/images.
23234         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23235         * toolbar/reply*: Move to etc/images/mail.
23237         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23239 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23241         * speedbar.el: New version 1.0pre3.
23243         Frame management code (including timer, and mouse click specifics)
23244         moved to dframe.el:
23245         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23246         (speedbar-timer): Removed.  Use dframe-timer.
23247         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23248         (speedbar-activity-change-focus-flag): Removed.  Use
23249         dframe-activity-change-focus-flag.
23250         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23251         dframe-update-speed.
23253         (speedbar-current-frame): New macro.  Use this instead of the
23254         variable speedbar-frame.
23256         (speedbar-use-images, speedbar-expand-image-button-alist)
23257         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23259         (speedbar-find-image-on-load-path): Removed.  Replaced by
23260         defezimage in ezimage.el.
23261         (speedbar-expand-image-button-alist): Removed.  Replaced by
23262         ezimage-expand-image-button-alist in ezimage.el.
23264         (speedbar-ignored-directory-regexp)
23265         (speedbar-add-ignored-directory-regexp)
23266         (speedbar-ignored-directory-expressions)
23267         (speedbar-line-directory, speedbar-buffers-line-directory)
23268         (speedbar-directory-line, speedbar-buffers-line-directory):
23269         Renamed, replacing `path' with `directory'.
23271         (speedbar-create-directory, speedbar-expand-line-descendants)
23272         (speedbar-toggle-line-expansion)
23273         (speedbar-contract-line-descendants): New commands.
23275         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23276         (speedbar-use-tool-tips-flag): New options.
23278         (speedbar-check-read-only, speedbar-require-version)
23279         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23280         (speedbar-handle-delete-frame, speedbar-try-completion)
23281         (speedbar-update-localized-contents): New functions.
23283         (speedbar-incompatible-version, speedbar-ro-to-do-point)
23284         (speedbar-object-read-only-indicator): New variables.
23286         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23287         New hooks.
23289         (speedbar-separator-face): New face.
23291         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23292         (speedbar-ignored-modes): Add fundamental-mode.
23293         (speedbar-directory-unshown-regexp): Add . directories.
23295         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23296         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23297         `]' for full expand/close.
23298         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23300         (speedbar-check-vc): Support hidden files.
23301         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23302         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
23303         state is nil, it is not checked out.
23305         (speedbar-line-text, speedbar-line-token): Support expand buttons
23306         with no text.
23307         (speedbar-refresh): Universal argument acts as power-click.
23308         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23309         that buffer to get variable values.
23311         And many other bugfixes.
23313         * dframe.el, ezimage.el, sb-image.el: New files.
23315         * sb-*.xpm: Remove files.  New image files installed into
23316         etc/images/ezimage.
23318 2005-09-30  Kenichi Handa  <handa@m17n.org>
23320         * ps-mule.el (ps-mule-show-warning): If a character is in
23321         ps-print-translation-table, don't treat it as non-printable.
23323 2005-09-30  David Ponce  <david@dponce.com>
23325         * tree-widget.el (tree-widget-themes-load-path): New variable.
23326         (tree-widget-themes-directory): Doc fix.
23327         (tree-widget-image-formats) [Emacs]: Doc fix.
23328         (tree-widget--locate-sub-directory): New function.
23329         (tree-widget-themes-directory): Use it.
23331         * recentf.el (recentf-filename-handlers): Rename from
23332         `recentf-filename-handler'.  Allow a list of functions.
23333         (recentf-menu-items-for-commands): Fix :help strings.
23334         (recentf-apply-filename-handlers): New function.
23335         (recentf-expand-file-name): Use it.
23336         (recentf-cleanup): Remove duplicates too.
23338 2005-09-29  Juri Linkov  <juri@jurta.org>
23340         * faces.el: Rearrange face definitions to be in the same order as
23341         their face descriptions in "(emacs)Standard Faces".
23343         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23345         * tooltip.el (tooltip): Add group `basic-faces'.
23347         * buff-menu.el (Buffer-menu-buffer): Remove group
23348         `font-lock-highlighting-faces'.
23350         * progmodes/compile.el (compilation-error, compilation-warning)
23351         (compilation-info, compilation-line-number, compilation-column-number):
23352         Change group from `font-lock-highlighting-faces' to `compilation'.
23354         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23355         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23356         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23357         (vhdl-font-lock-reserved-words-face)
23358         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23359         `font-lock-highlighting-faces'.
23361         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23363 2005-09-28  Kim F. Storm  <storm@cua.dk>
23365         * emulation/cua-base.el: Set CUA move property on additional commands:
23366         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23367         forward-sexp, backward-sexp, forward-list, backward-list.
23369 2005-09-28  Romain Francoise  <romain@orebokech.com>
23371         * comint.el (comint-show-output): Really set point at the
23372         beginning of the output when not using `comint-use-prompt-regexp'.
23374 2005-09-27  Jay Belanger  <belanger@truman.edu>
23376         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23377         in TeX mode.
23379 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
23381         * textmodes/org.el (org-table-sum): Fix format string.
23383         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23384         Quote face names.
23386 2005-09-26  Romain Francoise  <romain@orebokech.com>
23388         * isearch.el (isearch-forward-regexp): Close doc string.
23390 2005-09-25  Richard M. Stallman  <rms@gnu.org>
23392         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23394         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23396         * progmodes/compile.el (compilation-error-properties):
23397         When getting the file from the previous error message,
23398         correctly decode the new data format.
23400         * progmodes/cc-cmds.el (c-electric-paren):
23401         Call old-blink-paren only for close-paren.
23403 2005-09-24  Andreas Schwab  <schwab@suse.de>
23405         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23406         condition.
23408 2005-09-25  Romain Francoise  <romain@orebokech.com>
23410         * dired-aux.el (dired-copy-file-recursive):
23411         * dired.el (dired-delete-file):
23412         * ediff-mult.el (ediff-dir-diff-copy-file):
23413         * ediff-util.el (ediff-test-save-region):
23414         * forms.el (forms-mode):
23415         * ido.el (ido-file-internal, ido-delete-file-at-head):
23416         * log-edit.el (log-edit-done):
23417         * ses.el (ses-yank-resize):
23418         * play/gomoku.el (gomoku-human-plays, gomoku)
23419         (gomoku-human-resigns, gomoku-prompt-for-other-game)
23420         (gomoku-offer-a-draw):
23421         * play/landmark.el (lm-human-resigns, lm):
23422         * net/eudcb-ldap.el (eudc-ldap-check-base):
23423         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23424         * progmodes/ebrowse.el (ebrowse-find-pattern):
23425         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23426         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23427         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23429         * vc.el (vc-delete-file):
23430         * play/gomoku.el (gomoku-terminate-game, gomoku)
23431         (gomoku-prompt-for-move, gomoku-human-takes-back):
23432         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23433         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23435 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
23437         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23438         color rxvt terminals by using the code xterm.el used to use before
23439         2005-04-09 in order to match the colors used by rxvt.
23441 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23443         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23444         colors rxvt-unicode terminals by using the same code as xterm.el.
23446 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23448         * textmodes/tex-mode.el (tex-font-lock-append-prop)
23449         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23450         new symbol used for the tex-verbatim face.
23452 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
23454         * woman.el (woman-file-name):
23455         * wid-edit.el (widget-file-prompt-value)
23456         (widget-coding-system-prompt-value):
23457         * w32-fns.el (set-w32-system-coding-system):
23458         * vc.el (vc-version-diff, vc-annotate):
23459         * textmodes/reftex-auc.el (reftex-arg-cite)
23460         (reftex-arg-index-tag):
23461         * textmodes/refer.el (refer-get-bib-files):
23462         * textmodes/artist.el (artist-figlet-choose-font):
23463         * terminal.el (terminal-emulator):
23464         * replace.el (occur-read-primary-args):
23465         * rect.el (string-rectangle, string-insert-rectangle):
23466         * ps-print.el (ps-print-preprint):
23467         * progmodes/pascal.el (pascal-goto-defun):
23468         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23469         * progmodes/compile.el (compilation-find-file):
23470         * printing.el (pr-interactive-n-up):
23471         * play/animate.el (animate-birthday-present):
23472         * net/rcompile.el (remote-compile):
23473         * man.el (man, Man-goto-section, Man-follow-manual-reference):
23474         * mail/rmailsum.el (rmail-summary-search-backward)
23475         (rmail-summary-search):
23476         * mail/rmailout.el (rmail-output-read-rmail-file-name)
23477         (rmail-output-read-file-name):
23478         * mail/rmail.el (rmail-search, rmail-search-backwards):
23479         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23480         * locate.el (locate):
23481         * international/quail.el (quail-show-keyboard-layout):
23482         * international/mule.el (set-buffer-file-coding-system)
23483         (revert-buffer-with-coding-system, set-file-name-coding-system)
23484         (set-terminal-coding-system, set-keyboard-coding-system)
23485         (set-next-selection-coding-system):
23486         * international/mule-diag.el (describe-coding-system)
23487         (describe-font, describe-fontset):
23488         * international/mule-cmds.el (universal-coding-system-argument)
23489         (search-unencodable-char, describe-input-method)
23490         (set-language-environment, describe-language-environment):
23491         * international/codepage.el (codepage-setup):
23492         * international/code-pages.el (codepage-setup):
23493         * info.el (Info-search, Info-follow-reference)
23494         (Info-search-backward):
23495         * emacs-lisp/advice.el (ad-read-advised-function)
23496         (ad-read-advice-class, ad-clear-cache, ad-activate)
23497         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23498         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23499         (ad-read-regexp):
23500         * ediff-util.el (ediff-toggle-regexp-match):
23501         * ediff-ptch.el (ediff-prompt-for-patch-file):
23502         * dired-aux.el (dired-diff):
23503         * diff.el (diff):
23504         * cus-edit.el (custom-variable-prompt):
23505         * calendar/timeclock.el (timeclock-ask-for-project):
23506         * calc/calcalg3.el (calc-get-fit-variables):
23507         * calc/calc-store.el (calc-edit-variable)
23508         (calc-permanent-variable):
23509         * vc-mcvs.el (vc-mcvs-register):
23510         * shadowfile.el (shadow-define-literal-group):
23511         * woman.el (woman-file-name):
23512         * vc.el (vc-version-diff, vc-merge):
23513         * textmodes/reftex-index.el (reftex-index-complete-tag):
23514         * format.el (format-decode-buffer, format-decode-region):
23515         * emulation/viper-cmd.el (viper-read-string-with-history):
23516         * emacs-lisp/debug.el (cancel-debug-on-entry):
23517         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23518         * ediff.el (ediff-merge-revisions)
23519         (ediff-merge-revisions-with-ancestor, ediff-revision):
23520         * completion.el (interactive-completion-string-reader):
23521         * calc/calc-prog.el (calc-user-define-formula):
23522         Follow convention for reading with the minibuffer.
23524 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
23526         * progmodes/python.el (python-describe-symbol): Add globals() and
23527         locals() to the arguments of emacs.ehelp.
23529 2005-09-24  Magnus Henoch  <mange@freemail.hu>
23531         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23532         New function, code extracted from ispell-valid-dictionary-list.
23533         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23534         Call it.
23536 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
23538         * subr.el (version-regexp-alist): Extend valid syntax for version
23539         strings: allow any of the characters -,_,+ to separate the
23540         alpha/beta/rc part from the version part.  Doc fix.
23541         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
23543 2005-09-23  David Reitter  <david.reitter@gmail.com>
23545         * mail/mailclient.el: New file.
23547 2005-09-23  Richard M. Stallman  <rms@gnu.org>
23549         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23550         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23551         Doc fixes.
23553         * progmodes/cc-mode.el (c-font-lock-init):
23554         Specify font-lock-lines-before.
23556 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23558         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23559         whole conflict.
23561 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23563         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23564         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23565         of `remap' feature when available.  Additional key bindings for
23566         better tty support.
23567         (org-mode-restart, org-force-self-insert): New commands.
23568         (org-time-stamp-inactive): New command.
23569         (org-remap): New function.
23570         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23571         (org-enable-fixed-width-editor): Move to `org-structure'
23572         customization group.
23573         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23574         blank field after field motion commands.
23576 2005-09-23  Kenichi Handa  <handa@m17n.org>
23578         * international/mule-cmds.el (set-language-environment):
23579         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23580         have to call utf-translate-cjk-load-tables.
23582 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23584         * mouse.el (mouse-move-drag-overlay): Fix last change.
23586 2005-09-22  David Ponce  <david@dponce.com>
23588         * tree-widget.el (tree-widget-value-create): Fix previous change.
23590 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23592         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23594 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23596         * mouse.el (mouse-move-drag-overlay): New function.
23597         (mouse-drag-region-1): Use it.
23598         Try to simplify a bit the state handling.  Handle clicks on links
23599         inside intangible areas.
23600         (mouse-save-then-kill): Minor simplification.
23601         (mouse-secondary-overlay): Make it always non-nil instead of
23602         recreating it each time.
23603         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23604         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23605         Simplify accordingly.
23607 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23609         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23611 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23613         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23614         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23615         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23616         to patch.
23618         * ediff-util.el: Use insert-buffer-substring.
23620         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23622         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23623         field boundaries in the minibuffer.
23624         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23625         (viper-minibuffer-post-command-hook): New hook.
23626         (viper-line): Don't move cursor at bolp.
23628         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23630         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23631         avoid compiler warnings.
23633         * emulation/viper-macs.el (ex-map): Better messages.
23635         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23637         * emulation/viper.el: Replace make-variable-buffer-local with
23638         viper-make-variable-buffer-local everywhere, to avoid warnings.
23640 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23642         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23643         Delete unused var `old-selected-window'.
23644         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23645         (mouse-drag-secondary): Delete unused var `start-frame'.
23647 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23649         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23651 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23653         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23654         Re-indent within 80 columns.  Use inhibit-read-only.
23656 2005-09-19  Romain Francoise  <romain@orebokech.com>
23658         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23660 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23662         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23663         unconditionally, since the after-change-function already did it.
23665 2005-09-19  Miles Bader  <miles@gnu.org>
23667         * net/newsticker.el: Get rid of CVS keyword.
23669 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23671         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23672         The prompt is formatted later.
23674 2005-09-19  David Ponce  <david@dponce.com>
23676         * tree-widget.el (tree-widget-value-create): Save the converted
23677         tree :node widget.
23679 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23681         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23682         variable `message'.
23684 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23686         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23687         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23688         <slawomir.nowaczyk.847@student.lu.se>.
23690 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23692         * image.el (image-load-path): Use symbol `data-directory' instead
23693         of its value, for backward compatibility with packages that bind
23694         it during `find-image'.  Suggested by Katsumi Yamaoka.
23695         (image-search-load-path): Handle symbols whose values are strings.
23697 2005-09-18  Romain Francoise  <romain@orebokech.com>
23699         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23700         with-current-buffer form in save-excursion.
23702 2005-09-18  Deepak Goel  <deego@gnufans.org>
23704         * apropos.el (apropos-command): Fix `message' call: first arg
23705         should be a format spec.  In this and all other cases that appear
23706         below and elsewhere in the source code, I made a change only when
23707         two conditions were satisfied: [1] I can think of a possibility
23708         that the arguments would cause an error, for example, the code in
23709         question relies on external variables such as filenames.  [2] I
23710         was sure that the arg to `message' could not have been nil in the code.
23712         * textmodes/tildify.el (tildify-region): Ditto.
23714         * textmodes/reftex-index.el (reftex-index-change-entry)
23715         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23716         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23717         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23718         (org-priority, org-table-sum):
23719         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23720         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23721         (flyspell-word, flyspell-display-next-corrections):
23722         * textmodes/bibtex.el (bibtex-print-help-message):
23723         * textmodes/artist.el (artist-key-set-point-poly):
23724         * term/mac-win.el (mac-services-insert-text):
23725         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23726         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23727         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23728         (vhdl-compose-configuration):
23729         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23730         (sh-set-indent, sh-learn-line-indent):
23731         * progmodes/ps-mode.el (ps-mode-target-column):
23732         * progmodes/idlwave.el (idlwave-make-tags)
23733         (idlwave-scan-library-catalogs):
23734         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23735         * progmodes/gud.el (gud-jdb-analyze-source):
23736         * progmodes/flymake.el (flymake-log):
23737         * progmodes/ebnf2ps.el (ebnf-generate-region):
23738         * progmodes/cmacexp.el (c-macro-expansion):
23739         * progmodes/ada-xref.el (ada-treat-cmd-string):
23740         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23741         (ada-justified-indent-current, ada-batch-reformat):
23742         * play/zone.el (zone):
23743         * play/landmark.el (lm-move):
23744         * play/decipher.el (decipher-show-alphabet):
23745         * net/newsticker.el (newsticker--display-jump)
23746         (newsticker--display-scroll):
23747         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23748         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23749         * mail/feedmail.el (feedmail-dump-message-to-queue):
23750         * eshell/esh-proc.el (eshell-remove-process-entry):
23751         * emulation/ws-mode.el (ws-last-error):
23752         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23753         (viper-record-kbd-macro):
23754         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23755         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23756         * emacs-lisp/find-func.el (find-function-noselect):
23757         * calendar/timeclock.el (timeclock-status-string)
23758         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23759         (timeclock-when-to-leave-string):
23760         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23761         * calc/calc-units.el (calc-enter-units-table):
23762         * calc/calc-mode.el (calc-mode-record-mode):
23763         * woman.el (woman-mini-help):
23764         * wdired.el (wdired-change-to-wdired-mode):
23765         * vc.el (vc-retrieve-snapshot):
23766         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23767         * startup.el (display-startup-echo-area-message):
23768         * simple.el (set-goal-column):
23769         * ses.el (ses-command-hook, ses-recalculate-cell):
23770         * server.el (server-process-filter):
23771         * printing.el (pr-interface-txt-print, pr-interface-printify)
23772         (pr-interface-ps):
23773         * pcvs.el (cvs-help):
23774         * log-edit.el (log-edit, log-edit-mode-help):
23775         * iswitchb.el (iswitchb-possible-new-buffer):
23776         * isearch.el (isearch-edit-string):
23777         * image-mode.el (image-mode, image-minor-mode):
23778         * ibuf-macs.el (define-ibuffer-filter):
23779         * hi-lock.el (hi-lock-find-patterns):
23780         * files.el (toggle-read-only):
23781         * ediff-util.el (ediff-copy-diff)
23782         (ediff-write-merge-buffer-and-maybe-kill):
23783         * echistory.el (Electric-history-undefined):
23784         * dnd.el (dnd-insert-text):
23785         * dired-aux.el (dired-query):
23786         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23787         * bookmark.el (bookmark-bmenu-locate):
23788         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23789         Fix `message' calls to ensure first arg is a format string.
23790         The change was made only when these two conditions were satisfied:
23791         [1] when there is a possibility that the arguments would cause an error
23792         for example, if the code in question relies on external variables
23793         such as filenames, and
23794         [2] if the arg to `message' could not have been nil in the code.
23796         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23797         Not having a %s would be weird, though not technically wrong.
23799 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23801         * term/mac-win.el (mac-add-charset-info): Doc fix.
23803 2005-09-17  Romain Francoise  <romain@orebokech.com>
23805         * shell.el (shell-resync-dirs): Handle echoing processes more
23806         reliably.  Don't insert resync command if `comint-process-echoes'
23807         is non-nil.
23809 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23811         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23812         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23813         aspell versions >= 0.60.
23814         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23815         only if ispell-aspell-supports-utf8 is non-nil.
23817 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23819         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23820         buffer-local value to lisp-indent-function.
23822 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23824         * progmodes/glasses.el (glasses-make-readable): If
23825         glasses-separator differs from underscore, put appropriate
23826         overlays over underscore characters.
23827         (glasses-convert-to-unreadable): If glasses-separator differs from
23828         underscore, try to convert glasses-separator characters to
23829         underscores.
23831 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23833         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23834         Use with-syntax-table and dolist.
23836 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23838         * textmodes/reftex-auc.el:
23839         * textmodes/reftex-cite.el:
23840         * textmodes/reftex-dcr.el:
23841         * textmodes/reftex-global.el:
23842         * textmodes/reftex-parse.el:
23843         * textmodes/reftex-ref.el:
23844         * textmodes/reftex-sel.el:
23845         * textmodes/reftex-toc.el:
23846         * textmodes/reftex-vars.el:
23847         * textmodes/reftex.el: Small changes to remove compiler warnings.
23849         * textmodes/reftex-index.el: Likewise.
23850         (reftex-query-index-phrase): More efficient use of markers.
23852 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23854         * image.el (image-load-path): New variable.
23855         (image-search-load-path): New function.
23856         (find-image): Search for images in `image-load-path'.
23858 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23860         * follow.el: Change Maintainer field.
23862 2005-09-15  David Ponce  <david@dponce.com>
23864         * recentf.el (recentf-save-file-modes): New option.
23865         (recentf-save-list): Use it.
23867 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23869         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23870         (mode-line-mule-info, mode-line-modified): Move bindings from
23871         mouse-3 to mouse-1.
23873 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23875         * simple.el (sendmail-user-agent-compose): Revert last change.
23877 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23879         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23880         Use with-current-buffer.
23881         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23882         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23883         (ange-ftp-insert-directory): Remove unused var `short'.
23884         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23886         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23887         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23889         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23890         (check-calendar-holidays, diary-list-entries): Autoload.
23891         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23892         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23894         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23895         which mistakenly removed a call to display-buffer.
23897 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23899         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23901 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23903         * progmodes/hideshow.el
23904         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23905         (hs-allow-nesting): New user var.
23906         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23907         (hs-hide-block-at-point): When nesting allowed,
23908         if there is already an overlay in place, delete it.
23909         (hs-safety-is-job-n): Delete func; remove call sites.
23910         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23911         (hs-overlay-at): New func.
23912         (hs-already-hidden-p, hs-show-block): Use it.
23913         (hs-hide-all): Don't pre-clean if nesting allowed.
23914         (hs-show-all): Temporarily disallow
23915         nesting around call to `hs-discard-overlays'.
23917 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23919         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23920         Delete unused local var.
23922 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23924         * help-fns.el (describe-categories): "?\ " -> "?\s".
23925         (help-do-arg-highlight): Recognize also ARG-n, as in
23926         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23928         * international/codepage.el (dos-unsupported-char-glyph):
23929         * net/newsticker.el (tool-bar-map, w3-mode-map)
23930         (w3m-minor-mode-map):
23931         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23932         (ent-alist):
23933         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23935 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23937         * custom.el (custom-push-theme): Handle the case where a symbol is
23938         bound but face properties have not yet been assigned.
23940         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23941         Fix behavior if noerase is `t' and there is no mail buffer.
23943         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23944         if `continue' is nil, rather than signal an error.
23946 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23948         * font-lock.el (font-lock-keywords): Add autoload.
23950         * help-fns.el (describe-variable): Rearrange to put source link
23951         in a predictable place.
23953         * net/newsticker.el: New file.
23955 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23957         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23958         (calendar-basic-setup): Use the new nil arg.
23959         (number-of-diary-entries): Move to diary-lib.el.
23961         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23962         (diary-list-entries): Use with-syntax-table and dolist.
23963         Rename from list-diary-entries.
23964         Use number-of-diary-entries if `number' is nil.
23965         (diary, diary-view-entries): Use this new name and new nil arg value.
23966         (number-of-diary-entries): Move from calendar.el.
23967         (diary-unhide-everything): New function.
23968         (include-other-diary-files, fancy-diary-display)
23969         (diary-show-all-entries, make-diary-entry): Use it.
23970         (diary-mail-entries): Use buffer-string.
23971         (mark-diary-entries): Fix long standing paren typo.
23972         (diary-sexp-entry): Use count-lines.
23973         (make-diary-entry): Avoid `previous-line'.
23974         (diary-mode-map): New var.
23975         (diary-mode): Redraw cal after saving.  Setup header-line.
23976         (fancy-diary-display-mode): Use local-set-key.
23978         * startup.el (command-line): Try calling various terminal-init-foo-bar
23979         functions by stripping hyphenated suffixes from $TERM.
23981         * files.el (normal-mode): Check boundness of font-lock-keywords.
23983 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23985         * progmodes/compile.el: Don't decide a file's directory
23986         until the user actually tries to go there.
23987         (compilation-next-error-function):
23988         Pass compilation-find-file the directory from the file-struct.
23989         (compilation-internal-error-properties): Separate local FILE-STRUCT
23990         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23991         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23992         Expand it, and if nil, use default-directory.
23993         (compilation-get-file-structure): Don't mix specified directory
23994         with default directory.  Put specified directory into
23995         file-struct.  Don't make the file name absolute.
23997         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23998         (compile-command): Add autoload.
23999         (compilation-disable-input): Add autoload.
24001 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24003         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24004         strings of the variables it can override.
24005         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24006         %Q and %q, for fully-qualified domain name and unqualified host name.
24008 2005-09-11  Kim F. Storm  <storm@cua.dk>
24010         * emacs-lisp/authors.el (authors-aliases): Update list.
24011         (authors-fixed-entries): Update mldrag.el entry.
24013 2005-09-10  Alan Mackenzie  <acm@muc.de>
24015         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
24016         from the region narrowed to.
24018 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24020         * textmodes/ispell.el (ispell-check-version): Signal an error if
24021         aspell version is less than 0.60.
24023 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24025         * progmodes/octave-inf.el (inferior-octave-startup):
24026         Resync current dir at the end.
24028 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24030         * woman.el (woman-topic-at-point-default):
24031         Rename to woman-use-topic-at-point-default.
24032         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24033         (woman-file-name): Reflect renames above.  Automatically use the
24034         word at point as topic if woman-use-topic-at-point is non-nil.
24035         Otherwise offer it as default but don't insert it in the
24036         minibuffer.  Also use `test-completion' instead of `assoc' as
24037         suggested by Stefan Monnier.
24039 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24041         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24042         the attempt to do it over Tramp.  This is not yet supported.
24044 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24046         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24047         (menu-bar-non-minibuffer-window-p): New functions.
24048         ("Split Window", "Save As..."): Use them.
24049         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24050         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24051         Use menu-bar-menu-frame-live-and-visible-p.
24052         ("Save Buffer", "Insert File", "Open Directory...")
24053         ("Open File...", "Visit New File..."):
24054         Use menu-bar-non-minibuffer-window-p.
24055         (kill-this-buffer-enabled-p, dired <menu-enable>):
24056         Use menu-bar-non-minibuffer-window-p.
24058 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24060         * cus-start.el (all): Don't complain about fringe-related
24061         built-ins if fringes are not supported.  Ditto about
24062         selection-related built-ins.  Fix the test for GTK-related built-ins.
24064         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24065         ("Postscript Print Buffer", "Print Region", "Save As...")
24066         ("Save", "Insert File...", "Open Directory...")
24067         ("Open File...", "Visit New File..."")
24068         ("Truncate Long Lines in this Buffer"): Don't look at
24069         menu-updating-frame if this display does not support multiple frames.
24071 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24073         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24075 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24077         * woman.el: Format- and whitespace-related changes.
24079 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24081         * woman.el: Fix my email address.
24083 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24085         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24086         (sh-mode): Locally set skeleton-pair-default-alist.
24088         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24090         * progmodes/flymake.el: Require `compile' unconditionally.
24092         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24094         * woman.el (woman-file-name): Provide a default, not initial input.
24096         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24098         * font-lock.el (font-lock-support-mode): Doc fix.
24100         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24102 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24104         * simple.el (blink-matching-open): Get rid of text props from
24105         the string shown in echo area.  Don't permanently set point.
24106         Some rearrangements.
24108 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24110         * recentf.el (recentf-filename-handler): Add custom choice
24111         `abbreviate-file-name'.
24113         * msb.el (msb--very-many-menus): Fix typo.
24115         * disp-table.el (standard-display-european): Don't set
24116         enable-multibyte-characters to nil.
24118 2005-09-08  David Ponce  <david@dponce.com>
24120         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24121         (recentf-expand-file-name): Doc fix.
24122         (recentf-dialog-mode-map): Define digit shortcuts.
24123         (recentf--files-with-key): New variable.
24124         (recentf-show-digit-shortcut-filter): New function.
24125         (recentf-open-files-items): New function.
24126         (recentf-open-files): Use it.
24127         (recentf-open-file-with-key): New command.
24129 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24131         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24132         Suggested by Kim F. Storm.
24133         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24134         (Buffer-menu-make-sort-button): Use global keymap.
24136 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24138         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24139         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24140         necessary any longer with the remapped command.
24141         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24142         formatting time only.
24144         * net/tramp.el (tramp-action-password)
24145         (tramp-multi-action-password): Compile the password prompt from
24146         `method', `user' and `host'.  Sometimes it isn't obvious which
24147         password to enter, for example with remote files offered by
24148         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24149         <robert@chezmarshall.freeserve.co.uk>.
24151 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24153         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24154         Fix regexp for when "s///" is at the beginning of line.
24156 2005-09-07  Jay Belanger  <belanger@truman.edu>
24158         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24159         when in matrix mode.
24161 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24163         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24164         non-anonymous functions.
24166 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24168         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24169         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24171         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24172         can't be moved; don't signal an error.
24174 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24176         * cus-theme.el (custom-theme-write-faces): Save the current face
24177         spec, not the defface spec.
24179         * custom.el (custom-known-themes): Clarify meaning of "standard".
24180         (custom-push-theme): Save old values in the standard theme.
24181         (disable-theme): Correct typo.
24182         (custom-face-theme-value): Deleted unused function.
24183         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24185 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24187         * progmodes/compile.el (compilation-goto-locus): Take into account
24188         iconified frames when determining whether the buffer is
24189         already visible.
24190         Don't reset window height if the window already existed.
24192 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24194         * custom.el (load-theme): Rename from require-theme.
24195         Add interactive spec.
24196         (enable-theme): Rename from custom-enable-theme.
24197         Add interactive spec.
24198         (disable-theme): Rename from custom-disable-theme.
24199         Add interactive spec.
24200         (custom-make-theme-feature): Doc fix.
24201         (custom-theme-directory): Doc fix.
24202         (provide-theme): Call enable-theme.
24204 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24206         * obsolete/lazy-lock.el (lazy-lock-mode):
24207         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24208         font-lock-mode if it's off.  Print a warning instead.
24210         * progmodes/compile.el (compilation-start): Ignore errors if the
24211         process died before we get to send-eof.
24213         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24214         Undo last change.  Enclosing the result in quotes broke things on Unix
24215         since tex-send-command passes it through shell-quote-argument.
24216         (tex-send-command): Pass `file' through convert-standard-filename
24217         when possible.
24218         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24219         info in a transcript.
24221 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24223         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24224         fix compilation warning.  Reorder the key definitions to group
24225         together keys emitted by the current version of xterm.
24227         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24228         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24229         Reorder predicates to correct min-color usage.
24231 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24233         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24234         Kill local variables when longlines-mode is turned off.
24236 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24238         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24240         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24242         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24244         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24245         (font-lock-lines-before): Change default to being inactive.
24246         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24247         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24249 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24251         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24252         Deactivate temporarily advice if active (not needed for Emacs 22,
24253         but for backwards compatibility).
24254         (tramp-exists-file-name-handler): Rewrite.  First implementation
24255         was too simple.
24256         (tramp-advice-make-auto-save-file-name):
24257         Call `tramp-handle-make-auto-save-file-name' (again, just for
24258         backwards compatibility).
24260 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24262         * progmodes/vhdl-mode.el
24263         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24264         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24265         (vhdl-set-default-project): New function (easier setting of default).
24266         (vhdl-port-copy): Handle extended identifiers for generics.
24267         (vhdl-compiler-alist): Better description for error message regexp.
24268         (vhdl-make): Query for target, use previous as default.
24269         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24270         (vhdl-font-lock-keywords-2): Fix fontification for record
24271         el. assign.
24272         (vhdl-speedbar-make-subpack-line): Add package body link.
24273         (vhdl-generate-makefile-1): Not include itself as dependency.
24274         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24275         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24276         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24277         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24278         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24279         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24280         (vhdl-import-project): Add string argument for `error'.
24281         (vhdl-compose-configuration)
24282         (vhdl-compose-configuration-architecture): Add configuration
24283         declaration generation.
24284         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24285         (vhdl-trailer-re): Add "record" keyword (better indentation).
24286         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24287         "[^ \t-\"]+".
24288         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24289         (vhdl-testbench-entity-file-name)
24290         (vhdl-testbench-architecture-file-name): Allow separate
24291         customization of testbench file names.
24292         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24293         (vhdl-get-visible-signals): Allow newline within alias declaration.
24294         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24295         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24296         (member-ignore-case): Alias for missing function in XEmacs.
24297         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24298         (vhdl-update-sensitivity-list): Ignore case on read signals.
24299         (vhdl-replace-string): Adjust case only for file names.
24300         (vhdl-update-sensitivity-list): Fix search for read signals.
24301         (vhdl-update-sensitivity-list): Exclude formal parameters.
24302         (vhdl-get-visible-signals): Include aliases of signals.
24303         (vhdl-get-visible-signals): Fix signal name searching.
24304         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24305         (vhdl-fixup-whitespace-region): Fix for character
24306         literals (e.g. `:').
24308 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
24310         * ansi-color.el (comint-last-output-start):
24311         * bs.el (font-lock-verbose):
24312         * diff-mode.el (add-log-buffer-file-name-function):
24313         * dired-x.el (vm-folder-directory):
24314         * faces.el (help-xref-stack-item):
24315         * files.el (font-lock-keywords):
24316         * find-lisp.el (dired-buffers, dired-subdir-alist):
24317         * ido.el (cua-inhibit-cua-keys):
24318         * log-view.el (cvs-minor-wrap-function):
24319         * outline.el (font-lock-warning-face):
24320         * simple.el (compilation-current-error):
24321         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24322         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24323         * tooltip.el (comint-prompt-regexp):
24324         * w32-fns.el (explicit-shell-file-name):
24325         * term/mac-win.el (mac-charset-info-alist)
24326         (mac-services-selection, mac-system-script-code):
24327         * term/tty-colors.el (msdos-color-values):
24328         * term/w32-win.el (xlfd-regexp-registry-subnum):
24329         * term/x-win.el (x-keysym-table, x-selection-timeout)
24330         (x-session-id, x-session-previous-id):
24331         * textmodes/ispell.el (mail-yank-prefix):
24332         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24333         * textmodes/org.el (calc-embedded-close-formula)
24334         (calc-embedded-open-formula)
24335         (font-lock-unfontify-region-function):
24336         * textmodes/reftex-global.el (isearch-next-buffer-function)
24337         (TeX-master):
24338         * textmodes/reftex.el (font-lock-keywords):
24339         * textmodes/tex-mode.el (font-lock-comment-face)
24340         (font-lock-doc-face):
24341         * textmodes/texinfo.el (outline-heading-alist):
24342         Add defvars.
24344         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24345         (artist-spray-chars, artist-mode-init, artist-replace-string)
24346         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24347         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24348         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24350         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24351         (conf-align-assignments): "?\ " -> "?\s".
24353         * textmodes/reftex-index.el (TeX-master): Add defvar.
24354         (reftex-index-phrases-marker): Move up defvar.
24356         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24357         (reftex-toc-include-labels-indicator)
24358         (reftex-toc-include-index-indicator)
24359         (reftex-toc-max-level-indicator): Move up declarations.
24361         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24362         of args to `tramp-run-real-handler', even if it's empty in this case.
24364 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24366         * dired.el (dired-move-to-filename-regexp): Add date format for
24367         Mac OS X 10.3 in East Asian locales.
24369 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24371         * files.el (make-auto-save-file-name): Add file name handler call
24372         if applicable.
24374         * net/tramp.el (tramp-file-name-handler-alist)
24375         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24376         (tramp-handle-make-auto-save-file-name): Rename from
24377         `tramp-make-auto-save-file-name'.
24378         (tramp-exists-file-name-handler): New defun.
24379         (tramp-advice-make-auto-save-file-name): Make defadvice only when
24380         `make-auto-save-file-name' is not a magic file name operation.
24382 2005-08-30  Richard M. Stallman  <rms@gnu.org>
24384         * files.el (risky-local-variable-p):
24385         Match `-predicates' and `-commands.
24387         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24388         (custom-save-all): Visit the file if necessary;
24389         kill the buffer if we created it.
24390         (custom-save-delete): Don't visit file or kill buffer here.
24392 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
24394         * textmodes/org.el (org-special-keyword): New face.
24395         (org-table-copy-down, org-table-eval-formula)
24396         (org-table-recalculate, org-init-section-numbers):
24397         Use `string-to-number' instead of `string-to-int'.
24398         (org-get-location): Use `insert-buffer-substring' instead of
24399         `insert-buffer'.
24400         (org-modify-diary-entry-string): New function.
24401         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24402         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24403         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24404         active region.
24405         (org-export-as-html): Handle QUOTE keyword.
24406         (org-quote-string): New option.
24407         (org-bookmark-jump-unhide): New function, used for
24408         `bookmark-after-jump-hook'.
24409         (org-diary-default-entry): Apply only when not called through
24410         `org-agenda'.
24412 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
24414         * net/eudc.el (mode-popup-menu):
24415         * play/handwrite.el (ps-printer-name, ps-lpr-command):
24416         * progmodes/ada-mode.el (compile-auto-highlight)
24417         (skeleton-further-elements):
24418         * progmodes/autoconf.el (font-lock-syntactic-keywords):
24419         * progmodes/cmacexp.el (msdos-shells):
24420         * progmodes/compile.el (font-lock-extra-managed-props)
24421         (font-lock-keywords, font-lock-maximum-size)
24422         (font-lock-support-mode):
24423         * progmodes/grep.el (font-lock-lines-before):
24424         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24425         * progmodes/mixal-mode.el (compile-command):
24426         * progmodes/perl-mode.el (font-lock-comment-face)
24427         (font-lock-doc-face, font-lock-string-face):
24428         * progmodes/prolog.el (comint-prompt-regexp):
24429         * progmodes/sh-script.el (font-lock-comment-face)
24430         (font-lock-set-defaults, font-lock-string-face):
24431         * progmodes/sql.el (font-lock-keyword-face)
24432         (font-lock-set-defaults, font-lock-string-face):
24433         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24434         (itimer-version, lazy-lock-defer-contextually)
24435         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24436         Add defvars.
24438         * progmodes/cperl-mode.el (cperl-electric-lbrace)
24439         (cperl-electric-keyword, cperl-electric-pod)
24440         (cperl-electric-backspace, cperl-forward-re)
24441         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24442         (vc-rcs-header, vc-sccs-header): Add defvars.
24444         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24445         (font-lock-syntactic-keywords, gud-find-expr-function):
24446         Add defvars.
24448         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24449         (gdb-frame-parameters): Declare before use.
24451         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24452         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24453         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24454         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24456         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24457         (idlwave-help-with-source): Use `insert-buffer-substring', not
24458         `insert-buffer'.
24460 2005-08-29  Juri Linkov  <juri@jurta.org>
24462         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24463         Put outline-back-to-heading function call inside save-excursion.
24465 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
24467         * man.el (Man-init-defvars, Man-translate-references)
24468         (Man-support-local-filenames, Man-highlight-references):
24469         * progmodes/sql.el (sql-interactive-mode):
24470         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24472         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24473         (compilation-mode-font-lock-keywords): Add defvars.
24474         (checkdoc-interactive-loop): "?\ " -> "?\s".
24476         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24477         (font-lock-doc-face, font-lock-string-face)
24478         (font-lock-keywords-case-fold-search): Add defvars.
24479         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24481         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24482         Don't pass X and Y (they are ignored anyway).
24483         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24484         (mouse-delete-window): Make arguments optional.
24486         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24487         (caesar-translate-table, minor-modes, news-buffer-save)
24488         (news-group-name, news-minor-modes): Add defvars.
24490         * emacs-lisp/lselect.el (mouse-highlight-priority)
24491         (x-lost-selection-functions, zmacs-regions):
24492         * emacs-lisp/pp.el (font-lock-verbose):
24493         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24494         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24495         (ses-mode-map):
24496         * emacs-lisp/tcover-unsafep.el (safe-functions):
24497         * international/mule-cmds.el (mac-system-coding-system)
24498         (mac-system-locale):
24499         * language/ethio-util.el (rmail-current-message)
24500         (rmail-message-vector):
24501         * language/thai-util.el (thai-auto-composition-mode):
24502         * mail/metamail.el (rmail-current-message, rmail-message-vector):
24503         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24504         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24505         (vm-primary-inbox, vm-spool-files):
24506         * mail/rmail.el (deleted-head, font-lock-fontified)
24507         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24508         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24509         (total-messages):
24510         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24511         (rmail-summary-mode-map):
24512         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24513         (rmail-last-label, rmail-last-multi-labels)
24514         (rmail-summary-vector, rmail-total-messages):
24515         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24516         * mail/rmailsum.el (msgnum):
24517         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24518         (rmail-current-message):
24519         * obsolete/fast-lock.el (font-lock-face-list):
24520         * obsolete/rnewspost.el (mail-reply-buffer):
24521         * obsolete/scribe.el (compile-command):
24522         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24524 2005-08-28  John Paul Wallington  <jpw@gnu.org>
24526         * ibuf-ext.el (ibuffer-auto-update-changed):
24527         Use `frame-or-buffer-changed-p' to check whether we need to update.
24528         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24529         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
24530         as a `frame-or-buffer-changed-p' state vector instead.
24532 2005-08-27  Romain Francoise  <romain@orebokech.com>
24534         * textmodes/makeinfo.el (makeinfo-compile):
24535         Use `compilation-start'.  Set `next-error-function' according to
24536         `disable-errors'.
24537         (makeinfo-next-error): New function.
24538         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24539         (makeinfo-buffer): Likewise.
24541         * progmodes/compile.el (compilation-start): Add autoload cookie.
24543         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24544         * textmodes/sgml-mode.el: Likewise.
24545         * progmodes/python.el: Likewise.
24547 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
24549         * simple.el (blink-matching-paren-distance): Document the meaning
24550         of nil value, and allow to customize to nil.
24552         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24553         command.com, not command.exe.
24555 2005-08-26  John Wiegley  <johnw@newartisans.com>
24557         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24558         code around a bit so that an extraneous nil argument is not added
24559         to a command when no args are given.
24561         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24562         double-quoted argument resolves to nil, return it as an empty
24563         string rather than as nil.  This made it impossible to pass "" to
24564         a shell script as a null string argument.
24566 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24568         * outline.el (outline-invent-heading): New fun.
24569         (outline-promote, outline-demote): Use it.
24570         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24571         (outline-end-of-subtree): Remove unused var `opoint'.
24573 2005-08-26  David Reitter  <david.reitter@gmail.com>
24575         * menu-bar.el (truncate-lines, write-file, print-buffer)
24576         (ps-print-buffer-faces, ps-print-buffer, split-window):
24577         Disable menu items when the frame they refer to is invisible, or when
24578         they refer to a buffer and the minibuffer is selected.
24580 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24582         * progmodes/flymake.el (flymake-highlight-err-lines):
24583         Use save-excursion around flymake-highlight-line to preserve point.
24585 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24587         * progmodes/octave-mod.el: Change Author and Maintainer address.
24588         (octave-maintainer-address): Change Kurt's email address.
24589         * progmodes/octave-inf.el: Change Author and Maintainer address.
24590         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24592 2005-08-26  Kim F. Storm  <storm@cua.dk>
24594         * subr.el (version-list-<, version-list-<=, version-list-=):
24595         Rename from integer-list-*.
24596         (version-list-not-zero): Likewise.  Fix while loop.
24597         (version=): Use version-list-= instead of string-equal.
24599 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24601         * outline.el (outline-promote): Try shortening the heading.
24602         As last resort, read the heading to use.
24603         (outline-demote): As last resort, read the heading to use.
24605 2005-08-26  Romain Francoise  <romain@orebokech.com>
24607         * progmodes/compile.el (compilation-start): Doc fix.
24609         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24610         (antlr-font-lock-additional-keywords): Fix reference to
24611         `antlr-font-lock-literal-regexp' erroneously changed during the
24612         mass face rename.
24613         (antlr-run-tool): Use `compilation-start'.
24615         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24616         instead of the obsolete `compile-internal'.
24618 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24620         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24621         (number, original-date):
24622         * calendar/cal-china.el (date):
24623         * calendar/cal-coptic.el (date):
24624         * calendar/cal-french.el (date):
24625         * calendar/cal-hebrew.el (date, entry, number, original-date):
24626         * calendar/cal-islam.el (date, number, original-date):
24627         * calendar/cal-iso.el (date):
24628         * calendar/cal-julian.el (date):
24629         * calendar/cal-mayan.el (date):
24630         * calendar/cal-menu.el (date, event):
24631         * calendar/cal-persia.el (date):
24632         * calendar/lunar.el (date):
24633         * calendar/solar.el (date): Add defvars.
24635         * emerge.el:
24636         * ibuffer.el:
24637         * info-xref.el:
24638         * obsolete/bg-mouse.el:
24639         * obsolete/sun-curs.el:
24640         * obsolete/swedish.el: Move the `defvar's to the top level.
24642         * smerge-mode.el (smerge-refined-change): Add :group.
24644 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24646         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24647         (smerge-keep-n): Remove props.
24648         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24649         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24650         now that it's done in smerge-keep-n.
24651         (smerge-refined-change): New face.
24652         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24653         (smerge-refine): New funs.
24654         (smerge-basic-map): Bind smerge-refine.
24656 2005-08-25  Juri Linkov  <juri@jurta.org>
24658         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24659         compilation-process-setup-function and compilation-disable-input
24660         in grep-mode instead of let-bindings in grep.
24662         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24663         Delete "Automatic File De/compression" (auto-compression-mode).
24665 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24667         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24668         Silence warning about non-existent variable.
24670 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24672         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24673         Rename "Describe Key" to "Describe Key or Mouse Operation".
24675         * mail/mailalias.el (build-mail-aliases): Delete comments
24676         from the contents before processing them.
24678         * isearch.el (isearch-edit-string): Erase the Search prompt
24679         if user enters an empty string and there is no default.
24681         * comint.el (comint-file-name-prefix): Add autoload.
24683 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24685         * subr.el (play-sound): Rearrange to avoid warning.
24687 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24689         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24690         New hook.
24691         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24693 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24695         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24697         * custom.el (custom-theme-set-variables): Sort minor modes last.
24699 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24701         * subr.el (version-separator, version-regexp-alist): New vars used by
24702         version comparison funs.
24703         (integer-list-<, integer-list-=, integer-list-<=)
24704         (integer-list-not-zero): New funs for integer list comparison.
24705         (version-to-list, version=, version<, version<=): New funs for version
24706         comparison.
24708 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24710         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24711         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24712         time to silence the byte-compiler.
24714         * ibuffer.el (ibuffer-compile-make-eliding-form)
24715         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24716         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24717         so it's silly to get warnings for it).
24718         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24719         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24720         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24721         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24722         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24723         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24724         Defvar at compile time.
24725         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24726         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24727         Declare them before use.
24729         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24730         (info-xref-good, info-xref-bad): Defvar at compile time.
24732         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24733         Use `let*' instead of `let'.
24735         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24736         (*mouse-y*, menu, char): Defvar at compile time.
24737         (sc::menu): Declare it before use.
24738         (sc::pack-one-line): Use `let', not `let*'.
24740         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24741         (mail-send-hook): Defvar at compile time.
24743         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24744         Defvar at compile time.
24746         * term/sun-mouse.el (current-global-mousemap)
24747         (current-local-mousemap): Declare them before use.
24749 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24751         * bookmark.el (bookmark-after-jump-hook): New hook.
24752         (bookmark-jump): Run `bookmark-after-jump-hook'.
24754 2005-08-23  Juri Linkov  <juri@jurta.org>
24756         * faces.el (minibuffer-prompt): Doc fix.
24758 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24760         * progmodes/xscheme.el: Trivial changes to silence warnings.
24761         (xscheme-previous-mode, xscheme-previous-process-state):
24762         Add defvars.
24763         (xscheme-last-input-end, xscheme-process-command-line)
24764         (xscheme-process-name, xscheme-buffer-name)
24765         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24766         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24767         (xscheme-control-g-synchronization-p)
24768         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24769         (default-xscheme-runlight, xscheme-runlight)
24770         (xscheme-runlight-string, xscheme-process-filter-state)
24771         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24772         Move to beginning of file.
24773         (scheme-interaction-mode-commands-alist)
24774         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24775         Declare them before use.  Note: the initialization code for the
24776         variables has not been moved because it uses functions that reference
24777         the variables.
24778         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24779         (xscheme-prompt-for-expression-map): Declare them before use.
24780         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24782 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24784         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24786 2005-08-22  Juri Linkov  <juri@jurta.org>
24788         * faces.el (set-face-underline): Delete this duplicate function
24789         and make an obsolete alias to set-face-underline-p.
24790         (set-face-underline-p): Use docstring of set-face-underline.
24791         (describe-face): Create hyperlink to parent face.
24793         * info.el (Info-insert-dir): Use save-excursion around
24794         insert-buffer-substring.
24795         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24796         (Info-escape-percent): Delete function.
24797         (Info-fontify-node): Replace Info-escape-percent by
24798         replace-regexp-in-string with REP arg set to lambda that
24799         duplicates `%' and preserves text properties.
24801         * progmodes/compile.el (compilation-disable-input): Doc fix.
24802         (define-compilation-mode): Doc fix and refill.
24803         (kill-compilation): Use `mode-name' in the error message.
24804         (compilation-find-file): Use `compilation-error' in the
24805         read-file-name's prompt.
24807 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24809         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24810         (smerge-auto-leave): Make undo re-enable the mode.
24811         (debug-ignored-errors): Add the user-error of impossible resolution.
24812         (smerge-resolve): Move things around a bit, in preparation for later.
24813         (smerge-diff): Don't fail if the buffer has no associated file.
24814         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24815         (smerge-conflict-overlay): New function.
24816         (smerge-match-conflict): Don't add text properties here.
24817         (smerge-find-conflict): Instead, add an overlay here.
24818         Also check for the case where we're inside a conflict already, so as to
24819         obviate the need for font-lock-multiline, which is unbearably slow with
24820         large conflicts and ciomplex font-lock patterns.
24821         (smerge-remove-props): Remove overlay rather than text-properties.
24822         (smerge-mode): Don't set font-lock-multiline.
24823         Remove overlays when turned off.
24825 2005-08-21  Kim F. Storm  <storm@cua.dk>
24827         * ido.el (ido-ignore-item-p): Use save-match-data.
24828         Bind case-fold-search to ido-case-fold locally.
24830 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24832         * files.el (normal-mode): If font lock is on, turn it off and on.
24834         * subr.el (replace-regexp-in-string): Doc fix.
24836         * startup.el (command-line-1): Don't suppress startup screen
24837         due to existing processes.
24839         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24841         * progmodes/compile.el (compilation-disable-input): Default to nil.
24843 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24845         * progmodes/compile.el (compilation-disable-input): New defcustom.
24846         (compilation-start): If compilation-disable-input is non-nil, send
24847         EOF to the compilation process.
24849 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24851         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24852         Run the argument of tex-shell-cd-command through
24853         convert-standard-filename, to get the correct style of slashes on
24854         Windows, and enclose the result in quotes, in case the file name
24855         includes whitespace or other special characters.
24857 2005-08-19  Andreas Schwab  <schwab@suse.de>
24859         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24860         process.
24862 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24864         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24866 2005-08-18  Kim F. Storm  <storm@cua.dk>
24868         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24870 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24872         * scroll-lock.el: New file.
24874 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24876         * dired.el (dired-move-to-end-of-filename):
24877         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24879 2005-08-18  Kim F. Storm  <storm@cua.dk>
24881         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24882         rather than toggle mode when custom value is nil.
24883         (ido-everywhere): Fix defun doc string.
24885 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24887         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24888         as tag instead of "Inviolable".
24890 2005-08-17  Kim F. Storm  <storm@cua.dk>
24892         * windmove.el (windmove-coordinates-of-position): Remove.
24893         (windmove-coordinates-of-window-position): Remove.
24894         (windmove-reference-loc): Use posn-at-point instead.
24896         * subr.el (insert-for-yank-1): Doc fix.
24898         * ido.el (ido-enter-matching-directory): Rename from
24899         ido-enter-single-matching-directory.  Change `slash' choice to
24900         `only'.  Add `first' choice.
24901         (ido-exhibit): Adapt to above changes.
24903 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24905         * Makefile.in: Expand comment about building loaddefs.el.
24907 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24909         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24910         Comment use of defadvice.
24912         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24914 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24916         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24917         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24918         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24919         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24920         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24921         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24922         for backward compatibility for faces that did not appear in the
24923         previous Emacs release.
24925         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24927 2005-08-15  Kim F. Storm  <storm@cua.dk>
24929         * emulation/cua-base.el (cua-delete-region): Return t if
24930         deleted region was non-empty.
24931         (cua-replace-region): Inhibit overwrite-mode for
24932         self-insert-command if replaced region was non-empty.
24933         (cua--explicit-region-start, cua--status-string): Make them
24934         buffer-local at top-level...
24935         (cua-mode): ...rather than when mode is enabled.
24937 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24939         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24940         Set t for Emacs 21, 22, and so on.
24942 2005-08-15  David Ponce  <david@dponce.com>
24944         * tree-widget.el: Update Commentary header.
24945         (tree-widget-theme): Doc fix.
24946         (tree-widget-space-width): New option.
24947         (tree-widget-image-properties): Look up in the default theme too.
24948         (tree-widget--cursors): Only for images with arrow pointer shape.
24949         (tree-widget-lookup-image): Pointer shape is hand by default.
24950         (tree-widget-icon): Rename generic icon widget from
24951         `tree-widget-control'.
24952         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24953         derive from `tree-widget-icon'.
24954         (tree-widget-handle): Improve default look and feel of the text
24955         representation.
24956         (tree-widget): Rename :*-control properties to :*-icon properties.
24957         Add :action and :help-echo properties.
24958         (tree-widget-after-toggle-functions): Move.
24959         (tree-widget-close-node, tree-widget-open-node): Remove.
24960         (tree-widget-before-create-icon-functions): New hook.
24961         (tree-widget-value-create): Update to allow customization of icons
24962         and nodes at run-time via that new hook.
24963         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24964         (tree-widget-icon-action, tree-widget-icon-help-echo)
24965         (tree-widget-action, tree-widget-help-echo): New functions.
24967 2005-08-15  Kim F. Storm  <storm@cua.dk>
24969         * ido.el (ido-buffer-internal): Use with-no-warnings.
24970         (ido-make-merged-file-list): Use while-no-input.
24972 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24974         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24975         (flyspell-large-region): Fix doc and custom type.
24977 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24979         * files.el (interpreter-mode-alist): Doc fix.
24981         * mail/rmail.el (rmail-nonignored-headers): New variable.
24982         (rmail-clear-headers): Use it.
24983         (rmail-reply): Better handling of mail-followup-to header.
24985         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24986         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24987         don't try to refer to executable-font-lock-keywords.
24988         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24989         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24990         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24991         (sh-mode): Set comment-start-skip, local-abbrev-table,
24992         imenu-case-fold-search.
24993         (sh-set-shell): Don't set them here.
24994         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24995         Don't cache the results in the original alist; don't ever modify
24996         that alist.
24998         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25000         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25001         empty.
25003 2005-08-15  Andreas Schwab  <schwab@suse.de>
25005         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25007         * dired.el, info.el, mail/rmail.el: Revert last change.
25009 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25011         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25012         modification in `eval-after-load' form.
25013         * info.el: Likewise.
25014         * mail/rmail.el: Likewise.
25016 2005-08-14  Juri Linkov  <juri@jurta.org>
25018         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25019         Remove highlighting of "Compilation started".  Highlight only
25020         the word "finished" in "Compilation finished".  Add highlighting
25021         of "interrupt", "killed", "terminated" and the exit code.
25022         (compilation-start): Add newline after header.  Use exactly the
25023         same time stamp format as the finishing message.
25024         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25026         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25027         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25028         Add highlighting of "interrupt", "killed", "terminated".
25030         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25031         enabled and the current command is self-insert-command, call it
25032         explicitly with overwrite-mode bound to nil, to not allow it
25033         to delete the character after the selected region.
25035 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25037         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25038         move-end-of-line, end-of-line, and beginning-of-line to the list
25039         of commands after which the echo area is updated.
25041 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25043         * cus-edit.el (custom-save-all, custom-save-delete):
25044         Bind recentf-exclude to exclude custom-file.
25046 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25048         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25049         to go to the bottom of the mail message.  Added to
25050         `rmail-summary-mode-map' with key "/".
25051         (rmail-summary-show-message): New (internal) function for use by
25052         both `rmail-summary-beginning/end-of-message'.
25053         (rmail-summary-beginning-of-message): Change to use
25054         rmail-summary-show-message.
25056         * mail/rmail.el (rmail-end-of-message): New command to go to the
25057         end of the current message.  Added to `rmail-mode-map' with key "/".
25058         (rmail-beginning-of-message): Fix to work as documented.
25059         (rmail-mode): Change documentation.
25061         * progmodes/compile.el (compilation-start): Add the line
25062         "Compilation started" with compilation start time.
25063         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25065 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25067         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25068         of menu items.
25070 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25072         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25074         * battery.el (battery-status-function): Don't use ignore-errors.
25076 2005-08-11  Lute Kamstra  <lute@gnu.org>
25078         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25079         define-obsolete-variable-alias.
25081 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25083         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25084         (ange-ftp-send-cmd): Revert last change, and expand
25085         the comment explaining the problem.
25087 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25089         * ldefs-boot.el: Update.
25091         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25092         item to "Time, Load and Mail".  Change help echo text.
25094         * time.el (display-time-use-mail-icon, display-time-format)
25095         (display-time-string-forms): Shorten first line of docstrings.
25097 2005-08-10  Lars Hansen  <larsh@soem.dk>
25099         * desktop.el (desktop-buffer-mode-handlers):
25100         Make non-customizable.  Add autoload cookie.  Change initial value to
25101         nil; add elements in respective modules instead.  Fix doc string.
25102         (desktop-load-file): New function.
25103         (desktop-minor-mode-handlers): New autoloaded variable.
25104         (desktop-create-buffer): Call minor mode handlers.
25105         Use desktop-load-file to load major and minor mode modules prior to
25106         checking for a handler.
25107         (desktop-save): Don't add nil to desktop-minor-modes for minor
25108         modes with nil function in desktop-minor-mode-table.  Don't delete
25109         desktop file before rewriting it.
25110         (desktop-locals-to-save): Add autoload cookie.  Don't make
25111         automatically buffer-local.  Add variables column-number-mode,
25112         size-indication-mode, indent-tabs-mode,
25113         indicate-buffer-boundaries, indicate-empty-lines and
25114         show-trailing-whitespace.
25115         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25116         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25117         (desktop-clear-preserve-buffers-regexp): Delete.
25118         (desktop-clear-preserve-buffers): Update initial value and docstring.
25119         (desktop-save-buffer): Fix doc string.
25121         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25122         (hilit-chg-desktop-restore): New function.
25123         (highlight-changes-mode): Add highlight-changes-mode to
25124         desktop-locals-to-save.
25126         * dired.el: Add handler to desktop-buffer-mode-handlers.
25127         (dired-restore-desktop-buffer): Remove autoload cookie.
25128         (dired-mode): Add autoload cookie.
25130         * info.el: Add handler to desktop-buffer-mode-handlers.
25131         (Info-restore-desktop-buffer): Remove autoload cookie.
25132         (Info-mode): Add autoload cookie.
25134         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25135         (mh-restore-desktop-buffer): Remove autoload cookie.
25136         (mh-folder-mode): Add autoload cookie.
25138         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25139         (rmail-restore-desktop-buffer): Remove autoload cookie.
25141 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25143         * hexl.el (hexl-address-region):
25144         (hexl-ascii-region, hexl-font-lock-keywords):
25145         (hexl-highlight-line-range): Use the term "region"
25146         instead of "area" for consistency with the other symbols
25147         defined in hexl.el.
25149 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25151         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25152         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25153         out by Juri Linkov).  Add `display-battery-mode'.
25155 2005-08-09  Juri Linkov  <juri@jurta.org>
25157         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25158         Remove `-text' from face variable names.
25159         (compilation-error-file-name, compilation-warning-file-name)
25160         (compilation-info-file-name): Delete faces.
25161         (compilation-line-number, compilation-column-number):
25162         Remove face underlining.
25163         (compilation-message-face): Set to `underline' value by default.
25164         (compilation-error-face, compilation-warning-face)
25165         (compilation-info-face): Remove `-file-name' from face names.
25166         (compilation-error-text-face, compilation-warning-text-face)
25167         (compilation-info-text-face): Delete face variables.
25168         (compilation-text-face): Delete function.
25170         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25171         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25172         (grep-error-face): Set to `compilation-error' instead of
25173         `compilation-error-face' (which is redefined to `grep-hit-face' in
25174         grep buffers).
25175         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25176         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25178         * dired-aux.el (dired-do-query-replace-regexp):
25179         Use `query-replace-read-args'.
25181         * replace.el (query-replace-read-from, query-replace-read-to)
25182         (query-replace-read-args): Rename arg `string' to `prompt'.
25184         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25186 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25188         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25189         uploading files.
25190         (ange-ftp-canonize-filename): Handle file names beginning with ~
25191         correctly.
25193 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25195         * textmodes/fill.el (canonically-space-region)
25196         (fill-context-prefix, fill-french-nobreak-p)
25197         (fill-delete-newlines, fill-comment-paragraph)
25198         (justify-current-line): "?\ " -> "?\s".
25200 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25202         * textmodes/fill.el (fill-nonuniform-paragraphs):
25203         Improve argument/docstring consistency.
25205 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25207         * textmodes/ispell.el (ispell-word): More fboundp checks.
25209         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25210         (find-file-noselect-1): Call it here, only if RAWFILE.
25211         (normal-mode): Always set some major mode.
25212         (save-some-buffers-action-alist): Change some explanation strings.
25213         (file-name-non-special): In the `quote' method, use unwind-protect.
25215 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25217         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25218         (ispell-have-aspell-dictionaries): New variable.
25219         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25220         (ispell-get-aspell-config-value): New function.
25221         (ispell-aspell-find-dictionary): New function.
25222         (ispell-aspell-add-aliases): New function.
25223         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25224         appropriate.  Don't look for ispell dictionaries if we use aspell.
25225         (ispell-menu-map): Don't build a submenu of dictionaries.
25227 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25229         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25230         (sql-read-passwd): Use read-passwd.
25232         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25233         (idlwave-toolbar-is-possible): Add defvars.
25235         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25236         Avoid warnings.
25238         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25239         (idlwave-system-class-info, idlwave-executive-commands-alist):
25240         Use defvar.
25242         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25244         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25245         Avoid warnings.
25247         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25248         and content-type: headers.
25250         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25252         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25253         and rename some of them to be more self-explanatory.
25255         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25257         * startup.el (command-line-1): Implement -scriptload.
25259         * replace.el (occur-engine): Initial *Occur* output not undoable.
25261         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25262         and improve help strings.
25264         * isearch.el (isearch-repeat): When changing direction,
25265         mark search successful.
25267         * ediff-init.el: Use (featurep 'xemacs).
25269         * comint.el (send-invisible): Identify buffer, if not selected.
25271         * align.el: Delete autoload for c-guess-basic-syntax.
25273 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25275         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25276         Improve argument/docstring consistency.  Doc fixes.
25277         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25278         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25279         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25280         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25281         (r2bv-organization, r2bv-pages, r2bv-primary-author)
25282         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25283         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25284         Defvar at compile time.
25286 2005-08-09  Juri Linkov  <juri@jurta.org>
25288         * info.el: Replace `info' with upper-case `Info' where appropriate.
25289         (info-title-1, info-title-2, info-title-3, info-title-4)
25290         (info-menu-header): Move up face definitions.
25291         (info-menu-star): Rename from `info-menu-5'.
25292         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25293         (Info-fontify-visited-nodes): Fix docstring.
25294         (Info-hide-note-references): Fix docstring.
25295         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25296         menu items in the same way as on cross-references.
25297         (info-apropos): Fix sorting order and formatting to be like in the
25298         stand-alone Info browser.  Display error messages for 1 sec.
25299         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
25300         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25301         from the menu bar.
25302         (Info-insert-dir): Restore point after calling
25303         `insert-buffer-substring'.
25305 2005-08-08  Richard M. Stallman  <rms@gnu.org>
25307         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25308         (recompute-lucid-menubar): Add defvars.
25310         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25312         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25314         * net/net-utils.el (run-dig): Rename from `dig'.
25316         * play/gametree.el (gametree-mode): Use make-local-variable,
25317         not make-variable-buffer-local.
25319         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25321         * ansi-color.el (ansi-color-make-extent)
25322         (ansi-color-set-extent-face): Use fboundp, not functionp.
25324         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25325         not make-variable-buffer-local.
25327         * bookmark.el (Info-current-file): Add defvar.
25328         (bookmark-jump-noselect): Use with-no-warnings.
25330         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25332         * ebuff-menu.el (Helper-return-blurb): Add defvar.
25334         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25336         * find-file.el (ada-procedure-start-regexp)
25337         (ada-package-start-regexp): Add defvars.
25339         * info.el (Info-insert-dir): Use insert-buffer-substring.
25341         * xml.el (xml-att-def-re): Add defvar.
25343         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25344         calling convention.
25346         * subr.el (while-no-input): Return t if there is input.
25348 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
25350         * cus-start.el (all): Add `overflow-newline-into-fringe'.
25352 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
25354         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25355         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25357 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
25359         * cmuscheme.el (scheme-start-file): Replace reference to
25360         `user-emacs-directory' by "~/.emacs.d/".
25362 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
25364         * info.el (Info-dir-remove-duplicates): Avoid case folding
25365         in loop; instead, keep downcased strings for comparison.
25366         Suggested by Helmut Eller.
25368 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
25370         Sync with Tramp 2.0.50.
25372         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25373         XEmacs case; not necessary anymore.
25374         (tramp-user-regexp): Allow "@" as part of user name.
25375         (tramp-handle-set-visited-file-modtime)
25376         (tramp-handle-insert-file-contents)
25377         (tramp-handle-write-region): No special handling for
25378         `last-coding-system-used, because this is done in
25379         `tramp-accept-process-output' now.
25380         (tramp-accept-process-output): New defun.
25381         (tramp-process-one-action, tramp-process-one-multi-action)
25382         (tramp-wait-for-regexp, tramp-wait-for-output)
25383         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
25384         Howells <dhowells@redhat.com>.
25385         (clear-visited-file-modtime): Defadvice removed.  The check for
25386         unset buffer's modtime does not need to be based on
25387         `tramp-buffer-file-attributes'.  Suggested by RMS.
25388         (tramp-message): Insert "\n" if not being at beginning of line.
25389         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25390         sequence with same logic.
25391         (tramp-completion-handle-expand-file-name): Discard call of
25392         `tramp-drop-volume-letter'.  It is not necessary, and there have
25393         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25394         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25395         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25396         should always be visible.
25397         (tramp-handle-insert-directory, tramp-setup-complete)
25398         (tramp-set-process-query-on-exit-flag)
25399         (tramp-append-tramp-buffers): Pacify byte-compiler.
25400         (tramp-bug): Delete non-existing variables from list.
25401         Apply `tramp-load-report-modules' as pre-hook.
25402         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25403         `shell-prompt-pattern' because of non-7bit characters.
25404         Reported by Sebastian Luque <sluque@mun.ca>.
25405         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25406         (tramp-match-string-list): Remove function.
25407         (tramp-wait-for-regexp): Remove call of that function.
25408         Suggested by Kim F. Storm <storm@cua.dk>.
25409         (tramp-set-auto-save-file-modes): Use octal integer code #o600
25410         instead of octal character code ?\600.  The latter resulted in a
25411         syntax error with XEmacs.
25413         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25414         XEmacs case; not necessary anymore.
25415         (tramp-smb-handle-write-region): No special handling for
25416         `last-coding-system-used, because this is done in
25417         `tramp-accept-process-output' now.
25418         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25420 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
25422         * wid-edit.el (widget-choice-value-create):
25423         Unconditionally respect user choice.  Set :explicit-choice back to nil
25424         when no longer needed.
25425         (widget-choice-action): Unconditionally respect user choice.
25426         Eliminate :explicit-choice-value.
25428         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25430         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25431         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25432         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25433         running new function `toggle-indicate-empty-lines'.
25434         Rename "Customize" item to "Customize fringe".
25435         Rename "Indicators" item to "Buffer boundaries" and change help echo.
25436         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25437         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25438         Delete "Empty lines only" item.
25439         (menu-bar-showhide-fringe-ind-customize): New function.
25440         (menu-bar-showhide-fringe-ind-mixed)
25441         (menu-bar-showhide-fringe-ind-box)
25442         (menu-bar-showhide-fringe-ind-right)
25443         (menu-bar-showhide-fringe-ind-left)
25444         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25445         instead of `fringe-indicators'.
25447 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25449         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25450         Change the date of last update.
25452 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25454         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25455         (viper-exec-yank, viper-put-back): Don't display modification msg
25456         if in the minibuffer.
25458         * viper-init.el (viper-replace-overlay-cursor-color)
25459         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25460         Make variables frame local.
25462         * viper-util.el (viper-append-filter-alist): Use append instead of
25463         nconc.
25465         * viper.el (viper-vi-state-mode-list)
25466         (viper-emacs-state-mode-list): Move help-mode and
25467         completion-list-mode from the first list to the second.
25468         (viper-mode): Docstring.
25469         (viper-go-away, viper-non-hook-settings): Don't localize
25470         minor-mode-alist in newer Emacsen.  Add advice to
25471         set-cursor-color.  Don't bind "\C-c\\".
25473 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
25475         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25476         (scheme-macro-expand-command): New user options.
25477         (scheme-trace-procedure, scheme-expand-current-form): New commands.
25478         (scheme-form-at-point, scheme-start-file)
25479         (scheme-interactively-start-process): New functions.
25480         (scheme-get-process): New function, extracted from `scheme-proc'.
25481         (run-scheme): Call `scheme-start-file' to get start file, and pass
25482         it to `make-comint'.
25483         (switch-to-scheme, scheme-proc):
25484         Call `scheme-interactively-start-process' if no Scheme buffer/process
25485         is available.
25487 2005-08-06  Juri Linkov  <juri@jurta.org>
25489         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25490         Use `compilation-text-face', `compilation-info-text-face' and
25491         `compilation-error-text-face' instead of `font-lock-keyword-face'.
25492         (compilation-error): New face.
25493         (compilation-error-file-name): Inherit from
25494         `compilation-error' instead of `font-lock-warning-face'.
25495         (compilation-warning-file-name): Inherit from
25496         `compilation-warning' instead of `font-lock-warning-face'.
25497         (compilation-info, compilation-error-file-name)
25498         (compilation-warning-file-name, compilation-info-file-name)
25499         (compilation-line-number, compilation-column-number): Doc fix.
25500         (compilation-error-text-face, compilation-warning-text-face)
25501         (compilation-info-text-face): New face variables.
25502         (compilation-line-face, compilation-column-face)
25503         (compilation-enter-directory-face)
25504         (compilation-leave-directory-face): Doc fix.
25505         (compilation-text-face): New function.
25507         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25508         instead of 1 to display binary file names as info file links.
25509         (grep-error-face): Use `compilation-error-face' instead of
25510         `font-lock-keyword-face'.
25511         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25512         and `compilation-warning-text-face' instead of
25513         `font-lock-keyword-face'.  Use `compilation-error-text-face'
25514         instead of `grep-error-face'.
25516 2005-08-05  Kenichi Handa  <handa@m17n.org>
25518         * international/code-pages.el: Add autoload cookies for all coding
25519         systems.
25521 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
25523         * cus-start.el (all): Put undo.c where it alphabetically belongs.
25525 2005-08-04  Juri Linkov  <juri@jurta.org>
25527         * progmodes/compile.el (compilation-mode-map):
25528         * progmodes/grep.el (grep-mode-map):
25529         Bind TAB to `compilation-next-error' and [backtab] to
25530         `compilation-previous-error'.
25532         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25533         matching line numbers, column numbers and their ranges with regexp
25534         matching only line numbers.
25535         (grep-context-face): New face variable.
25536         (grep-mode-font-lock-keywords): Use it.
25538         * faces.el (read-face-name): Delete duplicate faces.
25540 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
25542         * thumbs.el (thumbs-find-image): Don't make variables
25543         automatically buffer local.
25544         (thumbs-current-tmp-filename, thumbs-current-image-filename)
25545         (thumbs-image-num): Make automatically buffer local.
25546         (thumbs-show-thumbs-list): Use `make-local-variable', not
25547         `make-variable-buffer-local'.
25548         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25550         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25551         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25552         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25553         (bother, bye, canyou, chatlst, continue, deathlst, describe)
25554         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25555         (feelings-about, foullst, found, hello, history, howareyoulst)
25556         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25557         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25558         (neglst, obj, object, owner, please, problems, qlist)
25559         (random-adjective, relation, remlst, repetitive-shortness)
25560         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25561         (shortlst, something, sportslst, stallmanlst, states, subj)
25562         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25563         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25564         Defvar at compile time.
25566         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25567         not `make-variable-buffer-local'.
25569 2005-08-02  Kim F. Storm  <storm@cua.dk>
25571         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25572         rectangle overlay in selected window.
25574 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25576         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25577         instead of display group.  Make `indicate-buffer-boundaries'
25578         customizable through Custom.
25580 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25582         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25583         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25584         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25585         (gdb-put-string): Fix typos in docstrings.
25587 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25589         Update copyright notices of files in progmodes directory for
25590         release of Emacs 22.1.
25592         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25594         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25595         Don't barf if the GUD buffer has been killed.
25597 2005-08-01  Kim F. Storm  <storm@cua.dk>
25599         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25601 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25603         * simple.el (next-error-follow-minor-mode):
25604         make-variable-buffer-local -> make-local-variable.
25606         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25608         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25609         (byte-compile-form-make-variable-buffer-local): New functions to warn
25610         about misuses of make-variable-buffer-local where make-local-variable
25611         was meant.
25613 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25615         * bs.el (bs-attributes-list): Doc fix.
25616         (bs): Update url-link.
25618         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25619         (desktop-load-default): Simplify.
25621         * ibuffer.el (ibuffer-columnize-and-insert-list)
25622         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25623         (ibuffer-unmark-all, ibuffer-toggle-marks)
25624         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25625         (ibuffer-compile-make-format-form, ibuffer-format-column)
25626         (ibuffer-current-buffers-with-marks)
25627         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25628         (ibuffer): Doc fix.
25629         (ibuffer-mode): Fix typo in docstring.
25630         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25631         with `define-obsolete-variable-alias'.
25632         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25634 2005-07-29  Kenichi Handa  <handa@m17n.org>
25636         * international/mule-cmds.el (select-message-coding-system):
25637         Be sure to use LF for end-of-line.  If no coding system is decided,
25638         return iso-8859-1-unix.
25640 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25642         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25643         (ange-ftp-pending-error-line): New vars.
25644         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25645         to handle the non-fatal no-route-to-host messages.
25646         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25648 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25650         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25651         (isearch-quote-char, isearch-printing-char)
25652         (isearch-text-char-description): "?\ " -> "?\s".
25653         (isearch-lazy-highlight-cleanup)
25654         (isearch-lazy-highlight-initial-delay)
25655         (isearch-lazy-highlight-interval)
25656         (isearch-lazy-highlight-max-at-a-time)
25657         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25658         Declare with define-obsolete-*-alias macros.
25659         (isearch-forward): Fix typo in docstring.
25660         (search-invisible, search-ring-yank-pointer)
25661         (regexp-search-ring-yank-pointer): Doc fixes.
25663         * recentf.el (recentf-menu-append-commands-p): Declare with
25664         `define-obsolete-variable-alias'.
25665         (recentf-max-saved-items, recentf-menu-filter)
25666         (recentf-arrange-by-rule-subfilter): Doc fixes.
25667         (recentf-menu-append-commands-flag)
25668         (recentf-initialize-file-name-history, recentf-expand-file-name)
25669         (recentf-clear-data): Fix typos in docstrings.
25671 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25673         * progmodes/gdb-ui.el: Smarten comments.
25674         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25676 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25678         * term/apollo.el (terminal-init-apollo): New function containing
25679         all former top level forms in the file.
25680         * term/bobcat.el (terminal-init-bobcat):
25681         * term/cygwin.el (terminal-init-cygwin):
25682         * term/iris-ansi.el (terminal-init-iris-ansi):
25683         * term/linux.el (terminal-init-linux):
25684         * term/news.el (terminal-init-news):
25685         * term/rxvt.el (terminal-init-rxvt):
25686         * term/sun.el (terminal-init-sun):
25687         * term/tvi970.el (terminal-init-tvi970):
25688         * term/vt100.el (terminal-init-vt100):
25689         * term/vt102.el (terminal-init-vt102):
25690         * term/vt125.el (terminal-init-vt125):
25691         * term/vt200.el (terminal-init-vt200):
25692         * term/vt201.el (terminal-init-vt201):
25693         * term/vt220.el (terminal-init-vt220):
25694         * term/vt240.el (terminal-init-vt240):
25695         * term/vt300.el (terminal-init-vt300):
25696         * term/vt320.el (terminal-init-vt320):
25697         * term/vt400.el (terminal-init-vt400):
25698         * term/vt420.el (terminal-init-vt420):
25699         * term/wyse50.el (terminal-init-wyse50):
25700         * term/xterm.el (terminal-init-xterm): Likewise.
25702         * term/README: Describe the terminal-init-* functionality.
25704         * startup.el (command-line): After loading the terminal initialization
25705         file call the corresponding terminal initialization function.
25707 2005-07-27  Kenichi Handa  <handa@m17n.org>
25709         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25710         negative.
25712         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25713         (ps-mule-composition-prologue): Fix for the case that
25714         RelativeCompose is false.
25716 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25718         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25720         * descr-text.el (describe-char): Handle the case where the list of
25721         chars is displayed in a separate frame.
25722         Be a bit more discriminating when looking for the char.
25724 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25726         * bookmark.el (bookmark-automatically-show-annotations)
25727         (bookmark-read-annotation-text-func): Doc fixes.
25728         (bookmark-save): Improve argument/docstring consistency.
25729         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25730         (bookmark-alist-from-buffer)
25731         (bookmark-upgrade-file-format-from-0)
25732         (bookmark-grok-file-format-version)
25733         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25734         (bookmark-read-annotation-mode)
25735         (bookmark-insert-current-bookmark, bookmark-jump)
25736         (bookmark-exit-hook): Fix typos in docstrings.
25737         (bookmark-exit-hooks): Define as obsolete alias.
25738         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25739         not `bookmark-exit-hooks'.  Fix docstring.
25740         (bookmark-bmenu-select): "?\ " -> "?\s".
25742 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25744         * startup.el (command-line): Fix typo.
25746 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25748         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25749         not emacs-quick-startup.
25751 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25753         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25754         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25755         instead of `reb-with-current-window'.
25756         (reb-prev-match): Likewise.  Also, don't move left if the search
25757         was unsuccessful.
25758         (reb-initialize-buffer): New function.
25759         (re-builder, reb-change-syntax): Use it.
25761         * man.el (Man-goto-page): Make second argument NOERROR optional.
25763 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25765         * man.el (Man-bgproc-sentinel): Check here for failure to find
25766         any man page in the output, and report the error here.
25767         (Man-arguments): Make it permanent local.
25768         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25769         (Man-mode): Pass t for NOERROR.
25771         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25772         (grep-mode-font-lock-keywords):
25773         Don't use compilation-...-face for messages that are not file names.
25775         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25776         Don't use compilation-...-face for messages that are not file names.
25778 2005-07-22  Juri Linkov  <juri@jurta.org>
25780         * startup.el (normal-splash-screen): Update menu name.
25782         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25784 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25786         * term/xterm.el: Load term/rxvt if the terminal is actually an
25787         rxvt terminal.
25788         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25790         * term/rxvt.el (function-key-map): Use substitute-key-definition
25791         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25793         * term/cygwin.el: New file.
25795 2005-07-22  Kim F. Storm  <storm@cua.dk>
25797         * image-file.el (insert-image-file, image-file-yank-handler):
25798         Fix last change to maintain a (unique) yank-handler on yanked images.
25800 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25802         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25803         of the file size (as in "177B" for 177 bytes).  This happens with
25804         "ls -lh" on FreeBSD.
25806 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25808         * hilit-chg.el (highlight-changes-global-initial-state)
25809         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25810         (hilit-chg-fixup, highlight-changes-mode):
25811         Fix typos in docstrings.
25812         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25813         Doc fixes.
25815 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25817         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25818         mode function using `eval-after-load'.
25820 2005-07-21  Kim F. Storm  <storm@cua.dk>
25822         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25823         included when reporting an Emacs crash, and tell about the DEBUG file.
25825         * image-file.el (insert-image-file): Add yank-handler.
25826         (image-file-yank-handler): Yank handler to make unique copies of
25827         images when they are yanked into a buffer next to each other.
25829 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25831         * comint.el (comint-use-prompt-regexp, comint-send-input)
25832         (comint-source-default, comint-extract-string)
25833         (comint-get-source, comint-word, comint-completion)
25834         (comint-source, comint-prompt-read-only, comint-update-fence):
25835         Fix typos in docstrings.
25836         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25837         Declare with define-obsolete-*-alias macros.
25838         (comint-previous-matching-input-from-input)
25839         (comint-next-matching-input-from-input)
25840         (comint-previous-matching-input, comint-next-matching-input)
25841         (comint-forward-matching-input):
25842         Improve argument/docstring consistency.
25844         * desktop.el (desktop-clear-preserve-buffers-regexp):
25845         Also preserve the *server* buffer.
25847         * simple.el (clone-indirect-buffer): Doc fix.
25848         (fixup-whitespace, just-one-space)
25849         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25850         (next-error, next-error-highlight)
25851         (next-error-highlight-no-select, next-error-last-buffer)
25852         (next-error-buffer-p, next-error-find-buffer, next-error)
25853         (previous-error, next-error-no-select, previous-error-no-select)
25854         (open-line, split-line, minibuffer-prompt-width, kill-new)
25855         (binary-overwrite-mode): Fix typos in docstrings.
25856         (set-fill-column): Fix typo in message.
25858         * skeleton.el (skeleton-proxy-new): Doc fix.
25860         * strokes.el (strokes-load-hook): Doc fix.
25861         (strokes-grid-resolution, strokes-get-grid-position)
25862         (strokes-renormalize-to-grid, strokes-read-stroke)
25863         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25864         (strokes-global-map): Fix typos in docstrings.
25865         (strokes-help): Doc fix.  Fix help message and pass it through
25866         `substitute-command-keys'.
25868         * tempo.el (tempo-insert-prompt, tempo-interactive)
25869         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25870         (tempo-insert-string-functions, tempo-local-tags)
25871         (tempo-define-template, tempo-insert-template)
25872         (tempo-insert-prompt-compat, tempo-is-user-element)
25873         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25874         Fix typos in docstrings.
25876         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25877         (vcursor-key-bindings, vcursor-use-vcursor-map)
25878         (vcursor-find-window, vcursor-scroll-down)
25879         (vcursor-disable, vcursor-beginning-of-buffer)
25880         (vcursor-end-of-buffer): Fix typos in docstrings.
25881         (vcursor-relative-move, vcursor-get-char-count):
25882         Improve argument/docstring consistency.
25884         * version.el: "?\ " -> "?\s".
25886         * wid-edit.el (widget-default-create, widget-after-change)
25887         (widget-default-format-handler, widget-checklist-add-item)
25888         (widget-radio-add-item, widget-choose, widget-specify-secret)
25889         (widget-field-value-create, widget-field-value-get)
25890         (widget-editable-list-format-handler)
25891         (widget-editable-list-entry-create, widget-group-value-create)
25892         (widget-documentation-link-add)
25893         (widget-documentation-string-value-create): "?\ " -> "?\s".
25894         (widget-convert-text): Doc fix.
25895         (widget-narrow-to-field, widget-field-find)
25896         (widget-url-link-action, widget-emacs-library-link-action)
25897         (widget-color-notify): Fix typos in docstrings.
25899         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25900         (x-select-text, set-w32-system-coding-system)
25901         (w32-add-charset-info): Fix typos in docstrings.
25903         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25904         (cua-enable-cua-keys, cua-use-hyper-key)
25905         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25906         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25908         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25910         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25911         `defalias' instead of faking it.
25913         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25914         (eshell-ls-missing, eshell-ls-dired-initial-args)
25915         (eshell-ls-use-in-dired): Fix typos in docstrings.
25917 2005-07-20  Kim F. Storm  <storm@cua.dk>
25919         * emulation/cua-base.el (cua-mode): Improve doc string.
25921 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25923         * abbrev.el (expand-region-abbrevs): Doc fix.
25924         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25925         Improve argument/docstring consistency.
25927         * arc-mode.el (archive-get-descr, archive-alternate-display):
25928         Doc fixes.
25929         (archive-l-e): Improve argument/docstring consistency.
25930         (archive-tmpdir, archive-unixdate, archive-unixtime)
25931         (archive-chmod-entry): Fix typos in docstrings.
25932         (archive-unflag, archive-unflag-backwards)
25933         (archive-unmark-all-files): "?\ " -> "?\s".
25935         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25936         (Buffer-menu-not-modified, Buffer-menu-execute)
25937         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25938         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25940         * composite.el (compose-string, encode-composition-rule)
25941         (compose-last-chars): Fix typos in docstrings.
25943         * desktop.el (desktop-enable, desktop-basefilename):
25944         Declare with `define-obsolete-variable-alias'.
25945         (desktop-internal-v2s): Don't quote keywords.
25946         (desktop-clear): "?\ " -> "?\s".
25948         * dired.el (dired-align-file, dired-flag-backup-files)
25949         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25950         (dired-listing-switches, dired-ls-F-marks-symlinks)
25951         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25952         (dired-directory, dired-faces, dired, dired-revert)
25953         (dired-mode, dired-summary, dired-view-file)
25954         (dired-copy-filename-as-kill, dired-delete-file)
25955         (dired-no-confirm, dired-unmark-all-marks)
25956         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25957         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25958         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25959         Fix typos in message strings.
25961         * dired-x.el (virtual-dired): Declare with `defalias'.
25962         (dired-mark-unmarked-files, dired-local-variables-file)
25963         (dired-omit-here-always): Doc fix.
25964         (dired-omit-mode, dired-find-subdir)
25965         (dired-enable-local-variables, dired-clean-up-buffers-too)
25966         (dired-extra-startup, dired-mark-extension, dired-jump)
25967         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25968         (dired-smart-shell-command, dired-guess-shell-alist-user)
25969         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25970         (dired-x-bind-find-file, dired-x-submit-report):
25971         Fix typos in docstrings.
25972         (dired-mark-unmarked-files): "?\ " -> "?\s".
25974         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25976         * faces.el (describe-face): "?\ " -> "?\s".
25977         (read-all-face-attributes, read-face-font, modify-face)
25978         (face-attr-construct, italic): Fix typos in docstrings.
25979         (frame-update-face-colors): Declare with
25980         `define-obsolete-function-alias'.
25982         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25983         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25984         (magic-mode-alist, buffer-file-numbers-unique)
25985         (write-file-functions, get-free-disk-space):
25986         Fix typos in docstrings.
25987         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25988         (write-contents-hooks, write-file-hooks):
25989         Declare with `define-obsolete-variable-alias'.
25991         * forms-d2.el (arch-rj): Fix typo in docstrings.
25992         (arch-tocol): Likewise.  "?\ " -> "?\s".
25994         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25995         Fix typo in docstring.
25996         (set-screen-width, set-screen-height): Delete redundant info in
25997         doctrings.
25998         (new-frame, screen-height, screen-width): Declare with
25999         `define-obsolete-function-alias'.
26000         (delete-frame-hook, blink-cursor): Declare with
26001         `define-obsolete-variable-alias'.
26003         * paths.el (prune-directory-list): Fix typos in docstring.
26005         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26006         (cvs-prefix-get): Fix typos in docstrings.
26008         * ps-print.el (ps-extend-face-list, ps-extend-face)
26009         (ps-print-background-image): Fix typos in docstrings.
26010         (ps-default-fg, ps-default-bg): Doc fixes.
26012         * s-region.el (s-region-bind): Doc fix.
26013         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26015         * textmodes/org.el (org-table-formula-substitute-names)
26016         (org-table-get-vertical-vector): Doc fixes.
26017         (org-table-recalculate): Remove unused argument to `message'.
26019 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26021         * textmodes/org.el (org-table-column-names)
26022         (org-table-column-name-regexp)
26023         (org-table-named-field-locations): New variables.
26024         (org-archive-subtree): Protect `this-command' when calling
26025         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26026         the kill buffer.
26027         (org-complete): Remove fixed-formula completion.
26028         (org-edit-formulas-map): New variable.
26029         (org-table-edit-formulas): New command.
26030         (org-finish-edit-formulas, org-abort-edit-formulas)
26031         (org-show-variable, org-table-get-vertical-vector): New functions.
26032         (org-table-maybe-eval-formula): Handle `:=' fields.
26033         (org-table-get-stored-formulas, org-table-store-formulas)
26034         (org-table-get-formula, org-table-modify-formulas)
26035         (org-table-replace-in-formulas): Handle named field formulas.
26036         (org-table-get-specials): Store locations of named fields.
26038 2005-07-19  Juri Linkov  <juri@jurta.org>
26040         * progmodes/grep.el (grep-regexp-alist)
26041         (grep-mode-font-lock-keywords, grep-process-setup):
26042         Use default GNU grep match color "01;31m" instead of "01;41m".
26043         (grep-regexp-alist, grep-mode-font-lock-keywords):
26044         Use `\\[[0-9]*m' instead of `\\[00m'.
26045         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26046         sgr_start where its handling is more important.  Use the real
26047         length of sgr_start instead of constant 8.
26048         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26049         specially.  Delete all remaining escape sequences.
26050         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26051         (grep-regexp-alist): Make hyperlink only for binary file name
26052         instead of the whole line.
26053         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26054         (grep-mode): Add autoload.
26056         * emacs-lisp/find-func.el (find-function-regexp):
26057         Add `define-compilation-mode'.
26059 2005-07-19  Juri Linkov  <juri@jurta.org>
26061         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26062         (compare-windows-sync-string-size, compare-windows-recenter)
26063         (compare-windows-highlight, compare-windows): Add version 22.1.
26064         (compare-windows) <defface>: Inherit from lazy-highlight instead
26065         of duplicating its default value.
26067         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26068         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26070         * descr-text.el (describe-char): Create link buttons for `charset'
26071         and `code point'.  Add the current input method name with a link
26072         button to `to input' field.  Print face names of display table
26073         characters in `The display table entry is displayed by' section
26074         instead of printing face-id in the `display' field.
26075         Guess hardcoded faces and create a link button for them.
26076         Skip empty fields when calculating max-width.
26077         Treat `widget-create' specially while inserting strings from the
26078         collected field list.
26079         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26081         * diff-mode.el (diff-file-header): Change foreground color from
26082         yellow to green on light backgrounds.
26083         (diff-context): Inherit from `shadow' only for color/grayscale
26084         with more than 88 colors.
26085         (diff-indicator-removed, diff-indicator-added)
26086         (diff-indicator-changed): New faces.
26087         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26088         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26089         font-lock-comment-delimiter-face and font-lock-comment-face.
26090         Add `#' to ^[^...] in the rule for `diff-context-face'.
26092         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26093         a button-like box.  Inherit from `highlight' on low colors.
26094         (shadow): Use shades of gray only for color/grayscale with
26095         more than 88 colors.  Use green for light backgrounds with
26096         8 colors, and yellow for dark backgrounds with 8 colors.
26098         * font-lock.el (font-lock-regexp-grouping-backslash):
26099         Don't inherit from escape-glyph (use bold for all cases).
26101         * info.el (info-xref-visited): Use light foreground color `violet'
26102         for dark backgrounds instead of dark color `magenta3'.
26103         (info-title-1): Use `yellow' color for dark backgrounds.
26105         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26106         too-light magenta2.
26108         * replace.el (match): Use slightly more light RoyalBlue3 instead
26109         of dark RoyalBlue4.
26111         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26113 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26115         * novice.el (disabled-command-hook): Declare it with
26116         `define-obsolete-variable-alias'.
26118         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26119         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26120         (desktop-load-default): Add release to obsolescence info.
26121         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26122         (desktop-append-buffer-args, desktop-read):
26123         Fix typos in docstrings.
26124         (desktop-kill): Fix typo in message.
26125         (desktop-save): Doc fix.
26127 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26129         * viper-cmd.el (viper-escape-to-state): Bug fix.
26130         (viper-envelop-ESC-key): Change the definition of fast
26131         keysequence so it'll work with keyboard macros.
26133         * ediff.el (ediff-patch-buffer): Change the docstring.
26135 2005-07-19  Kenichi Handa  <handa@m17n.org>
26137         * international/mule-cmds.el (select-safe-coding-system): Try to
26138         use an auto-coding (if any) before anything else.  If the found
26139         auto-coding is invalid, show a warning message.
26141         * international/mule.el (find-auto-coding): New function created
26142         by modifying the body of set-auto-coding.
26143         (set-auto-coding): Use find-auto-coding to find a coding.
26145 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26147         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26148         not isearch-mode-end-hook-error.
26149         (allout-before-change-protect): Fix error message.
26151 2005-07-18  Juri Linkov  <juri@jurta.org>
26153         * allout.el (allout-mode):
26154         * calculator.el (calculator-copy):
26155         * custom.el (custom-known-themes):
26156         * dired.el (dired-desktop-buffer-misc-data)
26157         (dired-restore-desktop-buffer):
26158         * dired-x.el (dired-omit-marker-char):
26159         * files.el (basic-save-buffer):
26160         * font-core.el (font-lock-mode):
26161         * calendar/calendar.el (calendar-goto-hebrew-date)
26162         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26163         (calendar-goto-persian-date):
26164         * language/ethio-util.el (ethio-sera-to-fidel-region):
26165         * textmodes/picture.el (picture-mode):
26166         Delete duplicate duplicate words.
26168 2005-07-18  Juri Linkov  <juri@jurta.org>
26170         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26171         chars * ? } |.
26172         (isearch-fallback): Don't call `isearch-process-search-char'.
26173         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26174         (isearch-process-search-char): Call `isearch-fallback' for regexp
26175         chars * ? } |.
26176         (isearch-return-char): Make obsolete with `make-obsolete' instead
26177         of simply documenting it as obsolete in the docstring.
26178         (isearch-fallback): Refill docstring.
26180         * international/isearch-x.el
26181         (isearch-process-search-multibyte-characters): Remove unneeded
26182         `concat'.  Add intermediate values to `junk-hist' instead of
26183         `minibuffer-history'.  Test the length of `str'.
26185 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26187         * allout.el (allout-resolve-xref): Fix typos in error strings.
26188         (allout-before-change-protect): Remove unneeded `concat'.
26190         * array.el (array-mode, array-reconfigure-rows)
26191         (untabify-backward): Fix typos in docstrings.
26192         (array-reconfigure-rows): Use `insert-buffer-substring', not
26193         `insert-buffer'.
26195         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26196         * progmodes/ada-mode.el (ada-make-body):
26197         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26199         * dired.el (dired-log):
26200         * tar-mode.el (tar-subfile-save-buffer):
26201         * play/zone.el (zone-pgm-stress-destress):
26202         Use `insert-buffer-substring', not `insert-buffer'.
26204 2005-07-17  Simon Josefsson  <jas@extundo.com>
26206         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26208 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26210         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26211         Add plain auth method.
26212         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26214 2005-07-17  Kim F. Storm  <storm@cua.dk>
26216         * ido.el (dired-other-window): Add ido property.
26218 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26220         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26221         Fix typo in docstring.
26222         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26223         `insert-file-literally'.
26225         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26226         info and delete redundant message.  Doc fix.
26227         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26228         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26230 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26232         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26233         (byte-compile-and): Use byte-compile-and-recursion.
26234         (byte-compile-or-recursion): New function.
26235         (byte-compile-or): Use that.
26236         (byte-compile-if): Guard the else-clause too.
26237         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26239         * isearch.el (isearch-mode-end-hook-quit): New variable.
26240         (isearch-done): Bind it.
26241         (isearch-mode-end-hook): Doc fix.
26243         * allout.el (allout-isearch-did-quit): Variable deleted.
26244         (allout-real-isearch-abort): Function name no longer used.
26245         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26246         (allout-isearch-rectification): isearch-mode always exists.
26247         Don't set allout-isearch-did-quit.
26248         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26249         allout-isearch-did-quit.
26250         (allout-enwrap-isearch): Just add the hook.
26251         (allout-isearch-abort): Function deleted.
26252         (allout-pre-command-business): Avoid warning.
26254         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26255         Correctly avoid warnings.
26256         (pascal-outline): Likewise.
26258         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26260         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26262         * play/tetris.el (tetris-mode): Avoid warning.
26264         * play/snake.el (snake-mode): Avoid warning.
26266         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26267         (gamegrid-set-display-table): Avoid warning.
26268         (gamegrid-set-timer): Likewise.
26269         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26270         (gamegrid-add-score-with-update-game-score-1): Take FILE
26271         as argument.
26272         (gamegrid-add-score-with-update-game-score): Pass that argument.
26273         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26275         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26277         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26278         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26280         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26281         and insert-file.
26283         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26284         (sc-ask): Avoid warnings.
26286         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26287         (eshell-hist-initialize): Use that var the natural way.
26289         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26291         * emacs-lisp/re-builder.el (reb-cook-regexp):
26292         Avoid warning calling lre-compile-string.
26293         (reb-color-display-p): Avoid warning.
26295         * calculator.el (calculator-last-input): Guard uses
26296         of event-key and key-press-event-p.
26297         (event-key, key-press-event-p): Delete definitions.
26299         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26300         (find-gc-source-directory, find-gc-subrs-callers)
26301         (find-gc-noreturn-list, find-gc-source-files)
26302         (find-gc-subrs-called): Vars renamed and defvar'd.
26304         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26305         (checkdoc-overlay-put, checkdoc-delete-overlay)
26306         (checkdoc-overlay-start, checkdoc-overlay-end)
26307         (checkdoc-mode-line-update, checkdoc-char=):
26308         Define such that compiler knows they are defined.
26309         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
26310         (checkdoc-read-event): Delete.  Use read-event directly.
26312         * whitespace.el (whitespace-make-overlay)
26313         (whitespace-overlay-put, whitespace-delete-overlay)
26314         (whitespace-overlay-start, whitespace-overlay-end):
26315         Define such that compiler knows they are defined.
26316         (whitespace): Move conditional inside.
26318         * tempo.el (tempo-insert-template): Suppress warning.
26320         * ediff-diff.el (longlines-mode): Add defvar.
26322 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
26324         * server.el: Bind "C-x #" in a way that works even if C-x is
26325         redefined to a command key, not a prefix key.
26327 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26329         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26330         cl-make-type-test till execution time.
26332 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
26334         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26335         arg ARG and use it.
26337 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26339         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26341 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
26343         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26344         a defcustom with two :set or :type keywords.
26346 2005-07-15  Richard M. Stallman  <rms@gnu.org>
26348         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26349         Don't give ^M comment-end syntax.
26351 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
26353         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26354         Don't consider gdbmi (gdb-mi.el has its own update functions).
26355         (gdb-var-delete): Make it work for gdbmi as well.
26356         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26358         * progmodes/gud.el (etags, sdb): Only require etags when needed.
26359         (gud-speedbar-menu-items): Correct logic for enabling items.
26361 2005-07-15  Kim F. Storm  <storm@cua.dk>
26363         * ido.el: Fix commentary.
26364         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26365         Use with-no-warnings around ffap-guesser.
26366         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26367         Let bind minibuffer-completing-file-name to t.
26369 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
26371         * startup.el (site-run-file, keyboard-type): Doc fixes.
26372         (command-line): Check for "--basic-display" argument; also for
26373         "--quick", not "--bare-bones" (which was renamed).
26374         (fancy-splash-text): Add missing item "Getting New Versions".
26375         (normal-splash-screen): Fix typos and improve consistency with
26376         `fancy-splash-text'.  Update copyright year.
26378         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26379         valid binding for `help-char'.
26381         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26383 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
26385         * term.el (term-mode): Disable cua-mode for term buffers.
26387 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
26389         * add-log.el (add-log-mailing-address, change-log-merge):
26390         Doc fixes.
26391         (change-log-get-method-definition): Fix typo in docstring.
26393 2005-07-14  Kim F. Storm  <storm@cua.dk>
26395         * emulation/cua-base.el:
26396         (cua--pre-command-handler-1, cua--pre-command-handler)
26397         (cua--post-command-handler-1, cua--post-command-handler):
26398         Split in two.  Check (buffer local) value of cua-mode.
26399         (cua-selection-mode): New command.
26401 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
26403         * custom.el (custom-initialize-safe-set)
26404         (custom-initialize-safe-default): Doc fixes.
26406         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26407         and simplify :init-value again.
26409         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26410         and simplify :init-value again.  Delete autoload.
26412         * startup.el (command-line): Use `custom-reevaluate-setting' again
26413         for tooltip-mode.
26415         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26416         a defcustom with two :initialize keywords.
26418 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
26420         * allout.el (my-mark-marker, allout-isearch-prior-pos)
26421         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26422         (allout-post-command-business, allout-flag-region)
26423         (isearch-reenable-font-lock, allout-yank)
26424         (allout-insert-latex-header, allout-insert-latex-trailer)
26425         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26426         (allout-latex-verb-quote): Fix typos in docstrings.
26427         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26428         (allout-unprotected, allout-prefix-data):
26429         Improve argument/docstring consistency.
26430         (allout-chart-subtree): Fix argument spec.
26431         (allout-open-topic): Rename `use_sib_bullet' argument to
26432         `use-sib-bullet'.  Doc fix.
26434         * whitespace.el (whitespace-check-buffer-leading)
26435         (whitespace-check-buffer-trailing)
26436         (whitespace-check-buffer-indent)
26437         (whitespace-check-buffer-spacetab)
26438         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26439         (whitespace-check-leading-whitespace)
26440         (whitespace-check-trailing-whitespace)
26441         (whitespace-check-spacetab-whitespace)
26442         (whitespace-check-indent-whitespace)
26443         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26444         (whitespace-modes): Fix typos in docstrings.
26445         (defgroup, defcustom): Doc fixes.
26447         * winner.el (winner-mode, winner-boring-buffers)
26448         (winner-pending-undo-ring): Doc fixes.
26449         (winner-ring): Remove unneeded `progn'.
26450         (winner-equal): `defsubst' it.
26451         (winner-redo): Fix message.
26453 2005-07-13  Kim F. Storm  <storm@cua.dk>
26455         * simple.el (line-move-1): Always use vertical-motion to
26456         do the last (or only) line move to ensure some movement.
26457         Undo 2005-06-23 change--don't check for overlays.
26459 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26461         * term/mac-win.el (ccl-encode-mac-roman-font)
26462         (ccl-encode-mac-centraleurroman-font)
26463         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26464         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26465         Change charset-id boundary of dimension to ?\xef.
26466         (mac-char-fontspec-list): New constant.
26467         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
26468         argument.  Nil uses itself as family in font-spec.  Previous
26469         behavior for nil is now provided by non-nil non-string argument.
26470         All callers changed.  Add font-specs for Mac fonts to
26471         "fontset-default" unless iso8859-1 fonts are installed.
26473 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26475         * progmodes/sh-script.el (sh-get-indent-info): Only indent
26476         a continuation line if the \ is preceded by SPC or TAB.
26477         (sh-get-indent-info): Simplify.
26478         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26479         Use with-current-buffer.
26481         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26482         when the matched text is empty.
26484 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
26486         * startup.el (command-line): Revert to previous handling of
26487         tooltip-mode.  Explain in comment why the complexity is needed.
26489         * tooltip.el (tooltip-mode): Revert to previous implementation of
26490         its defcustom.
26492         * frame.el (blink-cursor-mode): Revert to previous implementation
26493         of its defcustom.  Update comment.
26495 2005-07-12  Lars Hansen  <larsh@soem.dk>
26497         * desktop.el: Update e-mail address.
26499 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26501         * term/mac-win.el (mac-services-mail-selection)
26502         (mac-services-mail-to): New functions.
26503         (mac-application-menu-map): Bind them.
26505 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
26507         * progmodes/gdb-ui.el: Add note about buffering with Windows.
26509 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
26511         * custom.el (custom-reevaluate-setting): Doc fix.
26513 2005-07-11  Jay Belanger  <belanger@truman.edu>
26515         * calc/calc.el (calc-embedded-announce-formula-alist)
26516         (calc-embedded-open-close-plain-alist)
26517         (calc-embedded-open-close-mode-alist): Add checks for additional
26518         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26520 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
26522         * custom.el (custom-enable-theme): Don't add theme to
26523         `custom-enabled-themes' with `push' because there is no
26524         setf-method for `delq'.
26526 2005-07-11  Richard M. Stallman  <rms@gnu.org>
26528         * custom.el (custom-declare-variable): Doc fix.
26530         * dired-aux.el (dired-compare-directories): Remove "." and ".."
26531         from the alists.
26533         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26534         Do nothing if edebug-active.
26536         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26537         (edebug-display): Do it here instead.
26539 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26541         * cus-face.el (custom-theme-set-faces): Make it work.
26542         (custom-reset-faces): Doc fix.
26543         (custom-theme-reset-internal-face, custom-theme-face-value):
26544         Functions deleted.
26546         * custom.el (custom-push-theme): Maintain list of the settings
26547         of a given theme in its theme-settings property.
26548         Maintain position of old settings in the theme-value
26549         or theme-face property.
26550         (custom-enabled-themes): New variable.
26551         (custom-theme-enabled-p): New function.
26552         (provide-theme): Update custom-enabled-themes.
26553         Disable and reenable the `user' theme.
26554         (require-theme): Doc fix.
26555         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26556         (custom-theme-value, custom-theme-variable-value): Likewise.
26557         (custom-theme-reset-internal): Likewise.
26558         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26559         (custom-enable-theme, custom-disable-theme): New functions.
26560         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26561         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26562         (custom-theme-reset-variables): Simplify.
26563         (deftheme, custom-declare-theme, custom-make-theme-feature):
26564         Definitions moved.
26566 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26568         * longlines.el (longlines-show-region)
26569         (longlines-unshow-hard-newlines): Recognize hard newlines by
26570         non-nil hard property, instead of t.
26572 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26574         * viper-cmd.el (viper--key-maps): New variable.
26575         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26576         emulation-mode-map-alists.
26577         (viper-envelop-ESC-key): Use viper-subseq.
26578         (viper-search-forward/backward/next): Disable debug-on-error.
26580         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26581         (viper-ESC-key): New defcustoms.
26583         * viper-macs.el (ex-map-read-args): Use viper-subseq.
26585         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26586         (viper-subseq): Copy of subseq from cl.el.
26588         * viper.el (viper-go-away, viper-set-hooks): Use
26589         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26591         * viper-mous.el (viper-current-frame-saved): Use defvar.
26593         * viper-init.el: Get rid of -face in face names.
26595         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26596         Make it work with longlines mode.
26598         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26600         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26602         * ediff-init.el: Get rid of -face in face names.
26604 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26606         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26607         and with-timeout-unsuspend.
26609         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26610         and with-timeout-unsuspend.
26612         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26613         (with-timeout): Bind that variable to record timers.
26614         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26616         * emacs-lisp/debug.el (debug-help-follow): New function.
26617         (debugger-mode-map): Use that instead of help-follow.
26618         (debugger-setup-buffer): Use eval-buffer-list
26619         to handle eval-buffer frames.
26621 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26623         * timezone.el (timezone-parse-date): Change first regexp
26624         so it will not mistakenly match dates with no time zone.
26626 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26628         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26630 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26632         * custom.el (custom-initialize-safe-set)
26633         (custom-initialize-safe-default): New functions.
26635         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26636         and simplify :init-value.
26638         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26639         and simplify :init-value.  Delete obsolete comment.
26641         * startup.el (command-line): Use `custom-reevaluate-setting' to
26642         handle `tooltip-mode'.  Delete obsolete comment.
26644         * files.el (set-visited-file-name): Avoid calling
26645         `file-name-nondirectory' with a nil argument.
26647 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26649         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26650         was called with nil for the buffer, handle the read position right.
26651         Handle read position for eval-region, too.
26653 2005-07-09  Juri Linkov  <juri@jurta.org>
26655         * fringe.el (fringe-mode): Add period in docstring.
26656         (fringe-query-style): Build prompt depending on `all-frames' arg.
26658         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26659         to not create links to unrelated functions in the Help buffer.
26661         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26662         Doc fix.
26664         * simple.el (next-error-hook): New variable.
26665         (next-error): Use it.  Doc fix.
26667         * textmodes/ispell.el (ispell-command-loop): Add current
26668         dictionary name and program name to mode-line-format.
26669         (ispell-region, ispell-process-line): Add current dictionary name
26670         and program name to messages.
26672 2005-07-08  Jay Belanger  <belanger@truman.edu>
26674         * calc/calc.el (calc-embedded-announce-formula-alist)
26675         (calc-embedded-open-close-formula-alist)
26676         (calc-embedded-open-close-word-alist)
26677         (calc-embedded-open-close-plain-alist)
26678         (calc-embedded-open-close-new-formula-alist)
26679         (calc-embedded-open-close-mode-alist)
26680         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26681         (calc-embedded-mode-hook): New variables.
26683         * calc/calc-embed.el (calc-embedded-firsttime)
26684         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26685         New variables.
26686         (calc-do-embedded): Use calc-embedded-firsttime,
26687         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26688         determine whether or not to run hooks.
26689         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26690         calc-embedded-firsttime-formula appropriately.
26691         Set calc-embedded delimiter variables according to mode.
26693 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26695         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26696         Check for "emacs", etc., as entire symbol, not just as word.
26697         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26699         * files.el (set-visited-file-name): Report the error
26700         for "empty filename" earlier.
26701         (kill-some-buffers): Ignore buffers already dead.
26703         * fringe.el (fringe-mode): Doc fix.
26705         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26706         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26707         Use unwind-protect to ensure byte-compile-unresolved-functions
26708         is updated.
26710         * whitespace.el (whitespace-buffer-leading-cleanup):
26711         Simplify w/ skip-chars-forward.
26712         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26714         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26715         Unconditionally try to leave point at the same old place.
26717 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26719         * comint.el (comint-postoutput-scroll-to-bottom)
26720         (comint-show-maximum-output): Take scroll-margin into consideration.
26722 2005-07-08  Kim F. Storm  <storm@cua.dk>
26724         * ido.el (ido-use-filename-at-point): New choice `guess'.
26725         (ido-file-internal): Try ffap-guesser if selected.
26727         * ido.el (ido-before-fallback-functions): New hook.
26728         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26729         (ido-read-file-name): Run it.
26731 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26733         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26734         strings rather than a list of symbols to the completion function.
26736 2005-07-07  Jay Belanger  <belanger@truman.edu>
26738         * calc/calc-units.el (math-apply-units): Change the places in
26739         which units are simplified.
26741 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26743         * cus-edit.el (customize-option, customize-option-other-window):
26744         Make them handle aliases.
26746         * custom.el (custom-variable-p): Make it recursively follow
26747         aliases.  Mention that in the docstring.
26749 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26751         * cus-start.el (exec-path): Use `directory' instead of `file'.
26752         Fix tag for nil.
26754 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26756         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26757         when called non-interactively.  Doc fix.
26759 2005-07-07  Lute Kamstra  <lute@gnu.org>
26761         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26762         new address as well.
26764 2005-07-07  Kenichi Handa  <handa@m17n.org>
26766         * international/mule.el (make-coding-system):
26767         Describe `ascii-incompatible' property in the docstring.
26768         (set-file-name-coding-system): Signal an error if coding-system is
26769         ascii-incompatible.
26770         (set-keyboard-coding-system): Likewise.
26772         * international/mule-cmds.el (set-default-coding-systems):
26773         Don't set default-file-name-coding-system and
26774         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26776         * international/utf-16.el: Declare that all UTF-16-based coding
26777         systems are ASCII-incompatible.
26779 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26781         * progmodes/gud.el: Require font-lock for displaying errors.
26782         Used by gdb-ui.el.
26784 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26786         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26787         values for the pattern lists which are `read'able but not
26788         `append'able (like symbols).
26790 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26792         * progmodes/flymake.el (flymake-float-time): Instead of
26793         with-no-warnings, test for XEmacs.
26794         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26795         to avoid warning.
26797 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26799         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26801 2005-07-05  Lute Kamstra  <lute@gnu.org>
26803         * battery.el: Add support for Darwin (with much debugging help
26804         from Samuel Lauber <sam124@operamail.com>).
26805         (battery-status-function, battery-echo-area-format)
26806         (battery-mode-line-format): Add support for pmset on Darwin.
26807         (battery-load-low, battery-load-critical): New user options.
26808         (battery-pmset): New function.
26810 2005-07-05  Lute Kamstra  <lute@gnu.org>
26812         Update FSF's address in GPL notices.
26814         * textmodes/page-ext.el: Update FSF's address.
26816 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26818         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26819         filling from using prefix when filling a single-line docstring.
26821         * progmodes/flymake.el: Remove useless eval-when-compile.
26823         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26825 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26827         * textmodes/org.el (org-file-apps-defaults-gnu):
26828         Rename from org-file-apps-defaults-linux.
26829         (org-default-apps): Don't test system-type for `linux'.
26830         (org-file-apps): Doc fix.
26832 2005-07-04  David Ponce  <david@dponce.com>
26834         * tree-widget.el: Improve header Commentary section.
26835         (tree-widget) [defgroup]
26836         (tree-widget-image-enable, tree-widget-themes-directory)
26837         (tree-widget-theme, tree-widget-image-properties-emacs)
26838         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26839         (tree-widget-image-formats, tree-widget-control)
26840         (tree-widget-empty-control, tree-widget-leaf-control
26841         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26842         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26843         (tree-widget-keep, tree-widget-after-toggle-functions)
26844         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26845         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26846         :help-echo message.
26847         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26848         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26849         (tree-widget--cursors): New constant.
26850         (tree-widget-lookup-image): New function split from
26851         `tree-widget-find-image'.  Clearer implementation.
26852         (tree-widget-find-image): Use it.
26853         (tree-widget-button-keymap): Use `set-keymap-parent'.
26854         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26855         Define the sub-widgets here.
26856         (tree-widget-node): Check that :node is not a tree-widget.
26857         (tree-widget-get-super, tree-widget-open-control)
26858         (tree-widget-close-control, tree-widget-empty-control)
26859         (tree-widget-leaf-control, tree-widget-guide)
26860         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26861         (tree-widget-no-handle, tree-widget-value-delete)
26862         (tree-widget-map): Remove.
26863         (tree-widget-children-value-save): Doc fix.  Simplified.
26864         (tree-widget-value-create): Update according to previous changes.
26866 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26868         * textmodes/org.el: Leading space replaced by TABS.
26869         (org-recalc-marks, org-table-rotate-recalc-marks)
26870         (org-table-get-specials): Treat "^" and "_" marks.
26871         (org-table-justify-field-maybe): Optional argument NEW.
26872         (org-table-eval-formula): Parsing of the format simplified.
26873         New modes C,I.  Honor the %= parameter in the current table.
26874         Avoid unnecessary re-align by using the NEW argument to
26875         `org-table-justify-field-maybe'.
26876         (org-calc-default-modes): Default for date-format mimicks org-mode.
26877         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26879 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26881         * cus-face.el (custom-theme-set-faces): Make it handle face
26882         aliases whose alias declarations are pre- or autoloaded.
26884 2005-07-04  Juri Linkov  <juri@jurta.org>
26886         * faces.el (read-face-name): Put the code for getting a face name
26887         from the buffer before adding the faces from the `face' property.
26888         Use `completing-read-multiple' instead of `completing-read'.
26889         Require `crm'.  Add default value and post-process the returned
26890         list of faces.
26892         * emacs-lisp/crm.el (crm-find-current-element)
26893         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26895         * emacs-lisp/lisp-mode.el (eval-defun-1):
26896         * emacs-lisp/edebug.el (edebug-eval-defun):
26897         Remove unnecessary quotes.
26899 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26901         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26902         (prolog-indent-level): Fix typo in docstring.
26904         * info.el (Info-history, Info-history-forward)
26905         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26907         * add-log.el (add-change-log-entry):
26908         * comint.el (comint-dynamic-list-input-ring)
26909         (comint-dynamic-list-completions):
26910         * dabbrev.el (dabbrev-expand):
26911         * delim-col.el (delimit-columns-rectangle-line):
26912         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26913         (diff-unified->context):
26914         * ediff-init.el (ediff-abbrev-jobname):
26915         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26916         (ediff-replace-session-activity-marker-in-meta-buffer):
26917         * info.el (Info-summary):
26918         * lpr.el (printify-region):
26919         * printing.el (pr-create-interface):
26920         * ps-print.el (ps-print-quote):
26921         * ses.el (ses-column-widths, ses-print-cell)
26922         (ses-adjust-print-width, ses-center):
26923         * shell.el (shell-file-name-quote-list):
26924         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26925         (strokes-fill-current-buffer-with-whitespace)
26926         (strokes-xpm-for-stroke, strokes-list-strokes)
26927         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26928         * term.el (term-dynamic-list-input-ring)
26929         (term-dynamic-list-completions):
26930         * calc/calc.el (math-format-stack-value):
26931         * emacs-lisp/edebug.el (edebug-display-freq-count):
26932         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26933         (delphi-new-comment-line):
26934         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26935         * progmodes/executable.el (executable-set-magic):
26936         * progmodes/python.el (inferior-python-mode):
26937         * progmodes/scheme.el (scheme-mode-syntax-table):
26938         * progmodes/sh-script.el (sh-maybe-here-document):
26939         * progmodes/sql.el (sql-copy-column):
26940         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26941         * textmodes/bibtex.el (bibtex-mode):
26942         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26943         (sgml-auto-attributes):
26944         * textmodes/table.el (table-insert, table-shorten-cell)
26945         (table--generate-source-scan-lines, table-delete-row)
26946         (*table--cell-delete-char, table--spacify-frame)
26947         (table--horizontally-shift-above-and-below)
26948         (table--cell-insert-char, table--cell-blank-str)
26949         (table--fill-region-strictly):
26950         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26951         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26953         * add-log.el (change-log):
26954         * apropos.el (apropos):
26955         * comint.el (comint-completion, comint-source):
26956         * dabbrev.el (dabbrev):
26957         * delim-col.el (columns):
26958         * diff-mode.el (diff-mode):
26959         * ediff.el (ediff):
26960         * ediff-diff.el (ediff-diff):
26961         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26962         * ediff-mult.el (ediff-mult):
26963         * ediff-ptch.el (ediff-ptch):
26964         * ediff-wind.el (ediff-window):
26965         * facemenu.el (facemenu):
26966         * indent.el (indent):
26967         * info.el (info):
26968         * jka-cmpr-hook.el (compression, jka-compr):
26969         * lpr.el (lpr):
26970         * outline.el (outlines):
26971         * pcmpl-cvs.el (pcmpl-cvs):
26972         * pcmpl-rpm.el (pcmpl-rpm):
26973         * printing.el (printing):
26974         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26975         (ps-print-vertical, ps-print-headers, ps-print-font)
26976         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26977         (ps-print-background, ps-print-printer, ps-print-page)
26978         (ps-print-miscellany):
26979         * ses.el (ses):
26980         * shell.el (shell, shell-directories, shell-faces):
26981         * startup.el (initialization):
26982         * strokes.el (strokes):
26983         * term.el (term):
26984         * uniquify.el (uniquify):
26985         * w32-vars.el (w32):
26986         * calc/calc.el (calc):
26987         * emacs-lisp/bytecomp.el (bytecomp):
26988         * emacs-lisp/cl-indent.el (lisp-indent):
26989         * emacs-lisp/edebug.el (edebug):
26990         * emacs-lisp/elp.el (elp):
26991         * emacs-lisp/testcover.el (testcover):
26992         * emacs-lisp/trace.el (trace):
26993         * emulation/viper-ex.el (viper-ex):
26994         * emulation/viper-mous.el (viper-mouse):
26995         * mail/mailalias.el (mailalias):
26996         * mail/supercite.el (supercite, supercite-frames)
26997         (supercite-attr, supercite-cite, supercite-hooks):
26998         * net/rcompile.el (remote-compile):
26999         * net/rlogin.el (rlogin):
27000         * obsolete/ooutline.el (outlines):
27001         * progmodes/delphi.el (delphi):
27002         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27003         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27004         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27005         (ebnf-optimization):
27006         * progmodes/etags.el (etags):
27007         * progmodes/executable.el (executable):
27008         * progmodes/idlwave.el (idlwave):
27009         * progmodes/pascal.el (pascal):
27010         * progmodes/prolog.el (prolog):
27011         * progmodes/python.el (python):
27012         * progmodes/scheme.el (scheme):
27013         * progmodes/sh-script.el (sh, sh-script):
27014         * progmodes/sql.el (SQL):
27015         * progmodes/tcl.el (tcl):
27016         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27017         * textmodes/enriched.el (enriched):
27018         * textmodes/makeinfo.el (makeinfo):
27019         * textmodes/sgml-mode.el (sgml):
27020         * textmodes/table.el (table-hooks):
27021         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27022         * textmodes/texinfo.el (texinfo):
27023         * textmodes/two-column.el (two-column):
27024         Finish `defgroup' description with period.
27026         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27027         * eshell/esh-var.el (eshell-var):
27028         * progmodes/vhdl-mode.el (vhdl-testbench):
27029         * textmodes/org.el (org): Fix typos in docstrings.
27031         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27032         consistency.
27034         * progmodes/flymake.el (flymake-find-file): Remove.
27035         (flymake-float-time): Use `with-no-warnings'.
27036         (flymake-check-start-time, flymake-check-was-interrupted)
27037         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27038         (flymake-new-err-info): `defvar' at compile time.
27040 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27042         * replace.el (occur-hook): Doc fix.
27043         (occur-1): Don't call `occur-hook' if there are no matches.
27045 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27047         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27048         global-map, save the same map.
27049         (global-map): Don't alter it at top level.
27050         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27051         Then alter it here instead.
27052         (tpu-edt-off): Set global-map to the saved one.
27054         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27055         All references simplified.
27056         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27057         (zmacs-regions): Add defvar.
27058         (repeat-complex-command-map): Everything about that deleted.
27060         * textmodes/artist.el (artist-key-is-drawing)
27061         (artist-key-endpoint1, artist-key-poly-point-list)
27062         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27063         (artist-key-compl-table, artist-rb-save-data)
27064         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27065         Don't put them in eval-when-compile.
27066         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27068         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27069         Use with-no-warnings.
27071         * net/browse-url.el (dos-windows-version): Add defvar.
27073         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27075         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27076         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27077         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27078         Add defvar.
27079         (rmail-summary-beginning-of-message): Use with-no-warnings.
27080         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27082         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27083         Use with-no-warnings.
27085         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27086         (c-mark-function): Add point-moving-unit property.
27087         (vi-goto-line): Use with-no-warnings.
27089         * emulation/edt.el (edt-last-copied-word): Add defvar.
27090         (zmacs-region-stays): Likewise.
27091         (edt-mark-section-wisely): Use c-mark-function for C.
27092         Use makr-defun for Fortran.
27093         (time-string): defvar deleted.
27094         (edt-display-the-time): Don't set time-string.
27096         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27098         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27099         Don't warn when name is not constant
27100         or for defining the group `emacs'.
27102         * tooltip.el (gud-tooltip-mode): Add defvar.
27104         * startup.el (default-frame-background-mode): Add defvar.
27106         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27108         * info.el (tool-bar-map): Add defvar.
27110         * dired.el (dnd-protocol-alist): Add defvar.
27112         * dired-aux.el (dired-query): Display question with answer, when
27113         the user answers.
27115         * custom.el (custom-add-option): Doc fix.
27117         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27119 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27121         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27122         bogus name from the last change.
27124 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27126         * custom.el (custom-declare-variable): Fix typos in comment.
27127         (custom-known-themes): Doc fix.
27128         (custom-theme-directory): New defcustom.
27129         (require-theme): Make it check `custom-theme-directory'.
27131         * cus-theme.el (custom-new-theme-mode): New function.
27132         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27133         (custom-theme-description): Add compiler defvars.
27134         (customize-create-theme): Add doc to the "*New Custom Theme*"
27135         buffer.  Use `custom-new-theme-mode'.
27136         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27137         and save it to the `custom-theme-directory'.  Make this the
27138         default directory of the buffer.
27140 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27142         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27143         Fix unbalanced parentheses.
27145 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27147         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27148         into flymake-mode and delegate to flymake-mode.
27150         * find-file.el (ff-which-function-are-we-in): Clean up.
27152 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27154         * replace.el (occur-rename-buffer): Fix docstring.
27156         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27157         (edt-last-copied-word, edt-learn-macro-count)
27158         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27159         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27160         (time-string, zmacs-region-stays):
27161         * emulation/edt-mapper.el (edt-save-function-key-map)
27162         (EDT-key-name): `defvar' to silence the byte-compiler.
27164 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27166         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27167         font-lock-regexp-backslash.  Doc fix.
27168         (font-lock-regexp-backslash-grouping-construct): Rename from
27169         font-lock-regexp-backslash-construct.  Doc fix.
27170         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27171         grouping constructs.
27173 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27175         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27176         updating all the prerequisites.
27178 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27180         * textmodes/org.el (org-agenda-start-on-weekday)
27181         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27182         (org-agenda-use-time-grid, org-archive-location)
27183         (org-allow-space-in-links, org-usenet-links-prefer-google)
27184         (org-enable-table-editor, org-export-default-language)
27185         (org-export-html-show-new-buffer, org-fill-paragraph)
27186         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27187         (org-goto-quit, org-occur, org-eval-in-calendar)
27188         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27189         (org-agenda-diary-entry, org-remember-help)
27190         (org-table-convert-region, org-at-table-p)
27191         (org-table-move-row-down, org-table-move-row-up)
27192         (org-table-copy-region, org-table-toggle-vline-visibility)
27193         (org-table-get-stored-formulas, org-table-get-specials)
27194         (org-recalc-commands, org-table-eval-formula)
27195         (org-table-formula-substitute-names, orgtbl-make-binding)
27196         (org-format-org-table-html, org-format-table-table-html)
27197         (org-format-table-table-html-using-table-generate-source)
27198         (org-customize): Fix typos in docstrings.
27199         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27200         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27201         (org-back-to-heading): Doc fixes.
27202         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27203         (org-agenda-change-all-lines, org-get-header):
27204         Improve argument/docstring consistency.
27205         (orgtbl-error): Fix error message.
27207         * progmodes/flymake.el (flymake-find-possible-master-files)
27208         (flymake-master-file-compare, flymake-get-line-err-count)
27209         (flymake-highlight-line, flymake-gui-warnings-enabled):
27210         Fix typos in docstrings.
27211         (flymake-parse-line, flymake-get-project-include-dirs-function)
27212         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27213         Doc fixes.
27214         (flymake-get-project-include-dirs-function)
27215         (flymake-make-err-menu-data):
27216         Improve argument/docstring consistency.
27218 2005-07-01  Lute Kamstra  <lute@gnu.org>
27220         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27221         Catch errors with ignore-errors.  Use temporary buffer.
27222         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27224         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27225         background color faces.
27226         (facemenu-set-foreground, facemenu-set-background):
27227         Use facemenu-set-face-from-menu.
27228         (facemenu-set-face-from-menu): Treat face names that start with
27229         "fg:" or "bg:" as special.
27230         (facemenu-add-new-color): Don't create faces.  Simplify.
27232 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27234         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27235         (crm-find-current-element): Likewise.
27237 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27239         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27241 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27243         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27244         (archive-mouse-extract): Make it an obsolete alias.
27245         (archive-mode-map): Don't use archive-mouse-extract any more.
27246         (archive-mode, archive-extract): write-contents-hooks ->
27247         write-contents-functions.
27248         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27249         first arg.
27250         (archive-rename-entry): Update the call.
27251         (archive-zip-summarize): Remove unused var `method'.
27252         (archive-lzh-summarize): Remove unused var `creator'.
27254         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27255         dedicated frame upon exit.
27257         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27258         (archive-zip-extract, archive-zip-expunge)
27259         (archive-zip-update, archive-zip-update-case): Use executable-find.
27260         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27261         Use restore-buffer-modified-p.
27262         (archive-extract, archive-add-new-member, archive-write-file-member):
27263         Use with-current-buffer.
27264         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27266 2005-06-30  Andreas Schwab  <schwab@suse.de>
27268         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27270 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27272         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27274 2005-06-30  Juri Linkov  <juri@jurta.org>
27276         * faces.el (vertical-border): Inherit from mode-line-inactive
27277         only on tty.
27279 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27281         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27282         example, -NLINES in the `occur' docstring).
27284         * replace.el (occur-1): When no matches are found, do not set the
27285         `buffer-read-only' and modified flags for the occur buffer,
27286         because it is deleted.
27288         * emulation/cua-base.el (cua-check-pending-input)
27289         (cua-repeat-replace-region, cua-mode, cua-debug)
27290         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27291         Fix typos in docstrings.
27293         * emulation/cua-gmrk.el (cua-toggle-global-mark)
27294         (cua-cut-region-to-global-mark)
27295         (cua--cut-rectangle-to-global-mark):
27296         Remove period from end of messages.
27298         * emulation/cua-rect.el (cua-do-rectangle-padding):
27299         Remove period from end of messages.
27300         (cua--rectangle-seq-format): Fix typo in docstring.
27301         (cua-sequence-rectangle, cua-fill-char-rectangle):
27302         Improve argument/docstring consistency.
27304 2005-06-29  Juri Linkov  <juri@jurta.org>
27306         * faces.el (default-frame-background-mode): New internal variable.
27307         (frame-set-background-mode): Use it.
27309         * startup.el (normal-top-level): Set default-frame-background-mode
27310         instead of frame-background-mode.  Before setting it, test for its
27311         nil value.  Remove tests for frame-background-mode and frame
27312         parameter `reverse'.  Add test for "unspecified-fg".
27314         * term/xterm.el (xterm-rxvt-set-background-mode):
27315         * term/rxvt.el (rxvt-set-background-mode):
27316         Set default-frame-background-mode instead of frame-background-mode.
27318 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
27320         * simple.el (set-variable): Warn about obsolete user variables.
27322         * imenu.el (imenu--completion-buffer):
27323         * mouse.el (mouse-buffer-menu-alist):
27324         * msb.el (msb-invisible-buffer-p):
27325         * calendar/diary-lib.el (diary-header-line-format):
27326         * emacs-lisp/pp.el (pp-buffer):
27327         * progmodes/cperl-mode.el (cperl-do-auto-fill):
27328         * textmodes/picture.el (picture-replace-match):
27329         Change space constants followed by a sexp to "?\s ".
27331         * play/decipher.el (decipher-loop-with-breaks):
27332         * textmodes/texinfo.el (texinfo-insert-@item): Change space
27333         constants "protected" from end of line by a comment to "?\s".
27335 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27337         * font-lock.el (save-buffer-state): Use `declare'.
27339         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27340         reset the syntax-table to cperl-mode-syntax-table.
27341         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27342         "foo_print_bar" is not matched as a reserved keyword.
27344 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
27346         * textmodes/org.el (orgtbl-setup): New function, for delayed
27347         setup for the orgtbl commands.
27348         (org-calc-default-modes): New option.
27349         (orgtbl-make-binding): Use `defun' to get better help display.
27350         (org-diary): Call `org-compile-prefix-format'.
27351         (org-table-formula-substitute-names): New function.
27352         (org-agenda-day-view, org-agenda-week-view): New commands.
27353         (org-agenda-toggle-week-view): Command removed.
27354         (org-tbl-menu): Split off from org-org-menu.
27355         (org-mode): Move removal of outline-mode menus to here.
27356         (org-table-formula-debug): New option.
27357         (org-table-insert-row): Keep first field if just "#" or "*".
27358         (org-mode): Paragraph regexps fixed.
27359         (org-table-recalculate-regexp): New constant.
27360         (org-table-justify-field-maybe): Avoid replace if not necessary.
27361         (org-copy-special, org-cut-special): Use `call-interactively'.
27362         (org-table-copy-region): Take region from `interactive' call.
27363         (org-trim): Return string even if no match.
27364         (org-formula): New face.
27365         (org-set-font-lock-defaults): No longer highlight "FIXME".
27366         But highlight formula-related fields in table.
27367         (org-table-p): Use regexp, not fontification.
27368         (org-table-align): Handle white space at end of line.
27369         (org-table-formula-evaluate-inline): New option.
27370         (org-mode): Auto-wrapping in comment lines turned off.
27371         (org-table-copy-down): Evaluate only in copied field, not in
27372         destination.
27373         (org-table-current-formula): Variable removed.
27374         (org-table-store-formulas, org-table-get-stored-formulas)
27375         (org-table-modify-formulas, org-table-replace-in-formulas)
27376         (org-table-maybe-eval-formula): New functions.
27377         (org-table-get-formula): Modify to use stored formulas.
27378         (org-table-insert-column, org-table-delete-column)
27379         (org-table-move-column): Call `org-table-modify-formulas'.
27380         (org-complete): Add completion for keyword formulas.
27381         (orgtbl-mode): Pull orgtbl-mode-map to start of
27382         minor-mode-map-alist.
27384 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27386         * progmodes/python.el (python-check): Require `compile' before
27387         modifying its variables.
27389         * newcomment.el (comment-indent-default): Don't get fooled by an early
27390         end of buffer.
27392 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27394         * ps-print.el (ps-print-version): Fix version number.
27396 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
27398         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27400 2005-06-28  Richard M. Stallman  <rms@gnu.org>
27402         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27403         (flyspell-local-mouse-map): Declaration deleted.
27404         (flyspell-mouse-map): Bind only mouse-2.
27405         (flyspell-mode-map): Don't test flyspell-use-local-map.
27406         (flyspell-overlay-keymap-property-name): Var deleted.
27407         (flyspell-mode-on): Don't make local bindings for
27408         flyspell-mouse-map and flyspell-mode-map.
27409         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27411         * textmodes/ispell.el (ispell-word): Do not ignore short words.
27413         * progmodes/compile.el (compilation-next-error-function):
27414         Don't switch buffers; operate on the current buffer.
27416         * progmodes/compile.el (compilation-error-file-name)
27417         (compilation-warning-file-name, compilation-info-file-name)
27418         (compilation-line-number, compilation-column-number): New faces.
27419         (compilation-error-face, compilation-warning-face)
27420         (compilation-info-face, compilation-line-face)
27421         (compilation-column-face): Use them.
27423         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27425         * comint.el (comint-password-prompt-regexp): Accept ", try again".
27427         * bindings.el (global-map): Bind insertchar and its variants.
27429 2005-06-27  Richard M. Stallman  <rms@gnu.org>
27431         * textmodes/artist.el (artist-text-overwrite)
27432         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27434 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27436         * ps-print.el: It was not working the page selection for printing.
27437         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27438         (ps-print-version): New version 6.6.7.
27439         (ps-end-sheet): New fun.
27440         (ps-header-sheet, ps-end-job): Call it.
27442 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
27444         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27446 2005-06-27  Lute Kamstra  <lute@gnu.org>
27448         * facemenu.el (facemenu-unlisted-faces): Add foreground and
27449         background color faces.
27450         (facemenu-get-face): Delete function.
27451         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27452         (facemenu-add-new-color): Make second argument mandatory.
27453         Create the appropriate face and return it.  Simplify.
27454         (facemenu-set-foreground, facemenu-set-background): Don't check if
27455         color is defined.  Use return value of facemenu-add-new-color.
27457 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
27459         * progmodes/gud.el (gud-filter): Add missing argument to
27460         with-selected-window.
27462 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27464         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27465         a :require to the defcustom.
27467         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27468         defcustoms corresponding to minor modes.
27470 2005-06-26  David Ponce  <david@dponce.com>
27472         * recentf.el: Require tree-widget instead of wid-edit.
27473         (recentf-filename-handler): Fix widget :type.
27474         (recentf-cancel-dialog, recentf-open-more-files)
27475         (recentf-open-files-action): Doc fix.
27476         (recentf-dialog-goto-first): New function.
27477         (recentf-dialog-mode-map): Set parent keymap first.
27478         (recentf-dialog-mode): Define with define-derived-mode.
27479         Don't display continuation lines in dialogs.
27480         (recentf-edit-list): Rename from recentf-edit-selected-items.
27481         (recentf-edit-list-select): Rename from recentf-edit-list-action.
27482         Simplify.
27483         (recentf-edit-list-validate): New function.
27484         (recentf-edit-list): Update accordingly.
27485         (recentf-open-files-item-shift): Remove.
27486         (recentf-open-files-item): Convert menu elements into tree and
27487         link widgets.  Don't create the widgets.
27488         (recentf-open-files): Update accordingly.
27489         (recentf-save-list): Untabify.
27491 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
27493         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27494         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
27495         partially contained in the active region.  Do not take active
27496         region into account when called from Lisp, unless INTERACTIVE arg
27497         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
27498         avoid trouble with fields.  Make marker point nowhere when no
27499         longer used.  Always return nil.  Doc fix.
27500         (flush-lines): Add INTERACTIVE arg.  Do not take active region
27501         into account when called from Lisp, unless INTERACTIVE arg is
27502         non-nil.  Use `forward-line' instead of `beginning-of-line' to
27503         avoid trouble with fields.  Make marker point nowhere when no
27504         longer used.  Always return nil.  Doc fix.
27505         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
27506         interchangeable.  Do not take active region into account when
27507         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
27508         message in echo area when called from Lisp, unless INTERACTIVE arg
27509         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
27510         Return the number of matches.  Doc fix.
27511         (occur): Doc fix.
27512         (perform-replace): Make comment follow double space convention for
27513         the sake of `outline-minor-mode'.
27515         * faces.el (facep): Doc fix.
27517 2005-06-25  Richard M. Stallman  <rms@gnu.org>
27519         * facemenu.el (facemenu-enable-faces-p): New function.
27520         (facemenu-background-menu, facemenu-foreground-menu)
27521         (facemenu-face-menu): Add menu-enable property.
27523         * jka-compr.el (jka-compr-insert-file-contents):
27524         Special handling if cannot find the uncompression program.
27526         * cus-face.el (custom-face-attributes): Add autoload.
27528         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27529         Bind comment-indent-function locally.
27531         * window.el (save-selected-window): Use save-current-buffer.
27533         * subr.el (with-selected-window): Use save-current-buffer.
27535         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27536         and with-current-buffer.
27538 2005-06-24  Richard M. Stallman  <rms@gnu.org>
27540         * simple.el (line-move-1): Fix previous change.
27542 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
27544         * replace.el (occur-1): Set `buffer-read-only' and the
27545         buffer-modified flag before running `occur-hook' to protect
27546         against unintentional buffer switches that can lead to data loss.
27548 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
27550         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27551         (gud-gdb-marker-filter): Use font-lock-warning-face for any
27552         initial error.
27554         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27555         after fresh input.
27556         (gdb-var-create-handler): Put name of expression in quotes.
27558 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27560         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27561         elements of RING in order, and without bogus nil elements.
27563 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27565         * simple.el (set-variable): Args renamed; doc fix.
27566         (line-move-1): When there are overlays around, use vertical-motion.
27568         * faces.el (escape-glyph): Use brown against light background.
27569         (nobreak-space): Rename from no-break-space.
27570         Fix previous change.
27572         * dired-aux.el (dired-do-copy): Fix arg prompt.
27574         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27576 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27578         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27579         rather than "Distributor".
27581 2005-06-23  Lute Kamstra  <lute@gnu.org>
27583         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27584         (debug-on-entry): Use it.  New interactive declaration that uses
27585         function-called-at-point.
27587 2005-06-23  Kim F. Storm  <storm@cua.dk>
27589         * subr.el (save-match-data): Add comment about using evaporate arg
27590         to set-match-data.
27592 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27594         * cus-edit.el (customize-face)
27595         (customize-face-other-window): Handle face aliases.
27597         * faces.el (face-documentation, set-face-attribute)
27598         (face-spec-set): Handle face aliases.
27600 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27602         * help-mode.el (help-make-xrefs): If a symbol representing a face
27603         name is not followed by the word "face", it could still be a
27604         function or variable name, so don't bypass other checks.
27606 2005-06-22  Juri Linkov  <juri@jurta.org>
27608         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27609         Replace aliased functions with calls where second arg `inherit' is t.
27611 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27613         * progmodes/gdb-ui.el (gdb-error): New variable.
27614         (gdb-error): New function.
27615         (gdb-annotation-rules): Act on error-begin and error annotations.
27616         (gdb-concat-output): Use font-lock-warning-face for errors.
27618 2005-06-22  Miles Bader  <miles@gnu.org>
27620         * bindings.el (propertized-buffer-identification): Use renamed
27621         `Buffer-menu-buffer' face.
27623         * faces.el (vertical-border): Rename from `vertical-divider'.
27624         (escape-glyph): Change dark-background color back to `cyan'.
27626 2005-06-21  Juri Linkov  <juri@jurta.org>
27628         * faces.el (face-user-default-spec): Try getting `customized-face'
27629         prior to `saved-face'.
27630         (frame-background-mode): Refill docstring.
27632         * emacs-lisp/lisp-mode.el (eval-defun-1):
27633         * emacs-lisp/edebug.el (edebug-eval-defun):
27634         Set `saved-face' temporarily to nil before calling form.
27635         Set `customized-face' to the new spec after that.
27637 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27639         * subr.el (1value, lambda, key-substitution-in-progress):
27640         Doc fixes.
27642         * autoinsert.el (auto-insert-alist):
27643         * ses.el (ses-call-printer):
27644         * subr.el (noreturn):
27645         * emacs-lisp/lisp.el (check-parens):
27646         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27647         * net/browse-url.el (browse-url-mosaic):
27648         * progmodes/cc-defs.el (c-safe-scan-lists):
27649         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27650         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27651         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27652         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27653         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27654         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27656 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27658         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27660 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27662         * calendar/appt.el (appt-make-list): Activate the package, if
27663         not already active (for backwards compatibility).
27665 2005-06-20  Kim F. Storm  <storm@cua.dk>
27667         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27669 2005-06-20  Miles Bader  <miles@gnu.org>
27671         * faces.el (vertical-divider): New face.
27673 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27675         * simple.el (kill-whole-line): Doc fix.
27676         (next-error-buffer-p, next-error-find-buffer)
27677         (clone-indirect-buffer): Fix typos in docstrings.
27678         (comment-line-break-function): Doc fix: don't say variable
27679         is automatically buffer-local (it isn't).
27681 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27683         * net/tramp-ftp.el (top):
27684         * net/tramp-smb.el (top):
27685         * net/tramp-util.el (top):
27686         * net/tramp-uu.el (top):
27687         * net/tramp-vc.el (top):
27688         * net/tramp.el (top): Revert copyright years back to original
27689         ones.  Tramp has a life outside GNU Emacs.
27691 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27693         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27695 2005-06-18  Juri Linkov  <juri@jurta.org>
27697         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27698         end of first regexp to limit the match to the position between
27699         line number and source line with same separator character as used
27700         between file name and line number.  In the second regexp limit
27701         mouse-face area to file name and line number by adding new group
27702         for them and referring it in HYPERLINK arg.
27703         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27704         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27705         previous line where grep markers may be already removed.
27707 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27709         * progmodes/ps-mode.el: Update version and maintainer's email address.
27711 2005-06-18  Steve Youngs  <steve@xemacs.org>
27713         * net/browse-url.el (browse-url-browser-function)
27714         (browse-url-default-browser): Add firefox.
27715         (browse-url-firefox-program, browse-url-firefox-arguments)
27716         (browse-url-firefox-startup-arguments)
27717         (browse-url-firefox-new-window-is-tab): New defcustoms.
27718         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27720 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27722         * startup.el (command-line): Warn if specified user name has
27723         no home directory.
27725         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27726         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27728         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27729         Doc fixes.
27731         * faces.el (underline): Try bold if terminal doesn't support underline.
27733         * mail/sendmail.el (mail-setup-with-from): New variable.
27734         (mail-insert-from-field): New function.
27735         (sendmail-send-it): Call it.
27736         (mail-setup): Optionally call it here.
27738         * term/linux.el: Call tty-no-underline.
27740 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27742         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27744 2005-06-17  Miles Bader  <miles@gnu.org>
27746         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27747         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27748         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27749         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27750         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27751         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27752         Remove "-face" suffix from face names.
27753         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27754         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27755         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27756         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27757         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27758         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27759         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27760         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27761         New backward-compatibility aliases for renamed faces.
27762         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27763         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27764         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27765         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27766         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27767         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27768         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27769         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27770         Use renamed ediff faces.
27772         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27773         Remove "-face" suffix from face names.
27774         (eshell-test-ok-face, eshell-test-failed-face):
27775         New backward-compatibility aliases for renamed faces.
27776         (eshell-run-test): Use renamed eshell-test faces.
27778         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27779         face name.
27780         (eshell-prompt-face): New backward-compatibility alias for renamed
27781         face.
27782         (eshell-emit-prompt): Use renamed eshell-prompt face.
27784         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27785         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27786         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27787         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27788         Remove "-face" suffix from face names.
27789         (eshell-ls-directory-face, eshell-ls-symlink-face)
27790         (eshell-ls-executable-face, eshell-ls-readonly-face)
27791         (eshell-ls-unreadable-face, eshell-ls-special-face)
27792         (eshell-ls-missing-face, eshell-ls-archive-face)
27793         (eshell-ls-backup-face, eshell-ls-product-face)
27794         (eshell-ls-clutter-face):
27795         New backward-compatibility aliases for renamed faces.
27796         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27798         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27799         Remove "-face" suffix from face name.
27800         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27801         instead of literal face.
27803 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27805         * emacs-lisp/warnings.el (display-warning, lwarn)
27806         (warning-minimum-log-level): Doc fixes.
27807         (warning-minimum-level, warning-minimum-log-level):
27808         Add :debug to :type choices.
27810         * progmodes/ada-mode.el (ada-format-paramlist)
27811         (ada-get-indent-case, ada-check-matching-start)
27812         (ada-check-defun-name, ada-goto-matching-decl-start)
27813         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27814         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27815         (ada-make-subprogram-body): Follow error conventions.
27816         (ada-case-exception-file, ada-indent-comment-as-code)
27817         (ada-indent-handle-comment-special, ada-indent-renames)
27818         (ada-indent-return, ada-search-directories-internal)
27819         (ada-tab-policy, ada-case-exception-substring)
27820         (ada-other-file-alist, ada-matching-start-re)
27821         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27822         (ada-imenu-generic-expression, ada-compile-goto-error)
27823         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27824         (ada-popup-menu, ada-add-extensions, ada-mode)
27825         (ada-region-selected, ada-create-case-exception)
27826         (ada-create-case-exception-substring, ada-after-keyword-p)
27827         (ada-activate-keys-for-case, ada-adjust-case-region)
27828         (ada-adjust-case-buffer, ada-format-paramlist)
27829         (ada-scan-paramlist, ada-insert-paramlist)
27830         (ada-indent-newline-indent)
27831         (ada-indent-newline-indent-conditional)
27832         (ada-justified-indent-current, ada-goto-previous-word)
27833         (ada-indent-current, ada-get-indent-open-paren)
27834         (ada-get-indent-paramlist, ada-get-indent-end)
27835         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27836         (ada-get-indent-block-start, ada-get-indent-subprog)
27837         (ada-get-indent-noindent, ada-get-indent-label)
27838         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27839         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27840         (ada-goto-stmt-end, ada-goto-next-word)
27841         (ada-check-matching-start, ada-check-defun-name)
27842         (ada-goto-matching-decl-start, ada-goto-matching-start)
27843         (ada-goto-matching-end, ada-search-ignore-string-comment)
27844         (ada-in-decl-p, ada-looking-at-semi-or)
27845         (ada-looking-at-semi-private, ada-in-paramlist-p)
27846         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27847         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27848         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27849         (ada-previous-package, ada-create-menu)
27850         (ada-fill-comment-paragraph-justify)
27851         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27852         (ada-other-file-name, ada-last-which-function-line)
27853         (ada-last-which-function-subprog, ada-which-function)
27854         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27855         (ada-gen-treat-proc, ada-check-emacs-version)
27856         (ada-continuation-indent, ada-align-region-separate):
27857         Fix typos in docstrings.
27858         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27860 2005-06-16  Lute Kamstra  <lute@gnu.org>
27862         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27863         conditionally.
27865 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27867         * comint.el (comint-replace-by-expanded-filename)
27868         (comint-prompt-regexp, comint-delimiter-argument-list)
27869         (comint-preinput-scroll-to-bottom):
27870         * info.el (Info-hide-cookies-node):
27871         * ls-lisp.el (ls-lisp-classify):
27872         * find-file.el (ff-search-directories, ff-special-constructs)
27873         (ff-find-other-file):
27874         * font-lock.el (font-lock-keywords):
27875         * shell.el (shell-prompt-pattern)
27876         (shell-dynamic-complete-functions, shell-mode)
27877         (shell-delimiter-argument-list):
27878         * term.el (term-replace-by-expanded-filename)
27879         (term-prompt-regexp, term-delimiter-argument-list):
27880         * woman.el (woman-ignore, woman0-if):
27881         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27882         * emacs-lisp/elint.el (elint-init-env):
27883         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27884         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27885         * language/ethio-util.el (ethio-tilde-escape)
27886         (ethio-use-three-dot-question):
27887         * net/zone-mode.el (zone-mode-load-time-setup):
27888         * progmodes/cc-align.el (c-lineup-argcont):
27889         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27890         * progmodes/cperl-mode.el (cperl-set-style-back):
27891         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27892         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27893         Fix spellings in docstrings.
27895         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27896         * progmodes/modula2.el (m2-for): Fix spellings.
27898         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27900         * simple.el (undo-more): Don't use `format' on `error' arguments.
27901         Improve argument/docstring consistency.
27902         (pending-undo-list): Doc fix.
27904         * smerge-mode.el (smerge-ensure-match):
27905         * emulation/vip.el (vip-ex):
27906         * net/zone-mode.el (zone-mode-update-serial):
27907         * progmodes/idlwave.el (idlwave-complete):
27908         * progmodes/vhdl-mode.el (vhdl-visit-file)
27909         (vhdl-compose-wire-components):
27910         Don't use `format' on `error' arguments.
27912         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27913         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27914         (tooltip-help-tips): Fix typos in docstrings.
27916 2005-06-16  David Ponce  <david@dponce.com>
27918         * tree-widget.el (tree-widget-value-create): Simplify last change.
27920 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27922         * ido.el (ido-incomplete-regexp): New variable.
27923         (ido-set-matches-1): Handle invalid-regexp error and set
27924         ido-incomplete-regexp.
27925         (ido-incomplete-regexp): New face.
27926         (ido-completions): Use it.
27927         (ido-complete, ido-exit-minibuffer, ido-completions):
27928         Handle incomplete regexps.
27929         (ido-completions): Add check for complete match when entering a regexp.
27931 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27933         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27935 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27937         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27938         by field delimiters.
27940 2005-06-15  David Ponce  <david@dponce.com>
27942         * tree-widget.el: eval-and-compile inlined functions so they will
27943         be available at run-time too.
27944         (tree-widget-super-format-handler)
27945         (tree-widget-format-handler): Remove.
27946         (tree-widget-value-create): Handle the :indent property.
27948 2005-06-15  Miles Bader  <miles@gnu.org>
27950         * progmodes/which-func.el (which-func): Only inherit
27951         `font-lock-function-name-face' when that makes sense against the
27952         default mode-line face, otherwise set the face color explicitly.
27954         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27955         faces instead of (non-existent) variables.
27957 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27959         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27960         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27962 2005-06-14  Miles Bader  <miles@gnu.org>
27964         * progmodes/ld-script.el (ld-script-location-counter):
27965         Remove "-face" suffix from face name.
27966         (ld-script-location-counter-face):
27967         New backward-compatibility alias for renamed face.
27968         (ld-script-location-counter-face): Use renamed face.
27970         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27971         (cperl-hash): Remove "-face" suffix from face names.
27972         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27973         New backward-compatibility aliases for renamed faces.
27974         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27975         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27977         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27978         name.
27979         (which-func-face): New backward-compatibility alias for renamed face.
27980         (which-func-format): Use renamed which-func face.
27982         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27983         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27984         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27985         names.
27986         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27987         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27988         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27989         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27990         (vhdl-speedbar-architecture-selected)
27991         (vhdl-speedbar-configuration-selected)
27992         (vhdl-speedbar-package-selected)
27993         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27994         names.
27995         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27996         Use renamed faces.
27997         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27998         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27999         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28000         Use renamed faces.
28001         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28002         names.
28003         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28004         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28005         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28006         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28007         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28008         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28010         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28011         face name.
28012         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28013         (sh-heredoc-face): Use renamed sh-heredoc face.
28015         * progmodes/idlw-help.el (idlwave-help-link):
28016         Remove "-face" suffix from face name.
28017         (idlwave-help-link-face):
28018         New backward-compatibility alias for renamed face.
28019         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28021         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28022         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28023         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28024         New backward-compatibility aliases for renamed faces.
28025         (idlwave-shell-disabled-breakpoint-face)
28026         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28028         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28029         Remove "-face" suffix from face names.
28030         (flymake-errline-face, flymake-warnline-face):
28031         New backward-compatibility aliases for renamed faces.
28032         (flymake-highlight-line): Use renamed flymake faces.
28034         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28035         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28036         (ebrowse-member-class, ebrowse-progress):
28037         Remove "-face" suffix from face names.
28038         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28039         (ebrowse-file-name-face, ebrowse-default-face)
28040         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28041         (ebrowse-progress-face):
28042         New backward-compatibility aliases for renamed faces.
28043         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28044         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28045         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28046         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28048         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28049         antlr-syntax)
28050         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28051         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28052         names.
28053         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28054         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28055         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28056         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28057         backward-compatibility aliases for renamed faces.
28058         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28059         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28060         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28061         remove "font-lock-".  Use renamed antlr-mode faces.
28062         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28063         literal face-names with face variable references.
28065         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28066         face name.
28067         (Buffer-menu-buffer-face): New backward-compatibility alias for
28068         renamed face.
28069         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28071 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28073         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28074         Eliminate "-face" suffix.
28075         (makefile-targets): Inherit from font-lock-function-name-face and
28076         eliminate "-face" suffix.
28077         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28078         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28079         actions, instead of prepending, to make it less visible.
28080         (makefile-previous-dependency, makefile-match-dependency):
28081         Don't match a target on a continuation line.
28083         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28085 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28087         * progmodes/gdb-ui.el (menu): Re-order menu items.
28088         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28090         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28091         Define in tooltip.el.
28092         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28093         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28094         gud-tooltip-echo-area.
28096         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28097         backward compatibility and make obsolete.
28098         (tooltip-help-tips): Use tooltip-use-echo-area.
28099         (tooltip-show-help-function): Rename to...
28100         (tooltip-show-help): ...this, because it is a function.
28101         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28103 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28105         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28106         (edebug-print-length, edebug-print-level, edebug-print-circle)
28107         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28108         (edebug-eval-print-last-sexp): Doc fixes.
28110 2005-06-14  Kim F. Storm  <storm@cua.dk>
28112         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28113         as the coverage buffer/file/both may change.
28115 2005-06-14  Lute Kamstra  <lute@gnu.org>
28117         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28118         and run-mode-hooks.  Simplify.
28120         * mail/rmailedit.el (rmail-edit-mode):
28121         * progmodes/octave-inf.el (inferior-octave-mode):
28122         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28124         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28125         and run-mode-hooks.
28126         (recentf-edit-list, recentf-open-files): Don't call
28127         kill-all-local-variables directly.
28129         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28131 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28133         * emacs-lisp/byte-run.el (make-obsolete)
28134         (define-obsolete-function-alias): Rename arguments FUNCTION and
28135         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28136         (make-obsolete-variable, define-obsolete-variable-alias):
28137         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28138         respectively.
28140         * isearchb.el (isearchb-activate):
28141         * pcvs.el (cvs-mode):
28142         * ses.el (ses-load):
28143         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28144         * net/tramp.el (tramp-find-file-exists-command)
28145         (tramp-find-shell):
28146         * progmodes/ada-mode.el (ada-create-case-exception)
28147         (ada-create-case-exception-substring, ada-make-subprogram-body):
28148         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28149         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28150         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28151         * textmodes/org.el (org-promote, org-evaluate-time-range)
28152         (org-agenda-next-date-line, org-agenda-previous-date-line)
28153         (org-agenda-error, org-open-at-point, org-table-move-row)
28154         (org-format-table-table-html-using-table-generate-source)
28155         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28156         * textmodes/reftex.el (reftex-access-scan-info):
28157         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28158         (reftex-toc-promote-prepare): Follow error conventions.
28160         * diff-mode.el (diff-mode): Fix typo in docstring.
28162         * forms.el (forms--intuit-from-file): Fix reference to
28163         `forms-number-of-fields' in error message.
28164         (forms-print): Fix quoting in error message.
28166         * forms.el (forms-mode):
28167         * emulation/vi.el (vi-goto-insert-state):
28168         * progmodes/flymake.el (flymake-new-err-info)
28169         (flymake-start-syntax-check-for-current-buffer)
28170         (flymake-simple-cleanup):
28171         * eshell/esh-var.el (eshell/export):
28172         * progmodes/gud.el (xdb):
28173         * textmodes/flyspell.el (flyspell-incorrect-hook)
28174         (flyspell-maybe-correct-transposition)
28175         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28177 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28179         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28180         minibuffer prompt.
28182 2005-06-13  Kim F. Storm  <storm@cua.dk>
28184         * subr.el (add-to-ordered-list): New defun.
28186         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28187         add cua--keymap-alist to emulation-mode-map-alists.
28189 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28191         * subr.el (complete-in-turn): New macro.
28192         (dynamic-completion-table, lazy-completion-table): Add debug info.
28194         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28195         in preference to face aliases.
28197         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28198         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28199         Remove unused vars `start' and `firstline'.
28200         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28201         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28203 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28205         * cus-start.el (all): Don't complain about missing GTK-related
28206         variables, unless either `gtk' is boundp or this isn't a
28207         `windows-nt' build.
28209 2005-06-13  Lute Kamstra  <lute@gnu.org>
28211         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28212         run-mode-hooks.
28214         * ediff-mult.el (ediff-meta-mode):
28215         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28217         * ledit.el (ledit-mode): Use delay-mode-hooks.
28219         * woman.el (woman-mode-line-format): Delete constant.
28220         (woman-mode-map): Initialize it properly.
28221         (woman-mode): Set mode-class property to special.
28222         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28223         Set major-mode and mode-name.  Don't set mode-line-format directly.
28224         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28226         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28227         string argument obsolete.
28229 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28231         * textmodes/org.el (org-CUA-compatible): New option.
28232         (org-disputed-keys): New variable.
28233         (org-key): New function.
28234         (orgtbl-make-binding): Add docstring to the created function.
28235         (org-mode): Set paragraph start/separate regexps.
28236         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28237         (org-archive-location, org-archive-mark-done)
28238         (org-archive-stamp-time): New options.
28239         (org-archive-subtree): New command.
28240         (org-fill-paragraph): New function.
28241         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28242         (org-fake-empty-table-line): Function removed.
28243         (org-format-org-table-html): Do not create empty table lines at
28244         separator lines.  Improved table header treatment.
28245         (org-link-format): New option.
28246         (org-make-link): New function.
28247         (org-insert-link, org-store-link): Use org-make-link.
28248         (org-open-file): Quote file name for shell command, to allow
28249         spaces in file names.
28250         (org-link-regexp): Fix bug with mailto link.
28251         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28252         New constants.
28253         (org-export-as-html): Deal with the optional angles around a link.
28254         Better treatment of file: links.
28255         (org-open-at-point): Replace @{ and @} with < and >.
28256         (org-run-mode-hooks): Function removed.
28257         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28259 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28261         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28262         MI command -data-list-register-values.
28263         (gdb-post-prompt): Indent properly.
28265 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28267         * hilit-chg.el (highlight-changes-colors): Rename from
28268         `highlight-changes-colours'.
28269         (highlight-changes-colours): Keep as obsolete alias.
28270         (highlight-changes-face-list): Doc fix.
28271         (hilit-chg-make-list): Use `highlight-changes-colors'.
28273 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28275         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28276         defun-prompt-regexp.
28278 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28280         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28281         and cygwin.
28283         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28284         Don't use an old loaddefs.el, as in Makefile.in.
28286 2005-06-12  Lute Kamstra  <lute@gnu.org>
28288         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28290         * man.el (Man-mode-map): Initialize it properly.
28291         (Man-mode): Set mode-class property to special.
28293         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28295 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
28297         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28298         A newline is needed in the docstring there.
28300         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28301         Doc fixes.
28303 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28305         * printing.el: Doc fix.  The menubar is no more changed when printing
28306         is loaded, it only changes when pr-menu-bind or pr-update-menus is
28307         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
28308         (pr-version): New version number (6.8.4).
28309         (pr-menu-bind): New command.
28310         (pr-update-menus): Docstring and code fix.
28311         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28312         Docstring fix.
28313         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28314         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28316 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
28318         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28319         "Returns" to "return", document useful return values, etc.
28321 2005-06-11  Alan Mackenzie  <acm@muc.de>
28323         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28324         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28325         (adaptive-file-function): Minor amendment to doc-string.
28327 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28329         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28330         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28331         Fix :type--it is `integer', not `string'.
28333         * faces.el (modeline-highlight): Rename from (the erroneous)
28334         `modeline-higilight'.
28336 2005-06-11  Lute Kamstra  <lute@gnu.org>
28338         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28339         lisp-interaction-mode-map but make it the parent.
28340         (edebug-eval-mode): Use define-derived-mode.
28342 2005-06-11  Andreas Schwab  <schwab@suse.de>
28344         * bindings.el: Add binding of `ESC functionkey' for every
28345         `M-functionkey'.
28346         * hexl.el (hexl-mode-map): Likewise.
28348 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
28350         * progmodes/compile.el (compilation-error-regexp-alist-alist)
28351         [msft]: update regexp for newer msft compilers.
28353 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
28355         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28356         ATTLIST portions of included DTDs.
28357         (xml-parse-dtd): Eliminate use of inefficient match-data.
28359 2005-06-10  Miles Bader  <miles@gnu.org>
28361         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28362         (mpuz-text): Remove "-face" suffix from face names.
28363         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28364         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28365         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28367         * play/gomoku.el (gomoku-O, gomoku-X):
28368         Remove "-face" suffix from face names.
28369         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28370         New backward-compatibility aliases for renamed faces.
28371         (gomoku-font-lock-keywords): Use renamed gomoku faces.
28373 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28375         * thumbs.el: Fixes for changes of 2005-06-09.
28376         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28377         as a directory.
28378         (thumbs-thumbname): Remove directory separator from format string;
28379         `thumbs-thumbsdir' now returns a valid directory name.
28380         (thumbs-temp-dir): New defsubst.
28381         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28382         Use it.
28384         * cus-edit.el (minibuffer):
28385         * files.el (make-backup-file-name-function):
28386         * filesets.el (filesets-external-viewers):
28387         * hilit-chg.el (highlight-changes-colours)
28388         (highlight-changes-face-list, highlight-changes-rotate-faces):
28389         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28390         * kmacro.el (kmacro-call-macro):
28391         * log-edit.el (log-edit-changelog-full-paragraphs):
28392         * mouse.el (mouse-1-click-follows-link):
28393         * skeleton.el (skeleton-autowrap):
28394         * subr.el (insert-for-yank-1):
28395         * tempo.el (tempo-insert-region):
28396         * terminal.el (terminal-emulator):
28397         * time.el (display-time-mail-face):
28398         * vc.el (vc-annotate):
28399         * vcursor.el (vcursor-copy-line):
28400         * woman.el (woman-bold-headings, woman-ignore)
28401         (woman-default-faces, woman-monochrome-faces):
28402         * calendar/todo-mode.el (todo-insert-threshold):
28403         * emulation/pc-select.el (pc-select-selection-keys-only)
28404         (pc-selection-mode):
28405         * emulation/vip.el (vip-find-char-forward):
28406         * emulation/viper-cmd.el (viper-find-char-forward):
28407         * international/mule-cmds.el
28408         (select-safe-coding-system-accept-default-p)
28409         (input-method-exit-on-invalid-key):
28410         * international/mule-diag.el (describe-coding-system):
28411         * international/ucs-tables.el (unify-8859-on-encoding-mode):
28412         * net/browse-url.el (browse-url-xterm-program):
28413         * obsolete/lazy-lock.el (lazy-lock-mode):
28414         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28415         (cperl-mode):
28416         * progmodes/cpp.el (cpp-face-light-name-list)
28417         (cpp-face-dark-name-list):
28418         * progmodes/delphi.el (delphi-newline-always-indents):
28419         Fix spellings in docstrings.
28421         * ido.el (ido-mode, ido-file-extensions-order)
28422         (ido-default-file-method, ido-default-buffer-method)
28423         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28424         (ido-decorations, ido-read-file-name-as-directory-commands)
28425         (ido-read-file-name-non-ido, ido-work-directory-list)
28426         (ido-ignore-item-temp-list, ido-current-directory)
28427         (ido-magic-forward-char, ido-enter-find-file)
28428         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28429         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28431 2005-06-10  Lute Kamstra  <lute@gnu.org>
28433         * play/dunnet.el (dun-mode): Use define-derived-mode.
28434         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
28435         obsolete alias.
28437         * play/doctor.el (doctor-mode-map): Remove defvar.
28438         (doctor-mode): Use define-derived-mode.
28440         * mail/mspools.el (mspools-mode):
28441         * net/eudc-hotlist.el (eudc-hotlist-mode):
28442         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28444 2005-06-10  Miles Bader  <miles@gnu.org>
28446         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28447         Remove "-face" suffix from face names.
28448         (flyspell-incorrect-face, flyspell-duplicate-face):
28449         New backward-compatibility aliases for renamed faces.
28450         (flyspell-mode-on, make-flyspell-overlay)
28451         (flyspell-highlight-incorrect-region)
28452         (flyspell-highlight-duplicate-region)
28453         (flyspell-display-next-corrections)
28454         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28456         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28457         from face name.
28458         (texinfo-heading-face): New backward-compatibility alias for
28459         renamed face.
28460         (texinfo-heading-face): Use renamed texinfo-heading face.
28462         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28463         suffix from face names.
28464         (tex-math-face, tex-verbatim-face):
28465         New backward-compatibility aliases for renamed faces.
28466         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28467         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28468         literal face name.
28470         * textmodes/table.el (table-cell): Remove "-face" suffix from face
28471         name.
28472         (table-cell-face): New backward-compatibility alias for renamed face.
28473         (table--put-cell-face-property, table--update-cell-face):
28474         Use renamed table-cell face.
28476         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28477         from face name.
28478         (sgml-namespace-face): New backward-compatibility alias for
28479         renamed face.
28480         (sgml-namespace-face): Use renamed sgml-namespace face.
28482         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28483         (org-level-4, org-level-5, org-level-6, org-level-7)
28484         (org-level-8, org-warning, org-headline-done)
28485         (org-deadline-announce, org-scheduled-today)
28486         (org-scheduled-previously, org-link, org-done, org-table)
28487         (org-time-grid): Remove "-face" suffix from face names.
28488         (org-level-1-face, org-level-2-face, org-level-3-face)
28489         (org-level-4-face, org-level-5-face, org-level-6-face)
28490         (org-level-7-face, org-level-8-face, org-warning-face)
28491         (org-headline-done-face, org-deadline-announce-face)
28492         (org-scheduled-today-face, org-scheduled-previously-face)
28493         (org-link-face, org-done-face, org-table-face)
28494         (org-time-grid-face):
28495         New backward-compatibility aliases for renamed faces.
28496         (org-level-faces, org-set-font-lock-defaults, org-timeline)
28497         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28498         (org-agenda-get-timestamps, org-agenda-get-scheduled)
28499         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28501         * emulation/viper-init.el (viper-search, viper-replace-overlay)
28502         (viper-minibuffer-emacs, viper-minibuffer-insert)
28503         (viper-minibuffer-vi): Remove "-face" suffix from face names.
28504         (viper-search-face, viper-replace-overlay-face)
28505         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28506         (viper-minibuffer-vi-face):
28507         New backward-compatibility aliases for renamed faces.
28508         (viper-search-face, viper-replace-overlay-face)
28509         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28510         (viper-minibuffer-vi-face): Use renamed viper faces.
28512         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28513         Remove "-face" suffix from face names.
28514         (testcover-nohits-face, testcover-1value-face):
28515         New backward-compatibility aliases for renamed faces.
28516         (testcover-mark): Use renamed testcover faces.
28518         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28519         face name.
28520         (diary-button-face): New backward-compatibility alias for renamed face.
28521         (diary-entry): Use renamed diary-button face.
28523         * calendar/calendar.el (diary, calendar-today, holiday)
28524         (mark-visible-calendar-date): Remove "-face" suffix from face names.
28525         (diary-face, calendar-today-face, holiday-face):
28526         New backward-compatibility aliases for renamed faces.
28527         (eval-after-load "facemenu", diary-entry-marker)
28528         (calendar-today-marker, calendar-holiday-marker, diary-face):
28529         Use renamed calendar faces.
28531         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28532         (compare-windows-face): New backward-compatibility alias for
28533         renamed face.
28534         (compare-windows-highlight): Use renamed compare-windows face.
28536         * strokes.el (strokes-char): Remove "-face" suffix from face name.
28537         (strokes-char-face): New backward-compatibility alias for renamed face.
28538         (strokes-encode-buffer): Use renamed strokes-char face.
28540         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28541         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28542         Remove "-face" suffix from face names.
28543         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28544         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28545         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28546         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28547         Use renamed pcvs faces.
28548         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28549         * pcvs-defs.el (cvs-mode-map): Likewise.
28550         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28552         * info.el (info-title-1, info-title-2, info-title-3)
28553         (info-title-4): Remove "-face" suffix from and downcase face names.
28554         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28555         (Info-title-4-face):
28556         New backward-compatibility aliases for renamed faces.
28557         (Info-fontify-node): Use renamed info faces.
28559         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28560         Remove "-face" suffix from face names.
28561         (highlight-changes-face, highlight-changes-delete-face):
28562         New backward-compatibility aliases for renamed faces.
28563         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28564         (hilit-chg-make-list): Use renamed highlight-changes faces.
28566         * generic-x.el (show-tabs-tab, show-tabs-space):
28567         Remove "-face" suffix from face names.
28568         (show-tabs-tab-face, show-tabs-space-face):
28569         New backward-compatibility aliases for renamed faces.
28570         (show-tabs-generic-mode-font-lock-defaults-1)
28571         (show-tabs-generic-mode-font-lock-defaults-2):
28572         Use renamed show-tabs faces.
28574         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28575         (smerge-markers): Remove "-face" suffix from face names.
28576         (smerge-mine-face, smerge-other-face, smerge-base-face)
28577         (smerge-markers-face):
28578         New backward-compatibility aliases for renamed faces.
28579         (smerge-mine-face, smerge-other-face, smerge-base-face)
28580         (smerge-markers-face): Use renamed smerge faces.
28582         * log-view.el (log-view-file, log-view-message): Remove "-face"
28583         suffix from face names.
28584         (log-view-file-face, log-view-message-face):
28585         New backward-compatibility aliases for renamed faces.
28586         (log-view-file-face, log-view-message-face): Use renamed log-view
28587         faces.
28589         * paren.el (show-paren-match, show-paren-mismatch):
28590         Remove "-face" suffix from face names.
28591         (show-paren-match-face, show-paren-mismatch-face):
28592         New backward-compatibility aliases for renamed faces.
28593         (show-paren-function): Use renamed show-paren faces.
28595         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28596         (ruler-mode-margins, ruler-mode-fringes)
28597         (ruler-mode-column-number, ruler-mode-fill-column)
28598         (ruler-mode-comment-column, ruler-mode-goal-column)
28599         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28600         suffix from face names.
28601         (ruler-mode-default-face, ruler-mode-pad-face)
28602         (ruler-mode-margins-face, ruler-mode-fringes-face)
28603         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28604         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28605         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28606         New backward-compatibility aliases for renamed faces.
28607         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28608         (ruler-mode-column-number, ruler-mode-fill-column)
28609         (ruler-mode-comment-column, ruler-mode-goal-column)
28610         (ruler-mode-tab-stop, ruler-mode-current-column)
28611         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28612         faces.
28614         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28615         face name.
28616         (whitespace-highlight-the-space): Use renamed face.
28617         (whitespace-highlight-face): New backward-compatibility alias for
28618         renamed face.
28620         * woman.el (woman-italic, woman-bold, woman-unknown)
28621         (woman-addition, woman-symbol-face):
28622         Remove "-face" suffix from face names.
28623         (woman-italic-face, woman-bold-face, woman-unknown-face)
28624         (woman-addition-face):
28625         New backward-compatibility aliases for renamed faces.
28626         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28627         (woman-decode-region, woman-replace-match)
28628         (woman-display-extended-fonts, woman-special-characters)
28629         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28630         Use renamed woman faces.
28632         * longlines.el (longlines-visible-face): Face removed.
28634         * diff-mode.el (diff-header, diff-file-header, diff-index)
28635         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28636         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28637         suffix from face names.
28638         (diff-header-face, diff-file-header-face, diff-index-face)
28639         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28640         (diff-changed-face, diff-function-face, diff-context-face)
28641         (diff-nonexistent-face): New backward-compatibility aliases for
28642         renamed faces.
28643         (diff-header-face, diff-file-header-face)
28644         (diff-index, diff-index-face, diff-hunk-header)
28645         (diff-hunk-header-face, diff-removed, diff-removed-face)
28646         (diff-added, diff-added-face, diff-changed-face, diff-function)
28647         (diff-function-face, diff-context-face, diff-nonexistent)
28648         (diff-nonexistent-face): Use renamed diff-mode faces.
28650         * progmodes/compile.el (compilation-warning-face)
28651         (compilation-info-face): Remove "-face" suffix from face names.
28652         (compilation-warning-face, compilation-info-face):
28653         New backward-compatibility aliases for renamed faces.
28654         (compilation-warning-face, compilation-info-face):
28655         Use renamed compilation faces.
28657         * add-log.el (change-log-date, change-log-name)
28658         (change-log-email, change-log-file, change-log-list)
28659         (change-log-conditionals, change-log-function)
28660         (change-log-acknowledgement): Remove "-face" suffix from face names.
28661         (change-log-date-face, change-log-name-face)
28662         (change-log-email-face, change-log-file-face)
28663         (change-log-list-face, change-log-conditionals-face)
28664         (change-log-function-face, change-log-acknowledgement-face):
28665         New backward-compatibility aliases for renamed faces.
28666         (change-log-font-lock-keywords): Use renamed change-log faces.
28668         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28669         (custom-set, custom-changed, custom-saved, custom-button)
28670         (custom-button-pressed, custom-documentation, custom-state)
28671         (custom-comment, custom-comment-tag, custom-variable-tag)
28672         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28673         (custom-group-tag): Remove "-face" suffix from face names.
28674         (custom-magic-alist, custom-magic-value-create)
28675         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28676         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28677         (custom-set-face, custom-changed-face, custom-saved-face)
28678         (custom-button-face, custom-button-pressed-face)
28679         (custom-documentation-face, custom-state-face)
28680         (custom-comment-face, custom-comment-tag-face)
28681         (custom-variable-tag-face, custom-variable-button-face)
28682         (custom-face-tag-face, custom-group-tag-face-1)
28683         (custom-group-tag-face):
28684         New backward-compatibility aliases for renamed faces.
28686         * wid-edit.el (widget-documentation, widget-button)
28687         (widget-field, widget-single-line-field, widget-inactive)
28688         (widget-button-pressed): "-face" suffix removed from face names.
28689         (widget-documentation-face, widget-button-face)
28690         (widget-field-face, widget-single-line-field-face)
28691         (widget-inactive-face, widget-button-pressed-face):
28692         New backward-compatibility aliases for renamed faces.
28693         (widget-documentation-face, widget-button-face)
28694         (widget-button-pressed-face, widget-specify-field)
28695         (widget-specify-inactive): Use renamed widget faces.
28697 2005-06-10  Kenichi Handa  <handa@m17n.org>
28699         * term/x-win.el (x-clipboard-yank): Remove condition-case
28700         wrapping.
28702 2005-06-11  Kenichi Handa  <handa@m17n.org>
28704         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28705         date lines stricter.
28707 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28709         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28710         of x-get-selection.
28712 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28714         * comint.el (comint-mode, comint-snapshot-last-prompt):
28715         * frame.el (frame-current-scroll-bars):
28716         * term.el (term-mode, term-check-proc, term-input-sender)
28717         (term-simple-send, term-extract-string, term-word)
28718         (term-match-partial-filename):
28719         * window.el (window-current-scroll-bars):
28720         * emulation/cua-base.el (cua-normal-cursor-color)
28721         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28722         (cua-global-mark-cursor-color):
28723         * mail/undigest.el (rmail-forward-separator-regex):
28724         Fix typos in docstrings.
28726         * comint.el (comint-check-proc, make-comint-in-buffer)
28727         (comint-source-default): Doc fixes.
28729         * term.el (term-send-string): Improve argument/docstring consistency.
28731 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28733         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28734         call to `delete-region'.
28735         (comint-mode-hook): Do not enable Font Lock by default.
28737 2005-06-09  Lute Kamstra  <lute@gnu.org>
28739         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28740         could be void.
28742 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28744         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28745         (debug): Use it.
28746         (debugger-step-through, debugger-continue, debugger-jump)
28747         (debugger-return-value): Set it when needed.
28748         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28749         Use inhibit-read-only.
28751 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28753         * window.el (shrink-window-if-larger-than-buffer)
28754         (window-size-fixed): Fix typo in docstring.
28756         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28757         thumbnails directory on loading.
28758         (thumbs-conversion-program): Use `eq' to check the system type,
28759         not `equal'.
28760         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28761         not "/tmp".  Fix docstring.
28762         (thumbs-thumbsdir): New function to return the thumbnails
28763         directory, creating it if needed.
28764         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28765         (thumbs-temp-file): Delete variable and make it into a function.
28766         (thumbs-resize-image, thumbs-modify-image): Use it.
28767         (thumbs-kill-buffer): Simplify.
28768         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28769         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28770         docstrings.
28772 2005-06-09  Kim F. Storm  <storm@cua.dk>
28774         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28775         set-match-data to free markers in match-data.
28777         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28778         match-data to unchain markers in match-data.
28780 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28782         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28783         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28784         unnecessary now.
28786 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28788         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28789         give the variable a doc string that doesn't say don't set it directly.
28791         * textmodes/ispell.el (ispell-check-version):
28792         Use match-string-no-properties.
28793         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28794         (ispell-buffer-local-words): Likewise.
28796         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28797         except on terminals with enough colors to really display it.
28798         (makefile-dependency-regex): Delete spurious `bb'.
28800         * faces.el (escape-glyph): Use blue once again in last case.
28801         (no-break-space): Redefine so that it isn't invisible on a tty.
28803 2005-06-08  Kim F. Storm  <storm@cua.dk>
28805         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28806         also when reading directory name.
28808 2005-06-08  Lute Kamstra  <lute@gnu.org>
28810         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28811         (flyspell-mode-line-string): Remove autoload cookie.
28812         (flyspell-mode): Remove defvar.
28814 2005-06-07  Lute Kamstra  <lute@gnu.org>
28816         * textmodes/org.el (org-run-mode-hooks): New function.
28817         (org-agenda-mode): Use it.
28819 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28821         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28823 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28825         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28827 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28829         * font-lock.el (font-lock-add-keywords): Doc fix.
28831 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28833         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28834         (tex-compile-default): In the absence of any history, use the order in
28835         tex-compile-alist to choose the preferred command.
28836         (tex-compile-commands): Reorder a bit.
28838         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28839         (flyspell-incorrect-face, flyspell-duplicate-face):
28840         Use (X)Emacs-agnostic code.
28841         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28842         redundant with the subsequent add-minor-mode.  Merge Emacs and
28843         XEmacs code.
28844         (flyspell-word): Minor simplification.
28845         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28846         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28847         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28848         Merge the corresponding Emacs code.
28849         (flyspell-correct-word, flyspell-xemacs-popup):
28850         Use flyspell-do-correct.
28852         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28853         a dedicated window.
28855         * international/latexenc.el (latexenc-find-file-coding-system):
28856         Undo part of last patch, to turn off a compiler warning.
28858 2005-06-06  Juri Linkov  <juri@jurta.org>
28860         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28861         Rename `tmm-inactive-face' to `tmm-inactive'.
28863 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28865         * iswitchb.el: Rename faces.
28867 2005-06-06  Kim F. Storm  <storm@cua.dk>
28869         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28870         (cua-global-mark): Remove -face suffix from face names.
28872         * emulation/cua-gmrk.el (cua--init-global-mark):
28873         Remove cua-global-mark face setup.
28875 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28877         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28878         just like other allowed characters.
28879         (makefile-match-dependency): Exclude leading and training whitespace
28880         from the range of regexp subexp 1.
28881         (makefile-macroassign-regex): Don't try to match the body,
28882         just the name of the macro being defined.
28884         * info.el (Info-read-node-name-2): New function.
28885         (Info-read-node-name-1): Use that.
28886         Add a completion-base-size-function property.
28888         * simple.el (completion-setup-function): Look for
28889         completion-base-size-function property of minibuffer-completion-table.
28891         * files.el (locate-file-completion): Doc fix.
28893         * printing.el: Don't call pr-update-menus; user must do that.
28895         * emacs-lisp/debug.el (debugger-window): New variable.
28896         (debug): Use debugger-window if it is set and still alive.
28897         Record debugger-window for next entry.
28899         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28901 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28903         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28904         (hack-one-local-variable, hack-local-variables)
28905         (hack-local-variables-prop-line): Pass that arg.
28907 2005-06-06  Kim F. Storm  <storm@cua.dk>
28909         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28910         (ido-indicator): Remove -face suffix from face names.
28912 2005-06-06  Juri Linkov  <juri@jurta.org>
28914         * font-lock.el (font-lock-regexp-backslash)
28915         (font-lock-regexp-backslash-construct): New faces.
28916         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28917         after `('.  Add `while-no-input' to control structures.
28919         * faces.el (no-break-space, shadow): New faces.
28920         (escape-glyph): Use less loud colors pink2 and red4.
28922         * diff-mode.el (diff-context-face)
28923         * dired.el (dired-ignored)
28924         * rfn-eshadow.el (file-name-shadow)
28925         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28927         * info.el (Info-title-1-face): Use green instead of yellow because
28928         bold yellow is not readable on light backgrounds.
28930         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28931         before selecting the desired mode to not spend time fontifying
28932         old contents.
28934 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28936         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28937         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28939         * ps-print.el (ps-default-fg, ps-default-bg):
28940         Fix typos in docstrings.
28942         * isearchb.el (isearchb): Don't pass a spurious second argument to
28943         `iswitchb-completions'.
28945 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28947         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28948         to preserve point.
28949         (gdb-find-file-hook): Add doc string.
28951         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28952         C dereferenced pointer expression.
28953         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28955         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28957         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28958         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28959         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28960         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28961         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28962         Make background transparent.
28964 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28966         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28967         (font-lock-remove-keywords): Doc fix.
28968         (font-lock-mode-major-mode): Compiler defvar.
28969         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28971         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28972         (font-lock-mode): Update `font-lock-mode-major-mode'.
28973         (font-lock-set-defaults): Compiler defvar.
28974         (font-lock-default-function): Take `font-lock-mode-major-mode'
28975         into account.
28977         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28978         keep track of which major mode it enabled the minor mode for.
28979         Use find-file-hook again.  Update docstring.
28981         * simple.el (eval-expression-print-level)
28982         (eval-expression-print-length, eval-expression-debug-on-error):
28983         Doc fixes.
28985 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28987         * iswitchb.el (iswitchb-single-match-face)
28988         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28989         (iswitchb-invalid-regexp-face): New faces.
28990         (iswitchb-completions): Use them.
28991         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28992         now marked as an obsolete alias.
28993         (iswitchb-read-buffer): Remove check for bound font variables.
28994         (iswitchb-invalid-regexp): New free variable.
28995         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28996         set iswitchb-invalid-regexp.
28997         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28998         invalid regexps.
28999         (iswitchb-completions): Add check for complete match when entering
29000         a regexp.
29001         (iswitchb-completions): Remove require-match argument.
29002         (iswitchb-exhibit): Fix caller.
29003         (iswitchb-common-match-inserted): New variable.
29004         (iswitchb-complete, iswitchb-completion-help): Use it.
29006 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29008         * url-http.el (url-http-chunked-encoding-after-change-function):
29009         Use `url-http-debug' instead of `message'.
29011 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29013         * url-http.el (url-http-parse-headers): Pass redirected URL as a
29014         callback argument.
29016 2005-06-04  Kim F. Storm  <storm@cua.dk>
29018         * simple.el (line-move): Only call sit-for when moving backwards.
29020         * ido.el (ido-make-merged-file-list-1): New defun split from
29021         ido-make-merged-file-list.
29022         (ido-make-merged-file-list): Bind throw-on-input around call to
29023         ido-make-merged-file-list-1.  Return input-pending-p if
29024         interrupted by more input available.
29025         (ido-read-internal): Handle input-pending-p return value from
29026         ido-make-merged-file-list.
29028 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29030         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29031         compatibility code.
29033         * international/latexenc.el (latexenc-find-file-coding-system):
29034         Don't inherit the EOL part of the coding-system from the
29035         tex-main buffer.  Fit within 80 columns.
29037 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29039         * tmm.el (tmm-inactive-face): New face.
29040         (tmm-remove-inactive-mouse-face): New function.
29041         (tmm-prompt, tmm-add-one-shortcut)
29042         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29043         but not selectable.
29045 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29047         * faces.el (face-equal): Improve argument/docstring consistency.
29049 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29051         * progmodes/make-mode.el (makefile-targets-face)
29052         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29053         (makefile-bsdmake-dependency-regex)
29054         (makefile-makepp-rule-action-regex)
29055         (makefile-bsdmake-rule-action-regex): New constants.
29056         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29058         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29059         Allow (...) within `...' for makepp messages.
29061 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29063         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29065         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29066         "." files are deleted from all file lists before comparison.
29068         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29069         (viper-ESC-key): Made them customizable.
29071         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29073 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29075         * autorevert.el (auto-revert-buffers): Use save-match-data.
29077 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29079         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29080         menu items with a nil command binding.
29082 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29084         * emacs-lisp/cl-macs.el (defsetf):
29085         Improve argument/docstring consistency.
29087         * faces.el (list-faces-display): Improve the formatting by
29088         computing the maximum length required for any face-name (reworked
29089         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29090         (internal-find-face): Remove redundant info in docstring.
29092 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29094         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29095         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29096         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29097         (gdb-assembler-custom): Improve regexps.
29098         (def-gdb-auto-update-handler): Use window point to preserve point.
29100 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29102         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29104 2005-05-31  Jay Belanger  <belanger@truman.edu>
29106         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29107         to calc-embedded.
29108         (calc-embedded-make-info): Have plain prefix argument select
29109         entire line.
29111 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29113         * faces.el (list-faces-display): Signal error if passed a regexp
29114         that matches no face name.
29116         * simple.el (filter-buffer-substring): Fix typo in docstring.
29118 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29120         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29121         (vhdl-emacs-21): Doc fix.
29122         (vhdl-mode): Unconditionally set comment-padding.
29123         (vhdl-fixup-whitespace-region): Insert spaces only where
29124         there are none.
29125         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29127 2005-05-30  John Wiegley  <johnw@newartisans.com>
29129         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29130         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29131         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29132         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29133         `string-to-number'.
29135 2005-05-30  Jay Belanger  <belanger@truman.edu>
29137         * calc/calc.el (calc-bug-address): Fix docstring.
29138         (calc-window-hook, calc-trail-window-hook): New variables.
29139         (calc-trail-display): Restore use of calc-trail-window-hook.
29140         (calc): Restore use of calc-window-hook.
29142 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29144         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29146         * help-fns.el (help-C-file-name): Add autoload mark for
29147         `find-function-noselect'.
29149 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29151         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29152         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29154 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29156         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29157         included diary buffer if it was not already being visited.
29158         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29160         * calendar/icalendar.el (top-level): Do not require appt.
29162         * mail/supercite.el (sc-select-attribution): Only use a list
29163         element from sc-attrib-selection-list if it returns a string.
29164         Reported by Davide G. M. Salvetti <salve@debian.org>.
29166 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29168         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29169         includes a hash value to improve its uniqueness, and has a ".jpg"
29170         extension.  Also, it is now a valid filename on all systems.
29171         (thumbs-make-thumb): Use `let', not `let*'.
29172         (thumbs-show-thumbs-list): Check for JPEG availability.
29174 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29176         * filesets.el (filesets-menu-ensure-use-cached):
29177         Prevent warning when emacs-version>= is undefined.
29179         * printing.el (pr-interactive-n-up): Use string-to-number.
29181         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29183         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29184         Warn only when name to be defined is quoted.
29186 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29188         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29189         Make regexp more robust.
29190         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29191         Force regeneration of disassembly.
29193 2005-05-29  Jay Belanger  <belanger@truman.edu>
29195         * calc/calc.el (calc-user-invocation): Check if
29196         calc-invocation-macro is non-nil.
29198 2005-05-29  Juri Linkov  <juri@jurta.org>
29200         * add-log.el (change-log-font-lock-keywords):
29201         Add `+' to e-mail regexp to accept mail address with keywords.
29203         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29205 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29207         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29209         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29211 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29213         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29214         Undo the change that moves to end of the current word.
29216 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29218         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29219         Throw error when count <= 0 to ensure input is a number.
29220         (gdb-read-memory-custom): Pick up address from buffer.
29221         (gdb-memory-mode): Allow user to increment and decrement
29222         memory address from header line.
29224 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29226         * flyspell.el (flyspell-version): Function deleted.
29227         (flyspell-auto-correct-previous-hook): Doc fix.
29229         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29230         Do nothing if memory is full.
29232         * font-lock.el (font-lock-fontify-syntactically-region):
29233         Pass t for GREEDY to looking-back.
29235         * saveplace.el (save-place-alist-to-file): Write the file
29236         using write-region.
29238         * subr.el (looking-back): New argument GREEDY.
29240         * progmodes/compile.el (compilation-start): Set the mode
29241         before inserting the initial text.
29243         * progmodes/which-func.el (which-func-update-1): Turn the mode
29244         off in case of error by setting which-func-mode.
29246 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29248         * flyspell.el (flyspell-auto-correct-previous-word):
29249         Narrow down to what's on the screen, and recenter overlays
29250         at the end of the next word.
29252 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29254         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29255         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29256         (flyspell-abbrev-p): Default to nil.
29257         (flyspell-use-global-abbrev-table-p): Doc fix.
29258         (flyspell-large-region): Allow nil as value.
29259         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29261         (mail-mode-flyspell-verify): More robust handling
29262         of `mail-header-separator'.  More efficient signature detection.
29263         Allow for regexp metacharacters in message-header-separator.
29264         Adding `To' not to be checked in mail-mode-flyspell-verify.
29266         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29267         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29268         Bind flyspell-auto-correct-binding.
29269         Bind C-. and C-, .
29270         (flyspell-mode-map): Likewise.
29271         (flyspell-mode): Doc fix.
29272         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29273         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29274         (flyspell-word-cache-result): New var, always local.
29275         (flyspell-check-pre-word-p): Doc fix.
29276         (flyspell-check-changed-word-p): Handle spc like newline.
29277         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29278         (flyspell-word-search-backward, flyspell-word-search-forward):
29279         New functions.
29280         (flyspell-word): Return t if nothing to check.
29281         When parsing TeX code, check for after } or \.
29282         Use flyspell-word-search-backward to find previous word.
29283         Return nil if duplicated word.
29284         For word already checked, return same value as last time.
29285         Set flyspell-word-cache-result after checking.
29286         Don't clobber the return value.
29287         (flyspell-get-word): Major rewrite.
29288         (flyspell-external-point-words): New locals pword, pcount.
29289         Fix size used in progress message.
29290         Find the proper corresponding word in flyspell-large-region-buffer.
29291         (flyspell-region): Check for flyspell-large-region = nil.
29292         (flyspell-highlight-incorrect-region): Clean up overlays in region.
29293         (flyspell-auto-correct-word): Check that WORD is a cons.
29294         (flyspell-correct-word): Likewise.
29296 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
29298         * progmodes/make-mode.el (makefile-rule-action-regex)
29299         (makefile-macroassign-regex, makefile-makepp-mode)
29300         (makefile-bsdmake-mode): Continuation lines may be empty.
29301         Reported by Joshua Varner.
29302         (makefile-makepp-font-lock-keywords): Add $(stem).
29304 2005-05-28  Karl Berry  <karl@gnu.org>
29306         * textmodes/tex-mode.el: Now that tex-send-command calls
29307         shell-quote-argument (2005-03-31 change), remove all calls to
29308         shell-quote-argument; they all end up invoking tex-send-command.
29309         The double quoting loses on filenames with non-safe characters,
29310         such as "@".  Reported by Frederik Fouvry.
29312 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29314         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29315         about preserving point.
29317 2005-05-27  Jay Belanger  <belanger@truman.edu>
29319         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29320         Info-goto-node.
29322         * calc/calc-embed.el (calc-embed-arg): New variable.
29323         (calc-do-embedded-activate, calc-embedded-activate-formula)
29324         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29325         variable by new variable.
29326         (calc-embedded-make-info): Replace undeclared variable by new
29327         variable.  When selecting region with positive prefix
29328         argument, use end of previous line instead of beginning of line.
29330         * calc/calc-aent.el (calc-arg-values): Declare it.
29332         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29333         Declare them.
29335         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29337         * calc/calc.el (calc-alg-map): Declare it.
29339         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29341 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
29343         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29344         (gdb-registers-buffer, toggle-gdb-all-registers):
29345         Toggle display of floating point registers.
29346         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29348         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
29349         (toggle-gud-tooltip-dereference):
29350         Rename from gud-toggle-tooltip-dereference.
29352 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29354         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29356 2005-05-27  Jay Belanger  <belanger@truman.edu>
29358         * calc/calc-prog.el (calc-kbd-report): Remove.
29359         (calc-kbd-query): Rewrite.
29361 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
29363         * image.el (image-library-alist): Move to image.c.
29364         (image-type-available-p): Doc fix.
29366 2005-05-27  Lute Kamstra  <lute@gnu.org>
29368         * calc/calc.el (calc):
29369         * outline.el (outline-1, outline-2, outline-3, outline-4)
29370         (outline-5, outline-6, outline-7, outline-8):
29371         * textmodes/dns-mode.el (dns-mode):
29372         * textmodes/sgml-mode.el (sgml-namespace-face):
29373         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29374         (tex-verbatim-face, tex-use-reftex):
29375         * textmodes/texinfo.el (texinfo-heading-face):
29376         Specify customization group.
29378         * longlines.el: Don't require easy-mmode.
29379         (longlines-visible-face): Specify customization group.
29381 2005-05-27  Kenichi Handa  <handa@m17n.org>
29383         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29384         encoding table of windows-1251.
29386         * international/ucs-tables.el (ucs-set-table-for-input):
29387         If translation-table-for-input of a coding system is a symbol, get
29388         its translation-table property.
29390         * international/code-pages.el: Don't register a coding system into
29391         non-iso-charset-alist more than once.
29392         (cp-make-coding-system): Likewise.
29394 2005-05-26  John Wiegley  <johnw@newartisans.com>
29396         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29397         `eshell-resume-eval' is wrapped in a list, it indicates that the
29398         command was run asynchronously.  In that case, unwrap the value
29399         before checking the delimiter value.
29401         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29402         character before a space at the end of a line is \, assume the space
29403         is part of the last argument rather than a final argument separator.
29405         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29406         is in use, and the target is `t' or `nil' (which are the most common
29407         values), don't assume that the symbol target is a buffer.
29409 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
29411         * calendar/calendar.el (calendar-mode-line-format):
29412         Use mode-line-highlight as mouse-face.
29414         * time.el (display-time-string-forms, display-time-update):
29415         Use mode-line-highlight as mouse-face.
29417 2005-05-26  Jay Belanger  <belanger@truman.edu>
29419         * calc/calc.el (calc-language-alist): Remove extra defvar.
29421 2005-05-26  Lute Kamstra  <lute@gnu.org>
29423         * arc-mode.el (archive-mode):
29424         * bookmark.el (bookmark-read-annotation-mode)
29425         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29426         * bs.el (bs-mode):
29427         * calc/calc-yank.el (calc-edit-mode):
29428         * calc/calc.el (calc-mode, calc-trail-mode):
29429         * calculator.el (calculator-mode):
29430         * chistory.el (command-history-mode):
29431         * comint.el:
29432         * cus-edit.el (custom-mode):
29433         * descr-text.el (describe-text-mode):
29434         * ebuff-menu.el (Electric-buffer-menu-mode):
29435         * ediff-util.el (ediff-mode):
29436         * emacs-lisp/re-builder.el (reb-mode):
29437         * emulation/vi.el (vi-mode-setup):
29438         * emulation/ws-mode.el (wordstar-mode):
29439         * eshell/esh-mode.el (eshell-mode):
29440         * forms.el (forms-mode):
29441         * help-mode.el (help-mode):
29442         * hexl.el (hexl-mode):
29443         * ibuffer.el (ibuffer-mode):
29444         * ielm.el (inferior-emacs-lisp-mode):
29445         * info.el (Info-mode, Info-edit-mode):
29446         * international/swedish.el:
29447         * ledit.el (ledit-from-lisp-mode):
29448         * locate.el (locate-mode):
29449         * mail/rmail.el (rmail-mode):
29450         * mail/rmailedit.el (rmail-edit-mode):
29451         * mail/rmailsum.el (rmail-summary-mode):
29452         * mail/supercite.el (sc-electric-mode):
29453         * net/eudc.el (eudc-mode):
29454         * net/quickurl.el (quickurl-list-mode):
29455         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29456         * obsolete/ooutline.el (outline-mode):
29457         * obsolete/options.el (Edit-options-mode):
29458         * obsolete/rnews.el (news-mode):
29459         * obsolete/rnewspost.el (news-reply-mode):
29460         * play/5x5.el (5x5-mode):
29461         * play/decipher.el (decipher-mode, decipher-stats-mode):
29462         * play/gomoku.el (gomoku-mode):
29463         * play/snake.el (snake-mode):
29464         * play/solitaire.el (solitaire-mode):
29465         * play/tetris.el (tetris-mode):
29466         * progmodes/ada-mode.el (ada-mode):
29467         * progmodes/antlr-mode.el (antlr-mode):
29468         * progmodes/autoconf.el (autoconf-mode):
29469         * progmodes/dcl-mode.el (dcl-mode):
29470         * progmodes/delphi.el (delphi-mode):
29471         * progmodes/ebrowse.el (ebrowse-tree-mode)
29472         (ebrowse-electric-list-mode, ebrowse-member-mode)
29473         (ebrowse-electric-position-mode):
29474         * progmodes/f90.el (f90-mode):
29475         * progmodes/fortran.el (fortran-mode):
29476         * progmodes/icon.el (icon-mode):
29477         * progmodes/idlw-help.el (idlwave-help-mode):
29478         * progmodes/idlw-shell.el (idlwave-shell-mode):
29479         * progmodes/idlwave.el (idlwave-mode):
29480         * progmodes/inf-lisp.el (inferior-lisp-mode):
29481         * progmodes/m4-mode.el (m4-mode):
29482         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29483         * progmodes/modula2.el (modula-2-mode):
29484         * progmodes/octave-inf.el (inferior-octave-mode):
29485         * progmodes/octave-mod.el (octave-mode):
29486         * progmodes/pascal.el (pascal-mode):
29487         * progmodes/sh-script.el (sh-mode):
29488         * progmodes/sql.el (sql-mode, sql-interactive-mode):
29489         * progmodes/vhdl-mode.el (vhdl-mode):
29490         * progmodes/xscheme.el (scheme-interaction-mode):
29491         * replace.el (occur-mode):
29492         * ses.el (ses-mode):
29493         * simple.el (completion-list-mode):
29494         * skeleton.el:
29495         * speedbar.el (speedbar-mode):
29496         * term.el (term-mode):
29497         * terminal.el (terminal-edit-mode):
29498         * textmodes/reftex-index.el (reftex-index-mode)
29499         (reftex-index-phrases-mode):
29500         * textmodes/reftex-sel.el (reftex-select-label-mode)
29501         (reftex-select-bib-mode):
29502         * textmodes/reftex-toc.el (reftex-toc-mode):
29503         * wdired.el (wdired-change-to-wdired-mode):
29504         * wid-browse.el (widget-browse-mode):
29505         Use run-mode-hooks.
29507         * array.el (array-mode):
29508         * calendar/todo-mode.el (todo-mode):
29509         * man.el (Man-mode):
29510         * play/landmark.el (lm-mode):
29511         * play/mpuz.el (mpuz-mode):
29512         Use kill-all-local-variables and run-mode-hooks.
29514         * subr.el (delay-mode-hooks): Specify indentation.
29516 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
29518         * xml.el (xml-substitute-special): Don't die for undefined xml
29519         entities.
29521 2005-05-26  Jay Belanger  <belanger@truman.edu>
29523         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29524         of nil.
29526 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
29528         * progmodes/gdb-ui.el (gdb-frame-address):
29529         Rename from gdb-current-address.
29530         (gdb-previous-frame-address): Rename from gdb-previous-address.
29531         (gdb-selected-frame): Rename from gdb-current-frame.
29532         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29533         (gdb-frame-number): Rename from gdb-current-stack-level.
29534         (gdb-ann3): Match new mode-name for disassembly buffer.
29535         Extend initialization of variables.
29536         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29537         (gdb-memory-mode): Use mouse-face in header line.
29538         (gdb-assembler-buffer-name): Call it disassembly and give frame
29539         in mode line.
29540         (gdb-source-spec-regexp, gdb-assembler-custom)
29541         (gdb-invalidate-assembler, gdb-frame-handler):
29542         Make robust to leading zeroes in address format.
29544 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
29546         * textmodes/org.el (org-mode): Use `define-derived-mode' to
29547         define `org-mode'.
29548         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29550 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29552         * log-edit.el (log-edit-changelog-entries): Distinguish between
29553         filenames like xfns.c and fns.c.
29555 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
29557         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29558         point after reverting.
29559         (Buffer-menu-make-sort-button): Handle the case where
29560         `Buffer-menu-use-header-line' is nil.
29562 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29564         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29565         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29566         and `:' to them.
29568 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29570         * startup.el (normal-top-level): Allow modification of load-path while
29571         we're iterating over it.
29573 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29575         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29576         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29577         (thumbs-resize-interactive, thumbs-insert-image)
29578         (thumbs-insert-thumb, thumbs-dired-show-marked)
29579         (thumbs-find-image-at-point, thumbs-delete-images)
29580         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29581         (thumbs-increment-image-size, thumbs-decrement-image-size):
29582         Fix typos in docstrings.
29584 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29586         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29587         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29588         (cperl-mode): Use them.
29590 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29592         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29593         Doc fixes.
29595 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29597         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29598         Bind C-d to gdb-inferior-io-eof.
29600         * dired.el (dired-dnd-popup-notice): Use message-box.
29602 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29604         * bindings.el (mode-line-major-mode-keymap):
29605         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29607         * faces.el (mode-line-highlight): New face.
29609         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29610         as mouse-face.
29612         * bindings.el (top-level, help-echo, mode-line-modified)
29613         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29614         as mouse-face.
29616 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29618         * progmodes/cc-engine.el (c-guess-basic-syntax):
29619         Remove spurious call to `zerop'.
29621         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29623 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29625         CC Mode update to 5.30.10:
29627         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29628         could go past the limit in decoration level 2, thereby causing
29629         errors during interactive fontification.
29631         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29632         the file is evaluated interactively.
29634         * cc-engine.el (c-guess-basic-syntax): Handle operator
29635         declarations somewhat better in C++.
29637         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29638         make use of `run-mode-hooks' which has been added in Emacs 21.1.
29639         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29640         (awk-mode): Use it.
29641         (make-local-hook): Suppress warning about obsoleteness.
29643         * cc-engine.el, cc-align.el, cc-cmds.el
29644         (c-append-backslashes-forward, c-delete-backslashes-forward)
29645         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29646         Compensate for return value from `forward-line' when it has moved
29647         but not to a different line due to eob.
29649         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29650         `objc-method-intro' and `objc-method-args-cont'.
29652 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29654         CC Mode update to 5.30.10:
29656         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29657         in the copyright statement.  Incidentally, change "along with GNU
29658         Emacs" to "along with this program" where it occurs.
29660         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29661         so that it is interactive, hence can be found by M-x awk-mode
29662         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29663         <gmorris+emacs@ast.cam.ac.uk>.
29665         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29666         Mode's regexps.
29668 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29670         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29671         c-parse-state, to avoid a lisp error (on bad code).
29673 2005-05-23  Lute Kamstra  <lute@gnu.org>
29675         * subr.el (font-lock-defaults): Remove defvar as it's already
29676         defined in font-core.el.
29678         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29680 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29682         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29683         more general and work when GDB variable "print pretty" is on,
29684         as with Emacs, for example.
29686 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29688         * font-core.el: Update comment.
29690         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29691         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29693         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29695 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29697         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29698         and `yank-handler' in the doc strings.
29700 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29702         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29704 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29706         * help.el (describe-key): Move print-help-return-message call
29707         out of conditional.
29709         * progmodes/etags.el (list-tags): Use with-no-warnings.
29711         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29712         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29713         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29715         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29717         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29718         Add defvar.
29720         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29721         Use defvar, not defconst.
29723         * hexl.el (hexl-follow-line): Use with-no-warnings.
29725         * emulation/tpu-extras.el: Use write-file-functions instead of
29726         write-file-hooks.
29728         * dired.el (dired-font-lock-keywords): Fontify files with junk
29729         extensions even if marked by -F.
29731 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29733         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29734         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29735         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29736         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29737         (concatenate, list-length, get*, getf, cl-remprop):
29738         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29739         (etypecase, progv, lexical-let, lexical-let*)
29740         (multiple-value-bind, multiple-value-setq, shiftf):
29741         Improve argument/docstring consistency.
29743         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29745 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29747         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29748         doesn't exist.
29750         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29751         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29753 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29755         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29756         already deleted variables: auto-fill-hook, blink-paren-hook,
29757         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29758         suspend-hooks, comment-indent-hook, meta-flag,
29759         before-change-function, after-change-function,
29760         font-lock-doc-string-face.
29762 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29764         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29766 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29768         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29769         rmail-dont-reply-to.
29771 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29773         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29774         literal blank when splitting new-header-values.
29776 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29778         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29779         string so that tmm doesn't create a completion entry for it.
29781         * textmodes/table.el (table-disable-menu): Ditto.
29783 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29785         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29787         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29789         * net/rcompile.el (remote-compile): Use compilation-start.
29791         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29793 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29795         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29796         Default to makefile-bsdmake-mode on BSD systems.
29798         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29799         REGEXP may also be a search function now.  The part of doc-string
29800         for describing the structure was 95% identical to that of
29801         `imenu--generic-function'.  Unify it there.
29803         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29804         Use function to find dependencies, because regexp alone is so complex,
29805         it easily goes into an endless loop.
29806         (makefile-makepp-mode): Also add submenu for Perl functions
29807         defined in the makefile.
29808         (makefile-bsdmake-mode): Special imenu-generic-expression no
29809         longer needed, due to function call.
29810         (makefile-match-dependency): Take BOUND into account when checking
29811         if we're through.
29813 2005-05-20  Jay Belanger  <belanger@truman.edu>
29815         * calc/calc-units.el (calc-invalidate-units-table):
29816         Use inhibit-read-only.
29817         (math-build-units-table-buffer): Use view-mode.
29819 2005-05-20  David Kastrup  <dak@gnu.org>
29821         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29822         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29824 2005-05-20  Lute Kamstra  <lute@gnu.org>
29826         * diff-mode.el (diff-header-face, diff-file-header-face)
29827         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29828         (diff-added-face, diff-changed-face, diff-function-face)
29829         (diff-context-face, diff-nonexistent-face): Put them in the
29830         diff-mode customization group.
29832 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29834         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29836         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29838         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29839         Minor regexp-optimization.
29841 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29843         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29844         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29845         (org-agenda-add-time-grid-maybe): New function.
29846         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29847         (org-table-create): `dotimes' instead of `mapcar'.
29848         (org-xor): Simplify implementation.
29849         (org-agenda): `inhibit-redisplay' turned on.
29850         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29851         a consistent line after a state change.
29852         (org-agenda-remove-times-when-in-prefix): New option.
29853         (org-prefix-has-time): New variable.
29854         (org-parse-time-string): Optional argument NODEFAULT.
29855         (org-format-agenda-item): Parse items for time-of-day
29856         specifications and move these into the prefix if possible.
29857         (org-agenda-priority): Get current heading, not previous heading
29858         during agenda remote editing.
29860 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29862         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29863         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29864         (remove-duplicates, delete-duplicates, substitute)
29865         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29866         (nsubstitute-if-not, find, find-if, find-if-not, position)
29867         (position-if, position-if-not, count, count-if, count-if-not)
29868         (mismatch, search, sort*, stable-sort, merge, member*)
29869         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29870         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29871         (intersection, nintersection, set-difference, nset-difference)
29872         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29873         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29874         (nsublis, tree-equal): Improve argument/docstring consistency.
29876         * subr.el (send-string, send-region): Remove obsolescence declaration.
29877         (window-dot, set-window-dot, read-input, show-buffer)
29878         (eval-current-buffer, string-to-int):
29879         Add release number to obsolescence declarations.
29881 2005-05-19  Kim F. Storm  <storm@cua.dk>
29883         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29884         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29886 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29888         * faces.el (list-faces-display): Make back button respect optional
29889         regexp arg.
29891 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29893         * calculator.el (calculator-radix-grouping-mode)
29894         (calculator-radix-grouping-digits, calculator-displayer)
29895         (calculator-radix-grouping-separator, calculator-copy-displayer):
29896         * dabbrev.el (dabbrev-search-these-buffers-only):
29897         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29898         (diff-advance-after-apply-hunk, diff-mode-hook)
29899         (diff-minor-mode-prefix):
29900         * imenu.el (imenu-use-popup-menu):
29901         * jit-lock.el (jit-lock-context-time):
29902         * newcomment.el (comment-fill-column, comment-column)
29903         (comment-style, comment-padding, comment-multi-line)
29904         (comment-empty-lines, comment-auto-fill-only-comments):
29905         * reveal.el (reveal-around-mark):
29906         * uniquify.el (uniquify-buffer-name-style)
29907         (uniquify-after-kill-buffer-p)
29908         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29909         (uniquify-min-dir-content, uniquify-separator)
29910         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29911         * w32-vars.el (w32-fixed-font-alist):
29912         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29913         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29914         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29915         * progmodes/perl-mode.el (perl-indent-level)
29916         (perl-continued-statement-offset, perl-continued-brace-offset)
29917         (perl-brace-offset, perl-brace-imaginary-offset)
29918         (perl-label-offset, perl-indent-continued-arguments)
29919         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29920         * progmodes/tcl.el (tcl-indent-level)
29921         (tcl-continued-indent-level, tcl-auto-newline)
29922         (tcl-tab-always-indent, tcl-electric-hash-style)
29923         (tcl-help-directory-list, tcl-use-smart-word-finder)
29924         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29925         (inferior-tcl-source-command):
29926         * textmodes/fill.el (enable-kinsoku):
29927         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29928         * textmodes/table.el (table-yank-handler):
29929         Specify missing group (and type, if simple) in defcustom.
29931 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29933         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29935 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29937         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29939         * subr.el (event-basic-type): Don't get an error.
29940         (left-fringe-p): Function deleted.
29942         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29943         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29945         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29946         in recursive copy.
29948         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29950         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29952         * emacs-lisp/bytecomp.el
29953         (byte-compile-file-form-custom-declare-variable):
29954         Call byte-compile-nogroup-warn if appropriate.
29956         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29957         (compilation-set-window): Don't call left-fringe-p; do it directly.
29959 2005-05-19  Jay Belanger  <belanger@truman.edu>
29961         * calc/calc-graph.el (calc-graph-format-data): Make sure
29962         var-PlotRejects is bound before trying to check its value.
29964 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29966         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29967         definition of this variable from reftex-global.el to reftex.el,
29968         because it is needed in the menu.
29970 2005-05-19  Lute Kamstra  <lute@gnu.org>
29972         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29973         years are fixed.  Don't insert a space after a dash.
29975 2005-05-19  Kim F. Storm  <storm@cua.dk>
29977         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29979 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29981         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29982         strings, because (eq ... ?\\) is fairly frequent.
29984         * progmodes/make-mode.el (makefile-add-this-line-targets):
29985         Simplify and integrate into `makefile-pickup-targets'.
29986         (makefile-add-this-line-macro): Simplify and integrate into
29987         `makefile-pickup-macros.
29988         (makefile-pickup-filenames-as-targets): Simplify.
29989         (makefile-previous-dependency, makefile-match-dependency):
29990         Don't stumble over `::'.
29992 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29994         * subr.el (post-command-idle-hook, post-command-idle-delay):
29995         Remove obsoletion of post-command-idle-hook and
29996         post-command-idle-delay.
29998         * faces.el (list-faces-display): Provide button when describe-face
29999         is called to take user back to the list of faces.
30001         * help-fns.el (describe-variable): Remove hyperlinks in a
30002         variable's value as these are quite frequently inappropriate.
30004         * follow.el (follow-submit-feedback, follow-mode):
30005         Remove references to post-command-idle-hook.
30007 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30009         * progmodes/make-mode.el (makefile-previous-dependency)
30010         (makefile-match-dependency): Check for := (and in bsd mode also
30011         !=) to give a better result, even when font-lock is not on.
30013 2005-05-18  Jay Belanger  <belanger@truman.edu>
30015         * calc/calc-help.el (calc-s-prefix-help):
30016         Add `calc-copy-special-constant' to help string.
30018 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30020         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30022 2005-05-18  Jay Belanger  <belanger@truman.edu>
30024         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30025         in linear factors are in proper order.
30027 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30029         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30030         Support for jurabib.
30032         * textmodes/reftex.el (featurep): Define aliases for overlay
30033         commands, for XEmacs compatibility, and use these aliases in
30034         overlay initializations.
30035         (reftex-highlight): Use `reftex-move-overlay'.
30036         (reftex-unhighlight): Use `reftex-delete-overlay'.
30037         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30038         (reftex-access-search-path): Use `reftex-uniquify' instead of
30039         `reftex-uniq'.
30041         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30042         `before-string' property modification enables for Emacs as well.
30043         (reftex-select-item): Use `reftex-delete-overlay'.
30044         (reftex-select-mark): Use `reftex-make-overlay' and
30045         `reftex-overlay-put'.
30046         (reftex-select-unmark): Use `reftex-delete-overlay' and
30047         `reftex-overlay-put'.
30049 2005-05-18  Lute Kamstra  <lute@gnu.org>
30051         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30053 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30055         * add-log.el (add-change-log-entry):
30056         * array.el (array-make-template, array-reconfigure-rows)
30057         (array-init-max-row, array-init-max-column)
30058         (array-init-columns-per-line, array-init-field-width):
30059         * replace.el (replace-match-maybe-edit, perform-replace):
30060         * textmodes/spell.el (spell-region):
30061         Replace `read-input' by `read-string'.
30063         * forms.el (forms-mode):
30064         * finder.el (finder-compile-keywords):
30065         * shadowfile.el (shadow-read-files):
30066         Replace `eval-current-buffer' by `eval-buffer'.
30068         * terminal.el (te-pass-through):
30069         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30070         (ange-ftp-raw-send-cmd):
30071         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30072         (send-process-next-char, telnet-initial-filter, telnet):
30073         Replace `send-string' by `process-send-string'.
30075         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30076         (prolog-consult-region): Replace `send-string' by
30077         `process-send-string'; replace `send-region' by `process-send-region'.
30079         * progmodes/delphi.el (delphi-log-msg):
30080         Replace `set-window-dot' by `set-window-point'.
30082         * subr.el (window-dot, set-window-dot, read-input, send-string)
30083         (send-region, show-buffer, eval-current-buffer):
30084         Make really obsolete, as the comment says.
30086 2005-05-17  Kim F. Storm  <storm@cua.dk>
30088         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30089         (cua--init-keymaps): Bind C-return instead of S-return to set
30090         rectangle mark.
30092         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30093         instead of S-return to toggle/clear rectangle mark.
30095 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30097         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30098         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30099         Also fontify plain strings assigned to variables, mostly so that a
30100         colon has a face and is thus not taken as a dependency separator.
30101         (makefile-previous-dependency): Inline the new matcher, because it
30102         is too complex to work in both directions.
30103         (makefile-match-dependency): Eliminate `backward' arg (see above).
30104         Completely reimplemented so as to not sometimes go into an endless
30105         loop.  It should also be more efficient, because first it only
30106         searches for `:', instead of applying the very complex regexp.
30107         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30108         to be fontified in one piece can be too long for JIT.
30109         Makefiles are never *that* big.
30111 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30113         * dired.el (dired-mode): Simplify.
30115 2005-05-17  Lute Kamstra  <lute@gnu.org>
30117         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30118         defcustom for the mode hook variable.
30120         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30121         Emacs Lisp Reference Manual.
30123 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30125         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30126         (evenp, list*):
30127         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30128         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30130         * net/tramp-smb.el (tramp-smb-open-connection):
30131         Pass `tramp-chunksize' as fifth (required) argument.
30133 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30135         * font-lock.el (lisp-font-lock-keywords-1):
30136         Set `font-lock-negation-char-face' for [^...] char group.
30137         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30139         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30140         a var, and refine it to mask one more level of nested vars.
30141         (makefile-rule-action-regex): Turn it into a var, and refine it so
30142         it recognizes backslashed continuation lines as belonging to the
30143         same command.
30144         (makefile-macroassign-regex): Refine it so it recognizes
30145         backslashed continuation lines as belonging to the same command.
30146         (makefile-var-use-regex): Don't look at the next char, because it
30147         might be the same one to be skipped by the initial [^$], leading
30148         to an overlooked variable use.
30149         (makefile-make-font-lock-keywords): Remove two parameters, which
30150         are now variables that some of the modes set locally.
30151         Handle dependency and rule action matching through functions, because
30152         regexps alone match too often.  Dependency matching now comes
30153         last, so it can check, whether a colon already matched something else.
30154         (makefile-mode): Inform that font-lock improves makefile parsing
30155         capabilities.
30156         (makefile-match-dependency, makefile-match-action): New functions.
30158 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30160         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30162         * align.el (align-regexp):
30163         * ansi-color.el (ansi-color-get-face):
30164         * array.el (array-reconfigure-rows, array-init-max-row)
30165         (array-init-max-column, array-init-columns-per-line)
30166         (array-init-field-width):
30167         * dired-aux.el (dired-trample-file-versions):
30168         * dired-x.el (dired-mark-sexp):
30169         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30170         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30171         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30172         * faces.el (face-read-integer):
30173         * files.el (backup-extract-version, insert-directory):
30174         * hexl.el (hexl-insert-decimal-char):
30175         * server.el (server-process-filter):
30176         * shell.el (shell-extract-num):
30177         * startup.el (command-line-1):
30178         * term.el (term-command-hook):
30179         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30180         (time-stamp-do-number):
30181         * time.el (display-time-update):
30182         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30183         (timezone-fix-time):
30184         * vms-patch.el (vms-suspend-resume-hook):
30185         * calendar/appt.el (appt-convert-time):
30186         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30187         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30188         * calendar/cal-islam.el (mark-islamic-diary-entries):
30189         * calendar/calendar.el (calendar-cursor-to-date)
30190         (calendar-star-date):
30191         * calendar/diary-lib.el (diary-attrtype-convert)
30192         (mark-diary-entries, diary-entry-time):
30193         * calendar/solar.el (solar-get-number):
30194         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30195         * emacs-lisp/re-builder.el (reb-display-subexp):
30196         * emulation/edt.el (edt-set-scroll-margins):
30197         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30198         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30199         (vip-get-ex-count):
30200         * emulation/viper-ex.el (viper-get-ex-token)
30201         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30202         * international/fontset.el (fontset-plain-name):
30203         * mail/feedmail.el (feedmail-look-at-queue-directory):
30204         * mail/mailalias.el (mail-get-names):
30205         * mail/rmail.el (rmail-convert-to-babyl-format):
30206         * mail/rmailsum.el (rmail-make-basic-summary-line)
30207         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30208         (rmail-summary-goto-msg):
30209         * mail/smtpmail.el (smtpmail-read-response):
30210         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30211         (ange-ftp-vms-add-file-entry):
30212         * play/gametree.el (gametree-looking-at-ply)
30213         (gametree-current-branch-score):
30214         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30215         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30216         * progmodes/cperl-mode.el (condition-case):
30217         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30218         (ebrowse-set-member-buffer-column-width)
30219         (ebrowse-select-1st-to-9nth):
30220         * progmodes/etags.el (etags-snarf-tag):
30221         * progmodes/flymake.el (flymake-parse-line):
30222         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30223         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30224         (idlwave-shell-menu-def):
30225         * progmodes/ps-mode.el (ps-run-goto-error):
30226         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30227         (vhdl-speedbar-contract-level):
30228         * term/mac-win.el (x-handle-numeric-switch):
30229         * term/sun-mouse.el (sun-get-frame-data):
30230         * term/w32-win.el (x-handle-numeric-switch):
30231         * term/x-win.el (x-handle-numeric-switch):
30232         * textmodes/ispell.el (ispell-parse-output):
30233         * textmodes/nroff-mode.el (nroff-outline-level):
30234         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30235         (reftex-bib-sort-year-reverse, reftex-format-citation):
30236         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30237         (reftex-section-number):
30238         * textmodes/texinfmt.el (texinfo-paragraphindent):
30239         Replace `string-to-int' by `string-to-number'.
30241         * international/latexenc.el: Add page marker to force the "Local
30242         Variables:" string out of the last page.
30244 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30246         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30247         tooltip-change-major-mode.
30248         (gud-tooltip-print-command): Remove case where gud-minor-mode
30249         is gdb ("--fullname").
30250         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30251         explain to user.
30253 2005-05-16  Jay Belanger  <belanger@truman.edu>
30255         * calc/calc-store.el (calc-copy-special-constant): New function.
30257         * calc/calc-ext.el (calc-init-extensions): Add binding for
30258         `calc-copy-special-constant'.
30260         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30261         for the `calc-copy-special-constant' command.
30263 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30265         * subr.el (left-fringe-p): New function.
30267         * progmodes/compile.el (compilation-setup): Set local value of
30268         overlay-arrow-string to "" always.
30269         (compilation-set-window): Left fringe then don't scroll.
30270         No left fringe then no arrow and scroll message to top.
30271         (compilation-context-lines): Adjust doc string accordingly.
30273 2005-05-16  Kim F. Storm  <storm@cua.dk>
30275         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30276         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30277         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30278         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
30279         (ido-read-file-name): Handle commands with ido property value
30280         equal to find-file as reading a file name, to allow C-d to enter dired.
30281         (ibuffer-find-file): Add ido property with value find-file.
30283 2005-05-15  Kim F. Storm  <storm@cua.dk>
30285         * subr.el (open-network-stream-nowait): Remove.
30286         (open-network-stream-server): Remove.
30288 2005-05-15  Richard M. Stallman  <rms@gnu.org>
30290         * faces.el (describe-face): Output a definition link button.
30292         * help-mode.el (help-face-def): New button type.
30294         * emacs-lisp/copyright.el (copyright-fix-years):
30295         Match properly if the first year is 2-digit.
30296         Don't mess up the whitespace after the years by filling.
30298         * dired-aux.el (dired-mark-confirm):
30299         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30301         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30302         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30303         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30305         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30306         Set font-lock-comment-start-skip.
30308         * font-lock.el (font-lock-comment-start-skip): New variable.
30309         (font-lock-comment-end-skip): New variable.
30310         (font-lock-fontify-syntactically-region): Use them if non-nil.
30312 2005-05-15  Jay Belanger  <belanger@truman.edu>
30314         * calc/calc-store.el (calc-store-value): Return a string rather
30315         than display it as a message.
30316         Use calc-var-name for variable name.
30317         (calc-store-into): Add the result of calc-store-value to message.
30318         (calc-copy-variable): Add a message.
30319         (calc-store-exchange): Improve error messages.
30320         (calc-store-binary, calc-store-map): Don't reset the values of
30321         special constants.
30323 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
30325         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30326         manual to docstring.
30328         * files.el (hack-local-variables-confirm): Add STRING argument.
30329         Make the function handle non file visiting buffers correctly.
30330         (hack-local-variables-prop-line, hack-local-variables)
30331         (hack-one-local-variable): Use STRING arg of
30332         `hack-local-variables-confirm'.
30334 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
30336         Sync with Tramp 2.0.49.
30338         * net/tramp.el (tramp-handle-dired-call-process)
30339         (tramp-handle-insert-directory):`insert-buffer' cannot be used
30340         because the contents of the Tramp buffer is changed before
30341         insertion (`expand-file' and alike).
30342         (tramp-handle-insert-directory): If `localname' has an empty
30343         nondirectory name, it must not be quoted.
30344         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
30345         variable `tramp-chunksize'.  Change callees.
30346         (tramp-open-connection-setup-interactive-shell): Check remote host
30347         for buggy `send-process-string' implementation.
30348         Set `tramp-chunksize' if found.  Reported by Michael Kifer
30349         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30350         (tramp-handle-shell-command): `insert-buffer' cannot be used
30351         because the contents of the Tramp buffer is changed before
30352         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30353         <frederic.bothamy@free.fr>.
30354         (tramp-set-auto-save): Actions should be done for Tramp file name
30355         handler only.  Ange-FTP has its own auto-save mechanism.
30356         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30357         (tramp-set-auto-save-file-modes): Set file modes of
30358         `buffer-auto-save-file-name' to ?\600 as fallback solution.
30359         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30360         (tramp-bug): Remove obsolete variable.
30361         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
30362         for presence of `mml-mode'.  Make it running for older Emacsen as well.
30364 2005-05-14  John Paul Wallington  <jpw@pobox.com>
30366         * ibuf-ext.el (define-ibuffer-filter filename):
30367         If `dired-directory' is a list, use its car.
30369 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
30371         * ibuffer.el (define-ibuffer-column filename):
30372         If `dired-directory' is a list, use its car.
30374 2005-05-14  Richard M. Stallman  <rms@gnu.org>
30376         * subr.el (symbol-file): Doc fix.
30378         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30379         (byte-compile-form): Call byte-compile-nogroup-warn.
30380         (byte-compile-warning-types): Doc fix.
30382         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30384         * progmodes/cc-engine.el (c-literal-faces):
30385         Add font-lock-comment-delimiter-face.
30387         * net/net-utils.el (dig): Use with-no-warnings.
30389         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30390         (sc-recite-frame-alist, sc-default-cite-frame)
30391         (sc-default-uncite-frame, sc-default-recite-frame)
30392         (sc-attrib-selection-list, sc-rewrite-header-list):
30393         Mark as risky-local-variable.
30395         * international/ogonek.el (ogonek-jak, ogonek-how):
30396         Don't use beginning-of-buffer.
30398         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30400         * calendar/solar.el (solar-data-list): Move definition up.
30402         * dnd.el (dnd-protocol-alist): Add autoload.
30404         * progmodes/sh-script.el: Many doc usage fixes.
30405         (sh-indent-after-do): Change default to match common styles.
30407 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
30409         * files.el (interpreter-mode-alist)
30410         (auto-mode-interpreter-regexp): Doc fixes.
30412 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
30414         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30416         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30418 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30420         * dired.el (dired-mode): make-variable-buffer-local =>
30421         make-local-variable.
30423 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30425         * term/mac-win.el (mac-select-convert-to-string): Try coding
30426         systems in mac-script-code-coding-systems if specified one cannot
30427         encode string for `com.apple.traditional-mac-plain-text'.
30429 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
30431         * progmodes/make-mode.el (makefile-targets-face)
30432         (makefile-shell-face, makefile-makepp-perl-face): New faces.
30433         (makefile-dependency-regex): Fix it to not make the colon in
30434         $(var:a=b) special.
30435         (makefile-rule-action-regex): New regexp for highlighting embedded
30436         Shell strings.
30437         (makefile-macroassign-regex): Handle != for highlighting as
30438         embedded Shell strings.
30439         (makefile-var-use-regex): New const.
30440         (makefile-statements, makefile-automake-statements)
30441         (makefile-gmake-statements, makefile-makepp-statements)
30442         (makefile-bsdmake-statements): New consts.
30443         (makefile-make-font-lock-keywords): New function.
30444         (makefile-automake-font-lock-keywords)
30445         (makefile-gmake-font-lock-keywords)
30446         (makefile-makepp-font-lock-keywords)
30447         (makefile-bsdmake-font-lock-keywords): New consts.
30448         (makefile-mode-map): Add switchers between the various submodes.
30449         (makefile-mode): Document the availability of the variants.
30450         (makefile-automake-mode, makefile-gmake-mode)
30451         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30453         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30454         new variants of makefile-mode.
30456 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30458         * font-lock.el (font-lock-comment-delimiter-face): Fix up
30459         the inheritance.
30461 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
30463         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30464         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30466         * files.el (normal-mode): Extend the scope of the
30467         `enable-local-variables' binding to include the `set-auto-mode' call.
30468         (magic-mode-alist): Doc fix.
30470 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30472         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30473         font-lock-comment-face rather than copying its setting.
30475 2005-05-12  Andreas Schwab  <schwab@suse.de>
30477         * eshell/esh-mode.el (eshell-send-input): Doc fix.
30479 2005-05-12  Lute Kamstra  <lute@gnu.org>
30481         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30482         defcustom for the mode hook variable.  Delete the last argument.
30483         * generic-x.el: Fix callers of define-generic-mode.
30484         (generic-x-modes): Delete group.
30485         (show-tabs-tab-face, show-tabs-space-face): Put them in the
30486         generic-x customization group.
30488 2005-05-12  Kim F. Storm  <storm@cua.dk>
30490         * font-lock.el (font-lock-negation-char-face): Default to "off".
30492         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30493         font-lock-negation-char-face to ! in !=.
30495 2005-05-12  Masatake YAMATO  <jet@gyve.org>
30497         * add-log.el (find-change-log): Fix typos in the docstring
30498         of function.
30500 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30502         * international/latexenc.el (latexenc-find-file-coding-system):
30503         Avoid `re-search-forward' when looking for input encoding because
30504         of speed and safety.  Better regular expressions for recognizing
30505         input encoding.  Limit a search for TeX-master/tex-main-file to
30506         the local variable section.
30508 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
30510         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30511         syntax of $ to "'" (quote).
30513 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
30515         * dnd.el (dnd-protocol-alist): Improve custom type.
30517         * dired.el (dired-dnd-protocol-alist): New variable.
30518         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
30519         `dired-mode-hook' to the end.
30521 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30523         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30524         comment-end if comment-start-skip is not set.
30525         Obey the font-lock-comment-delimiter-face variables.
30527 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30529         * files.el (executable-find): Move from executable.el.  Use
30530         locate-file.
30531         * progmodes/executable.el (executable-find): Move to files.el.
30533         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30534         when trying to ensure forward progress.
30536 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
30538         * mouse-sel.el (mouse-sel-follow-link-p): New function.
30539         (mouse-select, mouse-select-internal, mouse-extend-internal):
30540         Use it to implement mouse-1-click-follows-link functionality.
30542 2005-05-11  Richard M. Stallman  <rms@gnu.org>
30544         * font-lock.el (font-lock-fontify-syntactically-region):
30545         Use font-lock-comment-delimiter-face for comment delimiters.
30547 2005-05-10  Jay Belanger  <belanger@truman.edu>
30549         * calc/calc-help.el (calc-m-prefix-help): Add mention of
30550         preserving embedded modes.
30552 2005-05-10  Richard M. Stallman  <rms@gnu.org>
30554         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30556         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30557         Move from ada-stmt.el.
30558         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30560         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30561         Move to ada-mode.el.
30562         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30564         * cus-edit.el (custom-file): Call file-chase-links.
30566         * files.el (read-directory-name): Fix previous change.
30567         (hack-local-variables-confirm): New function.
30568         (hack-local-variables-prop-line, hack-local-variables)
30569         (hack-one-local-variable): Use it.
30571 2005-05-10  Lute Kamstra  <lute@gnu.org>
30573         * font-lock.el (font-lock-keywords-alist)
30574         (font-lock-removed-keywords-alist): Clarify docstrings.
30576 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30578         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30579         (gdb-source-info): Check for preprocessor info.
30580         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30581         a macro for a function.
30582         (gdb-info-breakpoints-custom): Try to find file again if not already
30583         found (user might have used GDB dir command).
30584         (gdb-get-location): Update gdb-location-alist correctly for change
30585         to gdb-info-breakpoints-custom.
30587         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30588         (gud-tooltip-print-command): Add gdbmi case.
30589         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30590         preprocessor info.
30592 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30594         * startup.el (fancy-splash-insert): Fix typo in doc string.
30596 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30598         * obsolete/float.el (string-to-float):
30599         * obsolete/hilit19.el (hilit-add-pattern):
30600         * obsolete/rnews.el (news-parse-range, news-select-message)
30601         (news-get-pruned-list-of-files): Replace `string-to-int' by
30602         `string-to-number'.
30604         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30605         `find-file-not-found-hooks'; use `add-hook'.
30606         (uncompress-while-visiting): Set `write-file-functions', not
30607         `write-file-hooks'; use `add-hook'.
30609 2005-05-09  Kim F. Storm  <storm@cua.dk>
30611         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30612         (cua-paste): Handle clipboard action.
30613         (cua--init-keymaps): Remap clipboard-kill-region and
30614         clipboard-kill-ring-save.
30616 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30618         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30619         Improve commentary.
30621         * simple.el (next-error-overlay-arrow-position): Revert the change
30622         made on 2005-04-30.
30624 2005-05-07  Jay Belanger  <belanger@truman.edu>
30626         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30627         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30628         `calc-sel-reselect'.
30630         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30631         Calc is in embedded mode.
30633 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30635         * progmodes/compile.el (compilation-setup):
30636         Set overlay-arrow-string to an empty string on text terminals.
30638         * textmodes/ispell.el (ispell-program-name): Try looking for
30639         "aspell" along exec-path, and if found, use it as the default
30640         speller program.
30642 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30644         * international/mule.el (sgml-xml-auto-coding-function):
30645         Recognize encoding='FOO' in single quotes as well as in double quotes.
30647 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30649         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30650         as well as `interactive', so that defmacro* would recognize
30651         `declare' forms.
30653 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30655         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30656         Explain more about the LIGHTER arg's usage in the doc string.
30657         Add commentary to clarify what the code does.  Fix the regexp that
30658         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30659         since it could have characters special to regular expressions.
30661 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30663         * replace.el (occur-1): Bind inhibit-read-only so that
30664         erase-buffer doesn't barf on read-only text properties (likewise
30665         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30666         (occur-engine): Don't set buffer-read-only here.
30668 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30670         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30671         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30672         sometimes mistakenly reused as a *cvs* buffer.
30674 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30676         * tooltip.el: Move code for GUD tooltips into gud.el.
30677         (require): CL no longer needed to compile case.
30678         (tooltip-mode): Do not toggle functions for GUD tooltips.
30679         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30680         gud-tooltip-mode in gud.el.
30681         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30682         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30683         tooltip-gud prefix with gud-tooltip and obsolete.
30684         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30685         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30686         (tooltip-mouse-motion): Mouse movement functions/variable.
30687         Rename in gud.el by adding gud prefix.
30688         (tooltip-gud-original-filter, tooltip-gud-dereference)
30689         (tooltip-gud-event, tooltip-toggle-gud-tips)
30690         (tooltip-gud-process-output, tooltip-gud-print-command)
30691         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30692         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30693         (gdb-tooltip-print): Move to gdb-ui.el.
30695         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30696         (require): CL needed to compile case.
30697         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30698         tooltip-gud-tips-p.  Make it a minor-mode.
30699         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30700         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30701         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30702         (gud-tooltip-change-major-mode)
30703         (gud-tooltip-activate-mouse-motions-if-enabled)
30704         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30705         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30706         (gud-tooltip-original-filter, gud-tooltip-dereference)
30707         (gud-tooltip-event, tooltip-toggle-gud-tips)
30708         (gud-tooltip-process-output, gud-tooltip-print-command)
30709         (gud-tooltip-tips): Move from tooltip.el.
30711         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30712         (gdb-cpp-define-alist-flags): Doc fix.
30713         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30714         gud-tooltip-mode is t.
30716 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30718         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30719         evaporate if their text is deleted.
30720         (goto-address-at-point): Make it work as a mouse binding as well.
30721         (goto-address-at-mouse): Obsolete it.  Update users.
30723 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30725         * calendar/appt.el (top-level): No longer activate on load.
30727 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30729         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30730         * net/webjump.el (webjump):
30731         * progmodes/idlw-help.el (idlwave-do-context-help1)
30732         (idlwave-highlight-linked-completions):
30733         * textmodes/po.el (po-find-file-coding-system-guts):
30734         Replace `assoc-ignore-case' by `assoc-string'.
30736 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30738         * files.el (locate-file): Doc fix.
30740         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30741         Remove the redundant test for ms-dos.
30743         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30744         look for the preprocessor with exec-suffixes.  If not found in
30745         standard places, look in exec-path.  Remove most of the tests that
30746         used system-type.
30748         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30750         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30752         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30753         file-name clash with jka-compr.el on 8+3 filesystems.
30755 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30757         * term/mac-win.el: Don't define or bind scroll bar functions if
30758         x-toolkit-scroll-bars is t.
30759         (x-select-text, x-get-selection-value): Clear
30760         x-last-selected-text-clipboard if x-select-enable-clipboard is
30761         nil.
30762         (PRIMARY): Put mac-scrap-name property.
30763         (mac-select-convert-to-file-url): New function.
30764         (public.file-url): New selection target type.  Add to
30765         selection-converter-alist.
30766         (x-get-selection, x-selection-value): Handle it.
30767         (x-cut-buffer-or-selection-value): New alias.
30769 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30771         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30772         entry to avoid calling bibtex-find-entry with arg global
30773         being t.  Remove arg key.
30774         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30775         (bibtex-copy-summary-as-kill): Change accordingly.
30777 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30779         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30780         (org-agenda-date-later): Use with-current-buffer.
30782 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30784         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30785         (define-obsolete-variable-alias): Doc Fixes.
30787 2005-05-06  Kim F. Storm  <storm@cua.dk>
30789         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30790         vertical-motion when selective-display is active.
30792         * ido.el (ido-setup-hook): New hook.
30793         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30794         (ido-input-stack): New var.
30795         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30796         ido-next-work-file binding to M-O.
30797         Bind M-f to ido-wide-find-file-or-pop-dir.
30798         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30799         (ido-read-internal): Run ido-setup-hook.
30800         Catch quit in read-file-name and read-string to cancel edit.
30801         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30802         Automatically pop-all when completing a directory name (RET).
30803         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30804         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30805         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30806         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30807         New functions for M-b/M-f to move among the directory components.
30808         (ido-make-merged-file-list): Catch quit to cancel merge.
30809         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30810         (ido-completion-help): No warnings for ido-completion-buffer-full.
30812 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30814         * font-lock.el (font-lock-negation-char-face): New face and variable.
30815         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30816         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30817         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30818         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30820 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30822         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30823         Fix typo in docstring.
30825         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30826         (ebrowse-print-statistics-line)
30827         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30829         * term/w32-win.el (image-library-alist): Add additional name for
30830         Xpm library.
30832 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30834         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30835         use gcc instead of cpp.
30837         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30838         (gdb-create-define-alist): Use it.
30839         (gdb-cpp-define-alist-program): Update for MS-DOS.
30841 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30843         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30845 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30847         * help.el (describe-key): No error when UNTRANSLATED is nil.
30849         * simple.el (line-move-1): Fix previous change to signal errors
30850         appropriately.
30852 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30854         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30855         (icalendar-duration-correction): Remove.
30856         (icalendar--get-event-properties): Split result at commas.
30857         (icalendar--decode-isoduration): New optional argument
30858         DURATION-CORRECTION.
30859         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30860         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30861         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30862         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30863         (icalendar--convert-anniversary-to-ical): New functions, extracted
30864         from icalendar-export-region, with bug fixes.
30865         (icalendar-export-region): Use the above functions.
30866         (icalendar-import-buffer): Check before saving diary file.
30867         (icalendar--convert-recurring-to-diary)
30868         (icalendar--convert-non-recurring-all-day-to-diary)
30869         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30870         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30871         (icalendar--convert-ical-to-diary): Use the above functions.
30873 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30875         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30876         Remove these recent additions.
30877         (c-mode): Restore to before 2005-04-28.
30879         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30880         recent addition.
30882         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30883         (gdb-define-alist): New variables.
30884         (gdb-create-define-alist): New function.
30885         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30886         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30887         with string-to-number.
30888         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30890         * progmodes/gud.el: Replace string-to-int with string-to-number.
30891         (gud-find-file): Handle gdb-define-alist.
30893         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30895 2005-05-02  Jay Belanger  <belanger@truman.edu>
30897         * calc/calc-aent.el (math-read-token):
30898         * calc/calc-bin.el (calc-word-size):
30899         * calc/calc-ext.el (calc-read-number-fancy):
30900         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30901         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30902         * calc/calc-frac.el (calc-over-notation):
30903         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30904         (calc-graph-num-points, calc-graph-init):
30905         * calc/calc-prog.el (calc-read-parse-table-part)
30906         (calc-edit-macro-repeats):
30907         * calc/calc-yank.el (calc-do-grab-rectangle):
30908         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30909         Replace `string-to-int' by `string-to-number'.
30911 2005-05-02  Kim F. Storm  <storm@cua.dk>
30913         * kmacro.el: Use executing-kbd-macro-index variable.
30915 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30917         * net/rlogin.el (rlogin-parse-words): Delete func.
30918         (rlogin): Use split-string, not rlogin-parse-words.
30919         Also, if there are option-like elements in the parsed args,
30920         take the host to be the first arg immediately following them.
30921         Suggested by Michael Mauger.
30923 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30925         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30927 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30929         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30930         (cc-mode-cpp-program): Rename to cc-define-list-program and
30931         move to cc-vars.el.
30933         * progmodes/cc-vars.el (cc-define-list-program):
30934         Change to "gcc -E -dM -".  Make customizable.
30936 2005-05-02  Kim F. Storm  <storm@cua.dk>
30938         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30940 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30942         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30944         * international/mule-util.el (truncate-string): Remove alias and
30945         obsolete declaration.
30947         * international/mule-cmds.el (update-iso-coding-systems):
30948         Remove alias and obsolete declaration.
30950         * international/mule.el (coding-system-parent): Remove alias and
30951         obsolete declaration.
30953         * subr.el (define-function, sref): Remove aliases and obsolete
30954         declarations.
30955         (chars-in-region): Remove obsolete declaration.
30957 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30959         * info.el (Info-mode): Set widen-automatically to nil, locally.
30961         * simple.el (widen-automatically): New variable.
30962         (pop-global-mark): Obey widen-automatically.
30964 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30966         * term/xterm.el (function-key-map): Call substitute-key-definition
30967         before the keymap size is increased by a lot of define-key calls.
30969 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30971         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30972         Rename ARG to ELEMENT.  Doc fix.
30974 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30976         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30977         Remove references to allout-exposure/change to allout-new-exposure.
30979         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30980         bytecode symbols.
30982         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30983         (compiled-function-p, focus-frame, unfocus-frame):
30984         Remove aliases and obsolete declarations.
30985         Back out inadvertent changes from previous commit.
30987 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30989         * files.el (require-final-newline): Make Custom tags consistent
30990         with mode-require-final-newline.
30991         (mode-require-final-newline): Doc fix.
30993 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30995         * international/latexenc.el (latexenc-find-file-coding-system):
30996         Fix regular expressions.
30998 2005-05-01  David Kastrup  <dak@gnu.org>
31000         * international/latexenc.el (latexenc-find-file-coding-system):
31001         Fix regular expressions.
31003 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31005         * subr.el (string-to-int): Make obsolete.
31007 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31009         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31011         * loadup.el: load jka-comp-hook.
31013         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31014         (jka-compr-handler): Add autoload.  `put' calls moved
31015         to jka-comp-hook.el.
31016         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31017         (jka-compr-inhibit): Autoload.
31019         * jka-comp-hook.el: New file.
31020         Enable the mode by default.
31022         * files.el (backup-buffer-copy): Use copy-file instead
31023         of write-region, and put back the 'excl.
31025 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31027         * progmodes/flymake.el (flymake-split-string)
31028         (flymake-split-string, flymake-log, flymake-pid-to-names)
31029         (flymake-reg-names, flymake-get-source-buffer-name)
31030         (flymake-unreg-names, flymake-add-line-err-info)
31031         (flymake-add-err-info): Clarify docstrings.
31032         (flymake-popup-menu, flymake-make-emacs-menu)
31033         (flymake-make-xemacs-menu): Add docstrings.
31034         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31035         Set variables directly throughout.
31037 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31039         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31040         exists.  Initialize cc-define-alist.
31041         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31042         If there is no file (Macroexpansion) don't create an alist.
31044 2005-04-29  Sam Steingold  <sds@gnu.org>
31046         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31047         (cc-create-define-alist): Use it instead of the hard-coded string.
31049 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31051         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31052         for latexenc.
31054 2005-04-29  Lute Kamstra  <lute@gnu.org>
31056         * emacs-lisp/generic.el: Improve commentary section.
31057         (define-generic-mode): Improve docstring.
31059 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31061         * textmodes/org.el (many places): Change to quiet the byte compiler.
31062         (org-prefix-format-compiled): New variable.
31063         (org-compile-prefix-format): New function.
31064         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31065         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31066         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31067         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31068         consistency with entries from `org-mode' files.
31069         (org-get-time-of-day): Fix bug with partial matches early in a line.
31070         (org-non-link-chars): New constant.
31071         (org-link-regexp): Respect `org-non-link-chars'.
31072         (org-agenda-day-view): Remove command.
31073         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31074         (org-follow-bbdb-link, org-store-link): Search also company field.
31075         (org-highlight-overlay): New variable.
31076         (org-highlight, org-unhighlight): New functions.
31077         (org-agenda-mode): Add pre-command-hook to remove highlight.
31078         (org-evaluate-time-range): Behavior depends upon whether time stamp
31079         contains a time or not.
31080         (org-show-subtree, org-show-entry): New functions.
31081         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31083 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31085         * comint.el (comint-output-filter-functions): Add autoload cookie.
31087 2005-04-28  Kim F. Storm  <storm@cua.dk>
31089         * ido.el (ido-everywhere): Fix last change.
31091 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31093         * international/latexenc.el: New file.
31094         * international/mule-conf.el (file-coding-system-alist): For .tex,
31095         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31097 2005-04-28  Lute Kamstra  <lute@gnu.org>
31099         * font-lock.el (font-lock-add-keywords)
31100         (font-lock-remove-keywords): Clarify docstring.
31101         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31102         Don't start docstrings with a `*'.
31103         (font-lock-update-removed-keyword-alist): Give it a docstring.
31105         * generic-x.el: Update commentary section.
31106         Only require font-lock when compiling.
31107         Define all modes conditionally.
31108         Place all generic modes in the generic-x-modes customization group.
31109         (generic-x-modes): New customization group.
31110         (generic-default-modes, generic-mswindows-modes)
31111         (generic-unix-modes, generic-other-modes): New constants.
31112         (generic-define-mswindows-modes, generic-define-unix-modes):
31113         Update docstrings.  Make them obsolete.
31114         (generic-extras-enable-list): New default value.  Update docstring.
31115         Improve :type.  Change :set function.
31116         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31117         Fix docstring.
31119         * emacs-lisp/generic.el (generic-mode-internal):
31120         Simplify font-lock-defaults.
31121         (define-generic-mode): Fix docstring.
31123 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31125         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31126         font-lock-face property to highlight matches.
31128 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31130         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31131         (cc-define-alist): New variable.
31132         (c-mode): Make it local and initialize it.
31134         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31135         (gdb-exited): New function.
31136         (gdb-annotation-rules): Use it.
31137         (gdb-starting): Set gdb-active-process to t.
31138         (gdb-stopping): Amend doc string.
31139         (gdb-reset): Set gdb-active-process to nil.
31141         * tooltip.el (tooltip-gud-tips): Show the associated #define
31142         directives when a C program under GDB is not executing.
31144 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31146         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31147         font-lock-fontify-syntactic-keywords.
31149         * font-lock.el (font-lock-default-fontify-region): Don't force
31150         parse-sexp-lookup-properties to nil.
31152 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31154         * man.el (man-mode-syntax-table): Set up `:' to have
31155         word-constituent syntax.
31157 2005-04-27  Lute Kamstra  <lute@gnu.org>
31159         * novice.el (disable-command): Don't add spurious newlines to the
31160         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31162 2005-04-26  Jay Belanger  <belanger@truman.edu>
31164         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31165         than one window before deleting window.
31167 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31169         * shell.el (shell-prompt-pattern): Doc fix.
31170         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31172         * comint.el (comint-prompt-regexp, comint-get-old-input)
31173         (comint-use-prompt-regexp)
31174         (comint-use-prompt-regexp-instead-of-fields)
31175         (comint-replace-by-expanded-history, comint-send-input)
31176         (comint-output-filter, comint-get-old-input-default)
31177         (comint-line-beginning-position, comint-bol, comint-show-output)
31178         (comint-backward-matching-input, comint-forward-matching-input)
31179         (comint-next-prompt, comint-previous-prompt):
31180         Rename `comint-use-prompt-regexp-instead-of-fields' to
31181         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31182         obsolete.
31183         (comint-use-prompt-regexp): Shorten first line of doc string.
31185         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31186         Set paragraph-separate buffer locally to "\\'".
31188         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31189         Adapt to above name change.
31191         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31192         (smbclient-prompt-regexp): Ditto.
31194         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31196 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31198         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31199         gdb-location-list.
31200         Break lines that are over 80 characters wide.
31202 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31204         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31205         New fun and var, to preserve compatibility.
31207         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31209 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31211         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31212         name to file-newer-than-file-p.
31214 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31216         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31218         * progmodes/python.el (python-mode):
31219         Use new name eldoc-documentation-function.
31221         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31223         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31224         (eldoc-documentation-function):
31225         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31227 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31229         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31231 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31233         * term/xterm.el (function-key-map): Fix strings for
31234         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31235         {C,S,A,C-S}-{f1-f12}.
31237 2005-04-26  Kenichi Handa  <handa@m17n.org>
31239         * international/mule-cmds.el (select-safe-coding-system):
31240         Fix previous change.
31242 2005-04-26  Lute Kamstra  <lute@gnu.org>
31244         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31246         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31247         (font-lock-comment-delimiter-face): Ditto.
31249         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31251 2005-04-25  Jay Belanger  <belanger@truman.edu>
31253         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31254         to t while inserting information; use help-mode.
31256 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31258         * term.el (ansi-term-color-vector): Use the xterm colors.
31259         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31261 2005-04-25  Lute Kamstra  <lute@gnu.org>
31263         * font-core.el (font-lock-defaults): Fix docstring.
31265         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31267 2005-04-25  Kenichi Handa  <handa@m17n.org>
31269         * international/mule-cmds.el (select-safe-coding-system):
31270         Don't check consistency with coding: spec, etc if raw-text or
31271         no-conversion was found to be safe.
31273 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31275         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31276         citation markers at start of each line.
31278         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31279         citation markers at start of each line.
31281         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31283         * files.el (mode-require-final-newline): Fix previous change.
31284         (require-final-newline): Fix type label.
31286 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
31288         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31289         statement in buffer (broken by 2004-11-24 change).
31291 2005-04-24  Kim F. Storm  <storm@cua.dk>
31293         * ido.el (ido-everywhere): Save and restore old read-buffer-function
31294         and read-file-name-function values.  Don't overwrite existing
31295         non-nil values if ido-mode is enabled without ido-everywhere.
31297 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
31299         * files.el (mode-require-final-newline): Minor doc fix.
31301 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
31303         * subr.el (syntax-after): Doc fix.
31304         (syntax-class): If argument is nil, return nil.  Mask off upper 16
31305         bits, not 8 bits.
31307         * files.el (mode-require-final-newline): Doc fix.
31308         (backup-buffer-copy): Fix last change.
31310 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31312         * term/mac-win.el: Require select.  Set selection-coding-system to
31313         mac-system-coding-system.  Call menu-bar-enable-clipboard.
31314         (x-last-selected-text-clipboard, x-last-selected-text-primary)
31315         (x-select-enable-clipboard): New variables.
31316         (x-select-text, x-get-selection, x-selection-value)
31317         (x-get-selection-value, mac-select-convert-to-string)
31318         (mac-services-open-file, mac-services-open-selection)
31319         (mac-services-insert-text): New functions.
31320         (CLIPBOARD, FIND): Put mac-scrap-name property.
31321         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31322         (public.tiff): Put mac-ostype property.
31323         (selection-converter-alist): Add entries for them.
31324         (mac-application-menu-map): New keymap.
31325         (interprogram-cut-function, interprogram-paste-function): Set to
31326         x-select-text and x-get-selection-value, respectively.
31327         (split-window-keep-point): Set to t.
31329 2005-04-23  Richard M. Stallman  <rms@gnu.org>
31331         * files.el (read-directory-name): Always pass non-nil
31332         DEFAULT-FILENAME arg to read-file-name.
31333         (backup-buffer-copy, basic-save-buffer-2): Take care against
31334         writing thru an unexpected existing symlink.
31335         (revert-buffer): In indirect buffer, revert the base buffer.
31336         (magic-mode-alist): Doc fix.
31337         (buffer-stale-function): Doc fix.
31338         (minibuffer-with-setup-hook): Avoid warning.
31339         (mode-require-final-newline): Doc and custom fix.
31341         * follow.el (follow-end-of-buffer): Use with-no-warnings.
31343         * font-lock.el (font-lock-comment-face): On terminals with few colors,
31344         use the default appearance.
31345         (font-lock-comment-delimiter-face): New face, new variable.
31347         * imenu.el (imenu--generic-function): The official position of a
31348         definition is the start of the line that BEG is in.
31350         * midnight.el (midnight-timer): Move defvar up.
31352         * mouse.el (mouse-drag-region-1): Delete some debugging code.
31354         * saveplace.el (save-place-to-alist): Use with-no-warnings.
31356         * startup.el (command-line): Use with-no-warnings.
31358         * window.el (window-size-fixed): New defvar.
31360         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31362         * mail/rmail.el (rmail-font-lock-keywords):
31363         Use font-lock-comment-delimiter-face.
31365         * mail/sendmail.el (mail-font-lock-keywords):
31366         Use font-lock-comment-delimiter-face.
31368         * progmodes/compile.el (next-error-highlight-timer): New defvar.
31370 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
31372         * progmodes/compile.el (compilation-mode-font-lock-keywords):
31373         Specify t for LAXMATCH when matching directories.
31374         Save match data around compilation-compat-error-properties form.
31376 2005-04-23  David Kastrup  <dak@gnu.org>
31378         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31379         Mention that the autoloaded aliases should be kept for AUCTeX.
31381 2005-04-23  Andreas Schwab  <schwab@suse.de>
31383         * isearch.el (isearch-forward): Doc fix.
31385 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
31387         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31388         (jit-lock-stealth-nice): Change default value to 0.5.
31390 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
31392         * abbrev.el (write-abbrev-file): Write table entries in
31393         alphabetical order by table name.
31395 2005-04-22  Kim F. Storm  <storm@cua.dk>
31397         * ido.el (ido-read-internal): Fix `list' completion.
31399 2005-04-22  Kenichi Handa  <handa@m17n.org>
31401         * recentf.el (recentf-save-file-coding-system): New variable.
31402         (recentf-save-list): Encode the file by
31403         recentf-save-file-coding-system and add coding: tag.
31405 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
31407         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31409 2005-04-21  Lute Kamstra  <lute@gnu.org>
31411         * loadhist.el (unload-feature): Don't remove a function from hooks
31412         if it is about to be restored to an autoload .  Remove functions
31413         that will become unbound from auto-mode-alist.  Simplify the code.
31415         * subr.el (assq-delete-all): New implementation that is linear,
31416         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
31417         (rassq-delete-all): New function.
31419         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31420         Add size-indication-mode.
31422 2005-04-21  Kenichi Handa  <handa@m17n.org>
31424         * international/mule-cmds.el: Add autoload for widget-value in
31425         eval-when-compile.
31427 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
31429         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31430         Add tooltip-mode.
31432         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31434 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
31436         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31437         (inferior-lisp-filter-regexp, inferior-lisp-program)
31438         (inferior-lisp-load-command, inferior-lisp-prompt)
31439         (inferior-lisp-mode-hook, lisp-source-modes)
31440         (inferior-lisp-load-hook): defvar->defcustom.
31441         (inferior-lisp-program, inferior-lisp-prompt)
31442         (inferior-lisp-load-hook): Doc fixes.
31443         (inferior-lisp-install-letter-bindings): Small change in
31444         introductory comment.
31446 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
31448         * vc.el (vc-annotate-color-map): Change some colors so that text
31449         using them as foreground is readable on both white and black
31450         backgrounds.
31452 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31454         * international/mule-conf.el (translation-table-for-input):
31455         Remove redundant declaration.
31457 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31459         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31461         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31462         (tooltip-toggle-gud-tips): New function.
31464 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31466         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31467         right angle brackets.
31469 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31471         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31473 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31475         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31476         Remove.  Update callers to use expand-file-name instead.
31478         * subr.el (syntax-class): New function.
31480         * simple.el (blink-matching-open): Use it.
31482         * paren.el (show-paren-function): Use it to recognize parens that are
31483         also used in 2-char comment markers.
31485 2005-04-19  Lute Kamstra  <lute@gnu.org>
31487         * loadhist.el (unload-feature): Update for new format of
31488         load-history.  Simplify the code.
31490 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31492         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31493         (mac-add-charset-info): New function.  Initialize variable
31494         mac-charset-info-alist using it.
31495         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31496         for translation.
31497         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31498         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31499         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31500         New CCL programs.
31502 2005-04-19  Kim F. Storm  <storm@cua.dk>
31504         * simple.el (next-buffer, prev-buffer, next-error)
31505         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31506         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31508         * bindings.el (next-buffer, prev-buffer, next-error)
31509         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31510         (clone-indirect-buffer-other-window): Move bindings from simple.el.
31511         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31512         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31514 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31516         * isearch.el (isearch-edit-string): Make the search-ring available for
31517         minibuffer history commands.
31518         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31519         the default history commands now work just as well.
31520         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31522 2005-04-18  Kim F. Storm  <storm@cua.dk>
31524         * emulation/cua-base.el (cua--pre-command-handler): Add more
31525         elaborate check for shift modifier on non-window systems.
31527 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
31529         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31531 2005-04-18  Kim F. Storm  <storm@cua.dk>
31533         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31534         and make it optional.  Don't test tooltip-gud-echo-area here.
31535         (tooltip-gud-process-output, gdb-tooltip-print):
31536         Pass tooltip-gud-echo-area to tooltip-show.
31537         (tooltip-help-tips): Remove second optional arg to tooltip-show.
31539 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31541         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31542         `display-graphic-p' may not be bound yet.
31544 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
31546         * startup.el (command-line): No longer enable Xterm Mouse mode by
31547         default in terminals compatible with xterm.
31549         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31551 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
31553         * tooltip.el (tooltip-gud-echo-area): Rename from
31554         tooltip-use-echo-area.
31555         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31556         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31557         area independently of where help tooltips are displayed.
31559 2005-04-17  David Kastrup  <dak@gnu.org>
31561         * cus-theme.el (custom-theme-write-variables): Quote variables
31562         where necessary.
31564 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31566         * simple.el (yank-excluded-properties): Add follow-link to value.
31568         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31570         * startup.el (fancy-splash-max-time): Just 30 seconds.
31571         (fancy-splash-delay): Just 7.
31572         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31574         * loadhist.el (unload-feature): Update for new format of load-history.
31575         Simplify the code.
31577         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31578         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31580         * mail/sendmail.el (mail-font-lock-keywords):
31581         Don't fontify subject text.
31582         Don't fontify the text of a citation.
31584 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31586         * comint.el (comint-output-filter): Run comint-output-filter-functions
31587         with point where the user had it.
31589 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31591         * international/ucs-tables.el (ucs-set-table-for-input):
31592         Disable when using unify-on-decoding.
31594 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31596         * emulation/cua-base.el (cua-global-mark-face): Add special case
31597         for displays supporting a high number of colors.
31599 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31601         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31603 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31605         * filesets.el (filesets-add-buffer): If user supplies a name of a
31606         non-existing fileset, create a new fileset.
31608 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31610         * textmodes/org.el (org-up-heading-all): Fix bug with
31611         `outline-up-heading-all'.
31613 2005-04-16  Andreas Schwab  <schwab@suse.de>
31615         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31616         /etc/permissions.d/* and /etc/aliases.d/*.
31618 2005-04-16  Kenichi Handa  <handa@m17n.org>
31620         * international/code-pages.el (cp-make-coding-system):
31621         Set `translation-table-for-input' property value to the symbol
31622         ucs-mule-to-mule-unicode, not to that value.
31623         (pt154): Escape guillemet by `\'.
31625 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31627         * loadup.el: Load tooltip if x-show-tip is fboundp.
31629         * startup.el (command-line): Add comment.
31631         * tooltip.el (tooltip-mode): Specify correct standard value for
31632         Custom in init-value.
31634 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31636         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31637         possible.
31639 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31641         * textmodes/org.el (org-agenda-date-prompt): Rename from
31642         `org-agenda-date-today'.
31643         (org-evaluate-time-range): Insert at point instead of directly
31644         after time range.
31645         (org-first-headline-recenter, org-subtree-end-visible-p)
31646         (org-optimize-window-after-visibility-change): New functions
31647         (org-agenda-post-command-hook): Don't allow point at end of line,
31648         to make sure it always hits the text properties.
31649         (org-agenda-next-date-line, org-agenda-previous-date-line):
31650         New commands.
31651         (org-set-regexps-and-options): Category may contain white space.
31652         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31653         Improve marker positions.
31654         (org-agenda-new-marker): Argument POS made optional.
31655         (org-agenda-get-timestamps): Deadlines which are done are listed
31656         in org-done-face now.
31657         (org-agenda-get-todos, org-agenda-get-timestamps)
31658         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31659         Set `undone-face' and `done-face' properties.
31660         (org-last-todo-state-is-todo): New variable.
31661         (org-todo): Set `org-last-todo-state-is-todo'.
31662         (org-agenda-todo): Change face according to
31663         `org-last-todo-state-is-todo'.  And change other lines referring to
31664         the same entry.
31665         (org-calendar-goto-agenda): New command.
31666         (org-calendar-to-agenda-key): New option.
31667         (org-startup-folded): New allowed value `content'.
31668         (org-set-regexps-and-options): Accept new value `content' for
31669         `org-startup-folded'.
31670         (org-get-current-options): Handle new value `content' for
31671         `org-startup-folded'.
31672         (org-insert-todo-heading): New command.
31673         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31674         interactively in empty file and option
31675         `org-insert-mode-line-in-empty-file' has been set.
31676         (org-agenda-todo, org-agenda-priority): Modify to use
31677         `org-agenda-change-all-lines'.
31678         (org-warning-face): Change color on dark background.
31680 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31682         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31683         use preferences AppleLocale and AppleLanguages, and variable
31684         mac-system-locale for default locale.  On Mac OS Classic, use
31685         mac-system-coding-system for default coding systems.
31687         * term/mac-win.el: Don't set file-name-coding-system.
31688         Decode variables system-name, emacs-build-system, user-login-name, and
31689         user-full-name by mac-system-coding-system on Mac OS Classic.
31690         (mac-system-coding-system): New variable.
31692 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31694         * startup.el (command-line): Handle `xterm-mouse-mode' before
31695         reading init file.
31697         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31699 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31701         * progmodes/sh-script.el (sh-here-document-word): Make it a
31702         defcustom.  Doc fix.
31703         (sh-add): Bash uses $(( )) for arithmetic.
31704         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31705         (sh-maybe-here-document): Remove quotes and leading whitespace
31706         from heredoc word when closing.  Indent heredoc with tabs if word
31707         starts with "-".
31709 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31711         * simple.el (undo): Fix previous change.
31713         * custom.el (defface): Doc fix.
31715 2005-04-13  Lute Kamstra  <lute@gnu.org>
31717         * Makefile.in (DONTCOMPILE): Remove list.
31718         (compile, compile-always): Don't use DONTCOMPILE.
31719         (update-authors): Load the library in which batch-update-authors
31720         is defined.
31721         * makefile.w32-in (DONTCOMPILE): Remove list.
31722         (compile, compile-always): Fix comments.
31723         (update-authors): Load the library in which batch-update-authors
31724         is defined.
31726         * generic-x.el (generic-mode-ini-file-find-file-hook):
31727         Rename to ini-generic-mode-find-file-hook.
31728         Keep generic-mode-ini-file-find-file-hook as an alias.
31729         (ini-generic-mode-find-file-hook): Rename from
31730         generic-mode-ini-file-find-file-hook.  Fix docstring.
31731         (ini-generic-mode): Docstring change.
31732         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31734         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31735         called from lisp.
31737         * generic.el: Move to the emacs-lisp subdir.
31739 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31741         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31742         and C-S- function and cursor motion keys.
31744 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31746         * startup.el (command-line): Enable Xterm Mouse mode by default.
31747         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31748         for Custom.  No longer show "Mouse" in mode line when enabled.
31749         Doc fix.
31751 2005-04-12  Kim F. Storm  <storm@cua.dk>
31753         * emulation/cua-base.el (cua-rectangle-face)
31754         (cua-rectangle-noselect-face): Define face attributes here.
31756         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31758 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31760         * startup.el (command-line): Turn off blinking cursor if
31761         cursorBlink in resources is off or false.
31763 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31765         * term/mac-win.el (dnd): Require dnd.
31766         (mac-drag-n-drop): Call dnd-handle-one-url.
31767         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31768         (kTextEncodingISOLatin2): Remove constants.
31769         (mac-script-code-coding-systems): New constant.
31770         (mac-handle-language-change): New function.
31771         (special-event-map): Bind it to `language-change' event.
31772         (mac-centraleurroman, mac-cyrillic): New coding systems.
31773         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31774         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31775         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31776         encode-mac-cyrillic, respectively.
31778 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31780         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31781         Don't set overlay-arrow-string to "=>" as this is done
31782         globally in C now.
31784 2005-04-12  Lute Kamstra  <lute@gnu.org>
31786         * generic-x.el (rc-generic-mode, rul-generic-mode):
31787         Fix auto-mode-alist entries.
31788         (etc-fstab-generic-mode): Tweak fontification.
31790         * generic.el (generic-make-keywords-list): Fix docstring.
31791         (generic-mode-internal): Simplify generic-font-lock-keywords.
31793 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31795         * whitespace.el (whitespace-buffer-leading)
31796         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31797         However, fix the highlight area for the leading and
31798         trailing whitespaces to show space.
31800 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31802         * whitespace.el (whitespace-version): Bump to 3.5.
31804         (whitespace-buffer-leading, whitespace-buffer-trailing):
31805         Invert sense of the test to highlight the whitespace.
31807 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31809         * progmodes/gud.el (gud-display-line): GUD uses its own
31810         overlay arrow now so don't set overlay-arrow-string.
31811         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31813 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31815         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31816         (term-ansi-current-reverse, term-ansi-current-invisible)
31817         (term-ansi-face-already-done): Change to boolean.
31818         (term-reset-terminal, term-handle-colors-array): Handle the above
31819         vars accordingly.
31820         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31821         (term-emulate-terminal): Use the new name.
31823         * faces.el (secondary-selection): Use yellow1, not yellow.
31824         (trailing-whitespace): Use red1, not red.
31826 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31828         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31829         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31830         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31832         * cus-edit.el (dnd): New group.
31834         * term/w32-win.el (dnd): Require dnd
31835         (w32-drag-n-drop): Call dnd-handle-one-url.
31837         * x-dnd.el: Require dnd.
31838         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31839         Call dnd-handle-one-url.
31840         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31841         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31842         to dnd-insert-text.
31843         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31844         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31845         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31846         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31848         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31850 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31852         * wdired.el: Doc fixes.
31853         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31854         (wdired-use-dired-vertical-movement): Rename from
31855         wdired-always-move-to-filename-beginning.
31856         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31857         (wdired-change-to-wdired-mode): Change mode name.
31858         (wdired-newline): Delete.
31860 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31862         * whitespace.el (whitespace-highlight-the-space):
31863         Don't call whitespace-unhighlight-the-space here.
31865         * simple.el (undo): Record t in undo-equiv-table
31866         for the redo record made by an undo-in-region.
31868 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31870         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31871         (gdb-frame-inferior-io-buffer): New Functions to control
31872         display of separate IO buffer.
31873         (menu): Add them to menu-bar.
31874         (gdb-display-buffer): Check for buffer another frame.
31875         Protect GUD buffer.
31876         (gdb-setup-windows): Create IO buffer if not already there.
31877         (gdb-memory-mode): Remove purecopy noops.
31879 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31881         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31882         and pass to self-insert-command.
31884 2005-04-11  Lute Kamstra  <lute@gnu.org>
31886         * generic.el: Commentary section cleanup.
31887         (generic): Delete.
31888         (generic-use-find-file-hook, generic-lines-to-scan)
31889         (generic-find-file-regexp, generic-ignore-files-regexp)
31890         (default-generic-mode, generic-mode-find-file-hook)
31891         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31892         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31893         (generic-use-find-file-hook, generic-lines-to-scan)
31894         (generic-find-file-regexp, generic-ignore-files-regexp)
31895         (default-generic-mode, generic-mode-find-file-hook)
31896         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31898 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31900         * bookmark.el (bookmark-write-file): Catch errors writing file.
31901         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31903 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31905         * startup.el (fancy-splash-tail): Update copyright year.
31906         (command-line): Split part of -Q into -D.
31907         (emacs-basic-display): New defvar.
31908         (fancy-splash-text): Correct name of menu item.
31910         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31912         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31913         lines in one node.
31915         * comint.el (comint-send-input): New arg ARTIFICIAL.
31916         Callers in this file changed.
31918         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31920         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31922 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31924         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31925         `ldap-search-internal'.
31927 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31929         * files.el (set-auto-mode-1): Use line-end-position.
31931         * international/latin-1.el:
31932         * international/latin-2.el:
31933         * international/latin-3.el:
31934         * international/latin-4.el:
31935         * international/latin-5.el:
31936         * international/latin-8.el:
31937         * international/latin-9.el: Give punctuation syntax to NBSP.
31939         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31940         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31941         Use char-classes to accept non-ascii letters, accepted in some recent
31942         bibtex implementations.
31944 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31946         * custom.el (custom-set-minor-mode): Any non-nil value for the
31947         variable should enable the mode when set through Custom.
31949 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31951         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31952         TAB binding so tab-always-indent is obeyed.
31953         (vhdl-minibuffer-local-map): Move initialization into declaration.
31954         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31955         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31956         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31957         (vhdl-current-line): Use line-beginning-position.
31958         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31959         with-output-to-temp-buffer, so the current position can be recorded.
31961 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31963         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31964         Add regexp for gcov.
31966 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31968         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31969         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31970         syntax which Emacs 20 doesn't support.
31972 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31974         * help.el (describe-key-briefly, describe-key):
31975         Replace strings as event types with "(any string)".
31977 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31979         * arc-mode.el (archive-mode-map): Move initialization into
31980         the declaration.  Override *all* bindings of `undo'.
31981         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31983 2005-04-09  Jay Belanger  <belanger@truman.edu>
31985         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31987 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31989         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31990         (xterm-register-default-colors): Update color values computation
31991         to match xterm-200.
31993 2005-04-09  Kenichi Handa  <handa@m17n.org>
31995         * international/code-pages.el (iso-latin-7): Fix the map.
31997 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31999         * emacs-lisp/lisp.el (defun-prompt-regexp)
32000         (parens-require-spaces, buffer-end, end-of-defun)
32001         (insert-parentheses): Doc fixes.
32003 2005-04-08  Kim F. Storm  <storm@cua.dk>
32005         * comint.el (comint-highlight-prompt): Fix face spec.
32006         * hi-lock.el (hi-green): Likewise.
32008 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32010         * cus-edit.el (custom-modified-face):
32011         * comint.el (comint-highlight-input): Fix previous changes.
32012         * term.el (term-handle-ansi-escape): Add a comment.
32014 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32016         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32017         in the buffer and in whitespace-highlighted-space.
32018         (whitespace-unhighlight-the-space): Simplify.
32019         (whitespace-buffer): Simplify.
32021 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32023         * textmodes/table.el (table-cell-face): Add special case for
32024         displays supporting a high number of colors.
32025         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32026         (vhdl-font-lock-reserved-words-face)
32027         (vhdl-speedbar-architecture-face)
32028         (vhdl-speedbar-instantiation-face)
32029         (vhdl-speedbar-architecture-selected-face)
32030         (vhdl-speedbar-instantiation-selected-face): Likewise.
32031         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32032         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32033         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32034         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32035         (ebrowse-progress-face): Likewise.
32036         * progmodes/compile.el (compilation-info-face): Likewise.
32037         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32038         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32039         * calendar/calendar.el (diary-face): Likewise.
32040         * woman.el (woman-italic-face, woman-bold-face)
32041         (woman-unknown-face): Likewise.
32042         * wid-edit.el (widget-button-pressed-face): Likewise.
32043         * whitespace.el (whitespace-highlight-face): Likewise.
32044         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32045         * pcvs-info.el (cvs-marked-face): Likewise.
32046         * info.el (info-xref): Likewise.
32047         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32048         * hilit-chg.el (highlight-changes-face)
32049         (highlight-changes-delete-face): Likewise.
32050         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32051         (hi-red-b): Likewise.
32052         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32053         * font-lock.el (font-lock-keyword-face)
32054         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32055         * cus-edit.el (custom-invalid-face, custom-modified-face)
32056         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32057         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32058         * comint.el (comint-highlight-prompt): Likewise.
32060 2005-04-08  Lute Kamstra  <lute@gnu.org>
32062         * font-lock.el (font-lock-keywords): Docstring fixes.
32064 2005-04-08  Kenichi Handa  <handa@m17n.org>
32066         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32067         chars are more than a limit, print " and more..." at the tail.
32069 2005-04-08  Kim F. Storm  <storm@cua.dk>
32071         * emacs-lisp/authors.el (authors-aliases): Update list.
32072         (authors-ignored-files): New list.
32073         (authors-fixed-entries): Fix typo.
32074         (authors-renamed-files-alist): Update list.
32075         (authors-add): Check authors-ignored-files.
32077 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32079         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32080         optional, to ensure backward compatibility.
32082 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32084         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32086 2005-04-08  Kim F. Storm  <storm@cua.dk>
32088         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32090         * mouse.el (mouse-on-link-p): Doc fix.
32092 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32094         * ielm.el (ielm-prompt-read-only): Doc fix.
32096         * comint.el (comint-prompt-read-only): Doc fix.
32098 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32100         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32101         ensure dired always handles wildcards passed to ffap.
32102         (find-file-at-point): Use it.
32103         (ffap-dired-wildcards): Doc fix.
32105 2005-04-07  Juri Linkov  <juri@jurta.org>
32107         * simple.el (next-error-overlay-arrow-position): New defvar.
32108         Put "=>" on its property `overlay-arrow-string'.  Add it to
32109         `overlay-arrow-variable-list'.
32111         * progmodes/compile.el (compilation-setup):
32112         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32113         nil in the local hook `kill-buffer-hook'.  Make local variable
32114         `overlay-arrow-string' and set it to "=>".
32115         (compilation-goto-locus): Set BOL position to
32116         `next-error-overlay-arrow-position' instead of
32117         `overlay-arrow-position'.
32119         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32120         locally instead of adding it to the global hook.
32121         (Info-kill-buffer): Move up.
32123 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32125         * term/xterm.el (xterm-standard-colors): Update color values from
32126         xterm-200.
32128 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32130         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32132         * fast-lock.el:
32133         * lazy-lock.el: Move them to the obsolete subdir.
32135 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32137         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32138         (wdired-add-replace-advice): Remove.
32139         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32141 2005-04-06  Kim F. Storm  <storm@cua.dk>
32143         * startup.el (command-line): Add --bare-bones alias for -Q.
32145 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32147         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32148         create the startup fontset if a font specification ends with
32149         `mac-roman'.
32151 2005-04-06  Lute Kamstra  <lute@gnu.org>
32153         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32154         change.
32156         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32157         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32159 2005-04-05  Lute Kamstra  <lute@gnu.org>
32161         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32162         (define-generic-mode): Ditto.  Fix debug declaration.
32164         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32165         Put them in the generic-x group.
32167         * calendar/timeclock.el (timeclock): Doc fix.
32169         * generic.el (define-generic-mode): Don't use custom-current-group.
32170         Document default :group value.
32171         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32172         (define-global-minor-mode): Don't use custom-current-group.
32174 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32176         * startup.el (command-line-1): Display startup-echo-area-message
32177         when fancy splash screen is in use.
32179         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32180         (sh-escaped-newline): New face.
32181         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32182         newline, and use sh-escaped-newline face.
32184         * progmodes/tcl.el (tcl-escaped-newline): New face.
32185         (tcl-builtin-list): New variable.
32186         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32187         newlines.  Fix keywords subexpression number.
32189 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32191         * textmodes/org.el (org-diary-default-entry): Fix call to
32192         `add-to-diary-entry'.
32194 2005-04-05  Kim F. Storm  <storm@cua.dk>
32196         * ediff-init.el: Use (featurep 'xemacs).
32198 2005-04-05  David Ponce  <david@dponce.com>
32200         * cus-edit.el (face): Derive from symbol widget.  Display sample
32201         of the current face on the fly.
32202         (widget-face-sample-face-get, widget-face-notify): New functions.
32203         (widget-face-value-create): Remove.
32205         * wid-edit.el (widget-field-end): Temporarily remove field
32206         narrowing before to call `get-char-property'.
32208 2005-04-04  Jay Belanger  <belanger@truman.edu>
32210         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32211         (math-read-subscripts): New variable.
32212         (math-read-preprocess-string): Process subscripts.
32214 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32216         * comint.el (comint-prompt-read-only): Doc fix.
32218         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32219         `-1'.  Doc fix.
32221 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32223         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32224         Change default value to nil.
32226 2005-04-04  Lute Kamstra  <lute@gnu.org>
32228         * autorevert.el (auto-revert-mode): Specify :group.
32229         * battery.el (display-battery-mode): Specify :group.
32230         * diff-mode.el (diff-minor-mode): Specify :group.
32231         * font-core.el (font-lock-mode): Specify :group.
32232         * hl-line.el (hl-line-mode): Specify :group.
32233         * iimage.el (iimage): New customization group.
32234         (iimage-mode): Specify :group.
32235         * longlines.el (longlines-mode): Specify :group.
32236         * master.el: Don't require easy-mmode.
32237         (master): New customization group.
32238         (master-mode): Specify :group.
32239         * msb.el (msb-mode): Specify :group.
32240         * reveal.el (reveal-mode): Specify :group.
32241         * simple.el (next-error-follow-minor-mode): Specify :group.
32242         * smerge-mode.el (smerge-mode): Specify :group.
32243         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32244         * emulation/cua-base.el (cua-mode): Specify :group.
32245         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32246         * language/thai-util.el (thai-auto-composition-mode)
32247         (thai-word-mode): Specify :group.
32248         * mail/supercite.el (sc-minor-mode): Specify :group.
32249         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32250         * progmodes/flymake.el (flymake-mode): Specify :group.
32251         * progmodes/glasses.el (glasses-mode): Specify :group.
32252         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32253         * textmodes/enriched.el (enriched-mode): Specify :group.
32254         * textmodes/refill.el (refill-mode): Specify :group.
32256         * add-log.el (change-log-font-lock-keywords): Names in
32257         parenthesized lists can contain spaces.
32259 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32261         * startup.el (fancy-splash-text): Shorten default text of
32262         "Emacs Tutorial" line.  Also, if the current language env
32263         indicates an available tutorial file other than TUTORIAL,
32264         extract its title and append it to the line in parentheses.
32265         (fancy-splash-insert): If arg is a thunk, funcall it.
32267 2005-04-04  Jay Belanger  <belanger@truman.edu>
32269         * calc.el (calc-language-alist): Add tags to customization type.
32271 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32273         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32274         Doc fix.
32276 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32278         * add-log.el (change-log-font-lock-keywords): The manual
32279         describing a Change Log entry, says: (...) "Aside from these
32280         header lines, every line in the change log starts with a space or
32281         a tab.".  The font-lock was not highlighting lines started with
32282         spaces, added support for it.
32284 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32286         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32287         (bibtex-generate-url-list): Update docstring accordingly.  Put the
32288         complex example in the docstring.
32289         (bibtex-font-lock-url): Use pop.
32291 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32293         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32295         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32297 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
32299         * filesets.el (filesets-set-default): Doc fix.
32301 2005-04-03  Lute Kamstra  <lute@gnu.org>
32303         * generic.el (define-generic-mode): Add argument to specify
32304         keywords for defcustom.
32305         (default-generic-mode): Specify :group.
32307         * generic-x.el: Specify :group for all generic modes.
32309         * desktop.el (desktop-no-desktop-file-hook)
32310         (desktop-after-read-hook): Doc fix.
32312 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
32314         * simple.el (visible-mode): Use explicit :group keyword.
32315         This changes the group of `visible-mode-hook' from paren-blinking
32316         to editing-basics.
32318 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
32320         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
32321         mailbox specifications as well as URLs.
32322         (rmail-insert-inbox-text): Remove unused conditional branches.
32324 2005-04-01  Jay Belanger  <belanger@truman.edu>
32326         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32327         (calc-gnuplot-print-command): Move definitions to calc.el.
32329         * calc/calc-embed.el (calc-embedded-announce-formula)
32330         (calc-embedded-open-formula, calc-embedded-close-formula)
32331         (calc-embedded-open-word, calc-embedded-close-word)
32332         (calc-embedded-open-plain, calc-embedded-close-plain)
32333         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32334         (calc-embedded-open-mode, calc-embedded-close-mode):
32335         Move definitions to calc.el.
32337         * calc/calc.el (calc-settings-file, calc-language-alist):
32338         Make customizable.
32339         (calc-embedded-announce-formula, calc-embedded-open-formula)
32340         (calc-embedded-close-formula, calc-embedded-open-word)
32341         (calc-embedded-close-word, calc-embedded-open-plain)
32342         (calc-embedded-close-plain, calc-embedded-open-new-formula)
32343         (calc-embedded-close-new-formula, calc-embedded-open-mode)
32344         (calc-embedded-close-mode, calc-gnuplot-name)
32345         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32346         from other files and make customizable.
32348 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32350         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32351         Use buffer-live-p.
32352         (cvs-mode-run): Don't call cvs-update-header here.
32353         (cvs-run-process): Call cvs-update-header.
32354         Use process properties for cvs-postprocess and cvs-buffer so that
32355         the sentinel can behave better if the temp buffer is killed.
32356         Use a pipe rather than a tty, to better handle unexpected prompts.
32357         (cvs-sentinel): Rewrite.  Call cvs-update-header.
32359 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
32361         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32362         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
32364 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32366         * generic.el (define-generic-mode): Add indentation rule.
32368 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
32370         * files.el (mode-require-final-newline): Make Custom correctly
32371         report a nil value and allow to set it to nil via Custom.
32372         Doc fix.
32374 2005-04-01  Kenichi Handa  <handa@m17n.org>
32376         * international/characters.el: Enable the correct case setting for
32377         dotless-i and dotted-I.
32379 2005-04-01  Kim F. Storm  <storm@cua.dk>
32381         * ido.el (ido-file-internal): Fall back to non-ido command if
32382         initial directory is on slow ftp (or tramp) host.
32384 2005-03-31  Richard M. Stallman  <rms@gnu.org>
32386         * emacs-lisp/autoload.el (make-autoload):
32387         Handle define-global-minor-mode.
32389         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32390         Rename from easy-mmode-define-global-mode.
32391         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32393         * progmodes/scheme.el (scheme-mode-syntax-table):
32394         Update syntax of | and # for two-character comment syntax.
32396 2005-03-31  Lute Kamstra  <lute@gnu.org>
32398         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32399         (define-minor-mode): Call custom-current-group at load-time.
32401         * generic.el (define-generic-mode): Add debug declaration.
32402         Add defcustom for the mode hook.
32403         (generic-mode-internal): Use run-mode-hooks.
32405 2005-03-31  Kim F. Storm  <storm@cua.dk>
32407         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32408         (mouse-fixup-help-message): New defun called by show_help_echo
32409         to fixup mouse-2 prefix in help messages when applicable.
32411         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32413 2005-03-31  Kenichi Handa  <handa@m17n.org>
32415         * language/thai-word.el (thai-find-word-ends): Pay attention to
32416         the case that we reach the end of buffer.
32418         * textmodes/fill.el (fill-text-properties-at): New function.
32419         (fill-newline): Use fill-text-properties-at instead of
32420         text-properties-at.
32422 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32424         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32425         not comint-quote-filename.
32427 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
32429         * help-fns.el (help-with-tutorial): Revert last change.
32431 2005-03-31  Kim F. Storm  <storm@cua.dk>
32433         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32435 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32437         * calendar/cal-china.el: Update reference to "Calendrical
32438         Calculations" book; there's a new edition.
32439         * calendar/cal-coptic.el: Likewise.
32440         * calendar/cal-french.el: Likewise.
32441         * calendar/cal-hebrew.el: Likewise.
32442         * calendar/cal-islam.el: Likewise.
32443         * calendar/cal-iso.el: Likewise.
32444         * calendar/cal-julian.el: Likewise.
32445         * calendar/cal-mayan.el: Likewise.
32446         * calendar/cal-persia.el: Likewise.
32447         * calendar/calendar.el: Likewise.
32448         * calendar/holidays.el: Likewise.
32449         * calendar/lunar.el: Likewise.
32450         * calendar/solar.el: Likewise.
32452         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32453         white space from doc string.
32455 2005-03-30  Jay Belanger  <belanger@truman.edu>
32457         * calc/calc-help.el (calc-full-help): Remove email address.
32459 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
32461         * help-fns.el (help-with-tutorial): Delete title line.
32463 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32465         * calendar/cal-x.el (calendar-one-frame-setup)
32466         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32467         rather than `symbol' for set-window-dedicated-p.
32469         * calendar/appt.el (appt-buffer-name): Make it a constant.
32470         (appt-add): Doc fix.
32472         * filesets.el (filesets-menu-path, filesets-menu-before)
32473         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
32474         (filesets-menu-cache-file): Use directory ~/.emacs.d.
32475         (filesets-add-submenu): Delete and use add-submenu instead.
32477 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
32479         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32480         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32481         (org-diary-default-entry): New function.
32482         (org-get-entries-from-diary): Better parsing of diary entries.
32483         (org-agenda-check-no-diary): New function.
32484         ("diary-lib"): Advice to function `add-to-diary-list', to allow
32485         linking to diary entries.
32486         (org-agenda-execute-calendar-command): New function.
32487         (org-agenda): Improve visible section in window.
32488         Use `org-fit-agenda-window'.
32489         (org-fit-agenda-window): New option.
32490         (org-move-subtree-down): Better handling of empty lines
32491         at end of subtree.
32492         (org-cycle): Numeric prefix is interpreted now as show-subtree N
32493         levels up.
32494         (org-fontify-done-headline): New option.
32495         (org-headline-done-face): New face.
32496         (org-set-font-lock-defaults): Use `org-headline-done-face'.
32497         (org-table-copy-down): Rename from `org-table-copy-from-above'.
32498         When current field is non-empty, it is copied to next row.
32499         (org-table-copy-from-above): Fix bug which made it
32500         impossible to copy fields containing only a single non-white character.
32502 2005-03-30  Kim F. Storm  <storm@cua.dk>
32504         * kmacro.el (kmacro-end-macro): Isearch may store this command
32505         into the macro -- so ignore it when executing keyboard macro.
32507 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32509         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32511 2005-03-29  Kenichi Handa  <handa@m17n.org>
32513         * language/thai.el ("Thai"): Set setup-function and exit-function
32514         for Thai language environment.
32516         * language/thai-util.el: Require thai-word.
32517         (thai-word-mode-map): New variable.
32518         (thai-word-mode): New minor mode.
32519         (setup-thai-language-environment-internal): New function.
32520         (exit-thai-language-environment-internal): New function.
32522         * language/thai-word.el (thai-word-table): Declare it by defvar,
32523         use dolist to initialize it.
32524         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32525         (thai-fill-find-break-point): New functions.
32527 2005-03-29  Richard M. Stallman  <rms@gnu.org>
32529         * simple.el (idle-update-delay): Move definition up.
32530         (set-mark): Doc fix.
32532 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
32534         * longlines.el: New file.
32536         * simple.el (buffer-substring-filters): New variable.
32537         (filter-buffer-substring): New function.
32538         (kill-region, copy-region-as-kill): Use it.
32540         * register.el (copy-to-register, append-to-register)
32541         (prepend-to-register): Use filter-buffer-substring.
32543 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32545         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32546         (gud-filter-pending-text): Move in front of gdb.
32547         (gud-overlay-arrow-position): New variable.
32548         (gud-sentinel, gud-display-line): Use it in place of
32549         overlay-arrow-position.
32551 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
32553         * progmodes/fortran.el (fortran-if-indent): Doc fix.
32554         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32555         (fortran-font-lock-keywords-4): New variable.
32556         (fortran-blocks-re, fortran-end-block-re)
32557         (fortran-start-block-re): New constants, for hideshow.
32558         (hs-special-modes-alist): Add a Fortran entry.
32559         (fortran-mode-map): Bind fortran-end-of-block,
32560         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32561         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32562         (fortran-looking-at-if-then, fortran-end-of-block)
32563         (fortran-beginning-of-block): New functions, for hideshow.
32565         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32566         Doc fix.  Tweak regexp.
32567         (f90-beginning-of-block): Push mark first.
32569 2005-03-29  Jay Belanger  <belanger@truman.edu>
32571         * calc/calc.el: Update copyright date.
32572         (calc-version): Increase to 2.1.
32573         (calc-version-date): Remove.
32575         * calc/calc-help.el: Update copyright date.
32576         (calc-full-help): Remove reference to calc-version-date.
32577         Update copyright date.
32579 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32581         * vc.el (vc-do-command): Use a pipe for async processes, so password
32582         prompts don't show up at places where the user can't reply.
32584 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32586         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32587         on the file name we pass to the inferior shell.
32589 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32591         * progmodes/which-func.el (which-function): Be robust in the face of an
32592         imenu--make-index-alist failure.
32594 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32596         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32598         * progmodes/python.el (python-preoutput-filter): Fix last change.
32600 2005-03-29  Lute Kamstra  <lute@gnu.org>
32602         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32603         functions and compiled macros.
32604         (debug-convert-byte-code): Handle macros too.
32605         (debug-on-entry-1): Don't signal an error when trying to clear a
32606         function that is not set to debug on entry.
32608 2005-03-29  Jay Belanger  <belanger@truman.edu>
32610         * calc/calc-lang.el: Add functions to math-function-table
32611         properties of tex and math.
32613 2005-03-29  Kenichi Handa  <handa@m17n.org>
32615         * ps-mule.el (ps-mule-plot-string): Translate characters by
32616         ps-print-translation-table.
32617         (ps-mule-begin-job): Call find-charset-region/string with
32618         ps-print-translation-table.
32619         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32621         * ps-print.el (ps-print-translation-table): New variable.
32622         (ps-plot-region): Translate characters by ps-print-translation-table.
32624 2005-03-29  Juri Linkov  <juri@jurta.org>
32626         * simple.el (next-error-highlight-timer): New variable.
32628         * progmodes/compile.el (compilation-goto-locus):
32629         Use `next-error-highlight-timer' instead of `sit-for'.
32631 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32633         * mail/supercite.el (sc-mail-field): Use assoc-string.
32634         (sc-get-address): Simplify regexps.
32636         * files.el (minibuffer-with-setup-hook): New macro.
32637         (find-file-read-args): Use it to avoid let-binding
32638         minibuffer-with-setup-hook (which breaks turning on/off
32639         file-name-shadow-mode while in the prompt).
32641         * complete.el (PC-read-include-file-name-internal):
32642         Use test-completion.
32644 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32646         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32648 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32650         * window.el (window-buffer-height): Use count-screen-lines.
32652         * progmodes/python.el (python-preoutput-leftover): New var.
32653         (python-preoutput-filter): Use it.
32654         (python-send-receive): Loop until all the result has been received.
32656 2005-03-28  Juri Linkov  <juri@jurta.org>
32658         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32660         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32661         "Recover Crashed Session".
32662         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32663         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32664         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32665         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32666         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32667         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32668         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32669         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32671         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32672         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32673         Ediff Sessions", "Toggle use of separate control buffer frame",
32674         "Use separate frame for Ediff control buffer".
32676         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32677         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32678         "Rename Bookmark", "Delete Bookmark".
32680         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32681         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32682         Add `:active Info-index-alternatives' to "Next Matching Item".
32684         * wdired.el (wdired-change-to-wdired-mode):
32685         Mention `wdired-abort-changes' key in the initial message.
32687         * international/mule.el (auto-coding-alist): Associate non-ascii
32688         image filename extensions with `no-conversion'.
32690 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32692         * international/iso-acc.el:
32693         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32695 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32697         * textmodes/sgml-mode.el (html-mode): Doc update.
32699         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32701 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32703         * term.el (term-move-columns): Fix face after extending a line.
32704         (term-insert-spaces): Likewise.
32705         (term-reset-terminal): Fix off by one error.
32707 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32709         * international/mule.el (auto-coding-alist): Add .xpi files.
32711         * files.el (auto-mode-alist): Add .xpi files.
32713 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32715         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32717 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32719         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32721 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32723         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32724         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32726         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32727         cursor to Jan 1 when needed.
32728         (calendar-end-of-year): Fix -/+ typo.
32729         Reported by Chong Yidong <cyd@stupidchicken.com>.
32731 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32733         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32735         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32736         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32738 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32740         * filesets.el (filesets-init): Add autoload.
32742         * mail/mailalias.el (mail-directory): Doc fix.
32744 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32746         * mail/mailalias.el (mail-directory-process): Do nothing if
32747         mail-directory-process is an atom.
32748         (mail-get-names): Ignore mail-directory-names if it is an atom.
32749         (mail-directory-process defvar): Doc fix.
32750         (mail-names): Doc fix.
32752 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32754         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32756 2005-03-26  Kenichi Handa  <handa@m17n.org>
32758         * international/mule-util.el (detect-coding-with-priority):
32759         Call update-coding-systems-internal before detect-coding-region.
32761 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32763         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32764         (gdb-frames-mode-map): Add follow-link property.
32766 2005-03-25  Jay Belanger  <belanger@truman.edu>
32768         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32769         for variables.
32771 2005-03-25  Juri Linkov  <juri@jurta.org>
32773         * image-mode.el: Optimize image filename extension regexps in
32774         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32775         in `auto-mode-alist'.
32776         (image-mode): Add `image-toggle-display-text' to local hook
32777         `change-major-mode-hook'.  Display the image as an image by
32778         default.  Set `cursor-type' and `truncate-lines' if the image
32779         is already displayed.  Take into account the current mode (image
32780         or text) in message.
32781         (image-minor-mode): New minor mode.
32782         (image-mode-maybe, image-toggle-display-text): New functions.
32783         (image-toggle-display): Use called-interactively-p.
32784         Let-bind `inhibit-read-only' to t.
32786         * image-mode.el (image-minor-mode): Set `cursor-type' and
32787         `truncate-lines' if the image is already displayed.  Add turning
32788         image-minor-mode off to `change-major-mode-hook'.  Add message.
32789         Call `image-toggle-display-text' after turning image-minor-mode off.
32791 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32793         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32794         Terminal.app, use utf-8.
32795         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32796         (set-locale-environment): Use it.
32798         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32800         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32802         * progmodes/python.el (python-close-block-statement-p)
32803         (python-outdent-p, python-current-defun): Use symbol-end.
32805 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32807         * files.el (save-some-buffers): Doc fix.
32809 2005-03-25  Werner Lemberg  <wl@gnu.org>
32811         * complete.el, thumbs.el: Replace `legal' with `valid'.
32812         * calendar/calendar.el: Replace `legal' with `valid'.
32813         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32814         * mail/supercite.el: Replace `legal' with `valid'.
32815         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32816         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32817         Replace `legal' with `valid'.
32818         * textmodes/reftex-vars.el, textmodes/reftex.el:
32819         Replace `legal' with `valid'.
32821 2005-03-25  Werner Lemberg  <wl@gnu.org>
32823         * calc/calc-forms.el, calc/calc-sel.el
32824         * midnight.el, vc-cvs.el
32825         * emacs-lisp/cl-macs.el
32826         * emulation/vip.el
32827         * eshell/esh-io.el, eshell/esh-var.el
32828         * mail/supercite.el
32829         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32830         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32831         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32832         * progmodes/sh-script.el, progmodes/xscheme.el
32833         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32834         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32835         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32836         * textmodes/reftex.el, textmodes/org.el:
32837         Replace `illegal' with `invalid'.
32839 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32841         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32842         (flymake-find-buildfile, flymake-find-possible-master-files)
32843         (flymake-check-include, flymake-parse-line): Replace loops over the
32844         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32846         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32847         Substitute file-name-as-directory in the rest of the file.
32848         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32849         (flymake-replace-region): Remove unused arg `buffer'.
32850         (flymake-check-patch-master-file-buffer): Update calls to it.
32851         (flymake-add-err-info): Remove unused var `count'.
32852         (flymake-mode): Use define-minor-mode.
32854         * progmodes/flymake.el: Use with-current-buffer.
32855         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32856         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32857         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32858         Avoid testing for `xemacs'.
32859         (flymake-nop): Move.
32860         (flymake-region-has-flymake-overlays): Return the computed value.
32861         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32862         Remove unused var `endline'.
32863         (flymake-get-line-count): Remove unused function.
32864         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32866         * emulation/vi.el:
32867         * generic.el:
32868         * hilit-chg.el (global-highlight-changes):
32869         * hi-lock.el (hi-lock-mode):
32870         * follow.el: find-file-hooks -> find-file-hook.
32872         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32874 2005-03-24  Juri Linkov  <juri@jurta.org>
32876         * dired.el (dired-mode-map): Add menu item "Compare directories"
32877         for dired-compare-directories.
32879         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32880         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32882 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32884         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32886 2005-03-24  Jay Belanger  <belanger@truman.edu>
32888         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32889         relevant mode settings in calc-embedded-original-modes when modes
32890         are permanently changed.
32892 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32894         * autoinsert.el: find-file-hooks -> find-file-hook.
32896 2005-03-24  Lute Kamstra  <lute@gnu.org>
32898         * generic.el (generic-font-lock-defaults): Make it obsolete.
32899         (generic-font-lock-keywords): New variable to replace
32900         generic-font-lock-defaults.
32901         (generic-mode-set-font-lock): Delete it.
32902         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32903         (generic-bracket-support): Add docstring.
32905         * generic-x.el: Rename generic-font-lock-defaults to
32906         generic-font-lock-keywords throughout.
32907         (mailagent-rules-setup-function): Delete it.
32908         (mailagent-rules-generic-mode): Use anonymous function instead.
32909         (show-tabs-generic-mode-font-lock-defaults-1)
32910         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32911         Quote faces.
32912         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32913         not foreground.
32915         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32916         Recognize define-generic-mode.
32918 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32920         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32921         if there's no completion table.
32923 2005-03-23  Miles Bader  <miles@gnu.org>
32925         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32926         Remove tty-specific variants, as they're no longer needed.
32928 2005-03-23  Lute Kamstra  <lute@gnu.org>
32930         * generic-x.el: Code cleanup: make args constant whenever possible.
32931         (installshield-statement-keyword-list)
32932         (installshield-system-functions-list)
32933         (installshield-system-variables-list, installshield-types-list)
32934         (installshield-funarg-constants-list): Make them constants.
32936         * generic.el (generic-make-keywords-list): Add autoload cookie.
32938         * calendar/time-date.el: Add comment on time value formats.
32939         Don't require parse-time.
32940         (with-decoded-time-value): New macro.
32941         (encode-time-value): New function.
32942         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32943         (days-to-time): Return a valid time value when arg is huge.
32944         (time-since): Use time-subtract.
32945         (time-to-number-of-days): Use time-to-seconds.
32947 2005-03-23  David Ponce  <david@dponce.com>
32949         * recentf.el (recentf-keep): New option.
32950         (recentf-menu-action): Default to `find-file'.
32951         (recentf-keep-non-readable-files-flag)
32952         (recentf-keep-non-readable-files-p)
32953         (recentf-file-readable-p, recentf-find-file)
32954         (recentf-cleanup-remote): Remove.
32955         (recentf-include-p): More robust.
32956         (recentf-keep-p): New function.
32957         (recentf-remove-if-non-kept): Rename from
32958         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32959         All callers updated.
32960         (recentf-menu-items-for-commands): Fix help string.
32961         (recentf-track-closed-file): Update.  Doc fix.
32962         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32964 2005-03-23  Kim F. Storm  <storm@cua.dk>
32966         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32967         Don't inherit from fringe face (now happens automatically).
32969 2005-03-22  Kim F. Storm  <storm@cua.dk>
32971         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32972         position values.
32974 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32976         * menu-bar.el (showhide-date-time): Remove.
32977         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32978         (menu-bar-make-mm-toggle): Simplify.
32980 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32982         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32983         Accept qualified variable and function names.
32985 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32987         * bindings.el (completion-ignored-extensions):
32988         Remove ".lis" for `vax-vms'.
32990 2005-03-22  Andreas Schwab  <schwab@suse.de>
32992         * generic-x.el: Revert last change.
32993         * ldefs-boot.el: Update.
32995 2005-03-22  Jay Belanger  <belanger@truman.edu>
32997         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32998         (calc-embedded-save-original-modes)
32999         (calc-embedded-restore-original-modes): New functions.
33000         (calc-do-embedded): Save original modes when entering embedded mode
33001         and restore when leaving embedded mode.
33002         (calc-embedded-modes-change): Change the value of
33003         calc-embedded-original-modes to reflect permanent changes.
33005 2005-03-22  Lute Kamstra  <lute@gnu.org>
33007         * generic-x.el: Require generic again.
33009 2005-03-22  Miles Bader  <miles@gnu.org>
33011         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33012         Tweak details to look good on both ttys and bitmap displays, light
33013         or dark background, etc.
33015 2005-03-21  Kim F. Storm  <storm@cua.dk>
33017         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33018         mouse position.
33020 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33022         * icomplete.el: Don't forcibly turn on the mode upon load.
33023         (icomplete-mode): Use define-minor-mode.
33024         (icomplete-eoinput): Default to nil.
33025         (icomplete-minibuffer-setup): Remove autoload.
33026         (icomplete-tidy): Simplify.
33027         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33028         in the initial state or if the user has modified the field.
33029         Fix handling of icomplete-max-delay-chars.
33030         Remove code that handles the oddball case where
33031         minibuffer-completion-table is an integer.
33032         Wrap icomplete-completions in while-no-input in case building
33033         completions takes more time than expected.
33034         (icomplete-completions): Simplify.
33036 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33038         * jka-compr.el (jka-compr-really-do-compress):
33039         Make variable buffer-local.
33041         * image-mode.el: Handle .xpm files too.
33042         (image-toggle-display): Preserve modification flag.
33044         * help.el (where-is): Don't mention aliases with no key bindings.
33046 2005-03-21  Lute Kamstra  <lute@gnu.org>
33048         * generic.el: Fix commentary section.  Don't require cl for
33049         compilation.
33050         (generic-mode-list): Add autoload cookie.
33051         (generic-use-find-file-hook, generic-lines-to-scan)
33052         (generic-find-file-regexp, generic-ignore-files-regexp)
33053         (generic-mode, generic-mode-find-file-hook)
33054         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33055         (define-generic-mode): Make it a defmacro.  Fix docstring.
33056         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33057         (generic-mode-set-comments): Code cleanup.
33058         * generic-x.el: Don't prevent compilation.  Don't require generic.
33059         Follow coding conventions.  Minor code cleanup.
33060         (etc-fstab-generic-mode): Add some keywords.
33061         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33062         define-generic-mode like a function declaration.
33064 2005-03-21  Jay Belanger  <belanger@truman.edu>
33066         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33067         changing modes.
33069 2005-03-21  Sam Steingold  <sds@gnu.org>
33071         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33073 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33075         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33076         Add underscore to "f$ lexicals" regexp.
33078 2005-03-20  Juri Linkov  <juri@jurta.org>
33080         * subr.el (progress-reporter-do-update): When `min-value' is equal
33081         to `max-value', set `percentage' to 0 and prevent division by zero.
33083 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33085         Sync with Tramp 2.0.48.
33087         * net/tramp.el (all): Change all addresses to .gnu.org.
33088         (tramp-append-tramp-buffers): New defun.
33089         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33090         Catch `dont-send' signal.
33091         (tramp-set-auto-save-file-modes): Set always permissions, because
33092         there might be an old auto-saved file belonging to another
33093         original file.  This could be a security threat.  Reported by
33094         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33095         Check for Emacs 21.3.50 removed.
33097         * net/tramp-smb.el (all): Remove debug construct for
33098         `with-parsed-tramp-file-name'.
33099         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33100         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33101         No error message if DIRECTORY or FILENAME doesn't exist.
33102         (tramp-smb-open-connection): Check existence of
33103         `tramp-smb-program'.
33105 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33107         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33108         Properly handle the case where the `m' or `s' command's argument is not
33109         yet terminated.
33110         (perl-indent-new-calculate): New function.
33111         (perl-indent-line): Use it.
33113 2005-03-20  Miles Bader  <miles@gnu.org>
33115         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33116         in text-mode too.  Change to new face names.
33117         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33118         Add `:weight bold' attribute.
33119         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33121 2005-03-19  Juri Linkov  <juri@jurta.org>
33123         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33125         * international/mule.el (auto-coding-alist): Sync with
33126         `auto-mode-alist' by adding upper case archive file extensions
33127         and adding ear/war to jar extension.
33129 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33131         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33132         running, restart it.
33134 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33136         * finder.el (finder-current-item): Throw an error on an empty line.
33138         * man.el (Man-follow-manual-reference): If current-word returns
33139         nil, use "".
33141 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33143         * simple.el (goto-line): Doc fix.
33145 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33147         * files.el (save-buffer): Doc fix.
33149 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33151         * recentf.el (recentf-cleanup-remote): New variable.
33152         (recentf-cleanup): Use it to conditionally check availability of
33153         remote files.
33155 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33157         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33158         function names.
33160 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33162         * language/thai-word.el: New file.
33164 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33166         * files.el (backup-buffer): If the file's directory is not
33167         writable, use copy instead of move to backup the file.
33169 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33171         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33173 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33175         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33176         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33177         <darkman_spam@yahoo.fr>.
33178         (ps-print-version): New version 6.6.6.
33180 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33182         * textmodes/table.el (table--line-column-position): New idiom.
33183         (table--row-column-insertion-point-p): New function to test
33184         validity of row and column insertion operation at a location.
33185         (table-global-menu, table-cell-menu): Use above functions for
33186         deterministic test operation.
33187         (table--editable-cell-p): Behave in deterministic fashion.
33189 2005-03-18  Juri Linkov  <juri@jurta.org>
33191         * isearch.el (isearch-lazy-highlight-new-loop):
33192         Make arguments beg and end optional.
33193         (isearch-update): Remove optional arguments nil from
33194         isearch-lazy-highlight-new-loop.
33195         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33196         isearch-lazy-highlight-case-fold-search instead of
33197         isearch-case-fold-search, and let-bind isearch-regexp to
33198         isearch-lazy-highlight-regexp.
33199         Use isearch-lazy-highlight-last-string instead of isearch-string.
33201         * replace.el (perform-replace): Remove bindings of global
33202         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33203         Add three new arguments to `replace-highlight'.
33204         (replace-highlight): Add arguments string, regexp, case-fold.
33205         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33206         to allow isearch-lazy-highlight-new-loop to use these values
33207         to set corresponding isearch-lazy-highlight-* internal
33208         variables whose values lazy highlighting will use regardless of
33209         changes to global variables isearch-string, isearch-regexp,
33210         isearch-case-fold-search during lazy highlighting loop.
33211         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33212         to `lazy-highlight-cleanup'.
33214         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33215         (ispell-highlight-face): Set default face to `isearch' when
33216         lazy highlighting is enabled.
33217         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33218         priority to 1.  Add lazy highlighting.
33219         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33220         from `isearch-dehighlight'.
33222 2005-03-18  David Ponce  <david@dponce.com>
33224         * files.el (hack-local-variables): Do a case-insensitive search
33225         for End.
33227 2005-03-18  Juri Linkov  <juri@jurta.org>
33229         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33230         `isearch-lazy-highlight-cleanup', add alias to old name and
33231         declare obsolete.  Add release numbers to other obsolete vars.
33232         (isearch-done, isearch-lazy-highlight-new-loop):
33233         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33234         (lazy-highlight-cleanup) <variable>: Doc fix.
33235         (isearch-lazy-highlight-update): Rename obsolete
33236         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33238 2005-03-18  Kenichi Handa  <handa@m17n.org>
33240         * language/thai-util.el: Fix categorization of Thai characters in
33241         thai-category-table.
33242         (thai-composition-pattern): Adjust it for the above change.
33243         (thai-self-insert-command, thai-compose-syllable): New functions.
33244         (thai-compose-region): Use thai-compose-syllable.
33245         (thai-compose-string): Likewise.
33246         (thai-composition-function): Likewise.
33247         (thai-auto-composition): New function.
33248         (thai-auto-composition-mode): New minor mode.
33250         * language/thai.el: Fix patterns to be registered in
33251         composition-function-table.
33253         * international/quail.el (quail-input-method): Locally bind
33254         inhibit-modification-hooks to t.
33256 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33258         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33259         (perl-mode): Use run-mode-hooks.
33261         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33262         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33263         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33265         * mail/sendmail.el (sendmail-send-it): Reenable the code
33266         to compute resend-to-address and use it.
33268         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33270         * image-mode.el: New file.
33272         * image.el (insert-sliced-image): Add autoload cookie.
33274         * font-lock.el (font-lock-lines-before): New user option.
33275         (font-lock-after-change-function): Obey it.
33277         * bindings.el (esc-map): Make M-g a prefix.
33278         Bind M-g g and M-g M-g to goto-line.
33280         * faces.el (face-id): Doc fix.
33282 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33284         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33285         (rmail-show-message): Use rmail-unknown-mail-followup-to.
33286         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33288         * mail/sendmail.el (mail-yank-ignored-headers)
33289         (mail-font-lock-keywords, mail-mode-fill-paragraph):
33290         Add Mail-Followup-To and Mail-Reply-To headers.
33291         (mail-citation-hook): Add autoload cookie.
33292         (mail-mode): Doc fix.
33293         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33294         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33295         (mail-mode-fill-paragraph): Handle those headers.
33296         (mail-mailing-lists): New variable.
33297         (mail-mail-reply-to, mail-mail-followup-to): New functions.
33299 2005-03-17  Juri Linkov  <juri@jurta.org>
33301         * isearch.el (isearch-fallback): Check for `(car previous)'
33302         before calling `isearch-other-end-state'.
33304 2005-03-17  Kim F. Storm  <storm@cua.dk>
33306         * simple.el (move-beginning-of-line): Move to beginning of buffer
33307         line, as well as beginning of screen line.
33309 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
33311         * calendar/diary-lib.el (mark-diary-entries): Use new optional
33312         argument REDRAW rather than calendar-redrawing variable.
33313         * calendar/calendar.el (calendar-redrawing): Delete.
33314         (redraw-calendar): Do not bind calendar-redrawing.
33316 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
33318         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33319         diary-file buffer.
33321 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33323         * help.el (describe-mode): Allow a :minor-mode-function property to
33324         specify a different minor mode toggle function than the variable.
33325         * simple.el (auto-fill-function):
33326         * subr.el (add-minor-mode): Use it.
33328 2005-03-16  Kenichi Handa  <handa@m17n.org>
33330         * language/ethio-util.el (sera-being-called-by-w3): New variable.
33331         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33332         (ethio-fidel-to-sera-buffer): Likewise.
33334 2005-03-16  Juri Linkov  <juri@jurta.org>
33336         * emacs-lisp/find-func.el (find-function-regexp):
33337         Add defun-emitting macro `menu-bar-make-toggle'.
33339         * isearch.el: Put `isearch-scroll' property to
33340         `split-window-horizontally'.
33342         * info.el: Update error messages for `debug-ignored-errors'.
33343         (Info-isearch-search): Doc fix.
33344         (Info-find-node): Move up code to go into info buffer before
33345         recording the node to the history.
33346         (Info-fontify-node): Fontify titles only if the next line
33347         has two or more `*', `=', `-', `.'.
33348         Display "go to this node" for empty (match-string 3).
33350 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33352         * term/mac-win.el: Add mouse pointer shape constants.
33354 2005-03-15  Kim F. Storm  <storm@cua.dk>
33356         * simple.el (move-beginning-of-line): Use vertical-motion.
33358 2005-03-15  Juri Linkov  <juri@jurta.org>
33360         * isearch.el (isearch-error): New variable.
33361         (isearch-invalid-regexp, isearch-within-brackets): Remove.
33362         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33363         (isearch-within-brackets-state): Remove.
33364         (isearch-case-fold-search-state, isearch-pop-fun-state):
33365         Decrease frame index.
33366         (isearch-mode, isearch-top-state, isearch-push-state)
33367         (isearch-edit-string, isearch-abort, isearch-search-and-update)
33368         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33369         (isearch-search, isearch-lazy-highlight-new-loop):
33370         Replace `isearch-invalid-regexp' with `isearch-error'.
33371         Remove `isearch-within-brackets'.
33372         (isearch-search): Add `search-failed' handler to `condition-case'.
33373         (isearch-lazy-highlight-search): Add `condition-case' to catch
33374         errors and allow `isearch-lazy-highlight-update' to try
33375         highlighting from the beginning of the window.
33376         (isearch-repeat): Move up code to set isearch-wrapped to t
33377         before calling isearch-wrap-function.
33379         * info.el (Info-isearch-initial-node): New internal variable.
33380         (Info-search): Signal an error in isearch mode when search leaves
33381         the initial node.  Signal an error when `bound' is non-nil and
33382         nothing was found in the current subfile.
33383         (Info-isearch-search): Remove `condition-case'.
33384         (Info-isearch-wrap): Don't wrap when search failed during leaving
33385         the initial node.  If `Info-isearch-search' is nil, wrap around
33386         the current node.
33387         (Info-isearch-start): New fun.
33388         (Info-mode): Add buffer-local hook `Info-isearch-start' to
33389         `isearch-mode-hook'.
33391 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33393         * simple.el (normal-erase-is-backspace): Set default to t if
33394         running on Mac.
33396         * term/mac-win.el (function-key-map): Sync with x-win.el.
33398 2005-03-15  Kenichi Handa  <handa@m17n.org>
33400         * international/mule-cmds.el (locale-language-names): Modify the
33401         format of elements and add more entries.
33402         (locale-preferred-coding-systems): Add more entries.
33403         (set-locale-environment): Adjust for the change of
33404         locale-language-names.
33406 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33408         * pcvs.el (smerge-ediff): Remove bogus autoload.
33410 2005-03-14  Lute Kamstra  <lute@gnu.org>
33412         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33413         Ignore a `*' at the beginning of a line.
33415         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33416         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33417         subr.el.
33418         (dont-compile, eval-when-compile, eval-and-compile): Use declare
33419         to specify indentation.
33421         * generic.el (define-generic-mode): Let generic-mode-list be a
33422         list of strings; test membership with equal.
33424 2005-03-14  Kim F. Storm  <storm@cua.dk>
33426         * simple.el (next-line, previous-line): Add optional try-vscroll
33427         arg to recognize interactive use.  Pass it on to line-move.
33428         (line-move): Don't perform auto-window-vscroll when defining or
33429         executing keyboard macro to ensure consistent behavior.
33431 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33433         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33435 2005-03-13  Lute Kamstra  <lute@gnu.org>
33437         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33438         debugger-setup-buffer so that backtrace marks the frames set to
33439         debug-on-exit and we don't have to do it manually.  Set an extra
33440         debug-on-exit for macro's.
33441         (debugger-setup-buffer): Don't mark the top frame manually.
33443 2005-03-12  Lute Kamstra  <lute@gnu.org>
33445         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33446         lisp-indent-function throughout.
33447         (with-no-warnings): Set lisp-indent-function property.
33449 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
33451         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33452         Add entry for backslash.
33454 2005-03-12  Juri Linkov  <juri@jurta.org>
33456         * info.el (Info-search): Four fixes for backward search.
33458 2005-03-11  Jay Belanger  <belanger@truman.edu>
33460         * calc/calc.el (calc-language-alist): New variable.
33461         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33462         (calc-embedded-find-modes): Use calc-language-alist instead of
33463         calc-embedded-language-alist.
33465 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33467         * calendar/calendar.el (calendar-redrawing): New internal
33468         variable.
33469         (redraw-calendar): Remove bogus save-excursion from previous
33470         change.  Bind calendar-redrawing to t for mark-diary-entries.
33471         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33472         calendar if that is why we were called.
33474 2005-03-11  Kenichi Handa  <handa@m17n.org>
33476         * international/mule.el (make-coding-system): Set property
33477         coding-system-define-form to nil.
33478         (define-coding-system-alias): Likewise.
33480 2005-03-11  Kenichi Handa  <handa@m17n.org>
33482         These changes are suggested by Dave Love <fx@gnu.org>.
33484         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33485         coding: tag.
33486         (adaptive-fill-regexp): Add more bullets.
33487         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33488         regexps.
33490 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33492         * help.el (describe-mode): Properly handle non-trivial lighters.
33493         Don't ignore minor modes that are not listed in minor-mode-list.
33495         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33496         feature ON when the user requests to turn it OFF.
33498 2005-03-10  Lute Kamstra  <lute@gnu.org>
33500         * emacs-lisp/debug.el (debug-entry-code): Delete it.
33501         (implement-debug-on-entry): New function to replace debug-entry-code.
33502         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
33503         second argument as the 2005-03-07 change makes it obsolete.
33504         (debug-on-entry, cancel-debug-on-entry): Update call to
33505         debug-on-entry-1.
33506         (debug, debugger-setup-buffer): Comment update.
33507         (debugger-frame-number): Update to work with implement-debug-on-entry.
33509 2005-03-10  Jay Belanger  <belanger@truman.edu>
33511         * calc/calc-embed.el (math-ms-args): Declare it.
33512         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33513         math-ms-args.
33514         (calc-embedded-subst): Use math-multi-subst-rec to substitute
33515         variables.
33517 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
33519         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33520         Use message-box.
33522         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33523         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33524         (tooltip-gud-tips): Simplify.
33525         (tooltip-gud-tips-p): Remove superfluous :set.
33526         (tooltip-gud-modes): Add fortran-mode.
33527         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33529         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33531 2005-03-09  Kim F. Storm  <storm@cua.dk>
33533         * play/animate.el (animate-place-char): Use forward-line instead
33534         of next-line to improve performance.
33536 2005-03-09  Simon Josefsson  <jas@extundo.com>
33538         * net/browse-url.el (browse-url-default-browser): Doc fix.
33540 2005-03-09  Miles Bader  <miles@gnu.org>
33542         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33543         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33545 2005-03-09  Kenichi Handa  <handa@m17n.org>
33547         * international/latin-1.el: Set case and syntax for 255 only if
33548         set-case-syntax-set-multibyte is nil.
33550         * textmodes/ispell.el (ispell-insert-word): New function.
33551         (ispell-word): Use ispell-insert-word to insert a new word.
33552         (ispell-process-line): Likewise.
33553         (ispell-complete-word): Likewise.
33555 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
33557         * calendar/calendar.el (redraw-calendar): Preserve point.
33558         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33559         (calendar-week-start-day): Move after definition of
33560         redraw-calendar.  Delete buffer test, since redraw-calendar has
33561         that now.
33563         * calendar/diary-lib.el (mark-diary-entries): Only call
33564         redraw-calendar in the first of any recursive calls.
33565         Reported by Alan Shutko <ats@acm.org>.
33567 2005-03-08  Juri Linkov  <juri@jurta.org>
33569         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33570         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33571         (html-radio-buttons): Add a space before the trailing `/>' where
33572         sgml-xml-mode is non-nil.
33573         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33574         the subsequent tag of the empty XML tag.
33575         (html-href-anchor): Don't set initial input to "http:".
33576         (html-image): Ask for the image URL and set point inside alt="".
33577         (html-name-anchor): Duplicate the name in the `id' attribute when
33578         sgml-xml-mode is non-nil.
33579         (html-paragraph): Remove \n before <p>.
33580         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33581         instead of `checked' when sgml-xml-mode is non-nil.
33583         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33584         Remove 1 space before #RRGGBB to not truncate it on terminal
33585         windows w/o fringes.  Remove 1 space between bg and fg examples
33586         to get more space.
33587         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33588         avoid byte-compile warnings.
33590         * image-file.el (image-file-handler): Put `safe-magic' property to
33591         `image-file-handler'.
33593         * info.el (Info-isearch-search): Emulate word search in
33594         isearching through multiple Info nodes with Info-search.
33595         (Info-isearch-wrap): Allow isearch-word.
33597 2005-03-08  Lute Kamstra  <lute@gnu.org>
33599         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33600         stepping into the debugger's code is not possible.
33601         (debugger-jumping-flag): Docstring update.
33603 2005-03-08  Jay Belanger  <belanger@truman.edu>
33605         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33606         embedded mode begins.
33607         (calc-embedded-language-alist): New variable.
33608         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33609         set default language mode.
33611 2005-03-08  Kenichi Handa  <handa@m17n.org>
33613         * international/ccl.el (define-ccl-program): Fix docstring about
33614         extra 256 bytes assured for the output buffer.
33616         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33617         Fix BUFFER_MAGNIFICATION to 2.
33618         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33620 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33622         * align.el (align-rules-list): Added an alignment rule for CSS
33623         declarations (applies to css-mode and html-mode buffers).
33625 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33627         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33629 2005-03-07  Kim F. Storm  <storm@cua.dk>
33631         * simple.el (move-beginning-of-line): New command.
33633         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33635         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33637         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33638         and move-beginning-of-line.
33640         * apropos.el (apropos-print): Omit command from M-x ... RET.
33642 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33644         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33645         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33647 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33649         * bindings.el (esc-map): Bind M-g to goto-line.
33651         * facemenu.el (global-map): Bind M-o, not M-g.
33653 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33655         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33656         "Open Directory" as for "Open File".
33658 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33660         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33661         (push-mark-command): Run activate-mark-hook.
33663 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33665         * help-mode.el (help-mode-finish): Don't alter the element
33666         in view-return-to-alist if there already is one.
33668         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33669         make sure the current buffer is the expected one.
33671         * novice.el (disabled-command-function): Output in *Disabled Command*.
33672         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33674         * textmodes/flyspell.el (flyspell-large-region):
33675         Pass args differently for aspell.
33677         * files.el (mode-require-final-newline): Doc fix.
33679 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33681         * progmodes/which-func.el (which-function):
33682         Specify NOERROR when calling imenu--make-index-alist.
33684 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33686         * simple.el (normal-erase-is-backspace): Define default value.
33688         * custom.el (custom-theme-set-variables): Remove unused var
33689         `immediate'.
33690         (custom-reevaluate-setting): Simple function to handle variables
33691         that are defined before their default value can really be
33692         computed.
33694         * startup.el (command-line): Use it for temporary-file-directory,
33695         small-emporary-file-directory, auto-save-file-name-transforms,
33696         blink-cursor-mode, and normal-erase-is-backspace.
33698         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33699         progress, even with buggy anchored keywords.
33701 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33703         * simple.el (goto-line): Remove unbalanced final parenthesis.
33705 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33707         * simple.el (goto-line): Use a number at point as the default.
33708         With C-u as arg, switch buffers.
33710 2005-03-05  Juri Linkov  <juri@jurta.org>
33712         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33713         with `no-blinking-cursor'.
33715         * startup.el (no-blinking-cursor): New defvar.
33716         (command-line): Add `--no-blinking-cursor' to longopts.
33717         Set `no-blinking-cursor' to t for command line arguments
33718         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33719         with `no-blinking-cursor' in the condition for calling
33720         `blink-cursor-mode'.
33722 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33724         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33725         (menu-bar-options-save): Add blink-cursor-mode.
33726         (menu-bar-options-menu): Add blink-cursor-mode.
33728 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33730         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33731         (icalendar-export-file, icalendar-export-region)
33732         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33733         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33735 2005-03-04  Lute Kamstra  <lute@gnu.org>
33737         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33738         (debug-function-list): Ditto.
33740 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33742         * textmodes/texinfmt.el (texinfo-append-refill):
33743         Redefine the types of line to which @refill
33744         is not appended by replacing a search for `@refill\\|@bye' with
33745         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33746         itemize@refill' bug and the unfilled long lines bug.
33747         (texinfmt-version): Update number and date.
33749 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33751         * international/code-pages.el (windows-1250, windows-125[2-8])
33752         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33754 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33756         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33757         bound yet.
33759 2005-03-02  Romain Francoise  <romain@orebokech.com>
33761         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33762         buffer after removing limits.
33763         (ibuffer-pop-filter): Ditto.
33764         Update copyright.
33766 2005-03-02  Miles Bader  <miles@gnu.org>
33768         * button.el (make-text-button): If the user doesn't specify a
33769         type, use the default.  Rewrite to use `add-text-properties' and
33770         plist functions.
33772 2005-03-01  Lute Kamstra  <lute@gnu.org>
33774         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33775         (debugger-jumping-flag): New var.
33776         (debug-entry-code): Use it.
33777         (debugger-jump): Use debugger-jumping-flag and add
33778         debugger-reenable to post-command-hook.
33779         (debugger-reenable): Use debugger-jumping-flag and remove itself
33780         from post-command-hook.
33781         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33782         debugger-reenable.
33784 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33786         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33787         inclusion of "itemize\\|", which may be unnecessary, is certainly
33788         inelegant, and stops refilling in itemize lists when formatting
33789         Japanese Texinfo files to Info.
33790         Update copyright to 2005.
33792 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33794         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33795         of an error if GDB can't find the source file.
33797 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33799         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33800         not just the calendar.
33802         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33803         first.
33804         (diary-redraw-calendar): New function.
33805         (make-diary-entry): Add diary-redraw-calendar to local
33806         write-contents-functions.  Turn off selective display before
33807         inserting in diary.
33809 2005-03-01  Kim F. Storm  <storm@cua.dk>
33811         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33813 2005-03-01  Lute Kamstra  <lute@gnu.org>
33815         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33816         that debug-entry-code can be safely removed from a function while
33817         this code is being evaluated.  Revert the 2005-02-27 change as the
33818         new implementation no longer requires it.  Make sure that a
33819         function body containing just a string is not mistaken for a docstring.
33820         (debug): Skip one more frame in case of debug on entry.
33821         (debugger-setup-buffer): Delete one more frame line in case of
33822         debug on entry.
33823         (debugger-frame-number): Update to use the new text introduced by
33824         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33826 2005-02-28  Kim F. Storm  <storm@cua.dk>
33828         * double.el (double-translate-key): Call force-window-update after
33829         read-event to avoid crash in redisplay.
33831 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33833         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33834         (debug): Use it.  Move the inhibit-trace earlier.
33835         (debug-entry-code): New const.
33836         (debug-on-entry-1): Use it.
33838 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33840         * international/utf-16.el (ccl-encode-mule-utf-16le):
33841         Fix BUFFER_MAGNIFICATION to 2.
33842         (ccl-encode-mule-utf-16be): Likewise.
33844 2005-02-28  Kenichi Handa  <handa@m17n.org>
33846         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33847         Fix BUFFER_MAGNIFICATION to 4.
33848         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33850 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33852         * speedbar.el (speedbar-update-flag): Doc fix.
33853         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33854         argument.
33856 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33858         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33859         have a non-nil `invisible' property but are actually visible.
33861         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33862         for perldoc sections.
33863         (perl-outline-regexp, perl-outline-level): New var and function.
33864         (perl-mode): Use them.
33866 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33868         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33869         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33871 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33873         * cus-edit.el: Comment change.
33874         (custom-buffer-create-internal): Slightly reword text at top of
33875         Custom buffers.  Mention there that saving an option edits the
33876         init file.  Add link to Emacs manual node on `custom-file'.
33877         (custom-magic-alist): Rewrite individual State messages to use
33878         capitalized keywords.  Doc fix.
33880 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33882         * calendar/calendar.el (calendar-buffer): Move above
33883         calendar-week-start-day.
33884         (calendar-week-start-day): Doc fix.  Add :set function.
33885         (calendar-minimum-window-height): New variable.
33886         (generate-calendar-window): Only resize window if selected-window
33887         is displaying the calendar buffer.  Use new variable
33888         calendar-minimum-window-height.
33889         (generate-calendar): Reword error message.
33890         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33892 2005-02-27  Andreas Schwab  <schwab@suse.de>
33894         * vc.el (vc-do-command): Don't run command asynchronously when
33895         operating in a remote directory.
33897         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33898         change from sync with Tramp 2.0.47.
33900 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33902         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33904         * textmodes/flyspell.el (flyspell-mode-on):
33905         Call ispell-change-dictionary only if necessary.
33907         * emacs-lisp/re-builder.el (regexp-builder): New function.
33909         * register.el (describe-register-1): Explicitly handle
33910         yank-excluded-properties = t.
33912         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33913         (custom-magic-alist): Change the status descriptions again.
33914         (face widget-type): Total rewrite based on `restricted-sexp'
33915         to eliminate the confusing double hiding levels.
33917         * emacs-lisp/debug.el (debug-on-entry-1):
33918         If function body is empty, add nil as body form.
33920 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33922         * emacs-lisp/trace.el (inhibit-trace): New var.
33923         (trace-make-advice): Use it.
33925         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33927 2005-02-26  Kim F. Storm  <storm@cua.dk>
33929         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33930         (mouse-on-link-p, mouse-drag-region-1): Use it.
33932 2005-02-25  Lute Kamstra  <lute@gnu.org>
33934         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33936 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33938         * frame.el (blink-cursor-mode): Add :group keyword.
33940 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33942         * calendar/icalendar.el (icalendar--decode-isodatetime):
33943         New optional argument DAY-SHIFT.
33944         (icalendar-export-region): Fix coding-system-for-write.
33945         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33946         events by one.
33948 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33950         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33952 2005-02-24  Kim F. Storm  <storm@cua.dk>
33954         * international/iso-acc.el (iso-accents-compose): Fix crash
33955         during redisplay.  Call force-window-update after read-event
33956         and delete-region to signal that window is not accurate.
33958 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33960         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33961         Remove unused and inexistent var `inhibit-trace'.
33962         (debugger-mode): Use run-mode-hooks.
33963         (debugger-list-functions): Add buttons; setup xref stack.
33965 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33967         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33968         appointment says it was explicitly made.
33969         (appt-add): Set the 3rd element.
33970         (appt-make-list): Preserve explicit appointments.
33972         * subr.el (find-tag-default): Catch errors in forward-sexp.
33974 2005-02-23  Juri Linkov  <juri@jurta.org>
33976         * info.el (Info-isearch-search): New defcustom.
33977         (Info-isearch-search): Call the default isearch function
33978         when Info-isearch-search is nil.
33979         (Info-isearch-wrap): Use variable Info-isearch-search.
33981 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33983         * cus-edit.el: Comment change.
33985 2005-02-22  Kim F. Storm  <storm@cua.dk>
33987         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33988         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33990 2005-02-22  Simon Josefsson  <jas@extundo.com>
33992         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33993         New variable.
33994         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33995         Oskarsson" <myrkraverk@users.sourceforget.net>.
33997 2005-02-22  Kim F. Storm  <storm@cua.dk>
33999         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34000         check that window of that event is the selected window.
34001         (mouse-drag-region-1): Compare mouse event window to selected
34002         window before setting point.
34004         * tooltip.el (tooltip-show-help-function): Pass event to
34005         mouse-on-link-p so it can check selected window.
34007 2005-02-22  Kenichi Handa  <handa@m17n.org>
34009         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34010         (ps-mule-show-warning): New function.
34011         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34012         characters are found.
34014         * ps-print.el (ps-header-footer-string): Return a list of header
34015         and footer strings.
34017 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34019         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34021 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34023         * frame.el (blink-cursor-mode): Use define-minor-mode.
34025         * term/mac-win.el (function-key-map): Use char-names more consistently.
34026         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34027         already handled in mule-cmds.el (where it also works when mac-win.el
34028         is not used).
34030 2005-02-21  Kenichi Handa  <handa@m17n.org>
34032         * international/mule.el (ctext-pre-write-conversion): Always use
34033         " *code-converting-work*" buffer for work.
34035         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34037 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34039         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34041 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34043         * ses.el (undo-more): Restore defadvice, but only the part that
34044         allows changes outside the restricted area of the buffer.
34046 2005-02-20  Kim F. Storm  <storm@cua.dk>
34048         * simple.el (line-move): Add fourth optional arg try-vscroll which
34049         must be set to perform auto-window-vscroll.
34050         When moving backwards and doing auto-window-vscroll, automatically
34051         vscroll to the last part of lines which are taller than the window.
34052         (next-line, previous-line): Set try-vscroll arg on line-move.
34054 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34056         * replace.el (query-replace, query-replace-regexp)
34057         (replace-string, replace-regexp): When operating on region, make
34058         the minibuffer prompt say so.
34060         * isearch.el (isearch-forward): Document isearch-query-replace and
34061         isearch-query-replace-regexp keybindings.
34063 2005-02-19  Jay Belanger  <belanger@truman.edu>
34065         * calc/calc-aent.el (math-read-token): Add local variable.
34067         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34068         (calc-edit-top): Move declaration to earlier in file.
34069         (calc-edit-macro-repeats): Add local variables.
34071         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34072         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34073         calcFunc-tanh.
34074         Adjust integration rule for calcFunc-tan.
34076 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34078         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34079         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34080         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34081         (viper-skip-separators): Bug fix.
34082         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34083         particular major mode.
34084         (viper-del-backward-char-in-replace): Don't put deleted char on the
34085         kill ring.
34087         * viper-ex.el (viper-color-display-p): New function.
34088         (viper-has-face-support-p): Use viper-color-display-p.
34090         * viper-keym.el (viper-gnus-modifier-map): New keymap.
34092         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34094         * viper-util.el (viper-glob-unix-files): Fix shell status check.
34095         (viper-file-remote-p): Make equivalent to file-remote-p.
34097         * viper.el (viper-major-mode-modifier-list):
34098         Use viper-gnus-modifier-map.
34100 2005-02-19  David Kastrup  <dak@gnu.org>
34102         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34103         quoting.
34105 2005-02-19  Jay Belanger  <belanger@truman.edu>
34107         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34108         Remove extra definitions.
34109         (calc-coth): New function.
34110         (calcFunc-cot): Fix `let'.
34112 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34114         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34115         the reasons we use "type pc" in these faces.
34117         * button.el (button): Ditto.
34119 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34121         * replace.el (query-replace-read-from): Set the value of
34122         query-replace-from-history-variable to handle the case of an empty
34123         string entered to accept the suggested default.
34125         * net/tramp.el (tramp-file-name-for-operation):
34126         Use dired-call-process instead of dired-call-process-command.
34128 2005-02-19  Jay Belanger  <belanger@truman.edu>
34130         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34131         (math-div-non-trig): New variables.
34132         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34133         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34134         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34135         trig expressions.
34137 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34139         * progmodes/gdb-ui.el (gdb-var-update-handler)
34140         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34141         for watch expressions,
34142         (gdb-var-create-handler): Don't set speedbar-update-flag.
34143         (gdb-post-prompt): Simplify test for speedbar.
34145 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34147         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34148         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34149         we use the syntax table of the correct buffer.
34150         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34151         Felix Gatzemeier.
34153         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34154         (ediff-file-remote-p): Make synonymous with file-remote-p.
34155         In all deffaces ediff-*-face-*, use min-colors.
34157         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34158         ediff-recurse-to-subdirectories.
34159         (ediff-mark-if-equal): Check that the arguments are strings, use
34160         ediff-same-contents (after to Felix Gatzemeier).
34162         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34163         nil.
34165 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34167         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34169 2005-02-18  David Kastrup  <dak@gnu.org>
34171         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34172         use `mark-active' when defined.
34174 2005-02-18  Kenichi Handa  <handa@m17n.org>
34176         * ps-print.el (ps-font-info-database): New entry
34177         ZapfChancery-MediumItalic with correct font name.  Fix font name
34178         of the entry Zapf-Chancery-MediumItalic.
34180 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34182         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34184 2005-02-16  Kim F. Storm  <storm@cua.dk>
34186         * ido.el (ido-fallback-command): Pass user input to fallback command.
34188 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34190         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34191         (gdb-find-file-hook): Add server prefix.
34193 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34195         * replace.el (perform-replace): Pass new args to replace-highlight.
34196         (replace-highlight): Take region args,
34197         and pass them to isearch-lazy-highlight-new-loop.
34199         * novice.el (disabled-command-hook): Autoload the defalias
34200         and the make-obsolete-variable call.
34202         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34204         * isearch.el (isearch-lazy-highlight-start-limit)
34205         (isearch-lazy-highlight-end-limit): New variables limit
34206         the region for highlighting.
34207         (isearch-lazy-highlight-new-loop): New args BEG and END.
34208         (isearch-lazy-highlight-search): Use the new vars.
34209         (isearch-lazy-highlight-update): Likewise.
34211         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34213         * cus-start.el (all): Use default-boundp.
34215 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34217         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34219 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34221         * autorevert.el (auto-revert-stop-on-user-input)
34222         (auto-revert-verbose): Doc fixes.
34224 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34226         * international/mule-cmds.el (set-locale-environment): Remove call
34227         to set-selection-coding-system on Windows.
34229 2005-02-15  Jay Belanger  <belanger@truman.edu>
34231         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34232         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34233         calcFunc-coth.
34234         (math-simplify-sqrt): Add simplifications.
34236         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34237         to list.
34239         * calc/calc-ext.el: Add functions to autoloads.
34241         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34242         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34243         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34244         (math-csc-raw, math-cot-raw): New functions.
34246         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34248         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34249         the variable name in a message.
34251         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34252         calcFunc-csc, calcFunc-cot.
34254         * calc/calcalg2.el: Add derivative and integration rules for
34255         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34256         calcFunc-csch, calcFunc-coth.
34257         (math-do-integral-methods): Add to checks for when to use
34258         substitutions.
34260         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34262 2005-02-15  Lute Kamstra  <lute@gnu.org>
34264         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34265         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34266         <monnier@iro.umontreal.ca>.
34267         (lisp-outline-level): Improve efficiency.  Suggested by David
34268         Kastrup <dak@gnu.org>.
34270 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34272         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34273         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34274         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34275         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34276         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34278 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
34280         * cus-start.el (all): Comment change.
34282 2005-02-14  Lute Kamstra  <lute@gnu.org>
34284         * cus-start.el (all): Check if symbol is void.
34286 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
34288         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34289         optional argument to \cite.
34291 2005-02-14  Richard M. Stallman  <rms@gnu.org>
34293         * cus-edit.el (custom-buffer-create-internal): Update help message.
34294         (custom-magic-alist): Update help messages.
34296         * cus-start.el (all): Allow a var to specify a standard value.
34298 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
34300         * custom.el (custom-theme-set-variables): Handle variable aliases.
34302         * frame.el (blink-cursor-timer): Doc fix.
34303         (blink-cursor): Make it an alias for `blink-cursor-mode' and
34304         declare obsolete.
34305         (blink-cursor-mode): Define with defcustom and use correct
34306         standard expression in that defcustom.
34307         * startup.el (command-line): Adapt to above changes in frame.el.
34309 2005-02-11  Lute Kamstra  <lute@gnu.org>
34311         * apropos.el (apropos-score-doc): Prevent division by zero.
34313 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
34315         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34316         (icalendar--get-event-property-attributes)
34317         (icalendar--get-event-properties)
34318         (icalendar--datetime-to-diary-date): New functions.
34319         (icalendar--split-value): Doc fix.
34320         (icalendar--datetime-to-noneuropean-date)
34321         (icalendar--datetime-to-european-date): New optional argument
34322         SEPARATOR.  Return result as a string instead of a list.
34323         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34324         (icalendar--convert-string-for-export): Rename arg S to STRING.
34325         (icalendar-export-region): Doc fix.  Change name of error buffer.
34326         Save output buffer.
34327         (icalendar-import-file): Add blank at end of prompt.
34328         (icalendar-import-buffer): Doc fix.  Do not switch to error
34329         buffer.  Indicate status in return value.
34330         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
34331         buffer.  Save output buffer.  Handle exception from recurrence
34332         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
34333         events.  Fix problems with weekly all-day events.
34335 2005-02-10  Richard M. Stallman  <rms@gnu.org>
34337         * simple.el (eval-expression-print-format):
34338         Avoid warning about edebug-active.
34340         * help.el (help-for-help-internal): Rename from help-for-help.
34341         (help-for-help): Define with defalias.
34343         * font-core.el (font-lock-default-function): Use with-no-warnings.
34345         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34347         * custom.el (defface): Doc fix.
34349 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
34351         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34352         width 0" to prevent word wrapping problems.
34354 2005-02-09  Kim F. Storm  <storm@cua.dk>
34356         * ido.el (ido-file-extensions-order): New defcustom.
34357         (ido-file-extension-lessp, ido-file-extension-aux)
34358         (ido-file-extension-order): New advanced file ordering.
34359         (ido-file-lessp): New simple file ordering.
34360         (ido-sort-list): Remove.
34361         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34362         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34364 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
34366         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34367         that some versions of grep produce.
34368         (grep-mode-font-lock-keywords): Likewise.
34370 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
34372         * progmodes/gdb-ui.el (gdb-location-list): New variable.
34373         (gdb-cdir): Delete.
34374         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34375         (gdb-source-info): Treat case when source file is in another
34376         directory properly.
34377         (gdb-get-location): New function.
34379 2005-02-07  Jay Belanger  <belanger@truman.edu>
34381         * calc/calc-prog.el (calc-write-parse-table-part)
34382         (calc-fix-token-name): Fix a check for language type.
34384         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34386 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
34388         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34389         as directory not writable.
34391 2005-02-07  Kim F. Storm  <storm@cua.dk>
34393         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34394         (cua--standard-movement-commands): Remove list.
34395         Instead, set CUA property value to move for movement commands.
34396         (cua-movement-commands): Remove.  Users must set CUA prop instead.
34397         (cua--pre-command-handler): Check CUA property.
34398         (cua--init-keymaps): Don't remap undo commands.
34399         (cua-mode): Don't call cua--rectangle-on-off.
34401         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34402         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34403         (cua--rect-undo-set-point): New var.
34404         (cua--rectangle-undo-boundary): Setup undo apply entry.
34405         (cua--rect-undo-handler): New function for rectangle undo.
34406         (cua--rect-start-position, cua--rect-end-position): Add.
34407         (cua--rectangle-post-command): Call cua--rectangle-set-corners
34408         for restored rectangle.  Set point if cua--rect-undo-set-point.
34410 2005-02-06  Jay Belanger  <belanger@truman.edu>
34412         * calc/calc-lang.el (calc-tex-language): Display more information
34413         in messages.
34415         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34416         in TeX mode.
34418 2005-02-06  Richard M. Stallman  <rms@gnu.org>
34420         * emacs-lisp/lisp.el (buffer-end): Doc fix.
34422 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
34424         * net/ldap.el (ldap-search-internal): Support attributes with
34425         optional descriptions separated by a semi-colon, as in
34426         "userCertificate;binary".
34428 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34430         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34431         isn't a cons (i.e. the version is 0).
34433 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
34435         * help.el (help-for-help): Doc fix.
34437 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
34439         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
34440         GDB-Windows on the menu-bar as this works better.
34442 2005-02-04  Jay Belanger  <belanger@truman.edu>
34444         * calc/calc-embed.el (calc-embedded-update): Don't put in
34445         unnecessary newlines.  Adjust the end of formula marker.
34447         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34448         (math-latex-parse-two-args): New function.
34450 2005-02-03  Lute Kamstra  <lute@gnu.org>
34452         * help-fns.el (help-with-tutorial): Make sure that users cannot
34453         remove the entire text of the tutorial by means of `undo'.
34455 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34457         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34458         in recent changes, where the ispell process was repeatedly
34459         killed & restarted.
34461         * international/mule-cmds.el (set-locale-environment): Set file-name
34462         coding system to utf-8 on Darwin systems.
34463         (set-default-coding-systems): Don't set default-file-name-coding-system
34464         on Darwin systems.
34466 2005-02-03  Richard M. Stallman  <rms@gnu.org>
34468         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34470 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
34472         * faces.el (list-faces-display): Add optional argument.
34474 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34476         * font-core.el (font-lock-default-function): Handle the rare case where
34477         only font-lock-keywords is set.
34479 2005-02-02  Kenichi Handa  <handa@m17n.org>
34481         * international/characters.el: Cancel previous change for
34482         I-WITH-DOT-ABOVE and DOTLESS-i.
34484         * international/latin-5.el: Cancel previous change.
34486 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34488         * progmodes/gud.el: Correction to syntax in gud-menu-map.
34490 2005-02-02  Kenichi Handa  <handa@m17n.org>
34492         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34493         DOTLESS-i.
34495         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34496         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34498         * case-table.el (get-upcase-table): New function.
34499         (copy-case-table): Copy upcaes table too if non-nil.
34500         (set-case-syntax-delims): Maintain upcase table too.
34501         (set-case-syntax-pair): Likewise.
34502         (set-upcase-syntax, set-downcase-syntax): New functions.
34503         (set-case-syntax): Maintain upcase table too.
34505 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34507         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34509         * progmodes/gud.el (gud-goto-info): New function.
34510         (gud-tool-bar-map): Use correct icon.
34512 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34514         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34515         When delegating, order args in the funcall correctly.
34517 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34519         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34521 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
34523         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34524         buffer not visiting a file.
34526 2005-01-31  Jay Belanger  <belanger@truman.edu>
34528         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34529         bound on the line with the formula.
34531 2005-01-31  Kim F. Storm  <storm@cua.dk>
34533         * ses.el (ses-create-cell-variable-range)
34534         (ses-destroy-cell-variable-range, ses-reset-header-string)
34535         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34536         (ses-insert-row): Fix format of apply undo entries.
34538 2005-01-31  Jay Belanger  <belanger@truman.edu>
34540         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34541         parts.
34543         * calc/calc-embed.el (calc-embedded-open-formula)
34544         (calc-embedded-close-formula): Ignore matrix environments.
34546         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34547         TeX mode.
34549         * calc/calc-lang.el (math-function-table, math-oper-table)
34550         (math-variable-table): Adjust the LaTeX portions.
34552         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34553         (math-latex-ignore-words): New constant.
34555 2005-01-31  Richard M. Stallman  <rms@gnu.org>
34557         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34558         (ispell-local-dictionary): Doc fix.
34559         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34560         Don't reinitialize at run time.  Don't defcustom.
34561         All uses changed to append ispell-local-dictionary-alist,
34562         or check it first.
34563         (ispell-current-dictionary): New variable for dictionary in use.
34564         (ispell-dictionary): Now used only for global default.
34565         (ispell-start-process): Set ispell-current-dictionary,
34566         not ispell-dictionary.
34567         (ispell-change-dictionary): Use this only for setting
34568         user preferences.
34569         (ispell-internal-change-dictionary): New function
34570         to change the current dictionary in use.
34571         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34572         Use ispell-current-dictionary.
34573         Handle ispell-local-dictionary-overridden.
34574         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34576 2005-01-31  Jay Belanger  <belanger@truman.edu>
34578         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34580         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34581         (calc-mode-map): Add calc-latex-language.
34583         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34584         (math-latex-print-frac): New functions.
34585         (math-oper-table, math-function-table, math-variable-table)
34586         (math-complex-format, math-input-filter): Add latex properties.
34587         (calc-set-language): Set math-expr-special-function-mapping.
34589         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34590         (calc-write-parse-table-part): Add LaTeX support.
34592         * calc/calc.el (calc-language): Adjust docstring.
34593         (calc-set-mode-line): Add LaTeX support.
34594         (math-expr-special-function-mapping): New variable.
34595         (math-tex-ignore-words): Add to list.
34597         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34598         Add LaTeX support.
34599         (math-compose-expr): Add support for special functions.
34601         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34603 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34605         * progmodes/gdb-ui.el (gdb-memory-address)
34606         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34607         (gdb-memory-mode-map, gdb-memory-format-keymap)
34608         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34609         (gdb-memory-unit-menu): New variables for a buffer
34610         that lets the user examine program memory.
34611         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34612         (gdb-memory-format-binary, gdb-memory-format-octal)
34613         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34614         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34615         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34616         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34617         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34618         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34619         (gdb-memory-mode, gdb-memory-buffer-name)
34620         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34621         New functions for above buffer.
34623 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34625         * cus-edit.el (custom-bury-buffer): Function deleted.
34626         (custom-buffer-done-function): Option deleted.
34627         (custom-buffer-done-kill): New replacement option.
34628         (Custom-buffer-done): Call quit-window.
34629         (custom-buffer-create-internal): Update for above changes.
34631 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34633         * simple.el (undo-ask-before-discard): New var.
34634         (undo-outer-limit-truncate): Implement it.
34635         (undo-extra-outer-limit): Doc update.
34637 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34639         * ses.el (undo-more): Delete defadvice.
34640         (ses-begin-change): Doc fix.
34642         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34643         instead of rebinding C-x u and C-_.
34645         * files.el (normal-backup-enable-predicate): Return nil for files
34646         in /tmp, regardless of temporary-file-directory.
34648         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34650         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34651         (open-rectangle, delete-whitespace-rectangle-line)
34652         (clear-rectangle-line): If FILL, pass t instead of FILL
34653         for move-to-column's 2nd arg.
34655         * simple.el (undo): Fix the test for continuing a series of undos.
34656         (undo-more): Set pending-undo-list to t when we reach end.
34657         (pending-undo-list): Move up defvar.
34659         * wid-edit.el (widget-button-click):
34660         Shorten the range of the track-mouse binding.
34662         * comint.el (comint-insert-input): Undo previous changes;
34663         use last-input-event in interactive spec.
34665 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34667         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34668         to nil before invoking call-process.  Reset buffer's modified flag
34669         after fontifying it in the no-async branch.
34671         * wid-edit.el (widget-specify-button): If mouse pointer shape
34672         cannot be changed, use mouse face instead.
34674 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34676         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34677         (gdb-goto-breakpoint): Make breakpoint handling work on template
34678         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34679         (gdb-assembler-custom): Update to recognize breakpoint information
34680         added on 2005-01-19.
34682 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34684         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34685         (dsssl-mode): Use define-derived-mode.
34686         (scheme-mode-initialize): Remove.
34687         (scheme-mode): Use run-mode-hooks.
34689         * cus-edit.el (customize-group-other-window)
34690         (custom-buffer-create-other-window): Don't override special-display-*.
34691         (custom-mode-map): Make it dense.
34693         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34694         sets the default value.
34696 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34698         * descr-text.el: Add more keywords.
34700 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34702         * speedbar.el: Avoid unnecessary use of locate-library.
34704         * international/mule-cmds.el (standard-display-european-internal):
34705         Don't fiddle with latin-1 non-break space any more since it's now
34706         special cased in the C code.
34707         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34709 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34711         * cus-start.el (all): Add `undo-outer-limit'.
34713 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34715         * textmodes/bibtex.el (bibtex-format-entry):
34716         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34717         field lines.
34718         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34719         not on part of a buffer.
34721 2005-01-25  Lute Kamstra  <lute@gnu.org>
34723         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34724         nonempty field text strings like "{letters\\macro{}more letters}".
34725         Clarify docstring.
34726         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34727         (bibtex-entry-offset, bibtex-parse-association)
34728         (bibtex-parse-field-name): Fix typos in docstrings.
34729         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34731 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34733         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34734         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34735         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34736         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34738         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34739         isearch minor mode.
34741 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34743         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34745 2005-01-24  Lute Kamstra  <lute@gnu.org>
34747         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34748         CASECHARS and NOT-CASECHARS regular expressions of the
34749         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34750         striding over charsets" error.
34752 2005-01-24  Jay Belanger  <belanger@truman.edu>
34754         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34755         display variable name.
34757 2005-01-24  Kenichi Handa  <handa@m17n.org>
34759         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34760         Fix setting of the element of encoded-kbd-iso2022-invocations.
34762 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34764         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34765         (gdb-threads-select): Change to also accept mouse events.
34766         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34767         (gdb-threads-mouse-select): Delete.
34769 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34771         * files.el (insert-directory): Take care of empty directory,
34772         listed without -a switch.
34774 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34776         * textmodes/refill.el (refill-post-command-function):
34777         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34778         to the list of functions that we should be careful not to undo.
34779         (refill-late-fill-paragraph-function): Remove.
34780         (refill-saved-state): New var.
34781         (refill-mode): Use it to save fill-paragraph-function.
34782         Save also the value of auto-fill-function.
34784         * term/w32-win.el: Simplify code.
34786 2005-01-23  Kim F. Storm  <storm@cua.dk>
34788         * simple.el (line-move): Adapt to new return value from
34789         pos-visible-in-window-p.
34791         * simple.el (line-move): Fix last change.  Check partial
34792         visibility at point rather than at window-start.
34794 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34796         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34798 2005-01-22  David Kastrup  <dak@gnu.org>
34800         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34802 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34804         * type-break.el (type-break-mode): Add a test for
34805         type-break-file-name being non-nil.
34807 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34809         * net/eudc.el (top level): Call (message "") via progn, so that
34810         eudc-options-file is loaded.
34812 2005-01-22  Kim F. Storm  <storm@cua.dk>
34814         * simple.el (line-move-1): Rename from line-move.
34815         (line-move): New function that adjusts vscroll for partially
34816         visible rows, and calls line-move-1 otherwise.
34818 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34820         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34821         since it's not a complete read-event implementation.
34823 2005-01-20  Jay Belanger  <belanger@truman.edu>
34825         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34826         for called function.
34828 2005-01-20  Steven Tamm  <steventamm@mac.com>
34830         * term/mac-win.el (process-connection-type): Remove.
34831         Controlled now by s/darwin.h:PTY_ITERATION.
34833 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34835         * window.el (handle-select-window): Don't switch window when we're
34836         in the minibuffer.
34838 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34840         * subr.el (dotimes-with-progress-reporter): New macro.
34842         * ses.el (ses-dotimes-msg): Remove macro.
34843         Use `dotimes-with-progress-reporter' instead.
34845 2005-01-19  Steven Tamm  <steventamm@mac.com>
34847         * term/mac-win.el (process-connection-type): Use new
34848         operating-system-release variable to use ptys on Darwin 7 (OS X
34849         10.3) when using carbon build.
34851 2005-01-19  Jay Belanger  <belanger@truman.edu>
34853         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34854         flags if the last command was a tab or M-tab.
34856         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34857         in formula editing buffer.
34859 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34861         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34862         breakpoint image symbol in margin.
34864 2005-01-19  Jay Belanger  <belanger@truman.edu>
34866         * calc/calc-prog.el (calc-execute-kbd-macro):
34867         Ignore calc-keep-arg-flag.
34869 2005-01-19  Kenichi Handa  <handa@m17n.org>
34871         * textmodes/ispell.el (ispell-looking-at): New function.
34872         (ispell-process-line): Use ispell-looking-at to compare the ispell
34873         output and the buffer contents.
34875 2005-01-18  Jay Belanger  <belanger@truman.edu>
34877         * calc/calc.el (calc-display-raw): Fix docstring.
34879 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34881         * simple.el (blink-matching-open): Strip extra info from syntax.
34883         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34884         funny chars in the end-of-here-doc marker.
34886 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34888         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34889         that enable/disabled state of breakpoints is shown correctly in
34890         fringe and on ttys.
34891         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34892         Add breakpoint information as text properties.
34893         (gdb-mouse-toggle-breakpoint):
34894         Rename to gdb-mouse-set-clear-breakpoint.
34895         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34896         breakpoints in the margin.
34897         (gdb-remove-strings): Simplify.
34899 2005-01-17  Jay Belanger  <belanger@truman.edu>
34901         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34902         erasing buffer.
34904 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34906         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34907         for calling grep-compute-defaults.
34909         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34910         if buffer is empty.
34912         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34914 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34916         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34918         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34919         non-preloaded variables.
34921 2005-01-17  Steven Tamm  <steventamm@mac.com>
34923         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34924         tex-shell cause to force interactivity when using pipes.
34926 2005-01-17  Kim F. Storm  <storm@cua.dk>
34928         * simple.el (just-one-space): Make arg optional.
34930 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34932         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34933         posn-at-x-y to t to access left-margin.
34935 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34937         Sync with Tramp 2.0.47.
34939         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34940         catching keep-date problems in cp/scp operations.
34941         (tramp-handle-copy-file): Don't call `set-file-modes'
34942         unconditionally.  Specialized functions should know better what is
34943         necessary.  This improves performance a little bit, and the
34944         functions could catch errors with `cp -p' and `scp -p'.
34945         (tramp-do-copy-or-rename-file-via-buffer)
34946         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34947         when appropriate.
34948         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34949         Call `set-file-modes' when appropriate.
34950         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34951         Johnsson <isak@hypergene.com>.
34952         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34953         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34954         <joakim@verona.se>.
34955         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34956         Emacs only.
34958         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34959         `find-file-hooks' and `dired-mode-hook'.
34960         (tramp-minor-mode-map): Respective map.  Add remapping for
34961         `compile' and `recompile'.
34962         (tramp-remap-command, tramp-recompile): New defuns.
34963         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34964         in buffer "*Compilation*".  Call the commands asynchronously.
34966         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34967         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34968         `shell-command', because it isn't magic in XEmacs.  Reported by
34969         Adrian Aichner <adrian@xemacs.org>.
34971         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34972         `substitute-in-file-name.
34973         (tramp-smb-handle-substitute-in-file-name): New defun.
34974         (tramp-smb-advice-PC-do-completion): Delete advice.
34976 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34978         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34979         Fix error in deleting region.
34981 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34983         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34984         In non-temp buffer, switch syntax table temporarily.
34986         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34988         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34990         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34992         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34993         (imenu--generic-function): Use START, not BEG, as pos of definition.
34995         * simple.el (just-one-space): Argument specifies number of spaces.
34997         * simple.el (eval-expression-print-format): Avoid warning
34998         about edebug-active.
35000 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35002         * progmodes/sh-script.el: Code copied from make-mode.el
35003         with small changes,
35004         (sh-mode-map): Bind C-c C-\.
35005         (sh-backslash-column, sh-backslash-align): New variables.
35006         (sh-backslash-region, sh-append-backslash): New functions.
35008 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35010         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35011         (rmail-pop-password, rmail-pop-password-required): Move to
35012         rmail-obsolete group.
35013         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35014         All callers updated.
35015         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35016         Take an argument specifying whether it is POP or IMAP mailbox we
35017         are using.  All callers updated.
35018         (rmail-pop-password-error): Rename to
35019         rmail-remote-password-error.  Added mailutils-specific error message.
35020         (rmail-movemail-search-path)
35021         (rmail-movemail-variant-in-use): New variables.
35022         (rmail-remote-password, rmail-remote-password-required):
35023         New customization variables.
35024         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35025         (rmail-parse-url): New function.
35026         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35027         with GNU mailutils movemail.
35029 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35031         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35032         suffix to space, $ or '$, to correctly position point when going
35033         to @table style constants like DBL_MAX.
35035 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35037         * type-break.el (type-break-mode, type-break-file-time)
35038         (type-break-file-keystroke-count, type-break-choose-file):
35039         Don't store data in or load data from the file if type-break-file-name
35040         is nil.
35041         (type-break-file-name): Doc update as per the above.
35043 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35045         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35046         lookup-key might return nil; handle that.
35048 2005-01-15  Alan Mackenzie  <acm@muc.de>
35050         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35051         rather than the element found, thus enabling the tree to be setcar'd.
35053 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35055         * textmodes/org.el (org-show-following-heading): New option.
35056         (org-show-hierarchy-above): Use `org-show-following-heading'.
35057         (org-cycle): Documentation fix.
35059         * textmodes/org.el (orgtbl-optimized): New option
35060         (orgtbl-mode): New command, a minor mode.
35061         (orgtbl-mode-map): New variable.
35062         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35063         (orgtbl-error, orgtbl-self-insert-command)
35064         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35066         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35067         a local variable in each org-mode buffer.
35069         * textmodes/org.el (org-set-regexps-and-options): Rename from
35070         `org-set-regexps'.  Added checking for STARTUP keyword.
35071         (org-get-current-options): Add STARTUP options.
35072         (org-table-insert-row): Make mode intelligent about when
35073         realignment is needed.
35074         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35075         New commands.
35076         (org-enable-table-editor): New default value `optimized'.
35077         (org-table-blank-field): Support blanking regions if active.
35079 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35081         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35082         if the year is not given.
35084         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35085         Add new escapes %m and %M, fixed bug with %F by adding
35086         save-match-data.
35087         (reftex-reference): Remove ?. from list of spaces.
35088         (reftex-label-info): Add automatic label prefix recognition.
35090         * textmodes/reftex-index.el (reftex-index-next-phrase):
35091         Add slave parameter to call of `reftex-index-this-phrase'.
35092         (reftex-index-this-phrase): New optional argument.
35093         (reftex-index-region-phrases): Add slave parameter to call of
35094         `reftex-index-this-phrase'.
35095         (reftex-display-index): New argument redo.
35096         (reftex-index-rescan): Add `redo' to arguments of
35097         `reftex-display-index'.
35098         (reftex-index-Rescan, reftex-index-revert)
35099         (reftex-index-switch-index-tag): Add `redo' to arguments of
35100         `reftex-display-index'.
35101         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35102         indexing.  Fix bug with matching is there is a quote before or
35103         after the word.
35105         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35106         Fix bug when collecting citation keys in lines with comments.
35107         (reftex-citation): Prefix argument no longer rescans the document,
35108         but forces prompting for optional arguments of cite macros.
35109         (reftex-do-citation): Prompting for optional arguments implemented.
35111         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35112         Add optional arguments to most cite commands.
35113         (reftex-cite-cleanup-optional-args): New option
35114         (reftex-cite-prompt-optional-args): New option.
35115         (reftex-trust-label-prefix): New option.
35117         * textmodes/reftex-toc.el (reftex-toc-find-section):
35118         Add push-mark before changing the position in the buffer.
35120         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35121         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35123 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35125         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35126         more carefully.
35128 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35130         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35131         (sgml-mode): Use it.
35132         (sgml-get-context): Better keep track of implicitly closed tags.
35134 2005-01-13  Kenichi Handa  <handa@m17n.org>
35136         * textmodes/ispell.el: These changes are to fix misalignment error
35137         caused by equivalent characters of different Emacs charsets.
35138         (ispell-unified-chars-table): New variable.
35139         (ispell-get-decoded-string): New function.
35140         (ispell-get-casechars, ispell-get-not-casechars)
35141         (ispell-get-otherchars): Call ispell-get-decoded-string.
35143 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35145         * custom.el (custom-declare-variable): Just put symbol instead
35146         of (defvar . symbol) in `current-load-list'.
35148 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35150         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35152 2005-01-12  Jay Belanger  <belanger@truman.edu>
35154         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35155         to create a Calc summary.
35157 2005-01-12  Kim F. Storm  <storm@cua.dk>
35159         * mouse.el (mouse-on-link-p): Change functionality and doc
35160         string to comply with latest description in lisp ref.
35162 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35164         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35165         Enable mouse clicks on mode-line, header-line and margin.
35166         (event-type): Give mouse event symbols an `event-kind' property
35167         with value `mouse-click'.
35169 2005-01-12  Juri Linkov  <juri@jurta.org>
35171         * facemenu.el (list-colors-display): Add new arg buffer-name.
35172         Use it.  Fix docstring.  Replace code for identifying duplicate
35173         colors by the name with call to `list-colors-duplicates' which
35174         identifies duplicate colors by the value unless the color
35175         is one of special Windows colors.  Set truncate-lines to t.
35176         Print sorted duplicate color names on each line.  Indent to 22
35177         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35178         (list-colors-duplicates): New function.
35179         (facemenu-color-name-equal): Delete function.
35181         * facemenu.el (list-colors-print): New function created from code
35182         in list-colors-display.  Print #RRGGBB at the window right edge.
35183         (list-colors-display): When temp-buffer-show-function is not
35184         defined, call list-colors-print from temp-buffer-show-hook
35185         to get the right value of window-width in list-colors-print
35186         after the buffer is displayed.
35188         * simple.el (pop-mark): Move deactivate-mark out of conditional
35189         part to deactivate the active mark regardless of the state of the
35190         mark ring.
35192         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35193         variables line in desktop files.
35195 2005-01-12  Juri Linkov  <juri@jurta.org>
35197         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35198         Bring together isearch highlight related options.
35199         (lazy-highlight): Replace group `replace' by `matching'.
35200         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35201         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35202         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35203         and declare them obsolete.
35204         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35205         (isearch-faces): Remove defgroup.
35206         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35207         Move isearch highlighting code closer to lazy highlighting code.
35209         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35210         (query-replace-highlight, query-replace-lazy-highlight)
35211         (query-replace): Move definitions to the beginning of the file.
35213 2005-01-11  Juri Linkov  <juri@jurta.org>
35215         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35216         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35217         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35219         * info.el (Info-history-forward): New variable.
35220         (Info-select-node): Reset Info-history-forward to nil.
35221         (Info-last): Turn into defalias.
35222         (Info-history-back): Rename from Info-last.
35223         Add current node to Info-history-forward.
35224         (Info-history-forward): New fun.
35225         (Info-mode-map): Replace Info-last by Info-history-back.
35226         Bind Info-history-forward to "r".
35227         (Info-mode-menu): Replace Info-last by Info-history-back.
35228         Fix menu item text.  Add menu item for Info-history-forward.
35229         (info-tool-bar-map): Replace Info-last by Info-history-back.
35230         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35231         for Info-history-forward.
35232         (Info-mode): Replace Info-last by Info-history-back in docstring.
35233         Add local variable Info-history-forward.
35234         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35236 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35238         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35239         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35240         Ignore select-window events rather than fiddle with
35241         mouse-autoselect-window.
35243 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35245         * type-break.el (type-break-mode): Fix previous change.
35247 2005-01-10  Jay Belanger  <belanger@truman.edu>
35249         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35250         calculator; only reset when point is inside a calculator.
35251         Don't adjust the window height if the window takes up the whole height
35252         of the frame.
35254 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35256         * ebuff-menu.el (Electric-buffer-menu-mode):
35257         Preserve value of buffer-local var header-line-format.
35259 2005-01-09  Jay Belanger  <belanger@truman.edu>
35261         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35262         Make sure settings file exists before accessing it.
35264         * calc/calc-embed.el (calc-embedded-subst):
35265         Replace math-multi-subst-rec, which is only supposed to be called
35266         by math-multi-subst, by math-multi-subst.
35268 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35270         * vc.el (vc-allow-async-revert): New user option.
35271         (vc-disable-async-diff): New internal variable.
35272         (vc-revert-buffer): Use them to disable asynchronous diff.
35274         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35275         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35276         asynchronously if vc-disable-async-diff is t.
35278 2005-01-09  Jay Belanger  <belanger@truman.edu>
35280         * calc/calc.el (defcalcmodevar): New macro.
35281         (calc-mode-var-list-restore-default-values)
35282         (calc-mode-var-list-restore-saved-values): New functions.
35283         (calc-mode-var-list): Use defcalcmodevar to define it.
35284         (calc-always-load-extensions, calc-line-numbering)
35285         (calc-line-breaking, calc-display-just, calc-display-origin)
35286         (calc-number-radix, calc-leading-zeros, calc-group-digits)
35287         (calc-group-char, calc-point-char, calc-frac-format)
35288         (calc-prefer-frac, calc-hms-format, calc-date-format)
35289         (calc-float-format, calc-full-float-format, calc-complex-format)
35290         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35291         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35292         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35293         (calc-matrix-brackets, calc-language, calc-language-option)
35294         (calc-left-label, calc-right-label, calc-word-size)
35295         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35296         (calc-display-raw, calc-internal-prec, calc-angle-mode)
35297         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35298         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35299         (calc-window-height, calc-display-trail, calc-show-selections)
35300         (calc-use-selections, calc-assoc-selections)
35301         (calc-display-working-message, calc-auto-why, calc-timing)
35302         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35303         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35304         (calc-gnuplot-default-device, calc-gnuplot-default-output)
35305         (calc-gnuplot-print-device, calc-gnuplot-print-output)
35306         (calc-gnuplot-geometry, calc-graph-default-resolution)
35307         (calc-graph-default-resolution-3d, calc-invocation-macro)
35308         (calc-show-banner): Use defcalcmodevar to declare them and set
35309         their default values.
35311         * calc/calc-ext.el (calc-reset): Restore saved values of variables
35312         instead of default values (but restore default values if there is
35313         an argument of 0).
35315 2005-01-09  David Kastrup  <dak@gnu.org>
35317         * desktop.el (desktop-restore-eager): Fix typo in type.
35319 2005-01-08  Richard M. Stallman  <rms@gnu.org>
35321         * cus-edit.el (customize): Delete :link.
35323 2005-01-08  Jay Belanger  <belanger@truman.edu>
35325         * calc/calc.el (calc-mode): Remove the extension from the
35326         `calc-settings-file' file name when loading it.
35328 2005-01-08  Kim F. Storm  <storm@cua.dk>
35330         * info.el (Info-mode-map, Info-next-link-keymap)
35331         (Info-prev-link-keymap, Info-up-link-keymap):
35332         Map follow-link to mouse-face.
35333         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35335 2005-01-08  Jay Belanger  <belanger@truman.edu>
35337         * calc/calc.el (calc-settings-file): Change default value.
35338         Suggested by cgw in a comment in calc-mode.el.
35340         * calc/calc-mode.el (calc-settings-file-name):
35341         Compare calc-settings-file to user-init-file instead of ~/.emacs.
35342         Replace ~/.emacs in a prompt by calc-settings-file.
35344 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
35346         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35347         (desktop-lazy-idle-delay): New customizable variables.
35348         (desktop-buffer-args-list): New variable.
35349         (desktop-append-buffer-args): New function.
35350         (desktop-save): Call desktop-append-buffer-args for some buffers.
35351         (desktop-lazy-create-buffer): New function.
35352         (desktop-idle-create-buffers): New function.
35353         (desktop-read): Add message about buffers to restore lazily.
35354         (desktop-lazy-abort): New command.
35355         (desktop-clear): Call desktop-lazy-abort.
35356         (desktop-lazy-complete): New command.
35358 2005-01-06  Richard M. Stallman  <rms@gnu.org>
35360         * emacs-lisp/find-func.el (find-face-definition):
35361         Rename from find-face.
35363 2005-01-06  Kim F. Storm  <storm@cua.dk>
35365         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35367         * man.el (Man-xref-man-page, Man-xref-header-file)
35368         (Man-xref-normal-file): Add follow-link property.
35370 2005-01-06  Jay Belanger  <belanger@truman.edu>
35372         * calc/calc-units.el: Make sure the proper macro definitions are
35373         available when compiling.
35375 2005-01-06  Juri Linkov  <juri@jurta.org>
35377         * isearch.el (isearch-lazy-highlight-update):
35378         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35380 2005-01-06  Miles Bader  <miles@gnu.org>
35382         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35383         (isearch-lazy-highlight-face): Use new name.
35385 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35387         * uniquify.el (uniquify-rationalize-file-buffer-names):
35388         Re-add an interactive spec.
35389         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35390         to the same name.
35392         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35393         (isearch-update, isearch-done): Adjust calls accordingly.
35395 2005-01-05  Richard M. Stallman  <rms@gnu.org>
35397         * custom.el (custom-set-variables, custom-theme-set-variables):
35398         Clarify documentation.
35400         * emacs-lisp/find-func.el (find-variable)
35401         (find-variable-other-window, find-variable-other-frame):
35402         Fix the TYPE args to find-function-read and find-function-do-it.
35403         (find-function): Doc fix.
35404         (find-function-at-point): Replace function-at-point alias.
35406 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35408         * cus-face.el (custom-declare-face):
35409         Record defface in current-load-list.
35411         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35413         * emacs-lisp/find-func.el: Doc fixes.
35414         (find-face-regexp): New variable.
35415         (find-function-regexp-alist): New variable.
35416         (find-function-C-source): Third arg is now TYPE.
35417         (find-function-search-for-symbol): Handle general TYPE.
35418         (find-function-read, find-function-do-it): Handle general TYPE.
35419         (find-definition-noselect, find-face): New functions.
35420         (function-at-point): Alias deleted.
35422 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
35424         * battery.el (display-battery-mode): Rename from display-battery.
35425         Handle the case where it gets turned off.
35427 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35429         * cus-edit.el (customize): Make :link point to user doc.
35431         * man.el (Man-fontify-manpage): Turn off undo generation.
35433         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35435 2005-01-04  Andreas Schwab  <schwab@suse.de>
35437         * files.el (insert-directory): Only look for error lines in
35438         inserted text.  Don't move too far after processing --dired markers.
35440 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35442         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35443         Don't expand if the character is @, period, dash, etc.
35444         (define-mail-abbrev): Quote names that contain problem characters.
35446 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
35448         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35450 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35452         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35453         (query-replace-highlight, query-replace-lazy-highlight)
35454         (query-replace): Definitions moved up.  Doc fix.
35456 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35458         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35459         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35460         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35461         (lazy-highlight-face): Rename from isearch-lazy-...
35462         Change all references to them.
35464 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
35466         * cus-edit.el (custom-file): Doc fix for defcustom.
35467         (custom-file): The function no longer sets the variable
35468         `custom-file' to its return value.
35470         * startup.el (command-line): No longer load `custom-file'.
35472 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35474         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35476         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35477         Don't confuse module-prefixed identifiers for labels.
35478         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35480 2005-01-02  Richard M. Stallman  <rms@gnu.org>
35482         * files.el (basic-save-buffer-1): Fix previous change.
35484         * loadhist.el (file-loadhist-lookup): New function.
35485         (file-provides, file-requires): Use it.
35487         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35488         instead of calculating the right size.
35490 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
35492         * vc-svn.el (vc-svn-diff): Stay local if possible.
35494 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35496         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35498         * files.el (hack-local-variables): Fix last change.
35500 2005-01-02  Jay Belanger  <belanger@truman.edu>
35502         * calc/calc-yank.el (calc-edit-top): New variable.
35503         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35504         object.  Change header properties.
35505         (calc-edit-finish, calc-edit-finish-stack-object)
35506         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35507         edited object.
35508         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35509         for the beginning of the edited object.
35510         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35511         for the beginning of the edited object.
35512         * calc/calc-prog.el (calc-edit-macro-finish-edit)
35513         (calc-finish-formula-edit, calc-macro-repeats)
35514         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35515         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35516         beginning of the edited object.
35517         (calc-user-define-edit): Change the header for editing macros.
35518         Remove unnecessary variable.
35520 2005-01-01  Jay Belanger  <belanger@truman.edu>
35522         * calc/calc-yank.el (calc-edit-mode): Change default header.
35523         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35524         * calc/calc-store.el (calc-edit-variable): Change title to match new
35525         header.
35526         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35527         mode to match new header.
35528         (calc-user-define-edit): Change titles to include names of commands.
35529         (calc-finish-formula-edit): Adjust to handle new header.
35530         (calc-finish-macro-edit): Remove.
35531         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35532         (calc-edit-macro-command, calc-edit-macro-command-type)
35533         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35534         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35535         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35536         (calc-edit-macro-finish-edit): New functions.
35537         (calc-user-define-edit): Use new functions to edit named calc macros.
35539 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35541         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35543         * ses.el (copy-region-as-kill): Deactivate mark.
35545 2005-01-01  Richard M. Stallman  <rms@gnu.org>
35547         * replace.el (occur-1): If the output buffer is also an input,
35548         don't kill it, rename it.
35550         * faces.el (set-face-background, set-face-foreground): Doc fix.
35552         * cus-face.el (custom-face-attributes): Fix :help-echo strings
35553         for :foreground and :background.
35555         * dired.el (dired-view-command-alist): Variable deleted.
35556         (dired-view-file, dired-mouse-find-file-other-window):
35557         Delete the code to use it.
35559 2005-01-01  Kim F. Storm  <storm@cua.dk>
35561         * image.el (insert-sliced-image): Use t for line-height property.
35563 See ChangeLog.11 for earlier changes.
35565 ;; Local Variables:
35566 ;; coding: iso-2022-7bit
35567 ;; add-log-time-zone-rule: t
35568 ;; End:
35570     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35572   This file is part of GNU Emacs.
35574   GNU Emacs is free software; you can redistribute it and/or modify
35575   it under the terms of the GNU General Public License as published by
35576   the Free Software Foundation; either version 3, or (at your option)
35577   any later version.
35579   GNU Emacs is distributed in the hope that it will be useful,
35580   but WITHOUT ANY WARRANTY; without even the implied warranty of
35581   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35582   GNU General Public License for more details.
35584   You should have received a copy of the GNU General Public License
35585   along with GNU Emacs; see the file COPYING.  If not, write to the
35586   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35587   Boston, MA 02110-1301, USA.
35589 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1